60 1.e3,2.e3,3.e3,4.e3,5.e3,6.e3,7.e3,8.e3,9.e3,
61 1.e4,2.e4,3.e4,4.e4,5.e4,6.e4,7.e4,8.e4,9.e4,
62 1.e5,2.e5,3.e5,4.e5,5.e5,6.e5,7.e5,8.e5,9.e5,
63 1.e6,2.e6,3.e6,4.e6,5.e6,6.e6,7.e6,8.e6,9.e6,
64 1.e7,2.e7,3.e7,4.e7,5.e7,6.e7,7.e7,8.e7,9.e7,
65 1.e8,2.e8,3.e8,4.e8,5.e8,6.e8,7.e8,8.e8,9.e8,
66 1.e9,2.e9,3.e9,4.e9,5.e9,6.e9,7.e9,8.e9,9.e9,
67 1.e10,2.e10,3.e10,4.e10,5.e10,6.e10,7.e10,8.e10,9.e10,1.e11};
187 for(iy = 0; iy<
NBIN; ++iy) {
190 if(pvv >= r) {
break; }
203 G4double tmin = Mass*Mass*yy*yy/(1.-yy);
232 eda <<
" While count exceeded " <<
G4endl;
238 rej = (1.-t/tmax)*(y1*(1.-tmin/t)+
y2)/(y3*(1.-t/t2));
243 0.5*(t-tmin)/(2.*(TotalEnergy*(TotalEnergy-ep)-Mass*Mass)-tmin);
248 G4double dirx = sinth*std::cos(phi);
249 G4double diry = sinth*std::sin(phi);
253 finalDirection.
rotateUz(ParticleDirection);
255 G4double NewKinEnergy = KineticEnergy - ep;
256 G4double finalMomentum = std::sqrt(NewKinEnergy*(NewKinEnergy+2.*Mass) );
258 G4double initMomentum = std::sqrt(KineticEnergy*(TotalEnergy+Mass) );
266 G4LorentzVector primaryMomentum(initMomentum*ParticleDirection, TotalEnergy);
283 if (gammaE < 10*
GeV) {
290 G4double piMom = std::sqrt(piKE*(piKE + 2*piMass) );
326 AtomicNumber =
zdat[iz];
334 TotalEnergy = KineticEnergy + mumass;
364 pv->PutValue(nbin,
it, CrossSection);
370 if (CrossSection > 0.0) {
371 for (
G4int ib = 0; ib <= nbin; ++ib) {
372 pvv = pv->GetValue(ib,
it);
373 pvv = pvv/CrossSection;
374 pv->PutValue(ib,
it, pvv);
390 outFile <<
"G4MuonVDNuclearModel handles the inelastic scattering\n"
391 <<
"of mu- and mu+ from nuclei using the equivalent photon\n"
392 <<
"approximation in which the incoming lepton generates a\n"
393 <<
"virtual photon at the electromagnetic vertex, and the\n"
394 <<
"virtual photon is converted to a real photon. At low\n"
395 <<
"energies, the photon interacts directly with the nucleus\n"
396 <<
"using the Bertini cascade. At high energies the photon\n"
397 <<
"is converted to a pi0 which interacts using the FTFP\n"
398 <<
"model. The muon-nuclear cross sections of R. Kokoulin \n"
399 <<
"are used to generate the virtual photon spectrum\n";