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

Method PopFromStack

source/event/src/G4SubEvent.cc:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56G4StackedTrack G4SubEvent::PopFromStack()
57{
58 G4Exception("G4SubEvent::PopFromStack","EventStack0001",
59 FatalException,"This method must not be invoked.");
60 return G4StackedTrack(nullptr);
61}
62
63G4double G4SubEvent::getTotalEnergy() const
64{

Callers 4

PopNextTrackMethod · 0.45
ReClassifyMethod · 0.45
PrepareNewEventMethod · 0.45

Calls 2

G4ExceptionFunction · 0.85
G4StackedTrackClass · 0.50

Tested by

no test coverage detected