Geant4  10.00.p02
G4NeutronElasticXS Class Reference

#include <G4NeutronElasticXS.hh>

+ Inheritance diagram for G4NeutronElasticXS:
+ Collaboration diagram for G4NeutronElasticXS:

Public Member Functions

 G4NeutronElasticXS ()
 
virtual ~G4NeutronElasticXS ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void CrossSectionDescription (std::ostream &) const
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
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 GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
virtual G4Isotope * SelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
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

void Initialise (G4int Z, G4DynamicParticle *dp=0, const char *=0)
 
G4NeutronElasticXS & operator= (const G4NeutronElasticXS &right)
 
 G4NeutronElasticXS (const G4NeutronElasticXS &)
 

Private Attributes

G4GlauberGribovCrossSection * ggXsection
 
G4HadronNucleonXsc * fNucleon
 
const G4ParticleDefinition * proton
 
std::vector< G4PhysicsVector * > data
 
std::vector< G4double > coeff
 
G4int maxZ
 
G4bool isInitialized
 

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 59 of file G4NeutronElasticXS.hh.

Constructor & Destructor Documentation

G4NeutronElasticXS::G4NeutronElasticXS ( )
G4NeutronElasticXS::~G4NeutronElasticXS ( )
virtual

Definition at line 74 of file G4NeutronElasticXS.cc.

References fNucleon.

G4NeutronElasticXS::G4NeutronElasticXS ( const G4NeutronElasticXS &  )
private

Member Function Documentation

void G4NeutronElasticXS::BuildPhysicsTable ( const G4ParticleDefinition &  p)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 145 of file G4NeutronElasticXS.cc.

References data, FatalException, G4cout, G4endl, G4Exception(), G4Element::GetElementTable(), G4Element::GetNumberOfElements(), G4ParticleDefinition::GetParticleName(), Initialise(), isInitialized, maxZ, G4Neutron::Neutron(), and G4VCrossSectionDataSet::verboseLevel.

+ Here is the call graph for this function:

void G4NeutronElasticXS::CrossSectionDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 84 of file G4NeutronElasticXS.cc.

void G4NeutronElasticXS::Initialise ( G4int  Z,
G4DynamicParticle *  dp = 0,
const char *  p = 0 
)
private

Definition at line 186 of file G4NeutronElasticXS.cc.

References coeff, data, FatalException, fNucleon, G4cout, G4endl, G4Exception(), G4lrint(), G4GlauberGribovCrossSection::GetElasticGlauberGribovXsc(), G4HadronNucleonXsc::GetElasticHadronNucleonXsc(), G4HadronNucleonXsc::GetHadronNucleonXscPDG(), G4GlauberGribovCrossSection::GetIsoCrossSection(), ggXsection, G4NistManager::Instance(), n, G4Neutron::Neutron(), proton, G4DynamicParticle::SetKineticEnergy(), and G4VCrossSectionDataSet::verboseLevel.

Referenced by BuildPhysicsTable(), and GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4NeutronElasticXS::IsElementApplicable ( const G4DynamicParticle *  ,
G4int  Z,
const G4Material *   
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 95 of file G4NeutronElasticXS.cc.

G4NeutronElasticXS& G4NeutronElasticXS::operator= ( const G4NeutronElasticXS &  right)
private

Member Data Documentation

std::vector<G4double> G4NeutronElasticXS::coeff
private

Definition at line 93 of file G4NeutronElasticXS.hh.

Referenced by G4NeutronElasticXS(), GetElementCrossSection(), and Initialise().

std::vector<G4PhysicsVector*> G4NeutronElasticXS::data
private
G4HadronNucleonXsc* G4NeutronElasticXS::fNucleon
private
G4GlauberGribovCrossSection* G4NeutronElasticXS::ggXsection
private

Definition at line 87 of file G4NeutronElasticXS.hh.

Referenced by G4NeutronElasticXS(), GetElementCrossSection(), and Initialise().

G4bool G4NeutronElasticXS::isInitialized
private

Definition at line 96 of file G4NeutronElasticXS.hh.

Referenced by BuildPhysicsTable(), and G4NeutronElasticXS().

G4int G4NeutronElasticXS::maxZ
private
const G4ParticleDefinition* G4NeutronElasticXS::proton
private

Definition at line 90 of file G4NeutronElasticXS.hh.

Referenced by GetElementCrossSection(), and Initialise().


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