DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Forward declarations. More...
#include <ConditionsTextRepository.h>
Classes | |
class | Entry |
Definition of a single Entry in the conditions repository. More... | |
Public Types | |
typedef std::vector< Entry > | Data |
Definition of the entry collection. More... | |
Public Member Functions | |
ConditionsTextRepository () | |
Default constructor. More... | |
virtual | ~ConditionsTextRepository () |
Default destructor. More... | |
int | save (ConditionsManager m, const std::string &output) const |
Save the textrepository to file. More... | |
int | load (const std::string &input, Data &data) const |
Load the textrepository from file and fill user passed data structory. More... | |
Forward declarations.
Base class to be implemented by objects to listen on condition callbacks
Definition at line 40 of file ConditionsTextRepository.h.
typedef std::vector<Entry> dd4hep::cond::ConditionsTextRepository::Data |
Definition of the entry collection.
Definition at line 59 of file ConditionsTextRepository.h.
ConditionsTextRepository::ConditionsTextRepository | ( | ) |
Default constructor.
Default constructor. Allocates resources.
Definition at line 40 of file ConditionsTextRepository.cpp.
|
virtual |
Default destructor.
Definition at line 44 of file ConditionsTextRepository.cpp.
int ConditionsTextRepository::load | ( | const std::string & | input, |
Data & | data | ||
) | const |
Load the textrepository from file and fill user passed data structory.
Load the repository from file and fill user passed data structory.
Definition at line 241 of file ConditionsTextRepository.cpp.
int ConditionsTextRepository::save | ( | ConditionsManager | m, |
const std::string & | output | ||
) | const |
Save the textrepository to file.
Save the repository to file.
Write XML file with conditions addresses
Write fixed records with conditions addresses
Write fixed records with conditions addresses
Write records separated by ';' with conditions addresses
Definition at line 204 of file ConditionsTextRepository.cpp.