![]() |
ATLAS Offline Software
|
Simple struct for holding the counts Might want to use larger integral types for this... More...
#include <G4TrackCounter.h>
Public Member Functions | |
| void | merge (const Report &rep) |
Public Attributes | |
| unsigned int | nEvents =0 |
| Event counter. Might want a larger int for this. More... | |
| unsigned int | nTotalTracks =0 |
| Total number of tracks. More... | |
| unsigned int | nPrimaryTracks =0 |
| Number of primary tracks. More... | |
| unsigned int | nSecondaryTracks =0 |
| Number of secondary tracks. More... | |
| unsigned int | n50MeVTracks =0 |
| Number of tracks with kinetic E > 50 MeV. More... | |
Simple struct for holding the counts Might want to use larger integral types for this...
Definition at line 29 of file G4TrackCounter.h.
Definition at line 15 of file G4TrackCounter.cxx.
| unsigned int G4UA::G4TrackCounter::Report::n50MeVTracks =0 |
Number of tracks with kinetic E > 50 MeV.
Definition at line 40 of file G4TrackCounter.h.
| unsigned int G4UA::G4TrackCounter::Report::nEvents =0 |
Event counter. Might want a larger int for this.
Definition at line 32 of file G4TrackCounter.h.
| unsigned int G4UA::G4TrackCounter::Report::nPrimaryTracks =0 |
Number of primary tracks.
Definition at line 36 of file G4TrackCounter.h.
| unsigned int G4UA::G4TrackCounter::Report::nSecondaryTracks =0 |
Number of secondary tracks.
Definition at line 38 of file G4TrackCounter.h.
| unsigned int G4UA::G4TrackCounter::Report::nTotalTracks =0 |
Total number of tracks.
Definition at line 34 of file G4TrackCounter.h.
1.8.18