Geant4  10.00.p03
G4VCrossSectionDataSet Class Reference

#include <G4VCrossSectionDataSet.hh>

Inherited by CexmcFakeCrossSectionData, G4BGGNucleonElasticXS, G4BGGNucleonInelasticXS, G4BGGPionElasticXS, G4BGGPionInelasticXS, G4ChipsAntiBaryonElasticXS, G4ChipsAntiBaryonInelasticXS, G4ChipsHyperonElasticXS, G4ChipsHyperonInelasticXS, G4ChipsKaonMinusElasticXS, G4ChipsKaonMinusInelasticXS, G4ChipsKaonPlusElasticXS, G4ChipsKaonPlusInelasticXS, G4ChipsKaonZeroElasticXS, G4ChipsKaonZeroInelasticXS, G4ChipsNeutronElasticXS, G4ChipsNeutronInelasticXS, G4ChipsPionMinusElasticXS, G4ChipsPionMinusInelasticXS, G4ChipsPionPlusElasticXS, G4ChipsPionPlusInelasticXS, G4ChipsProtonElasticXS, G4ChipsProtonInelasticXS, G4CrossSectionElastic, G4CrossSectionInelastic, G4CrossSectionPairGG, G4DPMJET2_5CrossSection, G4ElectroNuclearCrossSection, G4EMDissociationCrossSection, G4GeneralSpaceNNCrossSection, G4GGNuclNuclCrossSection, G4GlauberGribovCrossSection, G4HadronCaptureDataSet, G4HadronElasticDataSet, G4HadronFissionDataSet, G4HadronInelasticDataSet, G4IonProtonCrossSection, G4IonsKoxCrossSection, G4IonsShenCrossSection, G4IonsSihverCrossSection, G4KokoulinMuonNuclearXS, G4LENDCrossSection, G4NeutronCaptureXS, G4NeutronElasticXS, G4NeutronHPCaptureData, G4NeutronHPElasticData, G4NeutronHPFissionData, G4NeutronHPInelasticData, G4NeutronHPJENDLHEData, G4NeutronHPThermalScatteringData, G4NeutronInelasticCrossSection, G4NeutronInelasticXS, G4NucleonNuclearCrossSection, G4PhotoNuclearCrossSection, G4PiNuclearCrossSection, G4ProtonInelasticCrossSection, G4TripathiCrossSection, G4TripathiLightCrossSection, and G4UPiNuclearCrossSection.

+ Collaboration diagram for G4VCrossSectionDataSet:

Public Member Functions

 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 G4Isotope * SelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
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 G4String & GetName () const
 

Protected Member Functions

void SetName (const G4String &)
 

Protected Attributes

G4int verboseLevel
 

Private Member Functions

G4VCrossSectionDataSet & operator= (const G4VCrossSectionDataSet &right)
 
 G4VCrossSectionDataSet (const G4VCrossSectionDataSet &)
 

Private Attributes

G4double minKinEnergy
 
G4double maxKinEnergy
 
G4String name
 

Detailed Description

Definition at line 70 of file G4VCrossSectionDataSet.hh.

Constructor & Destructor Documentation

G4VCrossSectionDataSet::G4VCrossSectionDataSet ( const G4String &  nam = "")

Definition at line 54 of file G4VCrossSectionDataSet.cc.

References G4CrossSectionDataSetRegistry::Instance(), and G4CrossSectionDataSetRegistry::Register().

+ Here is the call graph for this function:

G4VCrossSectionDataSet::~G4VCrossSectionDataSet ( )
virtual

Definition at line 60 of file G4VCrossSectionDataSet.cc.

References G4CrossSectionDataSetRegistry::DeRegister(), and G4CrossSectionDataSetRegistry::Instance().

+ Here is the call graph for this function:

G4VCrossSectionDataSet::G4VCrossSectionDataSet ( const G4VCrossSectionDataSet &  )
private

Member Function Documentation

G4double G4VCrossSectionDataSet::ComputeCrossSection ( const G4DynamicParticle *  part,
const G4Element *  elm,
const G4Material *  mat = 0 
)

Definition at line 83 of file G4VCrossSectionDataSet.cc.

References A, G4lrint(), GetElementCrossSection(), GetIsoCrossSection(), G4NistManager::GetIsotopeAbundance(), G4Element::GetIsotopeVector(), G4Isotope::GetN(), G4NistManager::GetNistFirstIsotopeN(), G4Element::GetNumberOfIsotopes(), G4NistManager::GetNumberOfNistIsotopes(), G4Element::GetRelativeAbundanceVector(), G4Element::GetZ(), G4NistManager::Instance(), IsElementApplicable(), IsIsoApplicable(), and G4InuclParticleNames::nn.

Referenced by GetCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4VCrossSectionDataSet::GetCrossSection ( const G4DynamicParticle *  dp,
const G4Element *  elm,
const G4Material *  mat = 0 
)
inline

Definition at line 180 of file G4VCrossSectionDataSet.hh.

References ComputeCrossSection().

+ Here is the call graph for this function:

G4double G4VCrossSectionDataSet::GetElementCrossSection ( const G4DynamicParticle *  dynPart,
G4int  Z,
const G4Material *  mat = 0 
)
virtual
G4double G4VCrossSectionDataSet::GetIsoCrossSection ( const G4DynamicParticle *  dynPart,
G4int  Z,
G4int  A,
const G4Isotope *  iso = 0,
const G4Element *  elm = 0,
const G4Material *  mat = 0 
)
virtual
G4double G4VCrossSectionDataSet::GetMaxKinEnergy ( ) const
inline
G4double G4VCrossSectionDataSet::GetMinKinEnergy ( ) const
inline
const G4String & G4VCrossSectionDataSet::GetName ( void  ) const
inline

Definition at line 218 of file G4VCrossSectionDataSet.hh.

References name.

Referenced by G4CrossSectionPairGG::BuildPhysicsTable(), G4LENDCrossSection::create_used_target_map(), G4CrossSectionPairGG::DumpPhysicsTable(), G4LENDCrossSection::DumpPhysicsTable(), and G4CrossSectionDataSetRegistry::GetCrossSectionDataSet().

+ Here is the caller graph for this function:

G4int G4VCrossSectionDataSet::GetVerboseLevel ( ) const
inlinevirtual
G4VCrossSectionDataSet& G4VCrossSectionDataSet::operator= ( const G4VCrossSectionDataSet &  right)
private
G4Isotope * G4VCrossSectionDataSet::SelectIsotope ( const G4Element *  anElement,
G4double  kinEnergy 
)
virtual

Reimplemented in G4NeutronInelasticXS, and G4NeutronCaptureXS.

Definition at line 170 of file G4VCrossSectionDataSet.cc.

References G4UniformRand, G4Element::GetIsotopeVector(), G4Element::GetNumberOfIsotopes(), and G4Element::GetRelativeAbundanceVector().

+ Here is the call graph for this function:

void G4VCrossSectionDataSet::SetName ( const G4String &  nam)
inlineprotected

Definition at line 223 of file G4VCrossSectionDataSet.hh.

References name.

void G4VCrossSectionDataSet::SetVerboseLevel ( G4int  value)
inlinevirtual

Member Data Documentation

G4double G4VCrossSectionDataSet::maxKinEnergy
private

Definition at line 174 of file G4VCrossSectionDataSet.hh.

Referenced by GetMaxKinEnergy(), and SetMaxKinEnergy().

G4double G4VCrossSectionDataSet::minKinEnergy
private

Definition at line 173 of file G4VCrossSectionDataSet.hh.

Referenced by GetMinKinEnergy(), and SetMinKinEnergy().

G4String G4VCrossSectionDataSet::name
private

Definition at line 176 of file G4VCrossSectionDataSet.hh.

Referenced by GetName(), and SetName().

G4int G4VCrossSectionDataSet::verboseLevel
protected

Definition at line 166 of file G4VCrossSectionDataSet.hh.

Referenced by G4CrossSectionPairGG::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4LENDCrossSection::create_used_target_map(), G4BGGNucleonElasticXS::G4BGGNucleonElasticXS(), G4BGGNucleonInelasticXS::G4BGGNucleonInelasticXS(), G4BGGPionElasticXS::G4BGGPionElasticXS(), G4BGGPionInelasticXS::G4BGGPionInelasticXS(), G4CrossSectionPairGG::G4CrossSectionPairGG(), G4NeutronCaptureXS::G4NeutronCaptureXS(), G4NeutronElasticXS::G4NeutronElasticXS(), G4NeutronInelasticXS::G4NeutronInelasticXS(), G4NeutronElasticXS::GetElementCrossSection(), G4CrossSectionPairGG::GetElementCrossSection(), G4NeutronCaptureXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4BGGPionElasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetElementCrossSection(), G4BGGNucleonElasticXS::GetElementCrossSection(), G4BGGPionInelasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetIsoCrossSection(), G4BGGPionElasticXS::GetIsoCrossSection(), G4BGGNucleonElasticXS::GetIsoCrossSection(), G4BGGPionInelasticXS::GetIsoCrossSection(), GetVerboseLevel(), G4NeutronElasticXS::Initialise(), G4NeutronCaptureXS::IsoCrossSection(), G4NeutronInelasticXS::IsoCrossSection(), G4NeutronCaptureXS::RetrieveVector(), G4NeutronInelasticXS::RetrieveVector(), and SetVerboseLevel().


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