![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Definition of the HitCollection parameters used by the Readout. More...
#include <ObjectsInterna.h>
Public Member Functions | |
| HitCollection () | |
| Default constructor. More... | |
| HitCollection (const HitCollection &c) | |
| Copy constructor. More... | |
| HitCollection (const std::string &name, const std::string &key="", long k_min=~0x0, long kmax=~0x0) | |
| Initializing constructor. More... | |
| HitCollection & | operator= (const HitCollection &c) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | name |
| Hit collection name. More... | |
| std::string | key |
| Discriminator key name from the <id> string. More... | |
| long | key_min |
| Range values of the key is not empty. More... | |
| long | key_max |
Definition of the HitCollection parameters used by the Readout.
Definition at line 157 of file ObjectsInterna.h.
|
inline |
Default constructor.
Definition at line 166 of file ObjectsInterna.h.
| HitCollection::HitCollection | ( | const HitCollection & | c | ) |
Copy constructor.
Definition at line 27 of file Readout.cpp.
| HitCollection::HitCollection | ( | const std::string & | name, |
| const std::string & | key = "", |
||
| long | k_min = ~0x0, |
||
| long | kmax = ~0x0 |
||
| ) |
Initializing constructor.
Definition at line 33 of file Readout.cpp.
| HitCollection & HitCollection::operator= | ( | const HitCollection & | c | ) |
Assignment operator.
Definition at line 39 of file Readout.cpp.
| std::string dd4hep::HitCollection::key |
Discriminator key name from the <id> string.
Definition at line 162 of file ObjectsInterna.h.
| long dd4hep::HitCollection::key_max |
Definition at line 164 of file ObjectsInterna.h.
| long dd4hep::HitCollection::key_min |
Range values of the key is not empty.
Definition at line 164 of file ObjectsInterna.h.
| std::string dd4hep::HitCollection::name |
Hit collection name.
Definition at line 160 of file ObjectsInterna.h.
1.8.18