Geant4
10.00.p01
|
#include <G4eeToTwoPiModel.hh>
Public Member Functions | |
G4eeToTwoPiModel (G4eeCrossSections *) | |
virtual | ~G4eeToTwoPiModel () |
virtual G4double | ThresholdEnergy () const |
virtual G4double | PeakEnergy () const |
virtual G4double | ComputeCrossSection (G4double) const |
virtual G4PhysicsVector * | PhysicsVector (G4double, G4double) const |
virtual void | SampleSecondaries (std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &) |
Public Member Functions inherited from G4Vee2hadrons | |
G4Vee2hadrons () | |
virtual | ~G4Vee2hadrons () |
void | SetLowEnergy (G4double val) |
G4double | LowEnergy () const |
void | SetHighEnergy (G4double val) |
G4double | HighEnergy () const |
Private Member Functions | |
G4eeToTwoPiModel & | operator= (const G4eeToTwoPiModel &right) |
G4eeToTwoPiModel (const G4eeToTwoPiModel &) | |
Private Attributes | |
G4eeCrossSections * | cross |
G4double | massPi |
G4double | massRho |
Definition at line 59 of file G4eeToTwoPiModel.hh.
G4eeToTwoPiModel::G4eeToTwoPiModel | ( | G4eeCrossSections * | cr | ) |
Definition at line 64 of file G4eeToTwoPiModel.cc.
References G4ParticleDefinition::GetPDGMass(), massPi, massRho, MeV, and G4PionPlus::PionPlus().
|
virtual |
Definition at line 73 of file G4eeToTwoPiModel.cc.
|
private |
Implements G4Vee2hadrons.
Definition at line 92 of file G4eeToTwoPiModel.cc.
References cross, G4eeCrossSections::CrossSection2pi(), G4Vee2hadrons::HighEnergy(), and G4INCL::Math::min().
|
private |
|
virtual |
|
virtual |
Implements G4Vee2hadrons.
Definition at line 100 of file G4eeToTwoPiModel.cc.
References massPi, G4INCL::Math::max(), MeV, and G4PhysicsVector::SetSpline().
|
virtual |
Implements G4Vee2hadrons.
Definition at line 113 of file G4eeToTwoPiModel.cc.
References G4UniformRand, massPi, G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), and G4InuclParticleNames::pip.
|
virtual |
|
private |
Definition at line 85 of file G4eeToTwoPiModel.hh.
Referenced by ComputeCrossSection().
|
private |
Definition at line 87 of file G4eeToTwoPiModel.hh.
Referenced by G4eeToTwoPiModel(), PhysicsVector(), SampleSecondaries(), and ThresholdEnergy().
|
private |
Definition at line 88 of file G4eeToTwoPiModel.hh.
Referenced by G4eeToTwoPiModel(), and PeakEnergy().