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

Method GetCreatorProcess

source/processes/management/src/G4VProcess.cc:155–158  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

153
154// --------------------------------------------------------------------
155const G4VProcess* G4VProcess::GetCreatorProcess() const
156{
157 return this;
158}
159
160// --------------------------------------------------------------------
161G4bool G4VProcess::operator==(const G4VProcess& right) const

Callers 15

VerboseTrackMethod · 0.45
G4RichTrajectoryMethod · 0.45
DumpTrackInfoMethod · 0.45
ClassifyNewTrackMethod · 0.45
PushOneTrackMethod · 0.45
ScoreNewTrackMethod · 0.45
UserSteppingActionMethod · 0.45
ClassifyNewTrackMethod · 0.45
ClassifyNewTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected