Belle II Software
release-08-01-10
|
The parameters related to single calibration interval. More...
#include <calibTools.h>
Public Member Functions | |
int | size () const |
number of the subintervals | |
Public Attributes | |
std::vector< Eigen::VectorXd > | cnt |
vector of means for each calib. subinterval | |
std::vector< Eigen::MatrixXd > | cntUnc |
vector of uncertainties of means for each calib. subinterval | |
Eigen::MatrixXd | spreadMat |
spread CovMatrix | |
double | spreadUnc = std::numeric_limits<double>::quiet_NaN() |
stat uncertainty of the spread (for eCMS) | |
double | shift |
difference between eCMS for hadronic B decay method and mumu method, i.e. hadB - mumu More... | |
double | shiftUnc = std::numeric_limits<double>::quiet_NaN() |
stat uncertainty of the shift | |
std::vector< double > | pulls |
vector of pulls between mumu and hadB methods (for eCMS) | |
The parameters related to single calibration interval.
Definition at line 72 of file calibTools.h.
double shift |
difference between eCMS for hadronic B decay method and mumu method, i.e. hadB - mumu
Definition at line 78 of file calibTools.h.