Belle II Software development
|
Parameters and data relevant for single calibration interval. More...
#include <calibTools.h>
Public Attributes | |
std::vector< std::map< ExpRun, std::pair< double, double > > > | subIntervals |
vector of the start and end times of the calibration subintervals | |
std::vector< ExpRunEvt > | breakPoints |
vector with break points positions | |
CalibPars | pars |
The parameters of the calibration itself. | |
bool | isCalibrated = false |
true if calibration run was successful | |
Parameters and data relevant for single calibration interval.
Definition at line 87 of file calibTools.h.
std::vector<ExpRunEvt> breakPoints |
vector with break points positions
Definition at line 91 of file calibTools.h.
bool isCalibrated = false |
true if calibration run was successful
Definition at line 95 of file calibTools.h.
CalibPars pars |
The parameters of the calibration itself.
Definition at line 93 of file calibTools.h.
std::vector<std::map<ExpRun, std::pair<double, double> > > subIntervals |
vector of the start and end times of the calibration subintervals
Definition at line 89 of file calibTools.h.