Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TDigiCollection.hh>
Public Member Functions | |
G4TDigiCollection () | |
G4TDigiCollection (G4String detName, G4String colNam) | |
~G4TDigiCollection () override | |
G4bool | operator== (const G4TDigiCollection &right) const |
void * | operator new (size_t) |
void | operator delete (void *aDC) |
void | DrawAllDigi () override |
void | PrintAllDigi () override |
T * | operator[] (size_t i) const |
std::vector< T * > * | GetVector () const |
size_t | insert (T *aHit) |
size_t | entries () const |
G4VDigi * | GetDigi (size_t i) const override |
size_t | GetSize () const override |
Public Member Functions inherited from G4DigiCollection | |
~G4DigiCollection () override=default | |
G4bool | operator== (const G4DigiCollection &right) const |
G4VDigiCollection ()=default | |
G4VDigiCollection (G4String DMnam, G4String colNam) | |
Public Member Functions inherited from G4VDigiCollection | |
G4VDigiCollection ()=default | |
G4VDigiCollection (G4String DMnam, G4String colNam) | |
virtual | ~G4VDigiCollection ()=default |
G4bool | operator== (const G4VDigiCollection &right) const |
const G4String & | GetName () const |
const G4String & | GetDMname () const |
Additional Inherited Members | |
Protected Attributes inherited from G4DigiCollection | |
void * | theCollection = nullptr |
Protected Attributes inherited from G4VDigiCollection | |
G4String | collectionName = "Unknown" |
G4String | DMname = "Unknown" |
Definition at line 67 of file G4TDigiCollection.hh.
G4TDigiCollection< T >::G4TDigiCollection | ( | ) |
Definition at line 129 of file G4TDigiCollection.hh.
G4TDigiCollection< T >::G4TDigiCollection | ( | G4String | detName, |
G4String | colNam ) |
Definition at line 136 of file G4TDigiCollection.hh.
|
override |
Definition at line 144 of file G4TDigiCollection.hh.
|
overridevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 161 of file G4TDigiCollection.hh.
|
inline |
Definition at line 102 of file G4TDigiCollection.hh.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inline |
Definition at line 90 of file G4TDigiCollection.hh.
|
inline |
Definition at line 94 of file G4TDigiCollection.hh.
|
inline |
Definition at line 123 of file G4TDigiCollection.hh.
|
inline |
Definition at line 114 of file G4TDigiCollection.hh.
G4bool G4TDigiCollection< T >::operator== | ( | const G4TDigiCollection< T > & | right | ) | const |
Definition at line 155 of file G4TDigiCollection.hh.
|
inline |
Definition at line 87 of file G4TDigiCollection.hh.
|
overridevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 170 of file G4TDigiCollection.hh.