Belle II Software
release-08-01-10
|
This module writes BKLM data to database. More...
#include <BKLMDatabaseImporter.h>
Public Member Functions | |
BKLMDatabaseImporter () | |
Constructor. | |
~BKLMDatabaseImporter () | |
Destructor. | |
void | setIOV (int experimentLow, int runLow, int experimentHigh, int runHigh) |
Set interval of validity. | |
void | importSimulationPar () |
Import BKLM simulation parameters into the database. | |
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. | |
This module writes BKLM data to database.
Definition at line 20 of file BKLMDatabaseImporter.h.