![]() |
MaCh3 2.2.1
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. | |
virtual | ~FastSplineInfo () |
Destructor. | |
Public Attributes | |
M3::int_t | nPts |
Number of points in spline. | |
std::vector< M3::float_t > | xPts |
Array of the knots positions. | |
M3::int_t | CurrSegment |
Array of what segment of spline we're currently interested in. Gets updated once per MCMC iteration. | |
const double * | splineParsPointer |
Array of the knots positions. | |
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.
|
inlinevirtual |
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 42 of file SplineStructs.h.
M3::int_t FastSplineInfo::nPts |
Number of points in spline.
Definition at line 36 of file SplineStructs.h.
const double* FastSplineInfo::splineParsPointer |
Array of the knots positions.
Definition at line 45 of file SplineStructs.h.
std::vector<M3::float_t> FastSplineInfo::xPts |
Array of the knots positions.
Definition at line 39 of file SplineStructs.h.