DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
The intermediate conditions data used to populate the DetElement conditions. More...
#include <ConditionsEntry.h>
Public Member Functions | |
Entry () | |
Default constructor. More... | |
Entry (const DetElement &det, const std::string &nam, const std::string &typ, const std::string &valid, int hash) | |
Initializing constructor. More... | |
Entry (const Entry &c) | |
Copy constructor. More... | |
virtual | ~Entry () |
Default destructor. More... | |
Entry & | operator= (const Entry &c) |
Assignment operator. More... | |
Public Member Functions inherited from dd4hep::NamedObject | |
NamedObject (const char *nam, const char *typ="") | |
Initializing constructor. More... | |
NamedObject (const std::string &nam) | |
Initializing constructor. More... | |
NamedObject (const std::string &nam, const std::string &typ) | |
Initializing constructor. More... | |
NamedObject ()=default | |
Standard constructor. More... | |
NamedObject (const NamedObject &c)=default | |
Copy constructor. More... | |
NamedObject (NamedObject &&c)=default | |
Move constructor. More... | |
virtual | ~NamedObject ()=default |
Default destructor. More... | |
NamedObject & | operator= (const NamedObject &c)=default |
Assignment operator. More... | |
NamedObject & | operator= (NamedObject &&c)=default |
Move assignment operator. More... | |
const char * | GetName () const |
Access name. More... | |
void | SetName (const char *nam) |
Set name (used by Handle) More... | |
void | SetTitle (const char *tit) |
Set Title (used by Handle) More... | |
const char * | GetTitle () const |
Get name (used by Handle) More... | |
Public Attributes | |
DetElement | detector |
Reference to the detector element. More... | |
std::string | value |
The actual conditions data. More... | |
std::string | validity |
The validity string to be interpreted by the updating engine. More... | |
int | hash = 0 |
Hash value of the name for fast identification. More... | |
Public Attributes inherited from dd4hep::NamedObject | |
std::string | name |
The object name. More... | |
std::string | type |
The object type. More... | |
The intermediate conditions data used to populate the DetElement conditions.
Definition at line 36 of file ConditionsEntry.h.
Entry::Entry | ( | ) |
Default constructor.
Definition at line 22 of file ConditionsEntry.cpp.
Entry::Entry | ( | const DetElement & | det, |
const std::string & | nam, | ||
const std::string & | typ, | ||
const std::string & | valid, | ||
int | hash | ||
) |
Initializing constructor.
Definition at line 29 of file ConditionsEntry.cpp.
Entry::Entry | ( | const Entry & | c | ) |
Copy constructor.
Definition at line 36 of file ConditionsEntry.cpp.
|
virtual |
Default destructor.
Definition at line 43 of file ConditionsEntry.cpp.
Assignment operator.
Definition at line 48 of file ConditionsEntry.cpp.
DetElement dd4hep::cond::Entry::detector |
Reference to the detector element.
Definition at line 39 of file ConditionsEntry.h.
int dd4hep::cond::Entry::hash = 0 |
Hash value of the name for fast identification.
Definition at line 45 of file ConditionsEntry.h.
std::string dd4hep::cond::Entry::validity |
The validity string to be interpreted by the updating engine.
Definition at line 43 of file ConditionsEntry.h.
std::string dd4hep::cond::Entry::value |
The actual conditions data.
Definition at line 41 of file ConditionsEntry.h.