![]() |
Belle II Software
release-06-02-00
|
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 | 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 20 of file EKLMDatabaseImporter.h.