Belle II Software  release-08-01-10
SVDDetectorConfigurationImporter Class Reference

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.
 

Detailed Description

This class import to the database the dbobjects SVDGlobalConfigParameters and SVDLocalConfigParameters.

Definition at line 25 of file SVDDetectorConfigurationImporter.h.

Member Function Documentation

◆ importSVDGlobalConfigParametersFromXML()

void importSVDGlobalConfigParametersFromXML ( const std::string &  xmlFileName)

This method import to the database the global configuration parameters used during data taking.

Parameters
xmlFileNameis the file name of the xml file

◆ importSVDLocalConfigParametersFromXML()

void importSVDLocalConfigParametersFromXML ( const std::string &  xmlFileName)

This method import to the database the local configuration parameters used during data taking.

Parameters
xmlFileNameis the file name of the xml file

Member Data Documentation

◆ m_firstExperiment

int m_firstExperiment
private

The interval of validity coordinates are defined as private members.

First experiment.

Definition at line 85 of file SVDDetectorConfigurationImporter.h.


The documentation for this class was generated from the following file: