143 G4cout <<
"### " << GetPhysicsName() <<
" Construct Processes " << G4endl;
150 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
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 G4double highEnergyLimit = 100*
MeV;
173 G4RegionStore::GetInstance()->GetRegion(
"HcalRegion",
false);
175 G4RegionStore::GetInstance()->GetRegion(
"HGCalRegion",
false);
177 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
180 G4ParticleDefinition* particle = table->FindParticle(
particleName);
184 G4PhotoElectricEffect* photo =
new G4PhotoElectricEffect();
185 photo->SetEmModel(
new G4LivermorePhotoElectricModel());
186 ph->RegisterProcess(photo, particle);
187 G4ComptonScattering* compt =
new G4ComptonScattering();
188 compt->SetEmModel(
new G4KleinNishinaModel());
189 ph->RegisterProcess(compt, particle);
190 ph->RegisterProcess(
new G4GammaConversion(), particle);
194 G4eIonisation* eioni =
new G4eIonisation();
195 eioni->SetStepFunction(0.8, 1.0*mm);
197 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
198 msc->SetStepLimitType(fMinimal);
199 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
200 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
201 G4UrbanMscModel* msc3 =
new G4UrbanMscModel();
202 msc3->SetLocked(
true);
203 msc1->SetHighEnergyLimit(highEnergyLimit);
204 msc2->SetLowEnergyLimit(highEnergyLimit);
205 msc3->SetHighEnergyLimit(highEnergyLimit);
206 msc->AddEmModel(0, msc1);
207 msc->AddEmModel(0, msc2);
208 msc->AddEmModel(-1, msc3, aRegion);
209 if (bRegion) msc->AddEmModel(-1, msc3, bRegion);
211 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
212 G4CoulombScattering* ss =
new G4CoulombScattering();
214 ss->SetMinKinEnergy(highEnergyLimit);
215 ssm->SetLowEnergyLimit(highEnergyLimit);
216 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
218 ph->RegisterProcess(msc, particle);
219 ph->RegisterProcess(eioni, particle);
220 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
221 ph->RegisterProcess(ss, particle);
225 G4eIonisation* eioni =
new G4eIonisation();
226 eioni->SetStepFunction(0.8, 1.0*mm);
228 G4eMultipleScattering* msc =
new G4eMultipleScattering;
229 msc->SetStepLimitType(fMinimal);
230 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
231 G4WentzelVIModel* msc2=
new G4WentzelVIModel();
232 G4UrbanMscModel* msc3 =
new G4UrbanMscModel();
233 msc1->SetHighEnergyLimit(highEnergyLimit);
234 msc2->SetLowEnergyLimit(highEnergyLimit);
235 msc3->SetHighEnergyLimit(highEnergyLimit);
236 msc3->SetLocked(
true);
237 msc->AddEmModel(0, msc1);
238 msc->AddEmModel(0, msc2);
239 msc->AddEmModel(-1, msc3, aRegion);
240 if (bRegion) msc->AddEmModel(-1, msc3, bRegion);
242 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
243 G4CoulombScattering* ss =
new G4CoulombScattering();
245 ss->SetMinKinEnergy(highEnergyLimit);
246 ssm->SetLowEnergyLimit(highEnergyLimit);
247 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
249 ph->RegisterProcess(msc, particle);
250 ph->RegisterProcess(eioni, particle);
251 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
252 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
253 ph->RegisterProcess(ss, particle);
259 mub =
new G4MuBremsstrahlung();
260 mup =
new G4MuPairProduction();
261 mumsc =
new G4MuMultipleScattering();
262 mumsc->SetEmModel(
new G4WentzelVIModel());
264 ph->RegisterProcess(mumsc, particle);
265 ph->RegisterProcess(
new G4MuIonisation(), particle);
266 ph->RegisterProcess(mub, particle);
267 ph->RegisterProcess(mup, particle);
268 ph->RegisterProcess(
new G4CoulombScattering(), particle);
273 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
274 ph->RegisterProcess(
new G4ionIonisation(), particle);
278 if(
nullptr == hmsc) {
279 hmsc =
new G4hMultipleScattering(
"ionmsc");
281 ph->RegisterProcess(hmsc, particle);
282 ph->RegisterProcess(
new G4ionIonisation(), particle);
288 pib =
new G4hBremsstrahlung();
289 pip =
new G4hPairProduction();
290 pimsc =
new G4hMultipleScattering();
291 pimsc->SetEmModel(
new G4WentzelVIModel());
293 ph->RegisterProcess(pimsc, particle);
294 ph->RegisterProcess(
new G4hIonisation(), particle);
295 ph->RegisterProcess(pib, particle);
296 ph->RegisterProcess(pip, particle);
297 ph->RegisterProcess(
new G4CoulombScattering(), particle);
303 kb =
new G4hBremsstrahlung();
304 kp =
new G4hPairProduction();
305 kmsc =
new G4hMultipleScattering();
306 kmsc->SetEmModel(
new G4WentzelVIModel());
308 ph->RegisterProcess(kmsc, particle);
309 ph->RegisterProcess(
new G4hIonisation(), particle);
310 ph->RegisterProcess(kb, particle);
311 ph->RegisterProcess(kp, particle);
312 ph->RegisterProcess(
new G4CoulombScattering(), particle);
318 pb =
new G4hBremsstrahlung();
319 pp =
new G4hPairProduction();
321 pmsc =
new G4hMultipleScattering();
322 pmsc->SetEmModel(
new G4WentzelVIModel());
323 ph->RegisterProcess(pmsc, particle);
324 ph->RegisterProcess(
new G4hIonisation(), particle);
325 ph->RegisterProcess(pb, particle);
326 ph->RegisterProcess(pp, particle);
327 ph->RegisterProcess(
new G4CoulombScattering(), particle);
360 if(
nullptr == hmsc) {
361 hmsc =
new G4hMultipleScattering(
"ionmsc");
363 ph->RegisterProcess(hmsc, particle);
364 ph->RegisterProcess(
new G4hIonisation(), particle);
369 G4VAtomDeexcitation* de =
new G4UAtomicDeexcitation();
370 G4LossTableManager::Instance()->SetAtomDeexcitation(de);
const std::vector< G4String > & PartNames() const