Belle II Software development
|
structure containing most of the beam spot parameters More...
Public Member Functions | |
void | print () |
Print BeamSpot parameters. | |
SpotParam (const std::vector< double > &vals, const std::vector< double > &errs, const std::vector< std::vector< double > > &spls, int order=0) | |
Constructor based output of the linear regression, assuming zero-order splines vals, errors and vector with splines - are aggregated results of linear-regression Order of variables in the vals & errs vector is the following: xVals, yVals, kXvals, kYvals, zVals. | |
Public Attributes | |
Spline | x |
spline for BS center position as a function of time (x coordinate) | |
Spline | y |
spline for BS center position as a function of time (y coordinate) | |
Spline | z |
spline for BS center position as a function of time (z coordinate) | |
Spline | kX |
spline for BS angle in the xz plane as a function of time | |
Spline | kY |
spline for BS angle in the yz plane as a function of time | |
structure containing most of the beam spot parameters
Definition at line 70 of file BeamSpotStandAlone.cc.
|
inline |
Definition at line 77 of file BeamSpotStandAlone.cc.
|
inline |
Constructor based output of the linear regression, assuming zero-order splines vals, errors and vector with splines - are aggregated results of linear-regression Order of variables in the vals & errs vector is the following: xVals, yVals, kXvals, kYvals, zVals.
Definition at line 98 of file BeamSpotStandAlone.cc.
|
inline |
Print BeamSpot parameters.
Definition at line 80 of file BeamSpotStandAlone.cc.
Spline kX |
spline for BS angle in the xz plane as a function of time
Definition at line 74 of file BeamSpotStandAlone.cc.
Spline kY |
spline for BS angle in the yz plane as a function of time
Definition at line 75 of file BeamSpotStandAlone.cc.
Spline x |
spline for BS center position as a function of time (x coordinate)
Definition at line 71 of file BeamSpotStandAlone.cc.
Spline y |
spline for BS center position as a function of time (y coordinate)
Definition at line 72 of file BeamSpotStandAlone.cc.
Spline z |
spline for BS center position as a function of time (z coordinate)
Definition at line 73 of file BeamSpotStandAlone.cc.