Geant4 10.7.0
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 66 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection |
Definition at line 143 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection | ( | G4String | detName, |
G4String | colNam | ||
) |
Definition at line 150 of file G4THitsCollection.hh.
|
virtual |
Definition at line 158 of file G4THitsCollection.hh.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 175 of file G4THitsCollection.hh.
|
inline |
Definition at line 106 of file G4THitsCollection.hh.
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 115 of file G4THitsCollection.hh.
|
inlinevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 120 of file G4THitsCollection.hh.
|
inline |
Definition at line 92 of file G4THitsCollection.hh.
|
inline |
Definition at line 97 of file G4THitsCollection.hh.
|
inline |
Definition at line 136 of file G4THitsCollection.hh.
|
inline |
Definition at line 127 of file G4THitsCollection.hh.
G4bool G4THitsCollection< T >::operator== | ( | const G4THitsCollection< T > & | right | ) | const |
Definition at line 169 of file G4THitsCollection.hh.
|
inline |
Definition at line 86 of file G4THitsCollection.hh.
|
virtual |
Reimplemented from G4VHitsCollection.
Definition at line 184 of file G4THitsCollection.hh.