Belle II Software
release-08-01-10
|
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.