Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4THitsCollection.hh>
Public Member Functions | |
G4THitsCollection () | |
G4THitsCollection (const G4String &detName, const G4String &colNam) | |
~G4THitsCollection () override | |
G4bool | operator== (const G4THitsCollection< T > &right) const |
void * | operator new (std::size_t) |
void | operator delete (void *anHC) |
void | DrawAllHits () override |
void | PrintAllHits () override |
T * | operator[] (std::size_t i) const |
std::vector< T * > * | GetVector () const |
std::size_t | insert (T *aHit) |
std::size_t | entries () const |
G4VHit * | GetHit (std::size_t i) const override |
std::size_t | GetSize () const override |
![]() | |
~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 |
const G4String & | GetName () const |
const G4String & | GetSDname () const |
void | SetColID (G4int i) |
G4int | GetColID () const |
Additional Inherited Members | |
![]() | |
void * | theCollection = nullptr |
![]() | |
G4String | collectionName = "Unknown" |
G4String | SDname = "Unknown" |
G4int | colID = -1 |
Definition at line 69 of file G4THitsCollection.hh.
G4THitsCollection< T >::G4THitsCollection | ( | ) |
Definition at line 133 of file G4THitsCollection.hh.
Referenced by operator delete(), operator new(), and operator==().
G4THitsCollection< T >::G4THitsCollection | ( | const G4String & | detName, |
const G4String & | colNam ) |
Definition at line 140 of file G4THitsCollection.hh.
|
override |
Definition at line 148 of file G4THitsCollection.hh.
|
overridevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 165 of file G4THitsCollection.hh.
|
inline |
Definition at line 106 of file G4THitsCollection.hh.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inline |
Definition at line 94 of file G4THitsCollection.hh.
|
inline |
Definition at line 98 of file G4THitsCollection.hh.
|
inline |
Definition at line 127 of file G4THitsCollection.hh.
|
inline |
Definition at line 118 of file G4THitsCollection.hh.
G4bool G4THitsCollection< T >::operator== | ( | const G4THitsCollection< T > & | right | ) | const |
Definition at line 159 of file G4THitsCollection.hh.
|
inline |
Definition at line 91 of file G4THitsCollection.hh.
|
overridevirtual |
Reimplemented from G4VHitsCollection.
Definition at line 174 of file G4THitsCollection.hh.