Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4THitsCollection.hh>
Public Member Functions | |
G4THitsCollection () | |
G4THitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4THitsCollection () |
G4bool | operator== (const G4THitsCollection< T > &right) const |
void * | operator new (size_t) |
void | operator delete (void *anHC) |
virtual void | DrawAllHits () |
virtual void | PrintAllHits () |
T * | operator[] (size_t i) const |
std::vector< T * > * | GetVector () const |
size_t | insert (T *aHit) |
size_t | entries () const |
virtual G4VHit * | GetHit (size_t i) const |
virtual size_t | GetSize () const |
Public Member Functions inherited from G4HitsCollection | |
G4HitsCollection () | |
G4HitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4HitsCollection () |
G4bool | operator== (const G4HitsCollection &right) const |
Public Member Functions inherited from G4VHitsCollection | |
G4VHitsCollection () | |
G4VHitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4VHitsCollection () |
G4bool | operator== (const G4VHitsCollection &right) const |
virtual void | DrawAllHits () |
virtual void | PrintAllHits () |
const G4String & | GetName () const |
const G4String & | GetSDname () const |
void | SetColID (G4int i) |
G4int | GetColID () const |
virtual G4VHit * | GetHit (size_t) const |
virtual size_t | GetSize () const |
Additional Inherited Members | |
Protected Attributes inherited from G4HitsCollection | |
void * | theCollection |
Protected Attributes inherited from G4VHitsCollection | |
G4String | collectionName |
G4String | SDname |
G4int | colID |
Definition at line 67 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection |
Definition at line 142 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 149 of file G4THitsCollection.hh.
|
virtual |
Definition at line 157 of file G4THitsCollection.hh.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 176 of file G4THitsCollection.hh.
|
inline |
Definition at line 107 of file G4THitsCollection.hh.
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 115 of file G4THitsCollection.hh.
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 119 of file G4THitsCollection.hh.
|
inline |
Definition at line 94 of file G4THitsCollection.hh.
|
inline |
Definition at line 99 of file G4THitsCollection.hh.
|
inline |
Definition at line 136 of file G4THitsCollection.hh.
|
inline |
Definition at line 126 of file G4THitsCollection.hh.
G4bool G4THitsCollection< T >::operator== | ( | const G4THitsCollection< T > & | right | ) | const |
Definition at line 170 of file G4THitsCollection.hh.
|
inline |
Definition at line 89 of file G4THitsCollection.hh.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 187 of file G4THitsCollection.hh.