Belle II Software development
|
Define geant4e-specific physics. More...
#include <ExtPhysicsConstructor.h>
Public Member Functions | |
ExtPhysicsConstructor () | |
The ExtPhysicsConstructor constructor. | |
virtual | ~ExtPhysicsConstructor () |
The ExtPhysicsConstructor destructor. | |
void | ConstructParticle () |
ConstructParticle() defines the geant4e-specific particles. | |
void | ConstructProcess () |
ConstructProcess() defines the geant4e-specific processes. | |
Private Attributes | |
ExtStepLengthLimitProcess * | m_StepLengthLimitProcess |
Process that limits the geant4e step length. | |
ExtMagFieldLimitProcess * | m_MagFieldLimitProcess |
Process that limits the geant4e step length in magnetic field. | |
ExtEnergyLoss * | m_ELossProcess |
Process that limits the geant4e step length due to energy loss. | |
ExtMessenger * | m_Messenger |
Pointer to the ExtMessenger that is used to control geant4e. | |
Define geant4e-specific physics.
Definition at line 31 of file ExtPhysicsConstructor.h.
The ExtPhysicsConstructor constructor.
Definition at line 31 of file ExtPhysicsConstructor.cc.
|
virtual |
The ExtPhysicsConstructor destructor.
Definition at line 40 of file ExtPhysicsConstructor.cc.
void ConstructParticle | ( | ) |
ConstructParticle() defines the geant4e-specific particles.
Definition at line 48 of file ExtPhysicsConstructor.cc.
void ConstructProcess | ( | ) |
ConstructProcess() defines the geant4e-specific processes.
Definition at line 196 of file ExtPhysicsConstructor.cc.
|
private |
Process that limits the geant4e step length due to energy loss.
Definition at line 56 of file ExtPhysicsConstructor.h.
|
private |
Process that limits the geant4e step length in magnetic field.
Definition at line 53 of file ExtPhysicsConstructor.h.
|
private |
Pointer to the ExtMessenger that is used to control geant4e.
Definition at line 59 of file ExtPhysicsConstructor.h.
|
private |
Process that limits the geant4e step length.
Definition at line 50 of file ExtPhysicsConstructor.h.