138 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
140 G4MuBremsstrahlung* mub =
nullptr;
141 G4MuPairProduction* mup =
nullptr;
142 G4hBremsstrahlung* pib =
nullptr;
143 G4hPairProduction* pip =
nullptr;
144 G4hBremsstrahlung* kb =
nullptr;
145 G4hPairProduction*
kp =
nullptr;
146 G4hBremsstrahlung* pb =
nullptr;
147 G4hPairProduction*
pp =
nullptr;
149 G4hMultipleScattering* hmsc =
nullptr;
152 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
155 G4ParticleDefinition* particle = table->FindParticle(
particleName);
157 G4cout <<
"### " << GetPhysicsName() <<
" instantiates for " 162 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
163 ph->RegisterProcess(
new G4ComptonScattering(), particle);
164 ph->RegisterProcess(
new G4GammaConversion(), particle);
168 G4eIonisation* eioni =
new G4eIonisation();
169 eioni->SetStepFunction(0.8, 1.0*mm);
170 G4eMultipleScattering*
msc =
new G4eMultipleScattering();
171 msc->SetStepLimitType(fMinimal);
173 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
175 ph->RegisterProcess(msc, particle);
176 ph->RegisterProcess(eioni, particle);
177 ph->RegisterProcess(ebrem, particle);
181 G4eIonisation* eioni =
new G4eIonisation();
182 eioni->SetStepFunction(0.8, 1.0*mm);
183 G4eMultipleScattering* msc =
new G4eMultipleScattering();
184 msc->SetStepLimitType(fMinimal);
186 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
188 ph->RegisterProcess(msc, particle);
189 ph->RegisterProcess(eioni, particle);
190 ph->RegisterProcess(ebrem, particle);
191 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
197 mub =
new G4MuBremsstrahlung();
198 mup =
new G4MuPairProduction();
200 G4MuMultipleScattering* msc =
new G4MuMultipleScattering();
201 ph->RegisterProcess(msc, particle);
202 ph->RegisterProcess(
new G4MuIonisation(), particle);
203 ph->RegisterProcess(mub, particle);
204 ph->RegisterProcess(mup, particle);
209 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
210 ph->RegisterProcess(
new G4ionIonisation(), particle);
214 if(
nullptr == hmsc) {
215 hmsc =
new G4hMultipleScattering(
"ionmsc");
217 ph->RegisterProcess(hmsc, particle);
218 ph->RegisterProcess(
new G4ionIonisation(), particle);
224 pib =
new G4hBremsstrahlung();
225 pip =
new G4hPairProduction();
227 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
228 ph->RegisterProcess(
new G4hIonisation(), particle);
229 ph->RegisterProcess(pib, particle);
230 ph->RegisterProcess(pip, particle);
236 kb =
new G4hBremsstrahlung();
237 kp =
new G4hPairProduction();
239 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
240 ph->RegisterProcess(
new G4hIonisation(), particle);
241 ph->RegisterProcess(kb, particle);
242 ph->RegisterProcess(kp, particle);
248 pb =
new G4hBremsstrahlung();
249 pp =
new G4hPairProduction();
251 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
252 ph->RegisterProcess(
new G4hIonisation(), particle);
253 ph->RegisterProcess(pb, particle);
254 ph->RegisterProcess(pp, particle);
287 if(
nullptr == hmsc) {
288 hmsc =
new G4hMultipleScattering(
"ionmsc");
290 ph->RegisterProcess(hmsc, particle);
291 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const