142 edm::LogVerbatim(
"PhysicsList") <<
"### " << GetPhysicsName() <<
" Construct Processes";
149 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
150 G4LossTableManager* man = G4LossTableManager::Instance();
153 G4MuBremsstrahlung* mub =
nullptr;
154 G4MuPairProduction* mup =
nullptr;
155 G4hBremsstrahlung* pib =
nullptr;
156 G4hPairProduction* pip =
nullptr;
157 G4hBremsstrahlung* kb =
nullptr;
158 G4hPairProduction*
kp =
nullptr;
159 G4hBremsstrahlung* pb =
nullptr;
160 G4hPairProduction*
pp =
nullptr;
163 G4MuMultipleScattering* mumsc =
nullptr;
164 G4hMultipleScattering* pimsc =
nullptr;
165 G4hMultipleScattering* kmsc =
nullptr;
166 G4hMultipleScattering* pmsc =
nullptr;
167 G4hMultipleScattering* hmsc =
nullptr;
170 G4CoulombScattering* muss =
nullptr;
171 G4CoulombScattering* piss =
nullptr;
172 G4CoulombScattering* kss =
nullptr;
175 G4double highEnergyLimit = 100 *
MeV;
177 G4Region* aRegion = G4RegionStore::GetInstance()->GetRegion(
"HcalRegion",
false);
178 G4Region* bRegion = G4RegionStore::GetInstance()->GetRegion(
"HGCalRegion",
false);
180 edm::LogVerbatim(
"PhysicsList") <<
"CMSEmStandardPhysicsLPM: HcalRegion " << aRegion <<
"; HGCalRegion " << bRegion;
182 G4ParticleTable*
table = G4ParticleTable::GetParticleTable();
188 G4PhotoElectricEffect* pee =
new G4PhotoElectricEffect();
190 if (G4EmParameters::Instance()->GeneralProcessActive()) {
191 G4GammaGeneralProcess* sp =
new G4GammaGeneralProcess();
192 sp->AddEmProcess(pee);
193 sp->AddEmProcess(
new G4ComptonScattering());
194 sp->AddEmProcess(
new G4GammaConversion());
195 man->SetGammaGeneralProcess(sp);
196 ph->RegisterProcess(sp, particle);
199 ph->RegisterProcess(pee, particle);
200 ph->RegisterProcess(
new G4ComptonScattering(), particle);
201 ph->RegisterProcess(
new G4GammaConversion(), particle);
205 G4eIonisation* eioni =
new G4eIonisation();
207 G4eMultipleScattering* msc =
new G4eMultipleScattering;
208 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
209 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
210 G4UrbanMscModel* msc3 =
new G4UrbanMscModel();
211 msc1->SetHighEnergyLimit(highEnergyLimit);
212 msc2->SetLowEnergyLimit(highEnergyLimit);
213 msc3->SetHighEnergyLimit(highEnergyLimit);
214 msc3->SetLocked(
true);
215 msc->SetEmModel(msc1);
216 msc->SetEmModel(msc2);
218 msc->AddEmModel(-1, msc3, aRegion);
221 msc->AddEmModel(-1, msc3, bRegion);
224 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
225 G4CoulombScattering*
ss =
new G4CoulombScattering();
227 ss->SetMinKinEnergy(highEnergyLimit);
228 ssm->SetLowEnergyLimit(highEnergyLimit);
229 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
231 ph->RegisterProcess(msc, particle);
232 ph->RegisterProcess(eioni, particle);
233 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
234 ph->RegisterProcess(
ss, particle);
237 G4eIonisation* eioni =
new G4eIonisation();
239 G4eMultipleScattering* msc =
new G4eMultipleScattering;
240 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
241 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
242 G4UrbanMscModel* msc3 =
new G4UrbanMscModel();
243 msc1->SetHighEnergyLimit(highEnergyLimit);
244 msc2->SetLowEnergyLimit(highEnergyLimit);
245 msc3->SetHighEnergyLimit(highEnergyLimit);
246 msc3->SetLocked(
true);
247 msc->SetEmModel(msc1);
248 msc->SetEmModel(msc2);
250 msc->AddEmModel(-1, msc3, aRegion);
253 msc->AddEmModel(-1, msc3, bRegion);
256 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
257 G4CoulombScattering*
ss =
new G4CoulombScattering();
259 ss->SetMinKinEnergy(highEnergyLimit);
260 ssm->SetLowEnergyLimit(highEnergyLimit);
261 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
263 ph->RegisterProcess(msc, particle);
264 ph->RegisterProcess(eioni, particle);
265 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
266 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
267 ph->RegisterProcess(
ss, particle);
270 if (
nullptr == mub) {
271 mub =
new G4MuBremsstrahlung();
272 mup =
new G4MuPairProduction();
273 mumsc =
new G4MuMultipleScattering();
274 mumsc->SetEmModel(
new G4WentzelVIModel());
275 muss =
new G4CoulombScattering();
277 ph->RegisterProcess(mumsc, particle);
278 ph->RegisterProcess(
new G4MuIonisation(), particle);
279 ph->RegisterProcess(mub, particle);
280 ph->RegisterProcess(mup, particle);
281 ph->RegisterProcess(muss, particle);
284 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
285 ph->RegisterProcess(
new G4ionIonisation(), particle);
288 if (
nullptr == hmsc) {
289 hmsc =
new G4hMultipleScattering(
"ionmsc");
291 ph->RegisterProcess(hmsc, particle);
292 ph->RegisterProcess(
new G4ionIonisation(), particle);
295 if (
nullptr == pib) {
296 pib =
new G4hBremsstrahlung();
297 pip =
new G4hPairProduction();
298 pimsc =
new G4hMultipleScattering();
299 pimsc->SetEmModel(
new G4WentzelVIModel());
300 piss =
new G4CoulombScattering();
302 ph->RegisterProcess(pimsc, particle);
303 ph->RegisterProcess(
new G4hIonisation(), particle);
304 ph->RegisterProcess(pib, particle);
305 ph->RegisterProcess(pip, particle);
306 ph->RegisterProcess(piss, particle);
310 kb =
new G4hBremsstrahlung();
311 kp =
new G4hPairProduction();
312 kmsc =
new G4hMultipleScattering();
313 kmsc->SetEmModel(
new G4WentzelVIModel());
314 kss =
new G4CoulombScattering();
316 ph->RegisterProcess(kmsc, particle);
317 ph->RegisterProcess(
new G4hIonisation(), particle);
318 ph->RegisterProcess(kb, particle);
319 ph->RegisterProcess(
kp, particle);
320 ph->RegisterProcess(kss, particle);
324 pb =
new G4hBremsstrahlung();
325 pp =
new G4hPairProduction();
327 pmsc =
new G4hMultipleScattering();
328 pmsc->SetEmModel(
new G4WentzelVIModel());
330 ph->RegisterProcess(pmsc, particle);
331 ph->RegisterProcess(
new G4hIonisation(), particle);
332 ph->RegisterProcess(pb, particle);
333 ph->RegisterProcess(
pp, particle);
334 ph->RegisterProcess(
new G4CoulombScattering(), particle);
336 }
else if (particle->GetPDGCharge() != 0.0) {
337 if (
nullptr == hmsc) {
338 hmsc =
new G4hMultipleScattering(
"ionmsc");
340 ph->RegisterProcess(hmsc, particle);
341 ph->RegisterProcess(
new G4hIonisation(), particle);
344 edm::LogVerbatim(
"PhysicsList") <<
"CMSEmStandardPhysicsLPM: EM physics is instantiated";