DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::HitCollection Class Reference

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...
 
HitCollectionoperator= (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
 

Detailed Description

Definition of the HitCollection parameters used by the Readout.

Author
M.Frank
Version
1.0

Definition at line 157 of file ObjectsInterna.h.

Constructor & Destructor Documentation

◆ HitCollection() [1/3]

dd4hep::HitCollection::HitCollection ( )
inline

Default constructor.

Definition at line 166 of file ObjectsInterna.h.

◆ HitCollection() [2/3]

HitCollection::HitCollection ( const HitCollection c)

Copy constructor.

Definition at line 27 of file Readout.cpp.

◆ HitCollection() [3/3]

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.

Member Function Documentation

◆ operator=()

HitCollection & HitCollection::operator= ( const HitCollection c)

Assignment operator.

Definition at line 39 of file Readout.cpp.

Member Data Documentation

◆ key

std::string dd4hep::HitCollection::key

Discriminator key name from the <id> string.

Definition at line 162 of file ObjectsInterna.h.

◆ key_max

long dd4hep::HitCollection::key_max

Definition at line 164 of file ObjectsInterna.h.

◆ key_min

long dd4hep::HitCollection::key_min

Range values of the key is not empty.

Definition at line 164 of file ObjectsInterna.h.

◆ name

std::string dd4hep::HitCollection::name

Hit collection name.

Definition at line 160 of file ObjectsInterna.h.


The documentation for this class was generated from the following files: