Geant4  10.00.p02
G4BGGPionElasticXS Class Reference

#include <G4BGGPionElasticXS.hh>

+ Inheritance diagram for G4BGGPionElasticXS:
+ Collaboration diagram for G4BGGPionElasticXS:

Public Member Functions

 G4BGGPionElasticXS (const G4ParticleDefinition *)
 
virtual ~G4BGGPionElasticXS ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *)
 
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
 
- 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

G4BGGPionElasticXSoperator= (const G4BGGPionElasticXS &right)
 
 G4BGGPionElasticXS (const G4BGGPionElasticXS &)
 

Private Attributes

G4double fGlauberEnergy
 
G4double fLowEnergy
 
G4double fSAIDHighEnergyLimit
 
G4double theGlauberFac [93]
 
G4double theCoulombFac [93]
 
G4int theA [93]
 
const G4ParticleDefinitionparticle
 
const G4ParticleDefinitiontheProton
 
G4GlauberGribovCrossSectionfGlauber
 
G4UPiNuclearCrossSectionfPion
 
G4HadronNucleonXscfHadron
 
G4ComponentSAIDTotalXSfSAID
 
G4bool isPiplus
 
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 G4BGGPionElasticXS.hh.

Constructor & Destructor Documentation

G4BGGPionElasticXS::G4BGGPionElasticXS ( const G4ParticleDefinition )

Definition at line 56 of file G4BGGPionElasticXS.cc.

References fGlauber, fGlauberEnergy, fHadron, fLowEnergy, fPion, fSAID, fSAIDHighEnergyLimit, GeV, isInitialized, isPiplus, MeV, particle, G4Proton::Proton(), G4VCrossSectionDataSet::SetMaxKinEnergy(), G4VCrossSectionDataSet::SetMinKinEnergy(), TeV, theA, theCoulombFac, theGlauberFac, theProton, and G4VCrossSectionDataSet::verboseLevel.

+ Here is the call graph for this function:

G4BGGPionElasticXS::~G4BGGPionElasticXS ( )
virtual

Definition at line 83 of file G4BGGPionElasticXS.cc.

References fGlauber, fHadron, fPion, and fSAID.

G4BGGPionElasticXS::G4BGGPionElasticXS ( const G4BGGPionElasticXS )
private

Member Function Documentation

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 264 of file G4BGGPionElasticXS.cc.

G4double G4BGGPionElasticXS::GetElementCrossSection ( const G4DynamicParticle dp,
G4int  Z,
const G4Material mat = 0 
)
virtual
G4double G4BGGPionElasticXS::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 146 of file G4BGGPionElasticXS.cc.

References A, barn, fHadron, fSAID, fSAIDHighEnergyLimit, G4cout, G4endl, G4DynamicParticle::GetDefinition(), G4HadronNucleonXsc::GetElasticHadronNucleonXsc(), G4ComponentSAIDTotalXS::GetElasticIsotopeCrossSection(), G4HadronNucleonXsc::GetHadronNucleonXscPDG(), G4DynamicParticle::GetKineticEnergy(), G4ParticleDefinition::GetParticleName(), 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 G4BGGPionElasticXS::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material  
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 94 of file G4BGGPionElasticXS.cc.

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 102 of file G4BGGPionElasticXS.cc.

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

Member Data Documentation

G4GlauberGribovCrossSection* G4BGGPionElasticXS::fGlauber
private
G4double G4BGGPionElasticXS::fGlauberEnergy
private
G4HadronNucleonXsc* G4BGGPionElasticXS::fHadron
private
G4double G4BGGPionElasticXS::fLowEnergy
private
G4UPiNuclearCrossSection* G4BGGPionElasticXS::fPion
private
G4ComponentSAIDTotalXS* G4BGGPionElasticXS::fSAID
private
G4double G4BGGPionElasticXS::fSAIDHighEnergyLimit
private
G4bool G4BGGPionElasticXS::isInitialized
private

Definition at line 115 of file G4BGGPionElasticXS.hh.

Referenced by BuildPhysicsTable(), and G4BGGPionElasticXS().

G4bool G4BGGPionElasticXS::isPiplus
private

Definition at line 114 of file G4BGGPionElasticXS.hh.

Referenced by BuildPhysicsTable(), and G4BGGPionElasticXS().

const G4ParticleDefinition* G4BGGPionElasticXS::particle
private
G4int G4BGGPionElasticXS::theA[93]
private
G4double G4BGGPionElasticXS::theCoulombFac[93]
private
G4double G4BGGPionElasticXS::theGlauberFac[93]
private
const G4ParticleDefinition* G4BGGPionElasticXS::theProton
private

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