136 G4cout <<
"### " << GetPhysicsName() <<
" Construct Processes " << G4endl;
143 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
146 G4MuBremsstrahlung* mub =
nullptr;
147 G4MuPairProduction* mup =
nullptr;
148 G4hBremsstrahlung* pib =
nullptr;
149 G4hPairProduction* pip =
nullptr;
150 G4hBremsstrahlung* kb =
nullptr;
151 G4hPairProduction*
kp =
nullptr;
152 G4hBremsstrahlung* pb =
nullptr;
153 G4hPairProduction*
pp =
nullptr;
156 G4MuMultipleScattering* mumsc =
nullptr;
157 G4hMultipleScattering* pimsc =
nullptr;
158 G4hMultipleScattering* kmsc =
nullptr;
159 G4hMultipleScattering* hmsc =
nullptr;
162 G4CoulombScattering* muss =
nullptr;
163 G4CoulombScattering* piss =
nullptr;
164 G4CoulombScattering* kss =
nullptr;
167 G4double highEnergyLimit = 100 *
MeV;
169 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
172 G4ParticleDefinition* particle = table->FindParticle(
particleName);
175 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
176 ph->RegisterProcess(
new G4ComptonScattering(), particle);
177 ph->RegisterProcess(
new G4GammaConversion(), particle);
180 G4eIonisation* eioni =
new G4eIonisation();
182 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
183 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
184 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
185 msc1->SetHighEnergyLimit(highEnergyLimit);
186 msc2->SetLowEnergyLimit(highEnergyLimit);
187 msc->SetEmModel(msc1);
188 msc->SetEmModel(msc2);
190 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
191 G4CoulombScattering* ss =
new G4CoulombScattering();
193 ss->SetMinKinEnergy(highEnergyLimit);
194 ssm->SetLowEnergyLimit(highEnergyLimit);
195 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
197 ph->RegisterProcess(msc, particle);
198 ph->RegisterProcess(eioni, particle);
199 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
200 ph->RegisterProcess(ss, particle);
203 G4eIonisation* eioni =
new G4eIonisation();
205 G4eMultipleScattering* msc =
new G4eMultipleScattering;
206 G4UrbanMscModel* msc1 =
new G4UrbanMscModel();
207 G4WentzelVIModel* msc2 =
new G4WentzelVIModel();
208 msc1->SetHighEnergyLimit(highEnergyLimit);
209 msc2->SetLowEnergyLimit(highEnergyLimit);
210 msc->SetEmModel(msc1);
211 msc->SetEmModel(msc2);
213 G4eCoulombScatteringModel* ssm =
new G4eCoulombScatteringModel();
214 G4CoulombScattering* ss =
new G4CoulombScattering();
216 ss->SetMinKinEnergy(highEnergyLimit);
217 ssm->SetLowEnergyLimit(highEnergyLimit);
218 ssm->SetActivationLowEnergyLimit(highEnergyLimit);
220 ph->RegisterProcess(msc, particle);
221 ph->RegisterProcess(eioni, particle);
222 ph->RegisterProcess(
new G4eBremsstrahlung(), particle);
223 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
224 ph->RegisterProcess(ss, particle);
227 if (
nullptr == mub) {
228 mub =
new G4MuBremsstrahlung();
229 mup =
new G4MuPairProduction();
230 mumsc =
new G4MuMultipleScattering();
231 mumsc->SetEmModel(
new G4WentzelVIModel());
232 muss =
new G4CoulombScattering();
234 ph->RegisterProcess(mumsc, particle);
235 ph->RegisterProcess(
new G4MuIonisation(), particle);
236 ph->RegisterProcess(mub, particle);
237 ph->RegisterProcess(mup, particle);
238 ph->RegisterProcess(muss, particle);
241 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
242 ph->RegisterProcess(
new G4ionIonisation(), particle);
245 if (
nullptr == hmsc) {
246 hmsc =
new G4hMultipleScattering(
"ionmsc");
248 ph->RegisterProcess(hmsc, particle);
249 ph->RegisterProcess(
new G4ionIonisation(), particle);
252 if (
nullptr == pib) {
253 pib =
new G4hBremsstrahlung();
254 pip =
new G4hPairProduction();
255 pimsc =
new G4hMultipleScattering();
256 pimsc->SetEmModel(
new G4WentzelVIModel());
257 piss =
new G4CoulombScattering();
259 ph->RegisterProcess(pimsc, particle);
260 ph->RegisterProcess(
new G4hIonisation(), particle);
261 ph->RegisterProcess(pib, particle);
262 ph->RegisterProcess(pip, particle);
263 ph->RegisterProcess(piss, particle);
267 kb =
new G4hBremsstrahlung();
268 kp =
new G4hPairProduction();
269 kmsc =
new G4hMultipleScattering();
270 kmsc->SetEmModel(
new G4WentzelVIModel());
271 kss =
new G4CoulombScattering();
273 ph->RegisterProcess(kmsc, particle);
274 ph->RegisterProcess(
new G4hIonisation(), particle);
275 ph->RegisterProcess(kb, particle);
276 ph->RegisterProcess(kp, particle);
277 ph->RegisterProcess(kss, particle);
281 pb =
new G4hBremsstrahlung();
282 pp =
new G4hPairProduction();
284 G4hMultipleScattering* pmsc =
new G4hMultipleScattering();
285 pmsc->SetEmModel(
new G4WentzelVIModel());
286 G4CoulombScattering*
pss =
new G4CoulombScattering();
288 ph->RegisterProcess(pmsc, particle);
289 ph->RegisterProcess(
new G4hIonisation(), particle);
290 ph->RegisterProcess(pb, particle);
291 ph->RegisterProcess(pp, particle);
292 ph->RegisterProcess(pss, particle);
304 if (
nullptr == hmsc) {
305 hmsc =
new G4hMultipleScattering(
"ionmsc");
307 ph->RegisterProcess(hmsc, particle);
308 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const
std::pair< ALIstring, ALIstring > pss