DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Concrete object implementation of the Readout Handle. More...
#include <ObjectsInterna.h>
Public Member Functions | |
ReadoutObject () | |
Standard constructor. More... | |
virtual | ~ReadoutObject () |
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 | |
Segmentation | segmentation |
Handle to the readout segmentation. More... | |
Volume | readoutWorld |
Handle to the volume. More... | |
IDDescriptor | id |
Handle to the field descriptor. More... | |
std::vector< HitCollection > | hits |
Hit collection container (if defined) More... | |
Public Attributes inherited from dd4hep::NamedObject | |
std::string | name |
The object name. More... | |
std::string | type |
The object type. More... | |
Concrete object implementation of the Readout Handle.
Definition at line 182 of file ObjectsInterna.h.
ReadoutObject::ReadoutObject | ( | ) |
Standard constructor.
Definition at line 95 of file ObjectsInterna.cpp.
|
virtual |
Default destructor.
Definition at line 100 of file ObjectsInterna.cpp.
std::vector<HitCollection> dd4hep::ReadoutObject::hits |
Hit collection container (if defined)
Definition at line 191 of file ObjectsInterna.h.
IDDescriptor dd4hep::ReadoutObject::id |
Handle to the field descriptor.
Definition at line 189 of file ObjectsInterna.h.
Volume dd4hep::ReadoutObject::readoutWorld |
Segmentation dd4hep::ReadoutObject::segmentation |
Handle to the readout segmentation.
Definition at line 185 of file ObjectsInterna.h.