Geant4
10.01.p02
|
#include <G4TrackLogger.hh>
Public Types | |
typedef std::set< G4int > | TrackIDsSet |
Public Member Functions | |
G4TrackLogger () | |
~G4TrackLogger () | |
void | SetEventID (G4int id) |
G4bool | FirstEnterance (G4int trid) |
Private Attributes | |
G4int | fPreviousEventID |
TrackIDsSet | fTrackIDsSet |
Definition at line 47 of file G4TrackLogger.hh.
typedef std::set<G4int > G4TrackLogger::TrackIDsSet |
Definition at line 59 of file G4TrackLogger.hh.
G4TrackLogger::G4TrackLogger | ( | ) |
Definition at line 38 of file G4TrackLogger.cc.
G4TrackLogger::~G4TrackLogger | ( | ) |
Definition at line 42 of file G4TrackLogger.cc.
Definition at line 52 of file G4TrackLogger.cc.
References fTrackIDsSet, G4cout, G4endl, and n.
Referenced by G4PSPopulation::ProcessHits().
void G4TrackLogger::SetEventID | ( | G4int | id | ) |
Definition at line 45 of file G4TrackLogger.cc.
References fPreviousEventID, and fTrackIDsSet.
|
private |
Definition at line 63 of file G4TrackLogger.hh.
Referenced by SetEventID().
|
private |
Definition at line 64 of file G4TrackLogger.hh.
Referenced by FirstEnterance(), and SetEventID().