DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <ConditionsTreePersistency.h>
Public Member Functions | |
~ConditionsTag ()=default | |
Default destructor. More... | |
ConditionsTag ()=default | |
Default constructor. More... | |
ConditionsTag (const ConditionsTag ©)=default | |
Copy contructor. More... | |
ConditionsTag & | operator= (const ConditionsTag ©)=default |
Assignment operator. More... | |
Public Attributes | |
std::string | name |
Tag name. More... | |
IOV | iov {0} |
Interval of validity. More... | |
int | version = -1 |
Version number of the condition. More... | |
int | collectionID = -1 |
The collections contributing to this tag. More... | |
Class representing a conditions tag
Definition at line 64 of file ConditionsTreePersistency.h.
|
default |
Default destructor.
|
default |
Default constructor.
|
default |
Copy contructor.
|
default |
Assignment operator.
int dd4hep::cond::ConditionsTag::collectionID = -1 |
The collections contributing to this tag.
Definition at line 73 of file ConditionsTreePersistency.h.
IOV dd4hep::cond::ConditionsTag::iov {0} |
Interval of validity.
Definition at line 69 of file ConditionsTreePersistency.h.
std::string dd4hep::cond::ConditionsTag::name |
Tag name.
Definition at line 67 of file ConditionsTreePersistency.h.
int dd4hep::cond::ConditionsTag::version = -1 |
Version number of the condition.
Definition at line 71 of file ConditionsTreePersistency.h.