113 G4LorentzVector w0(0.,0.,0.,0.), w1(0.,0.,0.,0.), w2(0.,0.,0.,0.);
126 p0 = sqrt(e0*e0 - massPi0*massPi0);
140 w1.set(-w2.px(), -w2.py(), -w2.pz(), w2.e());
161 gg = (px*px + py*py + pz*pz)*
166 G4cout <<
"G4eeTo3PiModel::SampleSecondaries WARNING matrix element g= "
167 << gg <<
" > " <<
gmax <<
" (majoranta)" <<
G4endl;
173 w0.rotateUz(direction);
174 w1.rotateUz(direction);
175 w2.rotateUz(direction);
184 newp->push_back(dp0);
185 newp->push_back(dp1);
186 newp->push_back(dp2);
CLHEP::Hep3Vector G4ThreeVector
G4eeTo3PiModel(G4eeCrossSections *, G4double, G4double)
G4ThreeVector G4RandomDirection()
G4double CrossSection3pi(G4double)
std::complex< G4double > DpRho(G4double e)
virtual G4double PeakEnergy() const
G4GLOB_DLL std::ostream G4cout
static G4PionPlus * PionPlus()
static G4PionZero * PionZero()
G4double GetPDGMass() const
virtual G4double ComputeCrossSection(G4double) const
static G4PionMinus * PionMinus()
G4eeCrossSections * cross
G4double HighEnergy() const
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &)
virtual ~G4eeTo3PiModel()
CLHEP::HepLorentzVector G4LorentzVector