Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TDigiCollection.hh>
Public Member Functions | |
G4TDigiCollection () | |
G4TDigiCollection (G4String detName, G4String colNam) | |
virtual | ~G4TDigiCollection () |
G4bool | operator== (const G4TDigiCollection &right) const |
void * | operator new (size_t) |
void | operator delete (void *aDC) |
virtual void | DrawAllDigi () |
virtual void | PrintAllDigi () |
T * | operator[] (size_t i) const |
std::vector< T * > * | GetVector () const |
size_t | insert (T *aHit) |
size_t | entries () const |
virtual G4VDigi * | GetDigi (size_t i) const |
virtual size_t | GetSize () const |
Public Member Functions inherited from G4DigiCollection | |
G4DigiCollection () | |
G4DigiCollection (G4String detName, G4String colNam) | |
virtual | ~G4DigiCollection () |
G4bool | operator== (const G4DigiCollection &right) const |
Public Member Functions inherited from G4VDigiCollection | |
G4VDigiCollection () | |
G4VDigiCollection (G4String DMnam, G4String colNam) | |
virtual | ~G4VDigiCollection () |
G4bool | operator== (const G4VDigiCollection &right) const |
virtual void | DrawAllDigi () |
virtual void | PrintAllDigi () |
const G4String & | GetName () const |
const G4String & | GetDMname () const |
virtual G4VDigi * | GetDigi (size_t) const |
virtual size_t | GetSize () const |
Additional Inherited Members | |
Protected Attributes inherited from G4DigiCollection | |
void * | theCollection |
Protected Attributes inherited from G4VDigiCollection | |
G4String | collectionName |
G4String | DMname |
Definition at line 66 of file G4TDigiCollection.hh.
G4TDigiCollection< T >::G4TDigiCollection |
Definition at line 141 of file G4TDigiCollection.hh.
G4TDigiCollection< T >::G4TDigiCollection | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 148 of file G4TDigiCollection.hh.
|
virtual |
Definition at line 156 of file G4TDigiCollection.hh.
|
virtual |
Reimplemented from G4VDigiCollection.
Definition at line 175 of file G4TDigiCollection.hh.
|
inline |
Definition at line 106 of file G4TDigiCollection.hh.
|
inlinevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 114 of file G4TDigiCollection.hh.
|
inlinevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 118 of file G4TDigiCollection.hh.
|
inline |
Definition at line 93 of file G4TDigiCollection.hh.
|
inline |
Definition at line 98 of file G4TDigiCollection.hh.
|
inline |
Definition at line 135 of file G4TDigiCollection.hh.
|
inline |
Definition at line 125 of file G4TDigiCollection.hh.
G4bool G4TDigiCollection< T >::operator== | ( | const G4TDigiCollection< T > & | right | ) | const |
Definition at line 169 of file G4TDigiCollection.hh.
|
inline |
Definition at line 88 of file G4TDigiCollection.hh.
|
virtual |
Reimplemented from G4VDigiCollection.
Definition at line 186 of file G4TDigiCollection.hh.