Belle II Software
release-08-01-10
|
This class import to the database the dbobjects SVDGlobalConfigParameters and SVDLocalConfigParameters. More...
#include <SVDDetectorConfigurationImporter.h>
Public Member Functions | |
SVDDetectorConfigurationImporter () | |
Default constructor. | |
SVDDetectorConfigurationImporter (int fexp, int frun, int lexp, int lrun) | |
A constructor accepting as arguments the interval of validity coordinates. | |
virtual | ~SVDDetectorConfigurationImporter () |
Destructor. | |
void | importSVDGlobalXMLFile (const std::string &fileName=std::string("svd/data/global.xml")) |
This method import to the database the global configuration xml file used during data taking. | |
void | importSVDGlobalConfigParametersFromXML (const std::string &xmlFileName) |
This method import to the database the global configuration parameters used during data taking. More... | |
void | importSVDLocalConfigParametersFromXML (const std::string &xmlFileName) |
This method import to the database the local configuration parameters used during data taking. More... | |
Private Attributes | |
int | m_firstExperiment |
The interval of validity coordinates are defined as private members. More... | |
int | m_firstRun |
First run. | |
int | m_lastExperiment |
Last experiment. | |
int | m_lastRun |
Last run. | |
This class import to the database the dbobjects SVDGlobalConfigParameters and SVDLocalConfigParameters.
Definition at line 25 of file SVDDetectorConfigurationImporter.h.
void importSVDGlobalConfigParametersFromXML | ( | const std::string & | xmlFileName | ) |
This method import to the database the global configuration parameters used during data taking.
xmlFileName | is the file name of the xml file |
void importSVDLocalConfigParametersFromXML | ( | const std::string & | xmlFileName | ) |
This method import to the database the local configuration parameters used during data taking.
xmlFileName | is the file name of the xml file |
|
private |
The interval of validity coordinates are defined as private members.
First experiment.
Definition at line 85 of file SVDDetectorConfigurationImporter.h.