139 G4MuBremsstrahlung* mub =
nullptr;
140 G4MuPairProduction* mup =
nullptr;
141 G4hBremsstrahlung* pib =
nullptr;
142 G4hPairProduction* pip =
nullptr;
143 G4hBremsstrahlung* kb =
nullptr;
144 G4hPairProduction*
kp =
nullptr;
145 G4hBremsstrahlung* pb =
nullptr;
146 G4hPairProduction*
pp =
nullptr;
148 G4hMultipleScattering* hmsc =
nullptr;
154 G4ParticleTable* table = G4ParticleTable::GetParticleTable();
157 G4ParticleDefinition* particle = table->FindParticle(
particleName);
158 G4ProcessManager* pmanager = particle->GetProcessManager();
160 G4cout <<
"### " << GetPhysicsName() <<
" instantiates for " 165 pmanager->AddDiscreteProcess(
new G4PhotoElectricEffect);
166 pmanager->AddDiscreteProcess(
new G4ComptonScattering);
167 pmanager->AddDiscreteProcess(
new G4GammaConversion());
171 G4eIonisation* eioni =
new G4eIonisation();
172 eioni->SetStepFunction(0.8, 1.0*mm);
173 G4eMultipleScattering*
msc =
new G4eMultipleScattering;
174 msc->SetStepLimitType(fMinimal);
177 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
179 pmanager->AddProcess(msc, -1, 1, 1);
180 pmanager->AddProcess(eioni, -1, 2, 2);
181 pmanager->AddProcess(ebrem, -1,-3, 3);
185 G4eIonisation* eioni =
new G4eIonisation();
186 eioni->SetStepFunction(0.8, 1.0*mm);
188 G4eMultipleScattering* msc =
new G4eMultipleScattering;
189 msc->SetStepLimitType(fMinimal);
192 G4eBremsstrahlung* ebrem =
new G4eBremsstrahlung();
194 pmanager->AddProcess(msc, -1, 1, 1);
195 pmanager->AddProcess(eioni, -1, 2, 2);
196 pmanager->AddProcess(ebrem, -1,-3, 3);
197 pmanager->AddProcess(
new G4eplusAnnihilation, 0,-1, 4);
203 mub =
new G4MuBremsstrahlung();
204 mup =
new G4MuPairProduction();
206 pmanager->AddProcess(
new G4hMultipleScattering, -1, 1, 1);
207 pmanager->AddProcess(
new G4MuIonisation, -1, 2, 2);
208 pmanager->AddProcess(mub, -1,-3, 3);
209 pmanager->AddProcess(mup, -1,-4, 4);
215 if(
nullptr == hmsc) {
216 hmsc =
new G4hMultipleScattering(
"ionmsc");
218 pmanager->AddProcess(hmsc, -1, 1, 1);
219 pmanager->AddProcess(
new G4ionIonisation, -1, 2, 2);
225 pib =
new G4hBremsstrahlung();
226 pip =
new G4hPairProduction();
228 pmanager->AddProcess(
new G4hMultipleScattering, -1, 1, 1);
229 pmanager->AddProcess(
new G4hIonisation, -1, 2, 2);
230 pmanager->AddProcess(pib, -1,-3, 3);
231 pmanager->AddProcess(pip, -1,-4, 4);
237 kb =
new G4hBremsstrahlung();
238 kp =
new G4hPairProduction();
240 pmanager->AddProcess(
new G4hMultipleScattering, -1, 1, 1);
241 pmanager->AddProcess(
new G4hIonisation, -1, 2, 2);
242 pmanager->AddProcess(kb, -1,-3, 3);
243 pmanager->AddProcess(kp, -1,-4, 4);
248 pb =
new G4hBremsstrahlung();
249 pp =
new G4hPairProduction();
251 pmanager->AddProcess(
new G4hMultipleScattering, -1, 1, 1);
252 pmanager->AddProcess(
new G4hIonisation, -1, 2, 2);
253 pmanager->AddProcess(pb, -1,-3, 3);
254 pmanager->AddProcess(pp, -1,-4, 4);
284 if(
nullptr == hmsc) {
285 hmsc =
new G4hMultipleScattering(
"ionmsc");
287 pmanager->AddProcess(hmsc, -1, 1, 1);
288 pmanager->AddProcess(
new G4hIonisation, -1, 2, 2);
const std::vector< G4String > & PartNames() const