BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Cherenkov physics process constructor. More...
#include <BDSPhysicsCherenkov.hh>
Public Member Functions | |
BDSPhysicsCherenkov (G4double maxPhotonsPerStepIn, G4double maxBetaChangePerStepIn) | |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
![]() | |
G4bool | Activated () const |
Get whether this instance has been activated. More... | |
void | SetActivated () |
Flag this instance as activated for later querying. More... | |
Private Attributes | |
G4double | maxPhotonsPerStep |
Parameter from global constants to control cherenkov physics. More... | |
G4double | maxBetaChangePerStep |
Parameter from global constants to control cherenkov physics. More... | |
Additional Inherited Members | |
![]() | |
G4bool | activated = false |
Cherenkov physics process constructor.
Definition at line 33 of file BDSPhysicsCherenkov.hh.
BDSPhysicsCherenkov::BDSPhysicsCherenkov | ( | G4double | maxPhotonsPerStepIn, |
G4double | maxBetaChangePerStepIn | ||
) |
Definition at line 31 of file BDSPhysicsCherenkov.cc.
|
virtual |
Definition at line 38 of file BDSPhysicsCherenkov.cc.
|
virtual |
Definition at line 41 of file BDSPhysicsCherenkov.cc.
|
virtual |
Definition at line 50 of file BDSPhysicsCherenkov.cc.
|
private |
Parameter from global constants to control cherenkov physics.
Definition at line 49 of file BDSPhysicsCherenkov.hh.
|
private |
Parameter from global constants to control cherenkov physics.
Definition at line 48 of file BDSPhysicsCherenkov.hh.