135 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
138 G4MuBremsstrahlung* mub =
nullptr;
139 G4MuPairProduction* mup =
nullptr;
140 G4hBremsstrahlung* pib =
nullptr;
141 G4hPairProduction* pip =
nullptr;
142 G4hBremsstrahlung* kb =
nullptr;
143 G4hPairProduction*
kp =
nullptr;
144 G4hBremsstrahlung* pb =
nullptr;
145 G4hPairProduction*
pp =
nullptr;
148 G4MuMultipleScattering* mumsc =
nullptr;
149 G4hMultipleScattering* pimsc =
nullptr;
150 G4hMultipleScattering* kmsc =
nullptr;
151 G4hMultipleScattering* pmsc =
nullptr;
152 G4hMultipleScattering* hmsc =
nullptr;
158 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
161 G4ParticleDefinition* particle = table->FindParticle(
particleName);
163 G4cout <<
"### " << GetPhysicsName() <<
" instantiates for " <<
particleName <<
" at " << particle << G4endl;
166 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
167 ph->RegisterProcess(
new G4ComptonScattering(), particle);
168 ph->RegisterProcess(
new G4GammaConversion(), particle);
171 G4eIonisation* eioni =
new G4eIonisation();
172 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
175 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
177 ph->RegisterProcess(msc, particle);
178 ph->RegisterProcess(eioni, particle);
179 ph->RegisterProcess(ebrem, particle);
182 G4eIonisation* eioni =
new G4eIonisation();
184 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);
195 if (
nullptr == mub) {
196 mub =
new G4MuBremsstrahlung();
197 mup =
new G4MuPairProduction();
198 mumsc =
new G4MuMultipleScattering();
200 ph->RegisterProcess(mumsc, particle);
201 ph->RegisterProcess(
new G4MuIonisation(), particle);
202 ph->RegisterProcess(mub, particle);
203 ph->RegisterProcess(mup, particle);
206 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
207 ph->RegisterProcess(
new G4ionIonisation(), particle);
210 if (
nullptr == hmsc) {
211 hmsc =
new G4hMultipleScattering(
"ionmsc");
213 ph->RegisterProcess(hmsc, particle);
214 ph->RegisterProcess(
new G4ionIonisation(), particle);
217 if (
nullptr == pib) {
218 pib =
new G4hBremsstrahlung();
219 pip =
new G4hPairProduction();
220 pimsc =
new G4hMultipleScattering();
222 ph->RegisterProcess(pimsc, particle);
223 ph->RegisterProcess(
new G4hIonisation(), particle);
224 ph->RegisterProcess(pib, particle);
225 ph->RegisterProcess(pip, particle);
229 kb =
new G4hBremsstrahlung();
230 kp =
new G4hPairProduction();
231 kmsc =
new G4hMultipleScattering();
233 ph->RegisterProcess(kmsc, particle);
234 ph->RegisterProcess(
new G4hIonisation(), particle);
235 ph->RegisterProcess(kb, particle);
236 ph->RegisterProcess(kp, particle);
240 pb =
new G4hBremsstrahlung();
241 pp =
new G4hPairProduction();
243 pmsc =
new G4hMultipleScattering();
245 ph->RegisterProcess(pmsc, particle);
246 ph->RegisterProcess(
new G4hIonisation(), particle);
247 ph->RegisterProcess(pb, particle);
248 ph->RegisterProcess(pp, particle);
259 if (
nullptr == hmsc) {
260 hmsc =
new G4hMultipleScattering(
"ionmsc");
262 ph->RegisterProcess(hmsc, particle);
263 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const