Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#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 () |
virtual G4VHit * | GetHit (size_t) const |
virtual size_t | GetSize () const |
Protected Attributes | |
G4String | collectionName |
G4String | SDname |
Definition at line 45 of file G4VHitsCollection.hh.
G4VHitsCollection::G4VHitsCollection | ( | ) |
Definition at line 34 of file G4VHitsCollection.cc.
Definition at line 40 of file G4VHitsCollection.cc.
|
virtual |
Definition at line 46 of file G4VHitsCollection.cc.
|
virtual |
Reimplemented in G4THitsCollection< T >, G4THitsMap< T >, and G4THitsMap< G4double >.
Definition at line 55 of file G4VHitsCollection.cc.
Referenced by G4Event::Draw().
|
inlinevirtual |
Reimplemented in G4THitsCollection< T >, G4THitsMap< T >, and G4THitsMap< G4double >.
Definition at line 72 of file G4VHitsCollection.hh.
|
inline |
Definition at line 63 of file G4VHitsCollection.hh.
Referenced by G4VScoringMesh::Accumulate(), G4ScoringManager::Accumulate(), and G4SDManager::GetCollectionID().
|
inline |
Definition at line 65 of file G4VHitsCollection.hh.
Referenced by G4ScoringManager::Accumulate(), and G4SDManager::GetCollectionID().
|
inlinevirtual |
Reimplemented in G4THitsCollection< T >, G4THitsMap< T >, and G4THitsMap< G4double >.
Definition at line 73 of file G4VHitsCollection.hh.
Referenced by G4HitsModel::DescribeYourselfTo().
G4int G4VHitsCollection::operator== | ( | const G4VHitsCollection & | right | ) | const |
Definition at line 49 of file G4VHitsCollection.cc.
|
virtual |
Reimplemented in G4THitsCollection< T >, G4THitsMap< T >, and G4THitsMap< G4double >.
Definition at line 58 of file G4VHitsCollection.cc.
|
protected |
Definition at line 59 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection(), GetName(), G4HitsCollection::operator==(), G4THitsCollection< T >::operator==(), G4THitsMap< T >::operator==(), and operator==().
|
protected |
Definition at line 60 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection(), GetSDname(), and operator==().