159 edm::LogVerbatim(
"PhysicsList") <<
"### " << GetPhysicsName() <<
" Construct Processes";
166 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
169 G4MuBremsstrahlung* mub =
nullptr;
170 G4MuPairProduction* mup =
nullptr;
171 G4hBremsstrahlung* pib =
nullptr;
172 G4hPairProduction* pip =
nullptr;
173 G4hBremsstrahlung* kb =
nullptr;
174 G4hPairProduction*
kp =
nullptr;
175 G4hBremsstrahlung* pb =
nullptr;
176 G4hPairProduction*
pp =
nullptr;
177 G4ePairProduction* ee =
nullptr;
180 G4MuMultipleScattering* mumsc =
nullptr;
181 G4hMultipleScattering* pimsc =
nullptr;
182 G4hMultipleScattering* kmsc =
nullptr;
183 G4hMultipleScattering* hmsc =
nullptr;
186 G4CoulombScattering* muss =
nullptr;
187 G4CoulombScattering* piss =
nullptr;
188 G4CoulombScattering* kss =
nullptr;
191 G4double highEnergyLimit = 100 *
MeV;
194 G4NuclearStopping* pnuc =
nullptr;
196 G4Region* aRegion = G4RegionStore::GetInstance()->GetRegion(
"HcalRegion",
false);
197 G4Region* bRegion = G4RegionStore::GetInstance()->GetRegion(
"HGCalRegion",
false);
199 edm::LogVerbatim(
"PhysicsList") <<
"CMSEmStandardPhysicsLPM: HcalRegion " << aRegion <<
"; HGCalRegion " << bRegion;
202 G4ParticleTable*
table = G4ParticleTable::GetParticleTable();
205 G4ParticleDefinition* particle = table->FindParticle(
particleName);
208 G4PhotoElectricEffect* photo =
new G4PhotoElectricEffect();
209 photo->SetEmModel(
new G4LivermorePhotoElectricModel());
210 ph->RegisterProcess(photo, particle);
211 G4ComptonScattering* compt =
new G4ComptonScattering();
212 compt->SetEmModel(
new G4KleinNishinaModel());
213 ph->RegisterProcess(compt, particle);
214 ph->RegisterProcess(
new G4GammaConversion(), particle);
217 G4eIonisation* eioni =
new G4eIonisation();
219 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
220 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
221 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
222 G4GoudsmitSaundersonMscModel* msc3 =
new G4GoudsmitSaundersonMscModel();
223 msc3->SetStepLimitType(fUseSafetyPlus);
224 msc3->SetRangeFactor(0.08);
226 msc1->SetHighEnergyLimit(highEnergyLimit);
227 msc2->SetLowEnergyLimit(highEnergyLimit);
228 msc3->SetHighEnergyLimit(highEnergyLimit);
229 msc3->SetLocked(
true);
230 msc->SetEmModel(msc1);
231 msc->SetEmModel(msc2);
233 msc->AddEmModel(-1, msc3, aRegion);
235 msc->AddEmModel(-1, msc3, bRegion);
237 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
238 G4CoulombScattering*
ss =
new G4CoulombScattering();
240 ss->SetMinKinEnergy(highEnergyLimit);
241 ssm->SetLowEnergyLimit(highEnergyLimit);
242 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
245 G4eBremsstrahlung* brem =
new G4eBremsstrahlung();
246 G4SeltzerBergerModel* br1 =
new G4SeltzerBergerModel();
247 G4eBremsstrahlungRelModel* br2 =
new G4eBremsstrahlungRelModel();
248 br1->SetAngularDistribution(
new G4Generator2BS());
249 br2->SetAngularDistribution(
new G4Generator2BS());
250 brem->SetEmModel(br1);
251 brem->SetEmModel(br2);
252 br1->SetHighEnergyLimit(
GeV);
255 ee =
new G4ePairProduction();
258 ph->RegisterProcess(msc, particle);
259 ph->RegisterProcess(eioni, particle);
260 ph->RegisterProcess(brem, particle);
261 ph->RegisterProcess(ee, particle);
262 ph->RegisterProcess(ss, particle);
265 G4eIonisation* eioni =
new G4eIonisation();
267 G4eMultipleScattering* msc =
new G4eMultipleScattering;
268 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
269 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
270 G4GoudsmitSaundersonMscModel* msc3 =
new G4GoudsmitSaundersonMscModel();
271 msc3->SetStepLimitType(fUseSafetyPlus);
272 msc3->SetRangeFactor(0.08);
274 msc1->SetHighEnergyLimit(highEnergyLimit);
275 msc2->SetLowEnergyLimit(highEnergyLimit);
276 msc3->SetHighEnergyLimit(highEnergyLimit);
277 msc3->SetLocked(
true);
278 msc->SetEmModel(msc1);
279 msc->SetEmModel(msc2);
281 msc->AddEmModel(-1, msc3, aRegion);
283 msc->AddEmModel(-1, msc3, bRegion);
285 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
286 G4CoulombScattering* ss =
new G4CoulombScattering();
288 ss->SetMinKinEnergy(highEnergyLimit);
289 ssm->SetLowEnergyLimit(highEnergyLimit);
290 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
293 G4eBremsstrahlung* brem =
new G4eBremsstrahlung();
294 G4SeltzerBergerModel* br1 =
new G4SeltzerBergerModel();
295 G4eBremsstrahlungRelModel* br2 =
new G4eBremsstrahlungRelModel();
296 br1->SetAngularDistribution(
new G4Generator2BS());
297 br2->SetAngularDistribution(
new G4Generator2BS());
298 brem->SetEmModel(br1);
299 brem->SetEmModel(br2);
300 br1->SetHighEnergyLimit(
GeV);
303 ee =
new G4ePairProduction();
306 ph->RegisterProcess(msc, particle);
307 ph->RegisterProcess(eioni, particle);
308 ph->RegisterProcess(brem, particle);
309 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
310 ph->RegisterProcess(ee, particle);
311 ph->RegisterProcess(ss, particle);
314 if (
nullptr == mub) {
315 mub =
new G4MuBremsstrahlung();
316 mup =
new G4MuPairProduction();
317 mumsc =
new G4MuMultipleScattering();
318 mumsc->SetEmModel(
new G4WentzelVIModel());
319 muss =
new G4CoulombScattering();
321 ph->RegisterProcess(mumsc, particle);
322 ph->RegisterProcess(
new G4MuIonisation(), particle);
323 ph->RegisterProcess(mub, particle);
324 ph->RegisterProcess(mup, particle);
325 ph->RegisterProcess(muss, particle);
329 pnuc =
new G4NuclearStopping();
332 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
333 ph->RegisterProcess(
new G4ionIonisation(), particle);
334 ph->RegisterProcess(pnuc, particle);
337 if (
nullptr == hmsc) {
338 hmsc =
new G4hMultipleScattering(
"ionmsc");
341 pnuc =
new G4NuclearStopping();
343 ph->RegisterProcess(hmsc, particle);
344 ph->RegisterProcess(
new G4ionIonisation(), particle);
345 ph->RegisterProcess(pnuc, particle);
348 if (
nullptr == pib) {
349 pib =
new G4hBremsstrahlung();
350 pip =
new G4hPairProduction();
351 pimsc =
new G4hMultipleScattering();
352 pimsc->SetEmModel(
new G4WentzelVIModel());
353 piss =
new G4CoulombScattering();
355 ph->RegisterProcess(pimsc, particle);
356 ph->RegisterProcess(
new G4hIonisation(), particle);
357 ph->RegisterProcess(pib, particle);
358 ph->RegisterProcess(pip, particle);
359 ph->RegisterProcess(piss, particle);
363 kb =
new G4hBremsstrahlung();
364 kp =
new G4hPairProduction();
365 kmsc =
new G4hMultipleScattering();
366 kmsc->SetEmModel(
new G4WentzelVIModel());
367 kss =
new G4CoulombScattering();
369 ph->RegisterProcess(kmsc, particle);
370 ph->RegisterProcess(
new G4hIonisation(), particle);
371 ph->RegisterProcess(kb, particle);
372 ph->RegisterProcess(kp, particle);
373 ph->RegisterProcess(kss, particle);
377 pb =
new G4hBremsstrahlung();
378 pp =
new G4hPairProduction();
381 pnuc =
new G4NuclearStopping();
384 G4hMultipleScattering* pmsc =
new G4hMultipleScattering();
385 pmsc->SetEmModel(
new G4WentzelVIModel());
386 G4hIonisation* hIoni =
new G4hIonisation();
387 G4CoulombScattering*
pss =
new G4CoulombScattering();
389 ph->RegisterProcess(pmsc, particle);
390 ph->RegisterProcess(hIoni, particle);
391 ph->RegisterProcess(pb, particle);
392 ph->RegisterProcess(pp, particle);
393 ph->RegisterProcess(pss, particle);
395 }
else if (particle->GetPDGCharge() != 0.0) {
396 if (
nullptr == hmsc) {
397 hmsc =
new G4hMultipleScattering(
"ionmsc");
399 ph->RegisterProcess(hmsc, particle);
400 ph->RegisterProcess(
new G4hIonisation(), particle);
404 pnuc->SetMaxKinEnergy(
MeV);
408 G4VAtomDeexcitation* de =
new G4UAtomicDeexcitation();
409 G4LossTableManager::Instance()->SetAtomDeexcitation(de);
const std::vector< G4String > & PartNames() const
std::pair< ALIstring, ALIstring > pss