72 massPhi = 1019.46*
MeV;
86 return std::max(
LowEnergy(),2.0*massPi + massPi0);
112 G4double tmax = std::max(tmin, emax);
131 G4double e0, p0, e2,
p, gg, m01, m02, m12;
134 G4double edel = 0.5*e*(1.0 + x0*x0 - 4.0*x1*
x1) - massPi0;
139 p0 = sqrt(e0 - massPi0*massPi0);
149 p = sqrt(e2 - massPi*massPi);
171 gg = (px*px + py*py + pz*pz)*
173 + 1.0/cross->
DpRho(m12) );
175 G4cout <<
"G4eeTo3PiModel::SampleSecondaries WARNING matrix element g= "
176 << gg <<
" > " << gmax <<
" (majoranta)" <<
G4endl;
178 if(gg > gcash) gcash = gg;
193 newp->push_back(dp0);
194 newp->push_back(dp1);
195 newp->push_back(dp2);