#include <BesEMPhysics.hh>
Definition at line 18 of file BesEMPhysics.hh.
◆ BesEMPhysics()
BesEMPhysics::BesEMPhysics |
( |
const G4String & |
name = "EM" | ) |
|
Definition at line 9 of file BesEMPhysics.cc.
10 : G4VPhysicsConstructor(name)
11{
12}
◆ ~BesEMPhysics()
BesEMPhysics::~BesEMPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
void BesEMPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 31 of file BesEMPhysics.cc.
32{
33
34 G4Gamma::GammaDefinition();
35
36
37 G4Electron::ElectronDefinition();
38 G4Positron::PositronDefinition();
39 G4NeutrinoE::NeutrinoEDefinition();
40 G4AntiNeutrinoE::AntiNeutrinoEDefinition();
41}
◆ ConstructProcess()
void BesEMPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 47 of file BesEMPhysics.cc.
48{
49 G4ProcessManager * pManager = 0;
50
51
52 pManager = G4Gamma::Gamma()->GetProcessManager();
56
57
58 pManager = G4Electron::Electron()->GetProcessManager();
59
63
64
65
66 pManager = G4Positron::Positron()->GetProcessManager();
67
72}
G4ComptonScattering theComptonEffect
G4eIonisation thePositronIonisation
G4MultipleScattering thePositronMultipleScattering
G4MultipleScattering theElectronMultipleScattering
G4PhotoElectricEffect thePhotoEffect
G4GammaConversion thePairProduction
G4eplusAnnihilation theAnnihilation
G4eIonisation theElectronIonisation
G4eBremsstrahlung theElectronBremsStrahlung
G4eBremsstrahlung thePositronBremsStrahlung
◆ theAnnihilation
G4eplusAnnihilation BesEMPhysics::theAnnihilation |
|
protected |
◆ theComptonEffect
G4ComptonScattering BesEMPhysics::theComptonEffect |
|
protected |
◆ theElectronBremsStrahlung
G4eBremsstrahlung BesEMPhysics::theElectronBremsStrahlung |
|
protected |
◆ theElectronIonisation
G4eIonisation BesEMPhysics::theElectronIonisation |
|
protected |
◆ theElectronMultipleScattering
G4MultipleScattering BesEMPhysics::theElectronMultipleScattering |
|
protected |
◆ thePairProduction
G4GammaConversion BesEMPhysics::thePairProduction |
|
protected |
◆ thePhotoEffect
G4PhotoElectricEffect BesEMPhysics::thePhotoEffect |
|
protected |
◆ thePositronBremsStrahlung
G4eBremsstrahlung BesEMPhysics::thePositronBremsStrahlung |
|
protected |
◆ thePositronIonisation
G4eIonisation BesEMPhysics::thePositronIonisation |
|
protected |
◆ thePositronMultipleScattering
G4MultipleScattering BesEMPhysics::thePositronMultipleScattering |
|
protected |
The documentation for this class was generated from the following files: