Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4THitsCollection.hh>
Public Member Functions | |
G4THitsCollection () | |
G4THitsCollection (G4String detName, G4String colNam) | |
~G4THitsCollection () override | |
G4bool | operator== (const G4THitsCollection< T > &right) const |
void * | operator new (size_t) |
void | operator delete (void *anHC) |
void | DrawAllHits () override |
void | PrintAllHits () override |
T * | operator[] (size_t i) const |
std::vector< T * > * | GetVector () const |
size_t | insert (T *aHit) |
size_t | entries () const |
G4VHit * | GetHit (size_t i) const override |
size_t | GetSize () const override |
Public Member Functions inherited from G4HitsCollection | |
~G4HitsCollection () override=default | |
G4bool | operator== (const G4HitsCollection &right) const |
G4VHitsCollection ()=default | |
G4VHitsCollection (G4String detName, G4String colNam) | |
Public Member Functions inherited from G4VHitsCollection | |
G4VHitsCollection ()=default | |
G4VHitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4VHitsCollection ()=default |
G4bool | operator== (const G4VHitsCollection &right) const |
const G4String & | GetName () const |
const G4String & | GetSDname () const |
void | SetColID (G4int i) |
G4int | GetColID () const |
Additional Inherited Members | |
Protected Attributes inherited from G4HitsCollection | |
void * | theCollection = nullptr |
Protected Attributes inherited from G4VHitsCollection | |
G4String | collectionName = "Unknown" |
G4String | SDname = "Unknown" |
G4int | colID = -1 |
Definition at line 66 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection | ( | ) |
Definition at line 129 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection | ( | G4String | detName, |
G4String | colNam ) |
Definition at line 136 of file G4THitsCollection.hh.
|
override |
Definition at line 144 of file G4THitsCollection.hh.
|
overridevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 161 of file G4THitsCollection.hh.
|
inline |
Definition at line 102 of file G4THitsCollection.hh.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inline |
Definition at line 90 of file G4THitsCollection.hh.
|
inline |
Definition at line 94 of file G4THitsCollection.hh.
|
inline |
Definition at line 123 of file G4THitsCollection.hh.
|
inline |
Definition at line 114 of file G4THitsCollection.hh.
G4bool G4THitsCollection< T >::operator== | ( | const G4THitsCollection< T > & | right | ) | const |
Definition at line 155 of file G4THitsCollection.hh.
|
inline |
Definition at line 87 of file G4THitsCollection.hh.
|
overridevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 170 of file G4THitsCollection.hh.