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

Method TransferTo

source/event/src/G4TrackStack.cc:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void G4TrackStack::TransferTo(G4TrackStack* aStack)
52{
53 for(auto & i : *this)
54 {
55 aStack->push_back(i);
56 }
57 clear();
58}
59
60void G4TrackStack::TransferTo(G4SmartTrackStack* aStack)
61{

Callers 4

PopNextTrackMethod · 0.45
ReClassifyMethod · 0.45
PrepareNewEventMethod · 0.45

Calls 4

clearFunction · 0.50
push_backMethod · 0.45
emptyMethod · 0.45
PushToStackMethod · 0.45

Tested by

no test coverage detected