Geant4  10.00.p02
G4NeutronHPJENDLHEData Class Reference

#include <G4NeutronHPJENDLHEData.hh>

+ Inheritance diagram for G4NeutronHPJENDLHEData:
+ Collaboration diagram for G4NeutronHPJENDLHEData:

Public Member Functions

 G4NeutronHPJENDLHEData ()
 
 G4NeutronHPJENDLHEData (G4String, G4ParticleDefinition *)
 
 ~G4NeutronHPJENDLHEData ()
 
G4bool IsApplicable (const G4DynamicParticle *, const G4Element *)
 
G4bool IsZAApplicable (const G4DynamicParticle *, G4double, G4double)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, G4double aT)
 
void BuildPhysicsTable (const G4ParticleDefinition &)
 
void DumpPhysicsTable (const G4ParticleDefinition &)
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, 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 G4double GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
virtual G4IsotopeSelectIsotope (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 G4StringGetName () const
 

Private Member Functions

G4bool isThisInMap (G4int, G4int)
 
G4bool isThisNewIsotope (G4int z, G4int a)
 
G4PhysicsVectorreadAFile (std::fstream *)
 
void registAPhysicsVector (G4int, G4int, G4PhysicsVector *)
 
G4double getXSfromThisIsotope (G4int, G4int, G4double)
 

Private Attributes

std::vector< G4boolvElement
 
std::map< G4int, std::map
< G4int, G4PhysicsVector * > * > 
mIsotope
 
G4String reactionName
 
G4String particleName
 

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 46 of file G4NeutronHPJENDLHEData.hh.

Constructor & Destructor Documentation

G4NeutronHPJENDLHEData::G4NeutronHPJENDLHEData ( )

Definition at line 58 of file G4NeutronHPJENDLHEData.cc.

G4NeutronHPJENDLHEData::G4NeutronHPJENDLHEData ( G4String  reaction,
G4ParticleDefinition pd 
)

Definition at line 65 of file G4NeutronHPJENDLHEData.cc.

References BuildPhysicsTable(), and reactionName.

+ Here is the call graph for this function:

G4NeutronHPJENDLHEData::~G4NeutronHPJENDLHEData ( )

Definition at line 74 of file G4NeutronHPJENDLHEData.cc.

Member Function Documentation

void G4NeutronHPJENDLHEData::BuildPhysicsTable ( const G4ParticleDefinition aP)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 82 of file G4NeutronHPJENDLHEData.cc.

References A, FALSE, G4ThreadLocal, G4Element::GetElementTable(), G4StableIsotopes::GetFirstIsotope(), G4Element::GetIsotope(), G4StableIsotopes::GetIsotopeNucleonCount(), G4Isotope::GetN(), G4NeutronHPNames::GetName(), G4Element::GetNumberOfElements(), G4StableIsotopes::GetNumberOfIsotopes(), G4ParticleDefinition::GetParticleName(), G4Element::GetZ(), isThisNewIsotope(), particleName, reactionName, readAFile(), registAPhysicsVector(), TRUE, and vElement.

Referenced by G4NeutronHPJENDLHEData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPJENDLHEData::DumpPhysicsTable ( const G4ParticleDefinition aP)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 219 of file G4NeutronHPJENDLHEData.cc.

References G4Neutron::Neutron().

+ Here is the call graph for this function:

G4double G4NeutronHPJENDLHEData::GetCrossSection ( const G4DynamicParticle aP,
const G4Element anE,
G4double  aT 
)
G4double G4NeutronHPJENDLHEData::getXSfromThisIsotope ( G4int  Z,
G4int  A,
G4double  ek 
)
private

Definition at line 346 of file G4NeutronHPJENDLHEData.cc.

References G4UniformRand, G4PhysicsVector::GetValue(), and mIsotope.

Referenced by GetCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4NeutronHPJENDLHEData::IsApplicable ( const G4DynamicParticle aP,
const G4Element anE 
)

Definition at line 39 of file G4NeutronHPJENDLHEData.cc.

References G4Element::GetIndex(), G4DynamicParticle::GetKineticEnergy(), MeV, G4Neutron::Neutron(), and vElement.

+ Here is the call graph for this function:

G4bool G4NeutronHPJENDLHEData::isThisInMap ( G4int  z,
G4int  a 
)
private

Definition at line 315 of file G4NeutronHPJENDLHEData.cc.

References mIsotope, and second.

Referenced by isThisNewIsotope().

+ Here is the caller graph for this function:

G4bool G4NeutronHPJENDLHEData::isThisNewIsotope ( G4int  z,
G4int  a 
)
inlineprivate

Definition at line 74 of file G4NeutronHPJENDLHEData.hh.

References isThisInMap().

Referenced by BuildPhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4NeutronHPJENDLHEData::IsZAApplicable ( const G4DynamicParticle ,
G4double  ,
G4double   
)
inline

Definition at line 58 of file G4NeutronHPJENDLHEData.hh.

G4PhysicsVector * G4NeutronHPJENDLHEData::readAFile ( std::fstream *  file)
private

Definition at line 280 of file G4NeutronHPJENDLHEData.cc.

References barn, eV, and G4LPhysicsFreeVector::PutValues().

Referenced by BuildPhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPJENDLHEData::registAPhysicsVector ( G4int  Z,
G4int  A,
G4PhysicsVector aPhysVec 
)
private

Definition at line 324 of file G4NeutronHPJENDLHEData.cc.

References A, and mIsotope.

Referenced by BuildPhysicsTable().

+ Here is the caller graph for this function:

Member Data Documentation

std::map< G4int , std::map< G4int , G4PhysicsVector* >* > G4NeutronHPJENDLHEData::mIsotope
private
G4String G4NeutronHPJENDLHEData::particleName
private

Definition at line 81 of file G4NeutronHPJENDLHEData.hh.

Referenced by BuildPhysicsTable().

G4String G4NeutronHPJENDLHEData::reactionName
private

Definition at line 80 of file G4NeutronHPJENDLHEData.hh.

Referenced by BuildPhysicsTable(), and G4NeutronHPJENDLHEData().

std::vector< G4bool > G4NeutronHPJENDLHEData::vElement
private

Definition at line 69 of file G4NeutronHPJENDLHEData.hh.

Referenced by BuildPhysicsTable(), and IsApplicable().


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