#include <G4ParticleHPParticleYield.hh>
G4ParticleHPParticleYield::G4ParticleHPParticleYield |
( |
| ) |
|
|
inline |
G4ParticleHPParticleYield::~G4ParticleHPParticleYield |
( |
| ) |
|
|
inline |
Definition at line 125 of file G4ParticleHPParticleYield.hh.
127 if(!hasDelayedData)
return 0;
130 return theSpontDelayed;
132 return theDelayed.
GetY(anEnergy);
G4double GetY(G4double x)
Definition at line 115 of file G4ParticleHPParticleYield.hh.
117 if(!hasPromptData)
return 0;
120 return theSpontPrompt;
122 return thePrompt.
GetY(anEnergy);
G4double GetY(G4double x)
G4double G4ParticleHPParticleYield::GetTargetMass |
( |
| ) |
|
|
inline |
void G4ParticleHPParticleYield::InitDelayed |
( |
std::istream & |
aDataFile | ) |
|
|
inline |
Definition at line 89 of file G4ParticleHPParticleYield.hh.
91 hasDelayedData =
true;
93 aDataFile >> targetMass >>iflag;
95 if(iflag == 2) spontDelayed =
false;
98 aDataFile >> theSpontDelayed;
void Init(std::istream &aDataFile, G4int nPar, G4double unit=1.)
void Init(std::istream &aDataFile, G4int total, G4double ux=1., G4double uy=1.)
static constexpr double s
static constexpr double eV
void G4ParticleHPParticleYield::InitMean |
( |
std::istream & |
aDataFile | ) |
|
|
inline |
Definition at line 58 of file G4ParticleHPParticleYield.hh.
61 aDataFile >> targetMass >>iflag;
62 if(iflag == 1) simpleMean=
false;
69 theMean.
Init(aDataFile);
void Init(std::istream &aDataFile, G4int total, G4double ux=1., G4double uy=1.)
static constexpr double eV
void Init(std::istream &theData)
void G4ParticleHPParticleYield::InitPrompt |
( |
std::istream & |
aDataFile | ) |
|
|
inline |
Definition at line 73 of file G4ParticleHPParticleYield.hh.
77 aDataFile >> targetMass >>iflag;
78 if(iflag == 2) spontPrompt =
false;
81 aDataFile >> theSpontPrompt;
void Init(std::istream &aDataFile, G4int total, G4double ux=1., G4double uy=1.)
static constexpr double eV
The documentation for this class was generated from the following file: