136 G4cout <<
"### " << GetPhysicsName() <<
" Construct Processes " << G4endl;
143 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
146 G4MuBremsstrahlung* mub =
nullptr;
147 G4MuPairProduction* mup =
nullptr;
148 G4hBremsstrahlung* pib =
nullptr;
149 G4hPairProduction* pip =
nullptr;
150 G4hBremsstrahlung* kb =
nullptr;
151 G4hPairProduction*
kp =
nullptr;
152 G4hBremsstrahlung* pb =
nullptr;
153 G4hPairProduction*
pp =
nullptr;
156 G4MuMultipleScattering* mumsc =
nullptr;
157 G4MuMultipleScattering* pimsc =
nullptr;
158 G4MuMultipleScattering* kmsc =
nullptr;
159 G4MuMultipleScattering* pmsc =
nullptr;
160 G4hMultipleScattering* hmsc =
nullptr;
163 G4double highEnergyLimit = 100*
MeV;
165 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
168 G4ParticleDefinition* particle = table->FindParticle(
particleName);
172 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
173 ph->RegisterProcess(
new G4ComptonScattering(), particle);
174 ph->RegisterProcess(
new G4GammaConversion(), particle);
178 G4eIonisation* eioni =
new G4eIonisation();
179 eioni->SetStepFunction(0.8, 1.0*mm);
181 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
182 msc->SetStepLimitType(fMinimal);
184 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
185 msc1->SetHighEnergyLimit(highEnergyLimit);
186 msc2->SetLowEnergyLimit(highEnergyLimit);
187 msc->AddEmModel(0, msc1);
188 msc->AddEmModel(0, msc2);
190 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
191 G4CoulombScattering* ss =
new G4CoulombScattering();
192 ss->SetEmModel(ssm, 1);
193 ss->SetMinKinEnergy(highEnergyLimit);
194 ssm->SetLowEnergyLimit(highEnergyLimit);
195 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
197 ph->RegisterProcess(msc, particle);
198 ph->RegisterProcess(eioni, particle);
199 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
200 ph->RegisterProcess(ss, particle);
204 G4eIonisation* eioni =
new G4eIonisation();
205 eioni->SetStepFunction(0.8, 1.0*mm);
207 G4eMultipleScattering* msc =
new G4eMultipleScattering;
208 msc->SetStepLimitType(fMinimal);
210 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
211 msc1->SetHighEnergyLimit(highEnergyLimit);
212 msc2->SetLowEnergyLimit(highEnergyLimit);
213 msc->AddEmModel(0, msc1);
214 msc->AddEmModel(0, msc2);
216 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
217 G4CoulombScattering* ss =
new G4CoulombScattering();
218 ss->SetEmModel(ssm, 1);
219 ss->SetMinKinEnergy(highEnergyLimit);
220 ssm->SetLowEnergyLimit(highEnergyLimit);
221 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
223 ph->RegisterProcess(msc, particle);
224 ph->RegisterProcess(eioni, particle);
225 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
226 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
227 ph->RegisterProcess(ss, particle);
233 mub =
new G4MuBremsstrahlung();
234 mup =
new G4MuPairProduction();
235 mumsc =
new G4MuMultipleScattering();
236 mumsc->AddEmModel(0,
new G4WentzelVIModel());
238 ph->RegisterProcess(mumsc, particle);
239 ph->RegisterProcess(
new G4MuIonisation(), particle);
240 ph->RegisterProcess(mub, particle);
241 ph->RegisterProcess(mup, particle);
242 ph->RegisterProcess(
new G4CoulombScattering(), particle);
247 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
248 ph->RegisterProcess(
new G4ionIonisation(), particle);
252 if(
nullptr == hmsc) {
253 hmsc =
new G4hMultipleScattering(
"ionmsc");
255 ph->RegisterProcess(hmsc, particle);
256 ph->RegisterProcess(
new G4ionIonisation(), particle);
262 pib =
new G4hBremsstrahlung();
263 pip =
new G4hPairProduction();
264 pimsc =
new G4MuMultipleScattering();
265 pimsc->AddEmModel(0,
new G4WentzelVIModel());
267 ph->RegisterProcess(pimsc, particle);
268 ph->RegisterProcess(
new G4hIonisation(), particle);
269 ph->RegisterProcess(pib, particle);
270 ph->RegisterProcess(pip, particle);
271 ph->RegisterProcess(
new G4CoulombScattering(), particle);
277 kb =
new G4hBremsstrahlung();
278 kp =
new G4hPairProduction();
279 kmsc =
new G4MuMultipleScattering();
280 kmsc->AddEmModel(0,
new G4WentzelVIModel());
282 ph->RegisterProcess(kmsc, particle);
283 ph->RegisterProcess(
new G4hIonisation(), particle);
284 ph->RegisterProcess(kb, particle);
285 ph->RegisterProcess(kp, particle);
286 ph->RegisterProcess(
new G4CoulombScattering(), particle);
292 pb =
new G4hBremsstrahlung();
293 pp =
new G4hPairProduction();
294 pmsc =
new G4MuMultipleScattering();
295 pmsc->AddEmModel(0,
new G4WentzelVIModel());
297 ph->RegisterProcess(pmsc, particle);
298 ph->RegisterProcess(
new G4hIonisation(), particle);
299 ph->RegisterProcess(pb, particle);
300 ph->RegisterProcess(pp, particle);
301 ph->RegisterProcess(
new G4CoulombScattering(), particle);
334 if(
nullptr == hmsc) {
335 hmsc =
new G4hMultipleScattering(
"ionmsc");
337 ph->RegisterProcess(hmsc, particle);
338 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const