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

Method SetUserTrackInformation

source/tracking/include/G4TrackingManager.hh:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177inline G4int G4TrackingManager::GetVerboseLevel() const { return verboseLevel; }
178
179inline void G4TrackingManager::SetUserTrackInformation(G4VUserTrackInformation* aValue)
180{
181 if (fpTrack != nullptr) fpTrack->SetUserInformation(aValue);
182}
183
184#endif

Callers 4

PreUserTrackingActionMethod · 0.80
PreUserTrackingActionMethod · 0.80
PreUserTrackingActionMethod · 0.80
PreUserTrackingActionMethod · 0.80

Calls 1

SetUserInformationMethod · 0.45

Tested by

no test coverage detected