Geant4
10.03.p01
|
#include <G4VHitsCollection.hh>
Public Member Functions | |
G4VHitsCollection () | |
G4VHitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4VHitsCollection () |
G4int | operator== (const G4VHitsCollection &right) const |
virtual void | DrawAllHits () |
virtual void | PrintAllHits () |
G4String & | GetName () |
G4String & | GetSDname () |
void | SetColID (G4int i) |
G4int | GetColID () const |
virtual G4VHit * | GetHit (size_t) const |
virtual size_t | GetSize () const |
Protected Attributes | |
G4String | collectionName |
G4String | SDname |
G4int | colID |
Definition at line 45 of file G4VHitsCollection.hh.
G4VHitsCollection::G4VHitsCollection | ( | ) |
Definition at line 34 of file G4VHitsCollection.cc.
Definition at line 41 of file G4VHitsCollection.cc.
|
virtual |
Definition at line 48 of file G4VHitsCollection.cc.
|
virtual |
Reimplemented in G4THitsMap< T >, G4THitsMap< G4Colour >, G4THitsMap< G4double >, and G4THitsCollection< T >.
Definition at line 57 of file G4VHitsCollection.cc.
|
inline |
|
inlinevirtual |
Reimplemented in G4THitsMap< T >, G4THitsMap< G4Colour >, G4THitsMap< G4double >, and G4THitsCollection< T >.
Definition at line 78 of file G4VHitsCollection.hh.
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in G4THitsMap< T >, G4THitsMap< G4Colour >, G4THitsMap< G4double >, and G4THitsCollection< T >.
Definition at line 79 of file G4VHitsCollection.hh.
G4int G4VHitsCollection::operator== | ( | const G4VHitsCollection & | right | ) | const |
Definition at line 51 of file G4VHitsCollection.cc.
|
virtual |
Reimplemented in G4THitsMap< T >, G4THitsMap< G4Colour >, G4THitsMap< G4double >, and G4THitsCollection< T >.
Definition at line 60 of file G4VHitsCollection.cc.
|
protected |
Definition at line 62 of file G4VHitsCollection.hh.
|
protected |
Definition at line 59 of file G4VHitsCollection.hh.
|
protected |
Definition at line 60 of file G4VHitsCollection.hh.