Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TDigiCollection.hh>
Public Member Functions | |
~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 |
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 |
Protected Attributes | |
void * | theCollection = nullptr |
Protected Attributes inherited from G4VDigiCollection | |
G4String | collectionName = "Unknown" |
G4String | DMname = "Unknown" |
Definition at line 48 of file G4TDigiCollection.hh.
|
overridedefault |
|
default |
Definition at line 49 of file G4VDigiCollection.cc.
|
inline |
Definition at line 54 of file G4TDigiCollection.hh.
|
protected |
Definition at line 57 of file G4TDigiCollection.hh.
Referenced by G4TDigiCollection< T >::entries(), G4TDigiCollection< T >::G4TDigiCollection(), G4TDigiCollection< T >::GetDigi(), G4TDigiCollection< T >::GetSize(), G4TDigiCollection< T >::GetVector(), G4TDigiCollection< T >::insert(), and G4TDigiCollection< T >::operator[]().