![]() |
MaCh3
2.4.2
Reference Guide
|
CW: Add a struct to hold info about the splinified xsec parameters and help with FindSplineSegment. More...
#include <Splines/SplineStructs.h>
Public Member Functions | |
| FastSplineInfo () | |
| Constructor. More... | |
| virtual | ~FastSplineInfo ()=default |
| Destructor. More... | |
Public Attributes | |
| M3::int_t | nPts |
| Number of points in spline. More... | |
| std::vector< M3::float_t > | xPts |
| Array of the knots positions. More... | |
| M3::int_t | CurrSegment |
| Array of what segment of spline we're currently interested in. Gets updated once per MCMC iteration. More... | |
| const double * | splineParsPointer |
| Array of the knots positions. More... | |
CW: Add a struct to hold info about the splinified xsec parameters and help with FindSplineSegment.
Definition at line 21 of file SplineStructs.h.
|
inline |
Constructor.
Definition at line 24 of file SplineStructs.h.
|
virtualdefault |
Destructor.
| M3::int_t FastSplineInfo::CurrSegment |
Array of what segment of spline we're currently interested in. Gets updated once per MCMC iteration.
Definition at line 40 of file SplineStructs.h.
| M3::int_t FastSplineInfo::nPts |
Number of points in spline.
Definition at line 34 of file SplineStructs.h.
| const double* FastSplineInfo::splineParsPointer |
Array of the knots positions.
Definition at line 43 of file SplineStructs.h.
| std::vector<M3::float_t> FastSplineInfo::xPts |
Array of the knots positions.
Definition at line 37 of file SplineStructs.h.