/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/physics/include/RAT/DummyProcess.hh Source File
|
Ratpac-two
|
DummyProcess.hh
16 DummyProcess(const G4String &aName = "NoName", G4ProcessType aType = fNotDefined) : G4VProcess(aName, aType){};
18 virtual G4double AlongStepGetPhysicalInteractionLength(const G4Track &, G4double, G4double, G4double &,
23 virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &, G4ForceCondition *) { return 0; }
25 virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &, G4double, G4ForceCondition *) { return 0; }
Definition: DummyProcess.hh:14
Generated by