Belle II Software development
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
11namespace Belle2 {
21 public:
22
27
32 {
33 }
34
38 void setIOV(int experimentLow, int runLow, int experimentHigh, int runHigh);
39
44
45 private:
46
49
51 int m_RunLow = 0;
52
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.