Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4THitsCollection.hh>
Public Member Functions | |
~G4HitsCollection () override=default | |
G4bool | operator== (const G4HitsCollection &right) const |
G4VHitsCollection ()=default | |
G4VHitsCollection (const G4String &detName, const G4String &colNam) | |
![]() | |
G4VHitsCollection ()=default | |
G4VHitsCollection (const G4String &detName, const 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 (std::size_t) const |
virtual std::size_t | GetSize () const |
Protected Attributes | |
void * | theCollection = nullptr |
![]() | |
G4String | collectionName = "Unknown" |
G4String | SDname = "Unknown" |
G4int | colID = -1 |
Definition at line 49 of file G4THitsCollection.hh.
|
overridedefault |
|
default |
Definition at line 50 of file G4VHitsCollection.cc.
G4bool G4HitsCollection::operator== | ( | const G4HitsCollection & | right | ) | const |
Definition at line 37 of file G4THitsCollection.cc.
|
protected |
Definition at line 59 of file G4THitsCollection.hh.
Referenced by G4THitsCollection< T >::DrawAllHits(), G4THitsCollection< T >::entries(), G4VTHitsMap< T, Map_t >::entries(), G4VTHitsVector< T, Vector_t >::entries(), G4THitsCollection< T >::G4THitsCollection(), G4THitsCollection< T >::G4THitsCollection(), G4VTHitsMap< T, Map_t >::G4VTHitsMap(), G4VTHitsMap< T, Map_t >::G4VTHitsMap(), G4VTHitsVector< T, Vector_t >::G4VTHitsVector(), G4VTHitsVector< T, Vector_t >::G4VTHitsVector(), G4VTHitsMap< T, Map_t >::GetContainer(), G4VTHitsVector< T, Vector_t >::GetContainer(), G4THitsCollection< T >::GetHit(), G4VTHitsMap< T, Map_t >::GetMap(), G4THitsCollection< T >::GetSize(), G4VTHitsMap< T, Map_t >::GetSize(), G4VTHitsVector< T, Vector_t >::GetSize(), G4THitsCollection< T >::GetVector(), G4VTHitsVector< T, Vector_t >::GetVector(), G4THitsCollection< T >::insert(), G4THitsCollection< T >::operator[](), G4THitsCollection< T >::PrintAllHits(), and G4THitsCollection< T >::~G4THitsCollection().