Geant4  10.00.p02
G4NeutronHPInelasticData Class Reference

#include <G4NeutronHPInelasticData.hh>

+ Inheritance diagram for G4NeutronHPInelasticData:
+ Collaboration diagram for G4NeutronHPInelasticData:

Public Member Functions

 G4NeutronHPInelasticData ()
 
 ~G4NeutronHPInelasticData ()
 
G4bool IsIsoApplicable (const G4DynamicParticle *, G4int, G4int, const G4Element *, const G4Material *)
 
G4double GetIsoCrossSection (const G4DynamicParticle *, G4int, G4int, const G4Isotope *, const G4Element *, const G4Material *)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, G4double aT)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void DumpPhysicsTable (const G4ParticleDefinition &)
 
void IgnoreOnFlightDopplerBroadening ()
 
void EnableOnFlightDopplerBroadening ()
 
G4int GetVerboseLevel () const
 
void SetVerboseLevel (G4int)
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
virtual G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void CrossSectionDescription (std::ostream &) const
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
const G4StringGetName () const
 

Private Attributes

G4PhysicsTabletheCrossSections
 
G4bool onFlightDB
 
G4double ke_cache
 
G4double xs_cache
 
const G4Elementelement_cache
 
const G4Materialmaterial_cache
 

Additional Inherited Members

- Protected Member Functions inherited from G4VCrossSectionDataSet
void SetName (const G4String &)
 
- Protected Attributes inherited from G4VCrossSectionDataSet
G4int verboseLevel
 

Detailed Description

Definition at line 49 of file G4NeutronHPInelasticData.hh.

Constructor & Destructor Documentation

G4NeutronHPInelasticData::G4NeutronHPInelasticData ( )

Definition at line 46 of file G4NeutronHPInelasticData.cc.

References element_cache, ke_cache, material_cache, MeV, onFlightDB, G4VCrossSectionDataSet::SetMaxKinEnergy(), G4VCrossSectionDataSet::SetMinKinEnergy(), theCrossSections, and xs_cache.

+ Here is the call graph for this function:

G4NeutronHPInelasticData::~G4NeutronHPInelasticData ( )

Definition at line 63 of file G4NeutronHPInelasticData.cc.

References theCrossSections.

Member Function Documentation

void G4NeutronHPInelasticData::BuildPhysicsTable ( const G4ParticleDefinition aP)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 111 of file G4NeutronHPInelasticData.cc.

References G4PhysicsTable::clearAndDestroy(), G4cout, G4endl, G4ThreadLocal, G4Element::GetElementTable(), G4Element::GetNumberOfElements(), G4NeutronHPData::Instance(), G4NeutronHPData::MakePhysicsVector(), G4Neutron::Neutron(), onFlightDB, G4PhysicsTable::push_back(), and theCrossSections.

+ Here is the call graph for this function:

void G4NeutronHPInelasticData::DumpPhysicsTable ( const G4ParticleDefinition aP)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 145 of file G4NeutronHPInelasticData.cc.

References barn, eV, G4cout, G4endl, G4ThreadLocal, G4Element::GetElementTable(), G4Element::GetNumberOfElements(), MeV, and G4Neutron::Neutron().

+ Here is the call graph for this function:

void G4NeutronHPInelasticData::EnableOnFlightDopplerBroadening ( )
inline

Definition at line 81 of file G4NeutronHPInelasticData.hh.

References onFlightDB.

G4double G4NeutronHPInelasticData::GetCrossSection ( const G4DynamicParticle aP,
const G4Element anE,
G4double  aT 
)

Definition at line 197 of file G4NeutronHPInelasticData.cc.

References buffer, eps, G4DynamicParticle::GetDefinition(), G4Element::GetIndex(), G4DynamicParticle::GetKineticEnergy(), G4ReactionProduct::GetKineticEnergy(), G4ReactionProduct::GetMass(), G4DynamicParticle::GetMomentum(), G4ReactionProduct::GetMomentum(), G4Element::GetN(), G4NucleiProperties::GetNuclearMass(), G4ParticleDefinition::GetPDGMass(), G4Nucleus::GetThermalNucleus(), G4Element::GetZ(), kelvin, G4ReactionProduct::Lorentz(), G4INCL::Math::max(), G4Neutron::Neutron(), onFlightDB, G4ReactionProduct::SetMomentum(), and theCrossSections.

Referenced by GetIsoCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPInelasticData::GetIsoCrossSection ( const G4DynamicParticle dp,
G4int  ,
G4int  ,
const G4Isotope ,
const G4Element element,
const G4Material material 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 84 of file G4NeutronHPInelasticData.cc.

References element_cache, GetCrossSection(), G4DynamicParticle::GetKineticEnergy(), ke_cache, material_cache, and xs_cache.

+ Here is the call graph for this function:

G4int G4NeutronHPInelasticData::GetVerboseLevel ( ) const
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 286 of file G4NeutronHPInelasticData.cc.

References G4NeutronHPManager::GetInstance(), and G4NeutronHPManager::GetVerboseLevel().

+ Here is the call graph for this function:

void G4NeutronHPInelasticData::IgnoreOnFlightDopplerBroadening ( )
inline

Definition at line 80 of file G4NeutronHPInelasticData.hh.

References onFlightDB.

G4bool G4NeutronHPInelasticData::IsIsoApplicable ( const G4DynamicParticle dp,
G4int  ,
G4int  ,
const G4Element ,
const G4Material  
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 71 of file G4NeutronHPInelasticData.cc.

References G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4VCrossSectionDataSet::GetMaxKinEnergy(), G4VCrossSectionDataSet::GetMinKinEnergy(), and G4Neutron::Neutron().

+ Here is the call graph for this function:

void G4NeutronHPInelasticData::SetVerboseLevel ( G4int  newValue)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 290 of file G4NeutronHPInelasticData.cc.

References G4NeutronHPManager::GetInstance(), and G4NeutronHPManager::SetVerboseLevel().

+ Here is the call graph for this function:

Member Data Documentation

const G4Element* G4NeutronHPInelasticData::element_cache
private

Definition at line 95 of file G4NeutronHPInelasticData.hh.

Referenced by G4NeutronHPInelasticData(), and GetIsoCrossSection().

G4double G4NeutronHPInelasticData::ke_cache
private

Definition at line 93 of file G4NeutronHPInelasticData.hh.

Referenced by G4NeutronHPInelasticData(), and GetIsoCrossSection().

const G4Material* G4NeutronHPInelasticData::material_cache
private

Definition at line 96 of file G4NeutronHPInelasticData.hh.

Referenced by G4NeutronHPInelasticData(), and GetIsoCrossSection().

G4PhysicsTable* G4NeutronHPInelasticData::theCrossSections
private
G4double G4NeutronHPInelasticData::xs_cache
private

Definition at line 94 of file G4NeutronHPInelasticData.hh.

Referenced by G4NeutronHPInelasticData(), and GetIsoCrossSection().


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