Geant4  10.01
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
 

Static Public Member Functions

static const char * Default_Name ()
 

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
 
G4bool isMaster
 

Static Private Attributes

static std::vector
< G4PhysicsVector * > * 
data = 0
 
static G4double coeff [MAXZEL] = {0.0}
 

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

Constructor & Destructor Documentation

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

Definition at line 80 of file G4NeutronElasticXS.cc.

References data, fNucleon, ggXsection, isMaster, and MAXZEL.

G4NeutronElasticXS::G4NeutronElasticXS ( const G4NeutronElasticXS &  )
private

Member Function Documentation

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 155 of file G4NeutronElasticXS.cc.

References coeff, data, FatalException, G4cout, G4endl, G4Exception(), G4Element::GetElementTable(), G4Element::GetNumberOfElements(), G4ParticleDefinition::GetParticleName(), Initialise(), isMaster, MAXZEL, 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 94 of file G4NeutronElasticXS.cc.

static const char* G4NeutronElasticXS::Default_Name ( )
inlinestatic

Definition at line 69 of file G4NeutronElasticXS.hh.

Referenced by G4HadronDElasticPhysics::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), and G4HadronElasticPhysicsXS::ConstructProcess().

+ Here is the caller graph for this function:

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

Definition at line 205 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 105 of file G4NeutronElasticXS.cc.

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

Member Data Documentation

G4double G4NeutronElasticXS::coeff = {0.0}
staticprivate

Definition at line 97 of file G4NeutronElasticXS.hh.

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

std::vector< G4PhysicsVector * > * G4NeutronElasticXS::data = 0
staticprivate

Definition at line 96 of file G4NeutronElasticXS.hh.

Referenced by BuildPhysicsTable(), Initialise(), and ~G4NeutronElasticXS().

G4HadronNucleonXsc* G4NeutronElasticXS::fNucleon
private
G4GlauberGribovCrossSection* G4NeutronElasticXS::ggXsection
private
G4bool G4NeutronElasticXS::isMaster
private
const G4ParticleDefinition* G4NeutronElasticXS::proton
private

Definition at line 94 of file G4NeutronElasticXS.hh.

Referenced by GetElementCrossSection(), and Initialise().


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