139 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
142 G4MuBremsstrahlung* mub =
nullptr;
143 G4MuPairProduction* mup =
nullptr;
144 G4hBremsstrahlung* pib =
nullptr;
145 G4hPairProduction* pip =
nullptr;
146 G4hBremsstrahlung* kb =
nullptr;
147 G4hPairProduction*
kp =
nullptr;
148 G4hBremsstrahlung* pb =
nullptr;
149 G4hPairProduction*
pp =
nullptr;
152 G4MuMultipleScattering* mumsc =
nullptr;
153 G4hMultipleScattering* pimsc =
nullptr;
154 G4hMultipleScattering* kmsc =
nullptr;
155 G4hMultipleScattering* pmsc =
nullptr;
156 G4hMultipleScattering* hmsc =
nullptr;
159 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
162 G4ParticleDefinition* particle = table->FindParticle(
particleName);
164 G4cout <<
"### " << GetPhysicsName() <<
" instantiates for " 169 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
170 ph->RegisterProcess(
new G4ComptonScattering(), particle);
171 ph->RegisterProcess(
new G4GammaConversion(), particle);
175 G4eIonisation* eioni =
new G4eIonisation();
176 G4eMultipleScattering*
msc =
new G4eMultipleScattering();
177 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
179 ph->RegisterProcess(msc, particle);
180 ph->RegisterProcess(eioni, particle);
181 ph->RegisterProcess(ebrem, particle);
185 G4eIonisation* eioni =
new G4eIonisation();
186 G4eMultipleScattering* msc =
new G4eMultipleScattering();
187 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
189 ph->RegisterProcess(msc, particle);
190 ph->RegisterProcess(eioni, particle);
191 ph->RegisterProcess(ebrem, particle);
192 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
198 mub =
new G4MuBremsstrahlung();
199 mup =
new G4MuPairProduction();
200 mumsc =
new G4MuMultipleScattering();
202 ph->RegisterProcess(mumsc, particle);
203 ph->RegisterProcess(
new G4MuIonisation(), particle);
204 ph->RegisterProcess(mub, particle);
205 ph->RegisterProcess(mup, particle);
210 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
211 ph->RegisterProcess(
new G4ionIonisation(), particle);
215 if(
nullptr == hmsc) {
216 hmsc =
new G4hMultipleScattering(
"ionmsc");
218 ph->RegisterProcess(hmsc, particle);
219 ph->RegisterProcess(
new G4ionIonisation(), particle);
225 pib =
new G4hBremsstrahlung();
226 pip =
new G4hPairProduction();
227 pimsc =
new G4hMultipleScattering();
229 ph->RegisterProcess(pimsc, particle);
230 ph->RegisterProcess(
new G4hIonisation(), particle);
231 ph->RegisterProcess(pib, particle);
232 ph->RegisterProcess(pip, particle);
238 kb =
new G4hBremsstrahlung();
239 kp =
new G4hPairProduction();
240 kmsc =
new G4hMultipleScattering();
242 ph->RegisterProcess(kmsc, particle);
243 ph->RegisterProcess(
new G4hIonisation(), particle);
244 ph->RegisterProcess(kb, particle);
245 ph->RegisterProcess(kp, particle);
251 pb =
new G4hBremsstrahlung();
252 pp =
new G4hPairProduction();
254 pmsc =
new G4hMultipleScattering();
255 ph->RegisterProcess(pmsc, particle);
256 ph->RegisterProcess(
new G4hIonisation(), particle);
257 ph->RegisterProcess(pb, particle);
258 ph->RegisterProcess(pp, particle);
291 if(
nullptr == hmsc) {
292 hmsc =
new G4hMultipleScattering(
"ionmsc");
294 ph->RegisterProcess(hmsc, particle);
295 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const