113   G4LorentzVector w0(0.,0.,0.,0.), w1(0.,0.,0.,0.), w2(0.,0.,0.,0.);
 
  115   G4double e0, p0, e2, p, gg, m01, m02, m12;
 
  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)
 
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &) override
 
G4ThreeVector G4RandomDirection()
 
G4double CrossSection3pi(G4double)
 
virtual G4double PeakEnergy() const override
 
std::complex< G4double > DpRho(G4double e)
 
G4GLOB_DLL std::ostream G4cout
 
virtual G4double ComputeCrossSection(G4double) const override
 
static G4PionPlus * PionPlus()
 
static G4PionZero * PionZero()
 
G4double GetPDGMass() const 
 
static G4PionMinus * PionMinus()
 
static constexpr double GeV
 
G4eeCrossSections * cross
 
static constexpr double MeV
 
G4double HighEnergy() const 
 
virtual ~G4eeTo3PiModel()
 
CLHEP::HepLorentzVector G4LorentzVector