8#include "G4VProcess.hh"
14 G4MyProcess( G4String& aName, G4ProcessType aType ) : G4VProcess( aName, aType )
23 const G4Step& stepData
33 const G4Step& stepData
43 const G4Step& stepData
53 G4double previousStepSize,
54 G4double currentMinimumStep,
55 G4double& proposedSafety,
59 (void)previousStepSize;
60 (void)currentMinimumStep;
68 G4ForceCondition* condition
78 G4double previousStepSize,
79 G4ForceCondition* condition
83 (void)previousStepSize;
G4VParticleChange * PostStepDoIt(const G4Track &track, const G4Step &stepData) final
G4double AtRestGetPhysicalInteractionLength(const G4Track &track, G4ForceCondition *condition) final
G4VParticleChange * AtRestDoIt(const G4Track &track, const G4Step &stepData) final
G4double AlongStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection) final
G4VParticleChange * AlongStepDoIt(const G4Track &track, const G4Step &stepData) final
G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) final
G4MyProcess(G4String &aName, G4ProcessType aType)
const std::string selection