Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SynchrotronRadiation.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 63 of file G4SynchrotronRadiation.hh.
G4SynchrotronRadiation::G4SynchrotronRadiation | ( | const G4String & | pName = "SynRad" , |
G4ProcessType | type = fElectromagnetic |
||
) |
Definition at line 55 of file G4SynchrotronRadiation.cc.
|
virtual |
Definition at line 79 of file G4SynchrotronRadiation.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 421 of file G4SynchrotronRadiation.cc.
|
inline |
Definition at line 117 of file G4SynchrotronRadiation.hh.
Referenced by InvSynFracInt().
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 91 of file G4SynchrotronRadiation.cc.
G4double G4SynchrotronRadiation::GetPhotonEnergy | ( | const G4Track & | trackData, |
const G4Step & | stepData | ||
) |
Definition at line 398 of file G4SynchrotronRadiation.cc.
Referenced by PostStepDoIt().
Definition at line 339 of file G4SynchrotronRadiation.cc.
Referenced by GetRandomEnergySR().
|
inlinevirtual |
Reimplemented from G4VProcess.
Definition at line 109 of file G4SynchrotronRadiation.hh.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 192 of file G4SynchrotronRadiation.cc.
void G4SynchrotronRadiation::PrintInfoDefinition | ( | ) |
Definition at line 426 of file G4SynchrotronRadiation.cc.
Referenced by BuildPhysicsTable().