Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4THitsCollection.hh>
Public Member Functions | |
G4HitsCollection () | |
G4HitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4HitsCollection () |
G4int | operator== (const G4HitsCollection &right) const |
Public Member Functions inherited from G4VHitsCollection | |
G4VHitsCollection () | |
G4VHitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4VHitsCollection () |
G4int | operator== (const G4VHitsCollection &right) const |
virtual void | DrawAllHits () |
virtual void | PrintAllHits () |
G4String | GetName () |
G4String | GetSDname () |
virtual G4VHit * | GetHit (size_t) const |
virtual size_t | GetSize () const |
Protected Attributes | |
void * | theCollection |
Protected Attributes inherited from G4VHitsCollection | |
G4String | collectionName |
G4String | SDname |
Definition at line 49 of file G4THitsCollection.hh.
G4HitsCollection::G4HitsCollection | ( | ) |
Definition at line 34 of file G4THitsCollection.cc.
Definition at line 37 of file G4THitsCollection.cc.
|
virtual |
Definition at line 41 of file G4THitsCollection.cc.
int G4HitsCollection::operator== | ( | const G4HitsCollection & | right | ) | const |
Definition at line 44 of file G4THitsCollection.cc.
|
protected |
Definition at line 58 of file G4THitsCollection.hh.
Referenced by G4THitsCollection< T >::entries(), G4THitsMap< T >::entries(), G4THitsCollection< T >::G4THitsCollection(), G4THitsMap< T >::G4THitsMap(), G4THitsCollection< T >::GetHit(), G4THitsMap< T >::GetMap(), G4THitsCollection< T >::GetSize(), G4THitsMap< T >::GetSize(), G4THitsCollection< T >::GetVector(), G4THitsCollection< T >::insert(), and G4THitsCollection< T >::operator[]().