Belle II Software  release-06-01-15
EKLMDatabaseImporter.h
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 
9 #pragma once
10 
11 namespace Belle2 {
21 
22  public:
23 
28 
33 
37  void setIOV(int experimentLow, int runLow, int experimentHigh, int runHigh);
38 
43 
44  private:
45 
47  int m_ExperimentLow = 0;
48 
50  int m_RunLow = 0;
51 
53  int m_ExperimentHigh = -1;
54 
56  int m_RunHigh = -1;
57 
58  };
59 
61 }
EKLM time calibration algorithm.
int m_ExperimentHigh
High experiment.
void importSimulationParameters()
Import simulation parameters.
void setIOV(int experimentLow, int runLow, int experimentHigh, int runHigh)
Set interval of validity.
Abstract base class for different kinds of events.