138 G4cout <<
"### " << GetPhysicsName() <<
" Construct Processes " << G4endl;
145 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
148 G4MuBremsstrahlung* mub =
nullptr;
149 G4MuPairProduction* mup =
nullptr;
150 G4hBremsstrahlung* pib =
nullptr;
151 G4hPairProduction* pip =
nullptr;
152 G4hBremsstrahlung* kb =
nullptr;
153 G4hPairProduction*
kp =
nullptr;
154 G4hBremsstrahlung* pb =
nullptr;
155 G4hPairProduction*
pp =
nullptr;
158 G4MuMultipleScattering* mumsc =
nullptr;
159 G4hMultipleScattering* pimsc =
nullptr;
160 G4hMultipleScattering* kmsc =
nullptr;
161 G4hMultipleScattering* pmsc =
nullptr;
162 G4hMultipleScattering* hmsc =
nullptr;
165 G4CoulombScattering* muss =
nullptr;
166 G4CoulombScattering* piss =
nullptr;
167 G4CoulombScattering* kss =
nullptr;
168 G4CoulombScattering*
pss =
nullptr;
171 G4double highEnergyLimit = 100*
MeV;
173 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
176 G4ParticleDefinition* particle = table->FindParticle(
particleName);
180 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
181 ph->RegisterProcess(
new G4ComptonScattering(), particle);
182 ph->RegisterProcess(
new G4GammaConversion(), particle);
186 G4eIonisation* eioni =
new G4eIonisation();
188 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
190 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
191 msc1->SetHighEnergyLimit(highEnergyLimit);
192 msc2->SetLowEnergyLimit(highEnergyLimit);
193 msc->SetEmModel(msc1);
194 msc->SetEmModel(msc2);
196 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
197 G4CoulombScattering* ss =
new G4CoulombScattering();
199 ss->SetMinKinEnergy(highEnergyLimit);
200 ssm->SetLowEnergyLimit(highEnergyLimit);
201 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
203 ph->RegisterProcess(msc, particle);
204 ph->RegisterProcess(eioni, particle);
205 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
206 ph->RegisterProcess(ss, particle);
210 G4eIonisation* eioni =
new G4eIonisation();
212 G4eMultipleScattering* msc =
new G4eMultipleScattering;
214 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
215 msc1->SetHighEnergyLimit(highEnergyLimit);
216 msc2->SetLowEnergyLimit(highEnergyLimit);
217 msc->SetEmModel(msc1);
218 msc->SetEmModel(msc2);
220 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
221 G4CoulombScattering* ss =
new G4CoulombScattering();
223 ss->SetMinKinEnergy(highEnergyLimit);
224 ssm->SetLowEnergyLimit(highEnergyLimit);
225 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
227 ph->RegisterProcess(msc, particle);
228 ph->RegisterProcess(eioni, particle);
229 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
230 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
231 ph->RegisterProcess(ss, particle);
237 mub =
new G4MuBremsstrahlung();
238 mup =
new G4MuPairProduction();
239 mumsc =
new G4MuMultipleScattering();
240 mumsc->SetEmModel(
new G4WentzelVIModel());
241 muss =
new G4CoulombScattering();
243 ph->RegisterProcess(mumsc, particle);
244 ph->RegisterProcess(
new G4MuIonisation(), particle);
245 ph->RegisterProcess(mub, particle);
246 ph->RegisterProcess(mup, particle);
247 ph->RegisterProcess(muss, particle);
252 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
253 ph->RegisterProcess(
new G4ionIonisation(), particle);
257 if(
nullptr == hmsc) {
258 hmsc =
new G4hMultipleScattering(
"ionmsc");
260 ph->RegisterProcess(hmsc, particle);
261 ph->RegisterProcess(
new G4ionIonisation(), particle);
267 pib =
new G4hBremsstrahlung();
268 pip =
new G4hPairProduction();
269 pimsc =
new G4hMultipleScattering();
270 pimsc->SetEmModel(
new G4WentzelVIModel());
271 piss =
new G4CoulombScattering();
273 ph->RegisterProcess(pimsc, particle);
274 ph->RegisterProcess(
new G4hIonisation(), particle);
275 ph->RegisterProcess(pib, particle);
276 ph->RegisterProcess(pip, particle);
277 ph->RegisterProcess(piss, particle);
283 kb =
new G4hBremsstrahlung();
284 kp =
new G4hPairProduction();
285 kmsc =
new G4hMultipleScattering();
286 kmsc->SetEmModel(
new G4WentzelVIModel());
287 kss =
new G4CoulombScattering();
289 ph->RegisterProcess(kmsc, particle);
290 ph->RegisterProcess(
new G4hIonisation(), particle);
291 ph->RegisterProcess(kb, particle);
292 ph->RegisterProcess(kp, particle);
293 ph->RegisterProcess(kss, particle);
299 pb =
new G4hBremsstrahlung();
300 pp =
new G4hPairProduction();
301 pmsc =
new G4hMultipleScattering();
303 pmsc->SetEmModel(
new G4WentzelVIModel());
304 pss =
new G4CoulombScattering();
306 ph->RegisterProcess(pmsc, particle);
307 ph->RegisterProcess(
new G4hIonisation(), particle);
308 ph->RegisterProcess(pb, particle);
309 ph->RegisterProcess(pp, particle);
310 ph->RegisterProcess(pss, particle);
343 if(
nullptr == hmsc) {
344 hmsc =
new G4hMultipleScattering(
"ionmsc");
346 ph->RegisterProcess(hmsc, particle);
347 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const
std::pair< ALIstring, ALIstring > pss