Geant4 11.1.1
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 () |
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 |
Protected Attributes | |
G4String | collectionName |
G4String | SDname |
G4int | colID |
Definition at line 44 of file G4VHitsCollection.hh.
G4VHitsCollection::G4VHitsCollection | ( | ) |
Definition at line 33 of file G4VHitsCollection.cc.
Definition at line 40 of file G4VHitsCollection.cc.
|
virtual |
Definition at line 47 of file G4VHitsCollection.cc.
|
virtual |
Reimplemented in G4THitsCollection< T >, G4VTHitsMap< T, Map_t >, G4VTHitsMap< _Tp, std::map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_multimap< G4int, _Tp * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, G4VTHitsMap< G4Colour, std::map< G4int, G4Colour * > >, G4VTHitsVector< T, Vector_t >, G4VTHitsVector< _Tp, std::deque< _Tp * > >, and G4VTHitsVector< _Tp, std::vector< _Tp * > >.
Definition at line 54 of file G4VHitsCollection.cc.
Referenced by G4Event::Draw().
|
inline |
|
inlinevirtual |
Reimplemented in G4THitsCollection< T >, G4VTHitsMap< T, Map_t >, G4VTHitsMap< _Tp, std::map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_multimap< G4int, _Tp * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, and G4VTHitsMap< G4Colour, std::map< G4int, G4Colour * > >.
Definition at line 72 of file G4VHitsCollection.hh.
Referenced by G4HitsModel::DescribeYourselfTo().
|
inline |
Definition at line 63 of file G4VHitsCollection.hh.
Referenced by G4VScoringMesh::Accumulate(), G4ScoringManager::Accumulate(), and G4SDManager::GetCollectionID().
|
inline |
Definition at line 64 of file G4VHitsCollection.hh.
Referenced by G4ScoringManager::Accumulate(), G4ScoringManager::FindMesh(), and G4SDManager::GetCollectionID().
|
inlinevirtual |
Reimplemented in G4THitsCollection< T >, G4VTHitsMap< T, Map_t >, G4VTHitsMap< _Tp, std::map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_multimap< G4int, _Tp * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, G4VTHitsMap< G4Colour, std::map< G4int, G4Colour * > >, G4VTHitsVector< T, Vector_t >, G4VTHitsVector< _Tp, std::deque< _Tp * > >, and G4VTHitsVector< _Tp, std::vector< _Tp * > >.
Definition at line 73 of file G4VHitsCollection.hh.
Referenced by G4HitsModel::DescribeYourselfTo().
G4bool G4VHitsCollection::operator== | ( | const G4VHitsCollection & | right | ) | const |
Definition at line 49 of file G4VHitsCollection.cc.
|
virtual |
Reimplemented in G4THitsCollection< T >, G4VTHitsMap< T, Map_t >, G4VTHitsMap< _Tp, std::map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::multimap< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_map< G4int, _Tp * > >, G4VTHitsMap< _Tp, std::unordered_multimap< G4int, _Tp * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, G4VTHitsMap< G4Colour, std::map< G4int, G4Colour * > >, G4VTHitsVector< T, Vector_t >, G4VTHitsVector< _Tp, std::deque< _Tp * > >, and G4VTHitsVector< _Tp, std::vector< _Tp * > >.
Definition at line 56 of file G4VHitsCollection.cc.
|
inline |
Definition at line 65 of file G4VHitsCollection.hh.
Referenced by G4HCofThisEvent::AddHitsCollection().
|
protected |
Definition at line 60 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection(), GetColID(), and SetColID().
|
protected |
Definition at line 57 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection(), GetName(), G4HitsCollection::operator==(), G4THitsCollection< T >::operator==(), operator==(), G4VTHitsMap< T, Map_t >::operator==(), and G4VTHitsVector< T, Vector_t >::operator==().
|
protected |
Definition at line 58 of file G4VHitsCollection.hh.
Referenced by G4VHitsCollection(), GetSDname(), and operator==().