134{
137 }
141
142
143 G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
144
145
147 G4NuclearStopping* pnuc = nullptr;
148 if(nielEnergyLimit > 0.0) {
149 pnuc = new G4NuclearStopping();
151 }
152
153
154 G4double highEnergyLimit = 1*CLHEP::MeV;
155
156
158
159 G4PhotoElectricEffect* pee = new G4PhotoElectricEffect();
160 pee->
SetEmModel(
new G4LivermorePhotoElectricModel());
161
162 G4ComptonScattering* cs = new G4ComptonScattering;
164
165 G4GammaConversion* gc = new G4GammaConversion();
168 }
169
174
175
177
178 G4eMultipleScattering* msc = new G4eMultipleScattering;
179 G4UrbanMscModel* msc1 = new G4UrbanMscModel();
180 G4WentzelVIModel* msc2 = new G4WentzelVIModel();
185
186 G4eCoulombScatteringModel* ssm = new G4eCoulombScatteringModel();
187 G4CoulombScattering* ss = new G4CoulombScattering();
192
197
198
200
201 msc = new G4eMultipleScattering;
202 msc1 = new G4UrbanMscModel();
203 msc2 = new G4WentzelVIModel();
208
209 ssm = new G4eCoulombScatteringModel();
210 ss = new G4CoulombScattering();
215
216 G4eplusAnnihilation* ann = new G4eplusAnnihilation();
217 ann->
SetEmModel(
new G4eplusTo2or3GammaModel());
218
224
225
227 G4ionIonisation* ionIoni = new G4ionIonisation();
228 auto fluc = new G4AtimaFluctuations();
230 ionIoni->
SetEmModel(
new G4AtimaEnergyLossModel());
234
235
237
238
240}
G4GLOB_DLL std::ostream G4cout
static G4Electron * Electron()
static void ConstructCharged(G4hMultipleScattering *hmsc, G4NuclearStopping *nucStopping, G4bool isWVI=true)
static void PrepareEMPhysics()
G4bool EnablePolarisation() const
G4double MaxNIELEnergy() const
static G4GenericIon * GenericIon()
G4bool RegisterProcess(G4VProcess *process, G4ParticleDefinition *particle)
static G4PhysicsListHelper * GetPhysicsListHelper()
static G4Positron * Positron()
void SetHighEnergyLimit(G4double)
void SetActivationLowEnergyLimit(G4double)
void SetLowEnergyLimit(G4double)
void SetMinKinEnergy(G4double e)
void SetEmModel(G4VEmModel *, G4int index=0)
void SetMaxKinEnergy(G4double e)
void SetFluctModel(G4VEmFluctuationModel *)
void SetEmModel(G4VEmModel *, G4int index=0)
void SetEmModel(G4VMscModel *, G4int idx=0)
const G4String & GetPhysicsName() const