#include <G4eeToTwoPiModel.hh>
Definition at line 58 of file G4eeToTwoPiModel.hh.
◆ G4eeToTwoPiModel() [1/2]
Definition at line 63 of file G4eeToTwoPiModel.cc.
68 maxkinEnergy,
69 binWidth)
70{
72
74 massRho = 775.5*CLHEP::MeV;
75}
G4GLOB_DLL std::ostream G4cout
G4double GetPDGMass() const
static G4PionPlus * PionPlus()
G4Vee2hadrons(G4eeCrossSections *cr, G4double vlowEnergy, G4double vhighEnergy, G4double vdelta)
◆ ~G4eeToTwoPiModel()
G4eeToTwoPiModel::~G4eeToTwoPiModel |
( |
| ) |
|
|
override |
◆ G4eeToTwoPiModel() [2/2]
◆ ComputeCrossSection()
◆ operator=()
◆ PeakEnergy()
G4double G4eeToTwoPiModel::PeakEnergy |
( |
| ) |
const |
|
overridevirtual |
◆ SampleSecondaries()
Implements G4Vee2hadrons.
Definition at line 98 of file G4eeToTwoPiModel.cc.
100{
101
103 if(tkin < 0.0) tkin = 0.0;
105 do {
107
109
110 G4double sint = sqrt(1.0 - cost*cost);
112
114 dir.rotateUz(direction);
115
116
121 newp->push_back(pip);
122 newp->push_back(pin);
123}
static G4PionMinus * PionMinus()
The documentation for this class was generated from the following files: