![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Concrete object implementation for the Constant handle. More...
#include <ObjectsInterna.h>
Public Member Functions | |
| ConstantObject () | |
| Default constructor for ROOT persistency. More... | |
| ConstantObject (const std::string &nam, const std::string &val, const std::string &typ) | |
| Standard constructor. More... | |
| virtual | ~ConstantObject () |
| Default destructor. 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 | |
| std::string | dataType |
| Constant type. More... | |
Public Attributes inherited from dd4hep::NamedObject | |
| std::string | name |
| The object name. More... | |
| std::string | type |
| The object type. More... | |
Private Member Functions | |
| ConstantObject (const ConstantObject &) | |
| Private copy constructor. More... | |
| ConstantObject & | operator= (const ConstantObject &) |
| Private assignment operator. More... | |
Concrete object implementation for the Constant handle.
Definition at line 64 of file ObjectsInterna.h.
| ConstantObject::ConstantObject | ( | ) |
Default constructor for ROOT persistency.
Default constructor.
Definition at line 52 of file ObjectsInterna.cpp.
| ConstantObject::ConstantObject | ( | const std::string & | nam, |
| const std::string & | val, | ||
| const std::string & | typ | ||
| ) |
Standard constructor.
Definition at line 57 of file ObjectsInterna.cpp.
|
virtual |
Default destructor.
Definition at line 64 of file ObjectsInterna.cpp.
|
inlineprivate |
Private copy constructor.
Definition at line 76 of file ObjectsInterna.h.
|
inlineprivate |
Private assignment operator.
Definition at line 78 of file ObjectsInterna.h.
| std::string dd4hep::ConstantObject::dataType |
Constant type.
Definition at line 67 of file ObjectsInterna.h.
1.8.18