#include <G4XNNTotalLowE.hh>
Definition at line 40 of file G4XNNTotalLowE.hh.
◆ G4XNNTotalLowE()
G4XNNTotalLowE::G4XNNTotalLowE |
( |
| ) |
|
Definition at line 53 of file G4XNNTotalLowE.cc.
54{
55
56 G4LowEXsection*
pp =
new G4LowEXsection();
57 G4LowEXsection* np = new G4LowEXsection();
58
60 for (i=0; i<tableSize; i++)
61 {
62 std::pair<double,double> it;
63 it.first=ss[i];
64 it.second=ppTot[i];
pp->push_back(it);
65 it.second=npTot[i]; np->push_back(it);
66 }
69}
static G4Neutron * NeutronDefinition()
static G4Proton * ProtonDefinition()
◆ ~G4XNNTotalLowE()
G4XNNTotalLowE::~G4XNNTotalLowE |
( |
| ) |
|
|
virtual |
◆ CrossSection()
Implements G4VCrossSectionSource.
Definition at line 79 of file G4XNNTotalLowE.cc.
80{
84
85 if (theCrossSections.find(key)!= theCrossSections.end())
86 {
87 LowEMap::const_iterator iter;
88 for (iter = theCrossSections.begin(); iter != theCrossSections.end(); ++iter)
89 {
90 if ((*iter).first == key)
91 {
92 result = (*iter).second->CrossSection(sqrtS);
93 }
94 }
95 }
96 else
97 {
98 throw G4HadronicException(__FILE__, __LINE__, "G4XNNTotalLowE: particle key out of range");
99 }
100
101 return result;
102}
const G4LorentzVector & Get4Momentum() const
const G4ParticleDefinition * FindKeyParticle(const G4KineticTrack &trk1, const G4KineticTrack &trk2) const
◆ GetComponents()
◆ HighLimit()
virtual G4double G4XNNTotalLowE::HighLimit |
( |
| ) |
const |
|
inlinevirtual |
◆ IsValid()
◆ Name()
The documentation for this class was generated from the following files: