137 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;
150 G4MuMultipleScattering* mumsc =
nullptr;
151 G4hMultipleScattering* pimsc =
nullptr;
152 G4hMultipleScattering* kmsc =
nullptr;
153 G4hMultipleScattering* pmsc =
nullptr;
154 G4hMultipleScattering* hmsc =
nullptr;
157 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
160 G4ParticleDefinition* particle = table->FindParticle(
particleName);
162 G4cout <<
"### " << GetPhysicsName() <<
" instantiates for " <<
particleName << G4endl;
165 ph->RegisterProcess(
new G4PhotoElectricEffect(), particle);
166 ph->RegisterProcess(
new G4ComptonScattering(), particle);
167 ph->RegisterProcess(
new G4GammaConversion(), particle);
170 G4eIonisation* eioni =
new G4eIonisation();
171 G4eMultipleScattering*
msc =
new G4eMultipleScattering();
172 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
174 ph->RegisterProcess(msc, particle);
175 ph->RegisterProcess(eioni, particle);
176 ph->RegisterProcess(ebrem, particle);
179 G4eIonisation* eioni =
new G4eIonisation();
180 G4eMultipleScattering* msc =
new G4eMultipleScattering();
181 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
183 ph->RegisterProcess(msc, particle);
184 ph->RegisterProcess(eioni, particle);
185 ph->RegisterProcess(ebrem, particle);
186 ph->RegisterProcess(
new G4eplusAnnihilation(), particle);
189 if (
nullptr == mub) {
190 mub =
new G4MuBremsstrahlung();
191 mup =
new G4MuPairProduction();
192 mumsc =
new G4MuMultipleScattering();
194 ph->RegisterProcess(mumsc, particle);
195 ph->RegisterProcess(
new G4MuIonisation(), particle);
196 ph->RegisterProcess(mub, particle);
197 ph->RegisterProcess(mup, particle);
200 ph->RegisterProcess(
new G4hMultipleScattering(), particle);
201 ph->RegisterProcess(
new G4ionIonisation(), particle);
204 if (
nullptr == hmsc) {
205 hmsc =
new G4hMultipleScattering(
"ionmsc");
207 ph->RegisterProcess(hmsc, particle);
208 ph->RegisterProcess(
new G4ionIonisation(), particle);
211 if (
nullptr == pib) {
212 pib =
new G4hBremsstrahlung();
213 pip =
new G4hPairProduction();
214 pimsc =
new G4hMultipleScattering();
216 ph->RegisterProcess(pimsc, particle);
217 ph->RegisterProcess(
new G4hIonisation(), particle);
218 ph->RegisterProcess(pib, particle);
219 ph->RegisterProcess(pip, particle);
223 kb =
new G4hBremsstrahlung();
224 kp =
new G4hPairProduction();
225 kmsc =
new G4hMultipleScattering();
227 ph->RegisterProcess(kmsc, particle);
228 ph->RegisterProcess(
new G4hIonisation(), particle);
229 ph->RegisterProcess(kb, particle);
230 ph->RegisterProcess(kp, particle);
234 pb =
new G4hBremsstrahlung();
235 pp =
new G4hPairProduction();
237 pmsc =
new G4hMultipleScattering();
238 ph->RegisterProcess(pmsc, particle);
239 ph->RegisterProcess(
new G4hIonisation(), particle);
240 ph->RegisterProcess(pb, particle);
241 ph->RegisterProcess(pp, particle);
253 if (
nullptr == hmsc) {
254 hmsc =
new G4hMultipleScattering(
"ionmsc");
256 ph->RegisterProcess(hmsc, particle);
257 ph->RegisterProcess(
new G4hIonisation(), particle);
const std::vector< G4String > & PartNames() const