139 edm::LogVerbatim(
"PhysicsList") <<
"### " << GetPhysicsName() <<
" Construct Processes ";
146 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
149 G4MuBremsstrahlung* mub =
nullptr;
150 G4MuPairProduction* mup =
nullptr;
151 G4hBremsstrahlung* pib =
nullptr;
152 G4hPairProduction* pip =
nullptr;
153 G4hBremsstrahlung* kb =
nullptr;
154 G4hPairProduction*
kp =
nullptr;
155 G4hBremsstrahlung* pb =
nullptr;
156 G4hPairProduction*
pp =
nullptr;
159 G4MuMultipleScattering* mumsc =
nullptr;
160 G4hMultipleScattering* pimsc =
nullptr;
161 G4hMultipleScattering* kmsc =
nullptr;
162 G4hMultipleScattering* hmsc =
nullptr;
165 G4CoulombScattering* muss =
nullptr;
166 G4CoulombScattering* piss =
nullptr;
167 G4CoulombScattering* kss =
nullptr;
170 G4double highEnergyLimit = 100 *
MeV;
172 G4ParticleTable*
table = G4ParticleTable::GetParticleTable();
175 G4ParticleDefinition* particle = table->FindParticle(
particleName);
178 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
179 ph->RegisterProcess(
new G4ComptonScattering(), particle);
180 ph->RegisterProcess(
new G4GammaConversion(), particle);
183 G4eIonisation* eioni =
new G4eIonisation();
185 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
186 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
187 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
188 msc1->SetHighEnergyLimit(highEnergyLimit);
189 msc2->SetLowEnergyLimit(highEnergyLimit);
190 msc->SetEmModel(msc1);
191 msc->SetEmModel(msc2);
193 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
194 G4CoulombScattering*
ss =
new G4CoulombScattering();
196 ss->SetMinKinEnergy(highEnergyLimit);
197 ssm->SetLowEnergyLimit(highEnergyLimit);
198 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
200 ph->RegisterProcess(msc, particle);
201 ph->RegisterProcess(eioni, particle);
202 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
203 ph->RegisterProcess(ss, particle);
206 G4eIonisation* eioni =
new G4eIonisation();
208 G4eMultipleScattering* msc =
new G4eMultipleScattering;
209 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
210 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
211 msc1->SetHighEnergyLimit(highEnergyLimit);
212 msc2->SetLowEnergyLimit(highEnergyLimit);
213 msc->SetEmModel(msc1);
214 msc->SetEmModel(msc2);
216 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
217 G4CoulombScattering* ss =
new G4CoulombScattering();
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);
230 if (
nullptr == mub) {
231 mub =
new G4MuBremsstrahlung();
232 mup =
new G4MuPairProduction();
233 mumsc =
new G4MuMultipleScattering();
234 mumsc->SetEmModel(
new G4WentzelVIModel());
235 muss =
new G4CoulombScattering();
237 ph->RegisterProcess(mumsc, particle);
238 ph->RegisterProcess(
new G4MuIonisation(), particle);
239 ph->RegisterProcess(mub, particle);
240 ph->RegisterProcess(mup, particle);
241 ph->RegisterProcess(muss, particle);
244 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
245 ph->RegisterProcess(
new G4ionIonisation(), particle);
248 if (
nullptr == hmsc) {
249 hmsc =
new G4hMultipleScattering(
"ionmsc");
251 ph->RegisterProcess(hmsc, particle);
252 ph->RegisterProcess(
new G4ionIonisation(), particle);
255 if (
nullptr == pib) {
256 pib =
new G4hBremsstrahlung();
257 pip =
new G4hPairProduction();
258 pimsc =
new G4hMultipleScattering();
259 pimsc->SetEmModel(
new G4WentzelVIModel());
260 piss =
new G4CoulombScattering();
262 ph->RegisterProcess(pimsc, particle);
263 ph->RegisterProcess(
new G4hIonisation(), particle);
264 ph->RegisterProcess(pib, particle);
265 ph->RegisterProcess(pip, particle);
266 ph->RegisterProcess(piss, particle);
270 kb =
new G4hBremsstrahlung();
271 kp =
new G4hPairProduction();
272 kmsc =
new G4hMultipleScattering();
273 kmsc->SetEmModel(
new G4WentzelVIModel());
274 kss =
new G4CoulombScattering();
276 ph->RegisterProcess(kmsc, particle);
277 ph->RegisterProcess(
new G4hIonisation(), particle);
278 ph->RegisterProcess(kb, particle);
279 ph->RegisterProcess(kp, particle);
280 ph->RegisterProcess(kss, particle);
284 pb =
new G4hBremsstrahlung();
285 pp =
new G4hPairProduction();
287 G4hMultipleScattering* pmsc =
new G4hMultipleScattering();
288 pmsc->SetEmModel(
new G4WentzelVIModel());
289 G4CoulombScattering*
pss =
new G4CoulombScattering();
291 ph->RegisterProcess(pmsc, particle);
292 ph->RegisterProcess(
new G4hIonisation(), particle);
293 ph->RegisterProcess(pb, particle);
294 ph->RegisterProcess(pp, particle);
295 ph->RegisterProcess(pss, particle);
297 }
else if (particle->GetPDGCharge() != 0.0) {
298 if (
nullptr == hmsc) {
299 hmsc =
new G4hMultipleScattering(
"ionmsc");
301 ph->RegisterProcess(hmsc, particle);
302 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const
std::pair< ALIstring, ALIstring > pss