MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetNTrack

Method GetNTrack

source/event/include/G4SubEvent.hh:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 inline G4int GetSubEventType() const { return fSubEventType; }
69 inline std::size_t GetNTrack() const { return size(); }
70 inline std::size_t GetMaxNTrack() const { return fMaxEnt; }
71
72 G4double getTotalEnergy() const;

Callers 13

~G4EventMethod · 0.45
SpawnSubEventMethod · 0.45
TerminateSubEventMethod · 0.45
ReClassifyMethod · 0.45
PrepareNewEventMethod · 0.45
GetNTotalTrackMethod · 0.45
GetNUrgentTrackMethod · 0.45
GetNWaitingTrackMethod · 0.45
GetNPostponedTrackMethod · 0.45
dumpStatisticsMethod · 0.45
PopFromStackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected