Geant4 10.7.0
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 65 of file G4TDigiCollection.hh.
G4TDigiCollection< T >::G4TDigiCollection |
Definition at line 146 of file G4TDigiCollection.hh.
G4TDigiCollection< T >::G4TDigiCollection | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 153 of file G4TDigiCollection.hh.
|
virtual |
Definition at line 162 of file G4TDigiCollection.hh.
|
virtual |
Reimplemented from G4VDigiCollection.
Definition at line 179 of file G4TDigiCollection.hh.
|
inline |
Definition at line 107 of file G4TDigiCollection.hh.
|
inlinevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 117 of file G4TDigiCollection.hh.
|
inlinevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 122 of file G4TDigiCollection.hh.
|
inline |
Definition at line 91 of file G4TDigiCollection.hh.
|
inline |
Definition at line 97 of file G4TDigiCollection.hh.
|
inline |
Definition at line 139 of file G4TDigiCollection.hh.
|
inline |
Definition at line 130 of file G4TDigiCollection.hh.
G4bool G4TDigiCollection< T >::operator== | ( | const G4TDigiCollection< T > & | right | ) | const |
Definition at line 173 of file G4TDigiCollection.hh.
|
inline |
Definition at line 85 of file G4TDigiCollection.hh.
|
virtual |
Reimplemented from G4VDigiCollection.
Definition at line 188 of file G4TDigiCollection.hh.