![]() |
Belle II Software development
|
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. | |
| void | importSVDLocalConfigParametersFromXML (const std::string &xmlFileName) |
| This method import to the database the local configuration parameters used during data taking. | |
Private Attributes | |
| int | m_firstExperiment |
| The interval of validity coordinates are defined as private members. | |
| 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.
|
inline |
Default constructor.
Definition at line 32 of file SVDDetectorConfigurationImporter.h.
|
inline |
A constructor accepting as arguments the interval of validity coordinates.
Definition at line 42 of file SVDDetectorConfigurationImporter.h.
|
inlinevirtual |
| 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 |
Definition at line 55 of file SVDDetectorConfigurationImporter.cc.
| 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.
| fileName | name of the XML file |
Definition at line 41 of file SVDDetectorConfigurationImporter.cc.
| 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 |
Definition at line 141 of file SVDDetectorConfigurationImporter.cc.
|
private |
The interval of validity coordinates are defined as private members.
First experiment.
Definition at line 83 of file SVDDetectorConfigurationImporter.h.
|
private |
First run.
Definition at line 84 of file SVDDetectorConfigurationImporter.h.
|
private |
Last experiment.
Definition at line 85 of file SVDDetectorConfigurationImporter.h.
|
private |
Last run.
Definition at line 86 of file SVDDetectorConfigurationImporter.h.