Belle II Software  release-08-01-10
BKLMDatabaseImporter.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  public:
22 
27 
32  {
33  }
34 
38  void setIOV(int experimentLow, int runLow, int experimentHigh, int runHigh);
39 
43  void importSimulationPar();
44 
45  private:
46 
48  int m_ExperimentLow = 0;
49 
51  int m_RunLow = 0;
52 
54  int m_ExperimentHigh = -1;
55 
57  int m_RunHigh = -1;
58 
59  };
60 
62 }
63 
This module writes BKLM data to database.
void importSimulationPar()
Import BKLM simulation parameters into the database.
int m_ExperimentHigh
High experiment.
void setIOV(int experimentLow, int runLow, int experimentHigh, int runHigh)
Set interval of validity.
Abstract base class for different kinds of events.