|
Geant4 11.4.0
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 (const G4String &DMnam, const G4String &colNam) | |
| Public Member Functions inherited from G4VDigiCollection | |
| G4VDigiCollection ()=default | |
| G4VDigiCollection (const G4String &DMnam, const 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 (std::size_t) const |
| virtual std::size_t | GetSize () const |
Protected Attributes | |
| void * | theCollection = nullptr |
| Protected Attributes inherited from G4VDigiCollection | |
| G4String | collectionName = "Unknown" |
| G4String | DMname = "Unknown" |
Definition at line 49 of file G4TDigiCollection.hh.
|
overridedefault |
|
default |
| G4VDigiCollection::G4VDigiCollection | ( | const G4String & | DMnam, |
| const G4String & | colNam ) |
Definition at line 50 of file G4VDigiCollection.cc.
|
inline |
Definition at line 56 of file G4TDigiCollection.hh.
|
protected |
Definition at line 60 of file G4TDigiCollection.hh.
Referenced by G4TDigiCollection< T >::DrawAllDigi(), G4TDigiCollection< T >::entries(), G4TDigiCollection< T >::G4TDigiCollection(), G4TDigiCollection< T >::G4TDigiCollection(), G4TDigiCollection< T >::GetDigi(), G4TDigiCollection< T >::GetSize(), G4TDigiCollection< T >::GetVector(), G4TDigiCollection< T >::insert(), G4TDigiCollection< T >::operator[](), G4TDigiCollection< T >::PrintAllDigi(), and G4TDigiCollection< T >::~G4TDigiCollection().