Geant4  10.01.p02
G4NeutronHPThermalScatteringData Class Reference

#include <G4NeutronHPThermalScatteringData.hh>

+ Inheritance diagram for G4NeutronHPThermalScatteringData:
+ Collaboration diagram for G4NeutronHPThermalScatteringData:

Public Member Functions

 G4NeutronHPThermalScatteringData ()
 
 ~G4NeutronHPThermalScatteringData ()
 
G4bool IsIsoApplicable (const G4DynamicParticle *, G4int, G4int, const G4Element *, const G4Material *)
 
G4double GetIsoCrossSection (const G4DynamicParticle *, G4int, G4int, const G4Isotope *, const G4Element *, const G4Material *)
 
G4bool IsApplicable (const G4DynamicParticle *, const G4Element *)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
G4double GetInelasticCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
G4double GetCoherentCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
G4double GetIncoherentCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void DumpPhysicsTable (const G4ParticleDefinition &)
 
void AddUserThermalScatteringFile (G4String, G4String)
 
- 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 G4Isotope * SelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
const G4String & GetName () const
 

Private Member Functions

G4double GetX (const G4DynamicParticle *, G4double aT, std::map< G4double, G4NeutronHPVector * > *)
 
void clearCurrentXSData ()
 
std::map< G4double,
G4NeutronHPVector * > * 
readData (G4String)
 
G4int getTS_ID (const G4Material *, const G4Element *)
 

Private Attributes

G4double emax
 
std::map< G4int, std::map
< G4double, G4NeutronHPVector * > * > * 
coherent
 
std::map< G4int, std::map
< G4double, G4NeutronHPVector * > * > * 
incoherent
 
std::map< G4int, std::map
< G4double, G4NeutronHPVector * > * > * 
inelastic
 
std::vector< G4int > indexOfThermalElement
 
G4NeutronHPThermalScatteringNames * names
 
G4double ke_cache
 
G4double xs_cache
 
const G4Element * element_cache
 
const G4Material * material_cache
 
std::map< std::pair< const
G4Material *, const G4Element * >
, G4int > 
dic
 

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 58 of file G4NeutronHPThermalScatteringData.hh.

Constructor & Destructor Documentation

G4NeutronHPThermalScatteringData::G4NeutronHPThermalScatteringData ( )

Definition at line 54 of file G4NeutronHPThermalScatteringData.cc.

References element_cache, emax, eV, indexOfThermalElement, ke_cache, material_cache, MeV, names, G4VCrossSectionDataSet::SetMaxKinEnergy(), G4VCrossSectionDataSet::SetMinKinEnergy(), and xs_cache.

+ Here is the call graph for this function:

G4NeutronHPThermalScatteringData::~G4NeutronHPThermalScatteringData ( )

Definition at line 75 of file G4NeutronHPThermalScatteringData.cc.

References clearCurrentXSData(), and names.

+ Here is the call graph for this function:

Member Function Documentation

void G4NeutronHPThermalScatteringData::AddUserThermalScatteringFile ( G4String  nameG4Element,
G4String  filename 
)

Definition at line 562 of file G4NeutronHPThermalScatteringData.cc.

References G4NeutronHPThermalScatteringNames::AddThermalElement(), and names.

Referenced by G4NeutronHPThermalScattering::AddUserThermalScatteringFile().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPThermalScatteringData::BuildPhysicsTable ( const G4ParticleDefinition &  aP)
virtual
void G4NeutronHPThermalScatteringData::clearCurrentXSData ( )
private

Definition at line 126 of file G4NeutronHPThermalScatteringData.cc.

References coherent, incoherent, and inelastic.

Referenced by BuildPhysicsTable(), and ~G4NeutronHPThermalScatteringData().

+ Here is the caller graph for this function:

void G4NeutronHPThermalScatteringData::DumpPhysicsTable ( const G4ParticleDefinition &  aP)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 400 of file G4NeutronHPThermalScatteringData.cc.

References G4Neutron::Neutron().

+ Here is the call graph for this function:

G4double G4NeutronHPThermalScatteringData::GetCoherentCrossSection ( const G4DynamicParticle *  aP,
const G4Element *  anE,
const G4Material *  aM 
)

Definition at line 480 of file G4NeutronHPThermalScatteringData.cc.

References G4Material::GetTemperature(), getTS_ID(), and GetX().

Referenced by G4NeutronHPThermalScattering::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPThermalScatteringData::GetCrossSection ( const G4DynamicParticle *  aP,
const G4Element *  anE,
const G4Material *  aM 
)

Definition at line 449 of file G4NeutronHPThermalScatteringData.cc.

References G4Material::GetTemperature(), getTS_ID(), and GetX().

Referenced by G4NeutronHPThermalScattering::ApplyYourself(), and GetIsoCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPThermalScatteringData::GetIncoherentCrossSection ( const G4DynamicParticle *  aP,
const G4Element *  anE,
const G4Material *  aM 
)

Definition at line 489 of file G4NeutronHPThermalScatteringData.cc.

References G4Material::GetTemperature(), getTS_ID(), and GetX().

+ Here is the call graph for this function:

G4double G4NeutronHPThermalScatteringData::GetInelasticCrossSection ( const G4DynamicParticle *  aP,
const G4Element *  anE,
const G4Material *  aM 
)

Definition at line 471 of file G4NeutronHPThermalScatteringData.cc.

References G4Material::GetTemperature(), getTS_ID(), and GetX().

Referenced by G4NeutronHPThermalScattering::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 108 of file G4NeutronHPThermalScatteringData.cc.

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

+ Here is the call graph for this function:

G4int G4NeutronHPThermalScatteringData::getTS_ID ( const G4Material *  material,
const G4Element *  element 
)
private

Definition at line 500 of file G4NeutronHPThermalScatteringData.cc.

References dic.

Referenced by GetCoherentCrossSection(), GetCrossSection(), GetIncoherentCrossSection(), and GetInelasticCrossSection().

+ Here is the caller graph for this function:

G4double G4NeutronHPThermalScatteringData::GetX ( const G4DynamicParticle *  aP,
G4double  aT,
std::map< G4double, G4NeutronHPVector * > *  amapTemp_EnergyCross 
)
private

Definition at line 513 of file G4NeutronHPThermalScatteringData.cc.

References G4cout, G4endl, G4DynamicParticle::GetKineticEnergy(), and kelvin.

Referenced by GetCoherentCrossSection(), GetCrossSection(), GetIncoherentCrossSection(), and GetInelasticCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4NeutronHPThermalScatteringData::IsApplicable ( const G4DynamicParticle *  aP,
const G4Element *  anEle 
)

Definition at line 180 of file G4NeutronHPThermalScatteringData.cc.

References emax, G4DynamicParticle::GetDefinition(), G4Element::GetIndex(), G4DynamicParticle::GetKineticEnergy(), indexOfThermalElement, and G4Neutron::Neutron().

+ Here is the call graph for this function:

G4bool G4NeutronHPThermalScatteringData::IsIsoApplicable ( const G4DynamicParticle *  dp,
G4int  ,
G4int  ,
const G4Element *  element,
const G4Material *  material 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 83 of file G4NeutronHPThermalScatteringData.cc.

References dic, eV, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), and G4Neutron::Neutron().

+ Here is the call graph for this function:

std::map< G4double, G4NeutronHPVector * > * G4NeutronHPThermalScatteringData::readData ( G4String  full_name)
private

Definition at line 369 of file G4NeutronHPThermalScatteringData.cc.

References barn, eV, G4NeutronHPManager::GetDataStream(), G4NeutronHPManager::GetInstance(), and G4NeutronHPVector::Init().

Referenced by BuildPhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

std::map< G4int , std::map< G4double , G4NeutronHPVector* >* >* G4NeutronHPThermalScatteringData::coherent
private

Definition at line 105 of file G4NeutronHPThermalScatteringData.hh.

Referenced by BuildPhysicsTable(), and clearCurrentXSData().

std::map< std::pair < const G4Material* , const G4Element* > , G4int > G4NeutronHPThermalScatteringData::dic
private
const G4Element* G4NeutronHPThermalScatteringData::element_cache
private
G4double G4NeutronHPThermalScatteringData::emax
private
std::map< G4int , std::map< G4double , G4NeutronHPVector* >* >* G4NeutronHPThermalScatteringData::incoherent
private

Definition at line 106 of file G4NeutronHPThermalScatteringData.hh.

Referenced by BuildPhysicsTable(), and clearCurrentXSData().

std::vector< G4int > G4NeutronHPThermalScatteringData::indexOfThermalElement
private
std::map< G4int , std::map< G4double , G4NeutronHPVector* >* >* G4NeutronHPThermalScatteringData::inelastic
private

Definition at line 107 of file G4NeutronHPThermalScatteringData.hh.

Referenced by BuildPhysicsTable(), and clearCurrentXSData().

G4double G4NeutronHPThermalScatteringData::ke_cache
private
const G4Material* G4NeutronHPThermalScatteringData::material_cache
private
G4double G4NeutronHPThermalScatteringData::xs_cache
private

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