#include <DerivedG4Process.h>
|
| G4MyProcess (G4String &aName, G4ProcessType aType) |
|
| ~G4MyProcess () |
|
G4VParticleChange * | PostStepDoIt (const G4Track &track, const G4Step &stepData) final |
|
G4VParticleChange * | AlongStepDoIt (const G4Track &track, const G4Step &stepData) final |
|
G4VParticleChange * | AtRestDoIt (const G4Track &track, const G4Step &stepData) final |
|
G4double | AlongStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4double currentMinimumStep, G4double &proposedSafety, G4GPILSelection *selection) final |
|
G4double | AtRestGetPhysicalInteractionLength (const G4Track &track, G4ForceCondition *condition) final |
|
G4double | PostStepGetPhysicalInteractionLength (const G4Track &track, G4double previousStepSize, G4ForceCondition *condition) final |
|
Definition at line 10 of file DerivedG4Process.h.
◆ G4MyProcess()
G4MyProcess::G4MyProcess |
( |
G4String & |
aName, |
|
|
G4ProcessType |
aType |
|
) |
| |
|
inline |
◆ ~G4MyProcess()
G4MyProcess::~G4MyProcess |
( |
| ) |
|
|
inline |
◆ AlongStepDoIt()
G4VParticleChange* G4MyProcess::AlongStepDoIt |
( |
const G4Track & |
track, |
|
|
const G4Step & |
stepData |
|
) |
| |
|
inlinefinal |
◆ AlongStepGetPhysicalInteractionLength()
G4double G4MyProcess::AlongStepGetPhysicalInteractionLength |
( |
const G4Track & |
track, |
|
|
G4double |
previousStepSize, |
|
|
G4double |
currentMinimumStep, |
|
|
G4double & |
proposedSafety, |
|
|
G4GPILSelection * |
selection |
|
) |
| |
|
inlinefinal |
Definition at line 51 of file DerivedG4Process.h.
59 (void)previousStepSize;
60 (void)currentMinimumStep;
◆ AtRestDoIt()
G4VParticleChange* G4MyProcess::AtRestDoIt |
( |
const G4Track & |
track, |
|
|
const G4Step & |
stepData |
|
) |
| |
|
inlinefinal |
◆ AtRestGetPhysicalInteractionLength()
G4double G4MyProcess::AtRestGetPhysicalInteractionLength |
( |
const G4Track & |
track, |
|
|
G4ForceCondition * |
condition |
|
) |
| |
|
inlinefinal |
◆ PostStepDoIt()
G4VParticleChange* G4MyProcess::PostStepDoIt |
( |
const G4Track & |
track, |
|
|
const G4Step & |
stepData |
|
) |
| |
|
inlinefinal |
◆ PostStepGetPhysicalInteractionLength()
G4double G4MyProcess::PostStepGetPhysicalInteractionLength |
( |
const G4Track & |
track, |
|
|
G4double |
previousStepSize, |
|
|
G4ForceCondition * |
condition |
|
) |
| |
|
inlinefinal |
The documentation for this class was generated from the following file: