|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TrackLogger.hh>
Public Types | |
| typedef std::set< G4int > | TrackIDsSet |
Public Member Functions | |
| G4TrackLogger () | |
| ~G4TrackLogger () | |
| void | SetEventID (G4int id) |
| G4bool | FirstEnterance (G4int trid) |
Definition at line 46 of file G4TrackLogger.hh.
| typedef std::set<G4int > G4TrackLogger::TrackIDsSet |
Definition at line 58 of file G4TrackLogger.hh.
| G4TrackLogger::G4TrackLogger | ( | ) |
Definition at line 37 of file G4TrackLogger.cc.
| G4TrackLogger::~G4TrackLogger | ( | ) |
Definition at line 41 of file G4TrackLogger.cc.
Definition at line 51 of file G4TrackLogger.cc.
Referenced by G4PSPopulation::ProcessHits().
| void G4TrackLogger::SetEventID | ( | G4int | id | ) |
Definition at line 44 of file G4TrackLogger.cc.