Geant4  10.00.p02
G4BGGNucleonInelasticXS Class Reference

#include <G4BGGNucleonInelasticXS.hh>

+ Inheritance diagram for G4BGGNucleonInelasticXS:
+ Collaboration diagram for G4BGGNucleonInelasticXS:

Public Member Functions

 G4BGGNucleonInelasticXS (const G4ParticleDefinition *)
 
virtual ~G4BGGNucleonInelasticXS ()
 
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)
 
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 void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void CrossSectionDescription (std::ostream &) const
 
void SetLowestCrossSection (G4double val)
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0)
 
virtual G4IsotopeSelectIsotope (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 G4StringGetName () const
 

Private Member Functions

G4double CoulombFactor (G4double kinEnergy, G4int Z)
 
G4BGGNucleonInelasticXSoperator= (const G4BGGNucleonInelasticXS &right)
 
 G4BGGNucleonInelasticXS (const G4BGGNucleonInelasticXS &)
 

Private Attributes

G4double fGlauberEnergy
 
G4double fLowEnergy
 
G4double fHighEnergy
 
G4double fSAIDHighEnergyLimit
 
G4double fLowestXSection
 
G4double theGlauberFac [93]
 
G4double theCoulombFac [93]
 
G4int theA [93]
 
const G4ParticleDefinitionparticle
 
const G4ParticleDefinitiontheProton
 
G4GlauberGribovCrossSectionfGlauber
 
G4NucleonNuclearCrossSectionfNucleon
 
G4HadronNucleonXscfHadron
 
G4ComponentSAIDTotalXSfSAID
 
G4bool isProton
 
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 64 of file G4BGGNucleonInelasticXS.hh.

Constructor & Destructor Documentation

G4BGGNucleonInelasticXS::G4BGGNucleonInelasticXS ( const G4ParticleDefinition p)

Definition at line 65 of file G4BGGNucleonInelasticXS.cc.

References fGlauber, fGlauberEnergy, fHadron, fHighEnergy, fLowEnergy, fLowestXSection, fNucleon, fSAID, fSAIDHighEnergyLimit, GeV, isInitialized, isProton, MeV, millibarn, particle, G4Proton::Proton(), theA, theCoulombFac, theGlauberFac, theProton, and G4VCrossSectionDataSet::verboseLevel.

+ Here is the call graph for this function:

G4BGGNucleonInelasticXS::~G4BGGNucleonInelasticXS ( )
virtual

Definition at line 92 of file G4BGGNucleonInelasticXS.cc.

References fHadron, and fSAID.

G4BGGNucleonInelasticXS::G4BGGNucleonInelasticXS ( const G4BGGNucleonInelasticXS )
private

Member Function Documentation

G4double G4BGGNucleonInelasticXS::CoulombFactor ( G4double  kinEnergy,
G4int  Z 
)
private

Definition at line 305 of file G4BGGNucleonInelasticXS.cc.

References G4Exp(), G4Log(), GeV, isProton, llog10, and theA.

Referenced by BuildPhysicsTable(), and GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 346 of file G4BGGNucleonInelasticXS.cc.

G4double G4BGGNucleonInelasticXS::GetElementCrossSection ( const G4DynamicParticle dp,
G4int  Z,
const G4Material mat = 0 
)
virtual
G4double G4BGGNucleonInelasticXS::GetIsoCrossSection ( const G4DynamicParticle dp,
G4int  Z,
G4int  A,
const G4Isotope iso = 0,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 163 of file G4BGGNucleonInelasticXS.cc.

References A, barn, fHadron, fHighEnergy, fSAID, fSAIDHighEnergyLimit, G4cout, G4endl, G4DynamicParticle::GetDefinition(), G4HadronNucleonXsc::GetHadronNucleonXscNS(), G4HadronNucleonXsc::GetHadronNucleonXscPDG(), G4HadronNucleonXsc::GetInelasticHadronNucleonXsc(), G4ComponentSAIDTotalXS::GetInelasticIsotopeCrossSection(), G4DynamicParticle::GetKineticEnergy(), G4ParticleDefinition::GetParticleName(), GeV, particle, theCoulombFac, theProton, and G4VCrossSectionDataSet::verboseLevel.

Referenced by GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4BGGNucleonInelasticXS::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material mat = 0 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Reimplemented in G4NeutronHPBGGNucleonInelasticXS.

Definition at line 100 of file G4BGGNucleonInelasticXS.cc.

G4bool G4BGGNucleonInelasticXS::IsIsoApplicable ( const G4DynamicParticle ,
G4int  Z,
G4int  A,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Reimplemented in G4NeutronHPBGGNucleonInelasticXS.

Definition at line 108 of file G4BGGNucleonInelasticXS.cc.

G4BGGNucleonInelasticXS& G4BGGNucleonInelasticXS::operator= ( const G4BGGNucleonInelasticXS right)
private
void G4BGGNucleonInelasticXS::SetLowestCrossSection ( G4double  val)
inline

Definition at line 125 of file G4BGGNucleonInelasticXS.hh.

References fLowestXSection.

Member Data Documentation

G4GlauberGribovCrossSection* G4BGGNucleonInelasticXS::fGlauber
private
G4double G4BGGNucleonInelasticXS::fGlauberEnergy
private
G4HadronNucleonXsc* G4BGGNucleonInelasticXS::fHadron
private
G4double G4BGGNucleonInelasticXS::fHighEnergy
private
G4double G4BGGNucleonInelasticXS::fLowEnergy
private
G4double G4BGGNucleonInelasticXS::fLowestXSection
private

Definition at line 109 of file G4BGGNucleonInelasticXS.hh.

Referenced by G4BGGNucleonInelasticXS(), and SetLowestCrossSection().

G4NucleonNuclearCrossSection* G4BGGNucleonInelasticXS::fNucleon
private
G4ComponentSAIDTotalXS* G4BGGNucleonInelasticXS::fSAID
private
G4double G4BGGNucleonInelasticXS::fSAIDHighEnergyLimit
private
G4bool G4BGGNucleonInelasticXS::isInitialized
private

Definition at line 122 of file G4BGGNucleonInelasticXS.hh.

Referenced by BuildPhysicsTable(), and G4BGGNucleonInelasticXS().

G4bool G4BGGNucleonInelasticXS::isProton
private
const G4ParticleDefinition* G4BGGNucleonInelasticXS::particle
private
G4int G4BGGNucleonInelasticXS::theA[93]
private
G4double G4BGGNucleonInelasticXS::theCoulombFac[93]
private
G4double G4BGGNucleonInelasticXS::theGlauberFac[93]
private
const G4ParticleDefinition* G4BGGNucleonInelasticXS::theProton
private

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