105 if(part == G4Positron::Positron()) isElectron =
false;
106 SetSecondaryParticle(theElectron);
108 flucModel =
new G4UniversalFluctuation();
110 G4VEmModel* em =
new G4MollerBhabhaModel();
111 em->SetLowEnergyLimit(0.1*keV);
112 em->SetHighEnergyLimit(100.0*TeV);
113 AddEmModel(1, em, flucModel);
114 isInitialised =
true;