Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void G4TrackStack::TransferTo(G4TrackStack* aStack)
52
{
53
for(auto & i : *this)
54
{
55
aStack->push_back(i);
56
}
57
clear();
58
}
59
60
void G4TrackStack::TransferTo(G4SmartTrackStack* aStack)
61
{
Callers
4
PopNextTrack
Method · 0.45
ReClassify
Method · 0.45
PrepareNewEvent
Method · 0.45
TransferStackedTracks
Method · 0.45
Calls
4
clear
Function · 0.50
push_back
Method · 0.45
empty
Method · 0.45
PushToStack
Method · 0.45
Tested by
no test coverage detected