Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VHitsCollection.hh>
Public Member Functions | |
G4VHitsCollection ()=default | |
G4VHitsCollection (G4String detName, G4String colNam) | |
virtual | ~G4VHitsCollection ()=default |
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 = "Unknown" |
G4String | SDname = "Unknown" |
G4int | colID = -1 |
Definition at line 44 of file G4VHitsCollection.hh.
|
default |
Definition at line 33 of file G4VHitsCollection.cc.
|
virtualdefault |
|
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< G4Colour, std::map< G4int, G4Colour * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, G4VTHitsVector< T, Vector_t >, G4VTHitsVector< _Tp, std::deque< _Tp * > >, and G4VTHitsVector< _Tp, std::vector< _Tp * > >.
Definition at line 52 of file G4VHitsCollection.hh.
Referenced by G4Event::Draw().
|
inline |
Definition at line 58 of file G4VHitsCollection.hh.
|
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< G4Colour, std::map< G4int, G4Colour * > >, and G4VTHitsMap< G4double, std::map< G4int, G4double * > >.
Definition at line 63 of file G4VHitsCollection.hh.
Referenced by G4HitsModel::DescribeYourselfTo().
|
inline |
|
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< G4Colour, std::map< G4int, G4Colour * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, G4VTHitsVector< T, Vector_t >, G4VTHitsVector< _Tp, std::deque< _Tp * > >, and G4VTHitsVector< _Tp, std::vector< _Tp * > >.
Definition at line 64 of file G4VHitsCollection.hh.
Referenced by G4HitsModel::DescribeYourselfTo().
G4bool G4VHitsCollection::operator== | ( | const G4VHitsCollection & | right | ) | const |
Definition at line 37 of file G4VHitsCollection.cc.
|
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< G4Colour, std::map< G4int, G4Colour * > >, G4VTHitsMap< G4double, std::map< G4int, G4double * > >, G4VTHitsVector< T, Vector_t >, G4VTHitsVector< _Tp, std::deque< _Tp * > >, and G4VTHitsVector< _Tp, std::vector< _Tp * > >.
Definition at line 53 of file G4VHitsCollection.hh.
|
inline |
Definition at line 57 of file G4VHitsCollection.hh.
Referenced by G4HCofThisEvent::AddHitsCollection().
|
protected |
Definition at line 71 of file G4VHitsCollection.hh.
Referenced by GetColID(), and SetColID().
|
protected |
Definition at line 68 of file G4VHitsCollection.hh.
Referenced by GetName(), G4HitsCollection::operator==(), G4THitsCollection< T >::operator==(), operator==(), G4VTHitsMap< T, Map_t >::operator==(), and G4VTHitsVector< T, Vector_t >::operator==().
|
protected |
Definition at line 69 of file G4VHitsCollection.hh.
Referenced by GetSDname(), and operator==().