![]() |
Belle II Software
release-05-02-19
|
EKLM time calibration algorithm. More...
#include <EKLMDatabaseImporter.h>
Public Member Functions | |
| EKLMDatabaseImporter () | |
| Constructor. | |
| ~EKLMDatabaseImporter () | |
| Destructor. | |
| void | setIOV (int experimentLow, int runLow, int experimentHigh, int runHigh) |
| Set interval of validity. | |
| void | importReconstructionParameters () |
| Import reconstruction parameters. | |
| void | importSimulationParameters () |
| Import simulation parameters. | |
Private Attributes | |
| int | m_ExperimentLow = 0 |
| Low experiment. | |
| int | m_RunLow = 0 |
| Low run. | |
| int | m_ExperimentHigh = -1 |
| High experiment. | |
| int | m_RunHigh = -1 |
| High run. | |
EKLM time calibration algorithm.
Definition at line 30 of file EKLMDatabaseImporter.h.