Geant4-11
|
#include <G4eeToTwoPiModel.hh>
Public Member Functions | |
G4double | ComputeCrossSection (G4double) const override |
G4eeToTwoPiModel (const G4eeToTwoPiModel &)=delete | |
G4eeToTwoPiModel (G4eeCrossSections *, G4double, G4double) | |
G4double | HighEnergy () const |
G4double | LowEnergy () const |
G4eeToTwoPiModel & | operator= (const G4eeToTwoPiModel &right)=delete |
G4double | PeakEnergy () const override |
G4PhysicsVector * | PhysicsVector () const |
void | SampleSecondaries (std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &) override |
~G4eeToTwoPiModel () override | |
Protected Attributes | |
G4eeCrossSections * | cross |
Private Attributes | |
G4double | delta |
G4double | highEnergy |
G4double | lowEnergy |
G4double | massPi |
G4double | massRho |
Definition at line 58 of file G4eeToTwoPiModel.hh.
|
explicit |
Definition at line 63 of file G4eeToTwoPiModel.cc.
References G4cout, G4endl, G4ParticleDefinition::GetPDGMass(), massPi, massRho, CLHEP::MeV, and G4PionPlus::PionPlus().
|
override |
Definition at line 79 of file G4eeToTwoPiModel.cc.
|
delete |
Implements G4Vee2hadrons.
Definition at line 91 of file G4eeToTwoPiModel.cc.
References G4Vee2hadrons::cross, and G4eeCrossSections::CrossSection2pi().
|
inlineinherited |
Definition at line 95 of file G4Vee2hadrons.hh.
References G4Vee2hadrons::highEnergy.
Referenced by G4eeToHadronsMultiModel::AddEEModel(), G4eeToHadronsModel::Initialise(), and G4eeTo3PiModel::PeakEnergy().
|
inlineinherited |
Definition at line 93 of file G4Vee2hadrons.hh.
References G4Vee2hadrons::lowEnergy.
Referenced by G4eeToHadronsMultiModel::AddEEModel(), and G4eeToHadronsModel::Initialise().
|
delete |
|
overridevirtual |
|
inlineinherited |
Definition at line 83 of file G4Vee2hadrons.hh.
References G4Vee2hadrons::delta, G4Vee2hadrons::highEnergy, G4Vee2hadrons::lowEnergy, G4INCL::Math::max(), and G4InuclParticleNames::pp.
Referenced by G4eeToHadronsModel::Initialise().
|
overridevirtual |
Implements G4Vee2hadrons.
Definition at line 98 of file G4eeToTwoPiModel.cc.
References G4UniformRand, massPi, G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), G4InuclParticleNames::pip, CLHEP::Hep3Vector::rotateUz(), and twopi.
|
protectedinherited |
Definition at line 110 of file G4Vee2hadrons.hh.
Referenced by G4ee2KChargedModel::ComputeCrossSection(), G4ee2KNeutralModel::ComputeCrossSection(), G4eeTo3PiModel::ComputeCrossSection(), G4eeToPGammaModel::ComputeCrossSection(), ComputeCrossSection(), and G4eeTo3PiModel::SampleSecondaries().
|
privateinherited |
Definition at line 106 of file G4Vee2hadrons.hh.
Referenced by G4Vee2hadrons::G4Vee2hadrons(), and G4Vee2hadrons::PhysicsVector().
|
privateinherited |
Definition at line 105 of file G4Vee2hadrons.hh.
Referenced by G4Vee2hadrons::G4Vee2hadrons(), G4Vee2hadrons::HighEnergy(), and G4Vee2hadrons::PhysicsVector().
|
privateinherited |
Definition at line 104 of file G4Vee2hadrons.hh.
Referenced by G4Vee2hadrons::G4Vee2hadrons(), G4Vee2hadrons::LowEnergy(), and G4Vee2hadrons::PhysicsVector().
|
private |
Definition at line 80 of file G4eeToTwoPiModel.hh.
Referenced by G4eeToTwoPiModel(), and SampleSecondaries().
|
private |
Definition at line 81 of file G4eeToTwoPiModel.hh.
Referenced by G4eeToTwoPiModel(), and PeakEnergy().