DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Class describing the interval of validty type. More...
#include <IOV.h>
Public Member Functions | |
IOVType ()=default | |
Standard Constructor. More... | |
~IOVType ()=default | |
Standard Destructor. More... | |
IOVType (const IOVType ©)=default | |
Copy constructor. More... | |
IOVType (IOVType &©)=default | |
Move constructor. More... | |
IOVType & | operator= (const IOVType ©)=default |
Assignment operator. More... | |
IOVType & | operator= (IOVType &©)=default |
Move assignment operator. More... | |
std::string | str () const |
Conversion to string. More... | |
Public Attributes | |
unsigned int | type = UNKNOWN_IOV |
integer identifier used internally More... | |
std::string | name |
String name. More... | |
Static Public Attributes | |
static constexpr unsigned int | UNKNOWN_IOV = ~0x0 |
|
default |
Standard Constructor.
|
default |
Standard Destructor.
|
default |
Copy constructor.
|
default |
Move constructor.
unsigned int dd4hep::IOVType::type = UNKNOWN_IOV |
|
staticconstexpr |