#include <ExN04EMPhysics.hh>
Definition at line 53 of file ExN04EMPhysics.hh.
◆ ExN04EMPhysics()
| ExN04EMPhysics::ExN04EMPhysics |
( |
const G4String & | name = "EM" | ) |
|
◆ ~ExN04EMPhysics()
| ExN04EMPhysics::~ExN04EMPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
| void ExN04EMPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 49 of file ExN04EMPhysics.cxx.
49 {
50
51 G4Gamma::GammaDefinition();
52
53
54 G4Electron::ElectronDefinition();
55 G4Positron::PositronDefinition();
56 G4NeutrinoE::NeutrinoEDefinition();
57 G4AntiNeutrinoE::AntiNeutrinoEDefinition();
58}
◆ ConstructProcess()
| void ExN04EMPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 62 of file ExN04EMPhysics.cxx.
62 {
63 G4ProcessManager* pManager = 0;
64
65
66 pManager = G4Gamma::Gamma()->GetProcessManager();
70
71
72 pManager = G4Electron::Electron()->GetProcessManager();
73
75
77
81
82
83 pManager = G4Positron::Positron()->GetProcessManager();
84
86
88
90
92
96}
G4MultipleScattering thePositronMultipleScattering
G4eIonisation theElectronIonisation
G4ComptonScattering theComptonEffect
G4eBremsstrahlung theElectronBremsStrahlung
G4MultipleScattering theElectronMultipleScattering
G4PhotoElectricEffect thePhotoEffect
G4eplusAnnihilation theAnnihilation
G4GammaConversion thePairProduction
G4eIonisation thePositronIonisation
G4eBremsstrahlung thePositronBremsStrahlung
◆ theAnnihilation
| G4eplusAnnihilation ExN04EMPhysics::theAnnihilation |
|
protected |
◆ theComptonEffect
| G4ComptonScattering ExN04EMPhysics::theComptonEffect |
|
protected |
◆ theElectronBremsStrahlung
| G4eBremsstrahlung ExN04EMPhysics::theElectronBremsStrahlung |
|
protected |
◆ theElectronIonisation
| G4eIonisation ExN04EMPhysics::theElectronIonisation |
|
protected |
◆ theElectronMultipleScattering
| G4MultipleScattering ExN04EMPhysics::theElectronMultipleScattering |
|
protected |
◆ thePairProduction
| G4GammaConversion ExN04EMPhysics::thePairProduction |
|
protected |
◆ thePhotoEffect
| G4PhotoElectricEffect ExN04EMPhysics::thePhotoEffect |
|
protected |
◆ thePositronBremsStrahlung
| G4eBremsstrahlung ExN04EMPhysics::thePositronBremsStrahlung |
|
protected |
◆ thePositronIonisation
| G4eIonisation ExN04EMPhysics::thePositronIonisation |
|
protected |
◆ thePositronMultipleScattering
| G4MultipleScattering ExN04EMPhysics::thePositronMultipleScattering |
|
protected |
The documentation for this class was generated from the following files: