Geant4  10.00.p02
G4NeutronHPInelasticCompFS Class Referenceabstract

#include <G4NeutronHPInelasticCompFS.hh>

+ Inheritance diagram for G4NeutronHPInelasticCompFS:
+ Collaboration diagram for G4NeutronHPInelasticCompFS:

Public Member Functions

 G4NeutronHPInelasticCompFS ()
 
virtual ~G4NeutronHPInelasticCompFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aSFType)
 
void InitGammas (G4double AR, G4double ZR)
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)=0
 
virtual G4NeutronHPFinalStateNew ()=0
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
G4int SelectExitChannel (G4double eKinetic)
 
void CompositeApply (const G4HadProjectile &theTrack, G4ParticleDefinition *aHadron)
 
void InitDistributionInitialState (G4ReactionProduct &aNeutron, G4ReactionProduct &aTarget, G4int it)
 
- Public Member Functions inherited from G4NeutronHPFinalState
 G4NeutronHPFinalState ()
 
virtual ~G4NeutronHPFinalState ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType)
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Protected Attributes

G4NeutronHPVectortheXsection [51]
 
G4NeutronHPEnergyDistributiontheEnergyDistribution [51]
 
G4NeutronHPAngulartheAngularDistribution [51]
 
G4NeutronHPEnAngCorrelationtheEnergyAngData [51]
 
G4NeutronHPPhotonDisttheFinalStatePhotons [51]
 
G4NeutronHPDeExGammas theGammas
 
G4String gammaPath
 
G4double theCurrentA
 
G4double theCurrentZ
 
std::vector< G4doubleQI
 
std::vector< G4intLR
 
- Protected Attributes inherited from G4NeutronHPFinalState
G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4NeutronHPNames theNames
 
G4HadFinalState theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 

Private Member Functions

void two_body_reaction (G4DynamicParticle *, G4DynamicParticle *, G4DynamicParticle *, G4double mu)
 

Additional Inherited Members

- Protected Member Functions inherited from G4NeutronHPFinalState
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used)
 
void adjust_final_state (G4LorentzVector)
 
G4bool DoNotAdjustFinalState ()
 

Detailed Description

Definition at line 41 of file G4NeutronHPInelasticCompFS.hh.

Constructor & Destructor Documentation

G4NeutronHPInelasticCompFS::G4NeutronHPInelasticCompFS ( )
inline
virtual G4NeutronHPInelasticCompFS::~G4NeutronHPInelasticCompFS ( )
inlinevirtual

Member Function Documentation

virtual G4HadFinalState* G4NeutronHPInelasticCompFS::ApplyYourself ( const G4HadProjectile theTrack)
pure virtual
void G4NeutronHPInelasticCompFS::CompositeApply ( const G4HadProjectile theTrack,
G4ParticleDefinition aHadron 
)

Definition at line 219 of file G4NeutronHPInelasticCompFS.cc.

References G4HadFinalState::AddSecondary(), G4NeutronHPFinalState::adjust_final_state(), G4HadFinalState::Clear(), eps, G4UniformRand, G4Gamma::Gamma(), G4HadProjectile::Get4Momentum(), G4DynamicParticle::Get4Momentum(), G4ParticleDefinition::GetBaryonNumber(), G4Nucleus::GetBiasedThermalNucleus(), G4NeutronHPDeExGammas::GetDecayGammas(), G4HadProjectile::GetDefinition(), G4ReactionProduct::GetDefinition(), G4IonTable::GetIon(), G4IonTable::GetIonTable(), G4HadProjectile::GetKineticEnergy(), G4ReactionProduct::GetKineticEnergy(), G4NeutronHPDeExGammas::GetLevel(), G4NeutronHPLevel::GetLevelEnergy(), G4NeutronHPDeExGammas::GetLevelEnergy(), G4NeutronHPPhotonDist::GetLevelEnergy(), G4ReactionProduct::GetMass(), G4HadProjectile::GetMaterial(), G4ReactionProduct::GetMomentum(), G4NucleiProperties::GetNuclearMass(), G4NeutronHPDeExGammas::GetNumberOfLevels(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4NeutronHPPhotonDist::GetPhotons(), G4Material::GetTemperature(), G4ReactionProduct::GetTotalEnergy(), G4ReactionProduct::GetTotalMomentum(), InitDistributionInitialState(), keV, G4ReactionProduct::Lorentz(), G4Neutron::Neutron(), QI, G4NeutronHPEnAngCorrelation::Sample(), G4NeutronHPEnergyDistribution::Sample(), G4NeutronHPAngular::SampleAndUpdate(), SelectExitChannel(), G4ReactionProduct::SetDefinition(), G4DynamicParticle::SetDefinition(), G4ReactionProduct::SetKineticEnergy(), G4ReactionProduct::SetMomentum(), G4DynamicParticle::SetMomentum(), G4HadFinalState::SetStatusChange(), stopAndKill, theAngularDistribution, G4NeutronHPFinalState::theBaseA, G4NeutronHPFinalState::theBaseZ, theEnergyAngData, theEnergyDistribution, theFinalStatePhotons, theGammas, G4NeutronHPFinalState::theResult, theTarget, theXsection, and two_body_reaction().

Referenced by G4NeutronHPAInelasticFS::ApplyYourself(), G4NeutronHPTInelasticFS::ApplyYourself(), G4NeutronHPPInelasticFS::ApplyYourself(), G4NeutronHPNInelasticFS::ApplyYourself(), G4NeutronHPHe3InelasticFS::ApplyYourself(), and G4NeutronHPDInelasticFS::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual G4double G4NeutronHPInelasticCompFS::GetXsec ( G4double  anEnergy)
inlinevirtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 78 of file G4NeutronHPInelasticCompFS.hh.

References G4INCL::Math::max(), and theXsection.

+ Here is the call graph for this function:

virtual G4NeutronHPVector* G4NeutronHPInelasticCompFS::GetXsec ( )
inlinevirtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 82 of file G4NeutronHPInelasticCompFS.hh.

References theXsection.

Referenced by SelectExitChannel().

+ Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aSFType 
)
virtual

Implements G4NeutronHPFinalState.

Reimplemented in G4NeutronHPNInelasticFS, G4NeutronHPPInelasticFS, and G4NeutronHPTInelasticFS.

Definition at line 79 of file G4NeutronHPInelasticCompFS.cc.

References eV, G4cout, G4endl, gammaPath, G4NeutronHPManager::GetDataStream(), G4NeutronHPManager::GetInstance(), G4NeutronHPNames::GetName(), G4NeutronHPDataUsed::GetName(), G4NeutronHPFinalState::hasAnyData, G4NeutronHPFinalState::hasFSData, G4NeutronHPFinalState::hasXsec, G4NeutronHPEnAngCorrelation::Init(), G4NeutronHPAngular::Init(), G4NeutronHPEnergyDistribution::Init(), G4NeutronHPVector::Init(), G4NeutronHPPhotonDist::InitAngular(), G4NeutronHPPhotonDist::InitEnergies(), G4NeutronHPPhotonDist::InitMean(), G4NeutronHPPhotonDist::InitPartials(), LR, QI, G4NeutronHPFinalState::SetAZMs(), theAngularDistribution, theEnergyAngData, theEnergyDistribution, theFinalStatePhotons, G4NeutronHPFinalState::theNames, G4NeutronHPFinalState::theNDLDataA, G4NeutronHPFinalState::theNDLDataZ, theXsection, and G4INCL::CrossSections::total().

Referenced by G4NeutronHPAInelasticFS::Init(), G4NeutronHPTInelasticFS::Init(), G4NeutronHPPInelasticFS::Init(), G4NeutronHPNInelasticFS::Init(), G4NeutronHPHe3InelasticFS::Init(), and G4NeutronHPDInelasticFS::Init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::InitDistributionInitialState ( G4ReactionProduct aNeutron,
G4ReactionProduct aTarget,
G4int  it 
)
inline

Definition at line 85 of file G4NeutronHPInelasticCompFS.hh.

References G4NeutronHPAngular::SetNeutron(), G4NeutronHPEnAngCorrelation::SetNeutron(), G4NeutronHPAngular::SetTarget(), G4NeutronHPEnAngCorrelation::SetTarget(), theAngularDistribution, and theEnergyAngData.

Referenced by CompositeApply().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::InitGammas ( G4double  AR,
G4double  ZR 
)

Definition at line 58 of file G4NeutronHPInelasticCompFS.cc.

References gammaPath, G4NeutronHPDeExGammas::Init(), and theGammas.

Referenced by G4NeutronHPAInelasticFS::Init(), G4NeutronHPTInelasticFS::Init(), G4NeutronHPPInelasticFS::Init(), G4NeutronHPNInelasticFS::Init(), G4NeutronHPHe3InelasticFS::Init(), and G4NeutronHPDInelasticFS::Init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4NeutronHPInelasticCompFS::SelectExitChannel ( G4double  eKinetic)

Definition at line 186 of file G4NeutronHPInelasticCompFS.cc.

References G4UniformRand, GetXsec(), G4INCL::Math::max(), and theXsection.

Referenced by CompositeApply().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPInelasticCompFS::two_body_reaction ( G4DynamicParticle proj,
G4DynamicParticle targ,
G4DynamicParticle hadron,
G4double  mu 
)
private

Definition at line 717 of file G4NeutronHPInelasticCompFS.cc.

References A, eV, G4DynamicParticle::Get4Momentum(), G4ParticleDefinition::GetBaryonNumber(), G4DynamicParticle::GetDefinition(), G4IonTable::GetIonTable(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentum(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4INCL::Math::pi, G4DynamicParticle::SetKineticEnergy(), and G4DynamicParticle::SetMomentum().

Referenced by CompositeApply().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4String G4NeutronHPInelasticCompFS::gammaPath
protected

Definition at line 111 of file G4NeutronHPInelasticCompFS.hh.

Referenced by Init(), and InitGammas().

std::vector<G4int > G4NeutronHPInelasticCompFS::LR
protected

Definition at line 118 of file G4NeutronHPInelasticCompFS.hh.

Referenced by G4NeutronHPInelasticCompFS(), and Init().

std::vector< G4double > G4NeutronHPInelasticCompFS::QI
protected

Definition at line 117 of file G4NeutronHPInelasticCompFS.hh.

Referenced by CompositeApply(), G4NeutronHPInelasticCompFS(), and Init().

G4NeutronHPAngular* G4NeutronHPInelasticCompFS::theAngularDistribution[51]
protected
G4double G4NeutronHPInelasticCompFS::theCurrentA
protected

Definition at line 113 of file G4NeutronHPInelasticCompFS.hh.

G4double G4NeutronHPInelasticCompFS::theCurrentZ
protected

Definition at line 114 of file G4NeutronHPInelasticCompFS.hh.

G4NeutronHPEnAngCorrelation* G4NeutronHPInelasticCompFS::theEnergyAngData[51]
protected
G4NeutronHPEnergyDistribution* G4NeutronHPInelasticCompFS::theEnergyDistribution[51]
protected
G4NeutronHPPhotonDist* G4NeutronHPInelasticCompFS::theFinalStatePhotons[51]
protected
G4NeutronHPDeExGammas G4NeutronHPInelasticCompFS::theGammas
protected

Definition at line 110 of file G4NeutronHPInelasticCompFS.hh.

Referenced by CompositeApply(), and InitGammas().

G4NeutronHPVector* G4NeutronHPInelasticCompFS::theXsection[51]
protected

The documentation for this class was generated from the following files: