128{
131 }
133
135
136
137 G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
138 G4NuclearStopping* pnuc(nullptr);
139
140
142
143
145
146 G4PhotoElectricEffect* pee = new G4PhotoElectricEffect();
147 pee->
SetEmModel(
new G4LivermorePhotoElectricModel());
148
150 G4GammaGeneralProcess*
sp =
new G4GammaGeneralProcess();
151 sp->AddEmProcess(pee);
152 sp->AddEmProcess(
new G4ComptonScattering());
153 sp->AddEmProcess(
new G4GammaConversion());
156
157 } else {
161 }
162
163
165
166 G4eIonisation* eioni = new G4eIonisation();
167
168 G4UrbanMscModel* msc1 = new G4UrbanMscModel();
169 G4WentzelVIModel* msc2 = new G4WentzelVIModel();
173
174 G4eCoulombScatteringModel* ssm = new G4eCoulombScatteringModel();
175 G4CoulombScattering* ss = new G4CoulombScattering();
180
184
185
187 eioni = new G4eIonisation();
188
189 msc1 = new G4UrbanMscModel();
190 msc2 = new G4WentzelVIModel();
194
195 ssm = new G4eCoulombScatteringModel();
196 ss = new G4CoulombScattering();
201
206
207
209 G4ionIonisation* ionIoni = new G4ionIonisation();
212
213
215
216
218}
G4GLOB_DLL std::ostream G4cout
static G4Electron * Electron()
static void ConstructCharged(G4hMultipleScattering *hmsc, G4NuclearStopping *nucStopping, G4bool isWVI=true)
static void ConstructElectronMscProcess(G4VMscModel *msc1, G4VMscModel *msc2, G4ParticleDefinition *particle)
static void PrepareEMPhysics()
G4double MscEnergyLimit() const
static G4GenericIon * GenericIon()
static G4LossTableManager * Instance()
void SetGammaGeneralProcess(G4VEmProcess *)
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4Positron * Positron()
void SetHighEnergyLimit(G4double)
void SetActivationLowEnergyLimit(G4double)
void SetLowEnergyLimit(G4double)
void SetMinKinEnergy(G4double e)
void SetEmModel(G4VEmModel *, G4int index=0)
const G4String & GetPhysicsName() const