Belle II Software development
|
structure including all variables of interest with uncertainties from boot-strap More...
Public Member Functions | |
void | add (SpotParam sPar, double SizeX, double SizeY, double SizeXY, double SizeZ) |
add next boot-strap replica of the BS parameters | |
void | printStat () |
Print interesting statistics from boot-strap. | |
void | getOutput (std::vector< VectorXd > &vtxPos, std::vector< MatrixXd > &vtxErr, MatrixXd &sizeMat) |
get output in Belle2-like format | |
void | setBranchVal (TTree *T, std::vector< double > *vec, TString n) |
save bootstrap variable to TTree | |
void | setBranchSpline (TTree *T, Spline *spl, TString n) |
save bootstrap spline to TTree | |
void | save2tree (TString fName) |
save everything to TTree | |
Public Attributes | |
UnknowSpline | x |
BS position (x coordinate) | |
UnknowSpline | y |
BS position (y coordinate) | |
UnknowSpline | kX |
BS angle in xz plane. | |
UnknowSpline | kY |
BS angle in yz plane. | |
UnknowSpline | z |
BS position (z coordinate) | |
UnknowVar | sizeX |
BS size in x direction. | |
UnknowVar | sizeY |
BS size in y direction. | |
UnknowVar | sizeXY |
off-diagonal component of BS size cov matrix in frame where z' is aligned with z | |
UnknowVar | sizeMin |
smallest eigenvalue of the BS size cov matrix (similar to sizeY) | |
UnknowVar | sizeMax |
middle eigenvalue of the BS size cov matrix (similar to sizeX) | |
UnknowVar | xyAngle |
angle of the BS in xy plane when z' is aligned with z | |
UnknowVar | sizeZ |
BS size in z direction. | |
UnknowVar | crossAngle |
derived value of the crossing angle of the HER & LER beams | |
UnknowVar | matXX |
XX element of BS size cov matrix. | |
UnknowVar | matYY |
YY element of BS size cov matrix. | |
UnknowVar | matZZ |
ZZ element of BS size cov matrix. | |
UnknowVar | matXY |
XY element of BS size cov matrix. | |
UnknowVar | matXZ |
XZ element of BS size cov matrix. | |
UnknowVar | matYZ |
YZ element of BS size cov matrix. | |
structure including all variables of interest with uncertainties from boot-strap
Definition at line 333 of file BeamSpotStandAlone.cc.
|
inline |
add next boot-strap replica of the BS parameters
Definition at line 359 of file BeamSpotStandAlone.cc.
|
inline |
get output in Belle2-like format
Definition at line 436 of file BeamSpotStandAlone.cc.
|
inline |
Print interesting statistics from boot-strap.
Definition at line 407 of file BeamSpotStandAlone.cc.
|
inline |
save everything to TTree
Definition at line 496 of file BeamSpotStandAlone.cc.
|
inline |
save bootstrap spline to TTree
Definition at line 486 of file BeamSpotStandAlone.cc.
|
inline |
save bootstrap variable to TTree
Definition at line 478 of file BeamSpotStandAlone.cc.
UnknowVar crossAngle |
derived value of the crossing angle of the HER & LER beams
Definition at line 349 of file BeamSpotStandAlone.cc.
UnknowSpline kX |
BS angle in xz plane.
Definition at line 336 of file BeamSpotStandAlone.cc.
UnknowSpline kY |
BS angle in yz plane.
Definition at line 337 of file BeamSpotStandAlone.cc.
UnknowVar matXX |
XX element of BS size cov matrix.
Definition at line 351 of file BeamSpotStandAlone.cc.
UnknowVar matXY |
XY element of BS size cov matrix.
Definition at line 354 of file BeamSpotStandAlone.cc.
UnknowVar matXZ |
XZ element of BS size cov matrix.
Definition at line 355 of file BeamSpotStandAlone.cc.
UnknowVar matYY |
YY element of BS size cov matrix.
Definition at line 352 of file BeamSpotStandAlone.cc.
UnknowVar matYZ |
YZ element of BS size cov matrix.
Definition at line 356 of file BeamSpotStandAlone.cc.
UnknowVar matZZ |
ZZ element of BS size cov matrix.
Definition at line 353 of file BeamSpotStandAlone.cc.
UnknowVar sizeMax |
middle eigenvalue of the BS size cov matrix (similar to sizeX)
Definition at line 344 of file BeamSpotStandAlone.cc.
UnknowVar sizeMin |
smallest eigenvalue of the BS size cov matrix (similar to sizeY)
Definition at line 343 of file BeamSpotStandAlone.cc.
UnknowVar sizeX |
BS size in x direction.
Definition at line 340 of file BeamSpotStandAlone.cc.
UnknowVar sizeXY |
off-diagonal component of BS size cov matrix in frame where z' is aligned with z
Definition at line 342 of file BeamSpotStandAlone.cc.
UnknowVar sizeY |
BS size in y direction.
Definition at line 341 of file BeamSpotStandAlone.cc.
UnknowVar sizeZ |
BS size in z direction.
Definition at line 348 of file BeamSpotStandAlone.cc.
BS position (x coordinate)
Definition at line 334 of file BeamSpotStandAlone.cc.
UnknowVar xyAngle |
angle of the BS in xy plane when z' is aligned with z
Definition at line 345 of file BeamSpotStandAlone.cc.
BS position (y coordinate)
Definition at line 335 of file BeamSpotStandAlone.cc.
BS position (z coordinate)
Definition at line 338 of file BeamSpotStandAlone.cc.