|
ATLAS Offline Software
|
Go to the documentation of this file.
45 if(
helper.IsRegisteredSecondary())
49 const double minE = 50.;
50 if(
track->GetKineticEnergy() > minE)
unsigned int nSecondaryTracks
Number of secondary tracks.
void merge(const Report &rep)
unsigned int nTotalTracks
Total number of tracks.
unsigned int n50MeVTracks
Number of tracks with kinetic E > 50 MeV.
virtual void PreUserTrackingAction(const G4Track *track) override final
Increments the track counters.
unsigned int nEvents
Event counter. Might want a larger int for this.
virtual void BeginOfEventAction(const G4Event *event) override final
Increments event counter.
Simple struct for holding the counts Might want to use larger integral types for this....
Report m_report
Track counts for this thread.
unsigned int nPrimaryTracks
Number of primary tracks.