|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TDigiCollection.hh>
Public Member Functions | |
| G4TDigiCollection () | |
| G4TDigiCollection (const G4String &detName, const G4String &colNam) | |
| ~G4TDigiCollection () override | |
| G4bool | operator== (const G4TDigiCollection &right) const |
| void * | operator new (std::size_t) |
| void | operator delete (void *aDC) |
| void | DrawAllDigi () override |
| void | PrintAllDigi () override |
| T * | operator[] (std::size_t i) const |
| std::vector< T * > * | GetVector () const |
| std::size_t | insert (T *aHit) |
| std::size_t | entries () const |
| G4VDigi * | GetDigi (std::size_t i) const override |
| std::size_t | GetSize () const override |
| Public Member Functions inherited from G4DigiCollection | |
| ~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 |
| 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 70 of file G4TDigiCollection.hh.
| G4TDigiCollection< T >::G4TDigiCollection | ( | ) |
Definition at line 133 of file G4TDigiCollection.hh.
Referenced by operator delete(), operator new(), and operator==().
| G4TDigiCollection< T >::G4TDigiCollection | ( | const G4String & | detName, |
| const G4String & | colNam ) |
Definition at line 140 of file G4TDigiCollection.hh.
|
override |
Definition at line 148 of file G4TDigiCollection.hh.
|
overridevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 165 of file G4TDigiCollection.hh.
|
inline |
Definition at line 106 of file G4TDigiCollection.hh.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inline |
Definition at line 94 of file G4TDigiCollection.hh.
|
inline |
Definition at line 98 of file G4TDigiCollection.hh.
|
inline |
Definition at line 127 of file G4TDigiCollection.hh.
|
inline |
Definition at line 118 of file G4TDigiCollection.hh.
| G4bool G4TDigiCollection< T >::operator== | ( | const G4TDigiCollection< T > & | right | ) | const |
Definition at line 159 of file G4TDigiCollection.hh.
|
inline |
Definition at line 91 of file G4TDigiCollection.hh.
|
overridevirtual |
Reimplemented from G4VDigiCollection.
Definition at line 174 of file G4TDigiCollection.hh.