#include <G4NeutronHPProduct.hh>
Definition at line 48 of file G4NeutronHPProduct.hh.
G4NeutronHPProduct::G4NeutronHPProduct |
( |
| ) |
|
|
inline |
G4NeutronHPProduct::~G4NeutronHPProduct |
( |
| ) |
|
|
inline |
G4double G4NeutronHPProduct::GetMass |
( |
| ) |
|
|
inline |
G4double G4NeutronHPProduct::GetMassCode |
( |
| ) |
|
|
inline |
G4double G4NeutronHPProduct::GetQValue |
( |
| ) |
|
|
inline |
void G4NeutronHPProduct::Init |
( |
std::istream & |
aDataFile | ) |
|
|
inline |
Definition at line 66 of file G4NeutronHPProduct.hh.
References G4VNeutronHPEnergyAngular::Init(), G4NeutronHPVector::Init(), and G4VNeutronHPEnergyAngular::SetQValue().
Referenced by G4NeutronHPEnAngCorrelation::Init().
68 aDataFile >> theMassCode>>theMass>>theIsomerFlag>>theDistLaw
69 >> theGroundStateQValue>>theActualStateQValue;
70 theGroundStateQValue*= CLHEP::eV;
71 theActualStateQValue*= CLHEP::eV;
72 theYield.
Init(aDataFile, CLHEP::eV);
78 else if(theDistLaw == 1)
83 else if(theDistLaw == 2)
88 else if(theDistLaw == 3)
93 else if(theDistLaw == 4)
104 else if(theDistLaw == 5)
108 else if(theDistLaw == 6)
113 else if(theDistLaw == 7)
120 throw G4HadronicException(__FILE__, __LINE__,
"distribution law unknown to G4NeutronHPProduct");
124 theDist->
SetQValue(theActualStateQValue);
125 theDist->
Init(aDataFile);
void Init(std::istream &aDataFile, G4int total, G4double ux=1., G4double uy=1.)
virtual void Init(std::istream &aDataFile)=0
void SetQValue(G4double aValue)
G4double G4NeutronHPProduct::MeanEnergyOfThisInteraction |
( |
| ) |
|
|
inline |
Definition at line 42 of file G4NeutronHPProduct.cc.
References G4VNeutronHPEnergyAngular::ClearHistories(), G4Poisson(), G4NeutronHPVector::GetY(), G4VNeutronHPEnergyAngular::Sample(), G4VNeutronHPEnergyAngular::SetNeutron(), and G4VNeutronHPEnergyAngular::SetTarget().
Referenced by G4NeutronHPEnAngCorrelation::Sample(), and G4NeutronHPEnAngCorrelation::SampleOne().
44 if(theDist == 0) {
return 0; }
48 multi =
G4int(mean+0.0001);
51 if ( theMassCode == 0 )
53 if (
G4int ( mean ) == mean )
67 theCurrentMultiplicity =
static_cast<G4int>(mean);
72 tmp = theDist->
Sample(anEnergy, theMassCode, theMass);
73 if(tmp != 0) { result->push_back(tmp); }
77 tmp = theDist->
Sample(anEnergy, theMassCode, theMass);
G4double GetY(G4double x)
G4long G4Poisson(G4double mean)
void SetNeutron(G4ReactionProduct *aNeutron)
void SetTarget(G4ReactionProduct *aTarget)
std::vector< G4ReactionProduct * > G4ReactionProductVector
virtual G4ReactionProduct * Sample(G4double anEnergy, G4double massCode, G4double mass)=0
virtual void ClearHistories()
The documentation for this class was generated from the following files: