 |
Belle II Software
release-05-02-19
|
11 #ifndef GEANT4EPHYSICS_H_
12 #define GEANT4EPHYSICS_H_
15 #include <G4VPhysicsConstructor.hh>
23 namespace Simulation {
25 class ExtStepLengthLimitProcess;
26 class ExtMagFieldLimitProcess;
33 class Geant4ePhysics:
public G4VPhysicsConstructor {
virtual void ConstructProcess() override
ConstructProcess() defines the geant4e-specific processes.
virtual void ConstructParticle() override
ConstructParticle() defines the geant4e-specific particles.
Define physics process to calculate energy loss without fluctuations.
virtual ~Geant4ePhysics()
The Geant4ePhysics destructor.
Geant4ePhysics()
The Geant4ePhysics constructor.
Defines the physics process that avoids hit invocation in sensitive volumes.
Define the mechanism by which the user can communicate with the geant4e extrapolator using geant4 UI ...
Defines the physics process that avoids hit invocation in sensitive volumes.
ExtMessenger * m_Messenger
Pointer to the ExtMessenger that is used to control geant4e.
Abstract base class for different kinds of events.
ExtEnergyLoss * m_ELossProcess
Process that limits the geant4e step length due to energy loss.
ExtMagFieldLimitProcess * m_MagFieldLimitProcess
Process that limits the geant4e step length in magnetic field.
ExtStepLengthLimitProcess * m_StepLengthLimitProcess
Process that limits the geant4e step length.