#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 55 of file ExN04EMPhysics.cxx.
56{
57
58 G4Gamma::GammaDefinition();
59
60
61 G4Electron::ElectronDefinition();
62 G4Positron::PositronDefinition();
63 G4NeutrinoE::NeutrinoEDefinition();
64 G4AntiNeutrinoE::AntiNeutrinoEDefinition();
65}
◆ ConstructProcess()
void ExN04EMPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 71 of file ExN04EMPhysics.cxx.
72{
73 G4ProcessManager * pManager = 0;
74
75
76 pManager = G4Gamma::Gamma()->GetProcessManager();
80
81
82 pManager = G4Electron::Electron()->GetProcessManager();
83
85
87
91
92
93 pManager = G4Positron::Positron()->GetProcessManager();
94
96
98
100
102
106
107}
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: