Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4QDiscProcessMixer.hh>
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft |
G4double | currentInteractionLength |
G4double | theInitialNumberOfInteractionLength |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType |
G4int | theProcessSubType |
G4double | thePILfactor |
G4bool | enableAtRestDoIt |
G4bool | enableAlongStepDoIt |
G4bool | enablePostStepDoIt |
G4int | verboseLevel |
Definition at line 53 of file G4QDiscProcessMixer.hh.
G4QDiscProcessMixer::G4QDiscProcessMixer | ( | const G4String & | processName = "Mixed Discrete Process" , |
const G4ParticleDefinition * | proj = G4Gamma::Gamma() , |
||
G4ProcessType | pType = fHadronic |
||
) |
Definition at line 45 of file G4QDiscProcessMixer.cc.
G4QDiscProcessMixer::~G4QDiscProcessMixer | ( | ) |
Definition at line 59 of file G4QDiscProcessMixer.cc.
void G4QDiscProcessMixer::AddDiscreteProcess | ( | G4VDiscreteProcess * | DP, |
G4double | MaxE | ||
) |
Definition at line 65 of file G4QDiscProcessMixer.cc.
Referenced by G4QInelasticCHIPS_HPBuilder::Build(), G4QNeutronBuilder::Build(), G4QNeutronHPBuilder::Build(), and G4QProtonBuilder::Build().
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 125 of file G4QDiscProcessMixer.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 96 of file G4QDiscProcessMixer.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 130 of file G4QDiscProcessMixer.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 106 of file G4QDiscProcessMixer.cc.