#include <G4ee2KChargedModel.hh>
Definition at line 58 of file G4ee2KChargedModel.hh.
◆ G4ee2KChargedModel() [1/2]
Definition at line 63 of file G4ee2KChargedModel.cc.
68 maxkinEnergy,
69 binWidth)
70{
72
74 massPhi = 1019.46*MeV;
75}
G4GLOB_DLL std::ostream G4cout
static G4KaonPlus * KaonPlus()
G4double GetPDGMass() const
G4Vee2hadrons(G4eeCrossSections *cr, G4double vlowEnergy, G4double vhighEnergy, G4double vdelta)
◆ ~G4ee2KChargedModel()
G4ee2KChargedModel::~G4ee2KChargedModel |
( |
| ) |
|
|
override |
◆ G4ee2KChargedModel() [2/2]
◆ ComputeCrossSection()
◆ operator=()
◆ PeakEnergy()
G4double G4ee2KChargedModel::PeakEnergy |
( |
| ) |
const |
|
overridevirtual |
◆ SampleSecondaries()
Implements G4Vee2hadrons.
Definition at line 98 of file G4ee2KChargedModel.cc.
100{
101
103 if(tkin < 0.0) tkin = 0.0;
104
106 do {
108
110
111 G4double sint = sqrt(1.0 - cost*cost);
113
115 dir.rotateUz(direction);
116
117
122 newp->push_back(p1);
123 newp->push_back(p2);
124}
static G4KaonMinus * KaonMinus()
The documentation for this class was generated from the following files: