![]() |
Belle II Software release-09-00-04
|
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.
|
inline |
| void importSimulationPar | ( | ) |
Import BKLM simulation parameters into the database.
Definition at line 37 of file BKLMDatabaseImporter.cc.
| void setIOV | ( | int | experimentLow, |
| int | runLow, | ||
| int | experimentHigh, | ||
| int | runHigh | ||
| ) |
Set interval of validity.
Definition at line 28 of file BKLMDatabaseImporter.cc.
|
private |
High experiment.
Definition at line 54 of file BKLMDatabaseImporter.h.
|
private |
Low experiment.
Definition at line 48 of file BKLMDatabaseImporter.h.
|
private |
High run.
Definition at line 57 of file BKLMDatabaseImporter.h.
|
private |
Low run.
Definition at line 51 of file BKLMDatabaseImporter.h.