#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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73}
◆ theComptonEffect
G4ComptonScattering BesEMPhysics::theComptonEffect |
|
protected |
◆ thePairProduction
G4GammaConversion BesEMPhysics::thePairProduction |
|
protected |
◆ thePhotoEffect
G4PhotoElectricEffect BesEMPhysics::thePhotoEffect |
|
protected |
The documentation for this class was generated from the following files: