![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
#include <ConditionsTreePersistency.h>
Public Member Functions | |
| ~GlobalTag ()=default | |
| Default detructor. More... | |
| GlobalTag ()=default | |
| Default constructor. More... | |
| GlobalTag (const GlobalTag ©)=default | |
| Copy contructor. More... | |
| GlobalTag & | operator= (const GlobalTag ©)=default |
| Assignment operator. More... | |
Public Attributes | |
| std::string | name |
| Name of the global tag. More... | |
| IOV | iov {0} |
| The interval of validity for this global tag. More... | |
| std::map< std::pair< int, int >, int > | tags |
| This vector contains all the individual tags contributing to this global tag. More... | |
Class representing a global tag
Definition at line 89 of file ConditionsTreePersistency.h.
|
default |
Default detructor.
|
default |
Default constructor.
|
default |
Copy contructor.
Assignment operator.
| IOV dd4hep::cond::GlobalTag::iov {0} |
The interval of validity for this global tag.
Definition at line 94 of file ConditionsTreePersistency.h.
| std::string dd4hep::cond::GlobalTag::name |
Name of the global tag.
Definition at line 92 of file ConditionsTreePersistency.h.
| std::map<std::pair<int,int>, int> dd4hep::cond::GlobalTag::tags |
This vector contains all the individual tags contributing to this global tag.
Tuple: (priority,tag-id) -> tree collection identifier
Definition at line 98 of file ConditionsTreePersistency.h.
1.8.18