ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4NucleonNuclearCrossSection Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/cross_sections/include/G4NucleonNuclearCrossSection.hh>

+ Inheritance diagram for G4NucleonNuclearCrossSection:
+ Collaboration diagram for G4NucleonNuclearCrossSection:

Public Member Functions

 G4NucleonNuclearCrossSection ()
 
 ~G4NucleonNuclearCrossSection () override
 
G4bool IsElementApplicable (const G4DynamicParticle *aParticle, G4int Z, const G4Material *mat) final
 
G4double GetElementCrossSection (const G4DynamicParticle *aParticle, G4int Z, const G4Material *mat=nullptr) final
 
void BuildPhysicsTable (const G4ParticleDefinition &) final
 
void CrossSectionDescription (std::ostream &) const final
 
G4double GetElasticCrossSection (const G4DynamicParticle *aParticle, G4int Z)
 
G4double GetTotalXsc ()
 
G4double GetInelasticXsc ()
 
G4double GetElasticXsc ()
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
virtual G4double GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
 
virtual const G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy, G4double logE)
 
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)
 
bool ForAllAtomsAndEnergies () const
 
void SetForAllAtomsAndEnergies (G4bool val)
 
const G4StringGetName () const
 

Static Public Member Functions

static const char * Default_Name ()
 

Private Member Functions

void ComputeCrossSections (const G4ParticleDefinition *, G4double kinEnergy, G4int Z)
 

Private Attributes

G4ComponentBarNucleonNucleusXscfBarash
 
const G4ParticleDefinitiontheProton
 
const G4ParticleDefinitiontheNeutron
 
G4double fTotalXsc
 
G4double fInelasticXsc
 
G4double fElasticXsc
 

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 45 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 45 of file G4NucleonNuclearCrossSection.hh

Constructor & Destructor Documentation

G4NucleonNuclearCrossSection::G4NucleonNuclearCrossSection ( )
explicit

Definition at line 49 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 49 of file G4NucleonNuclearCrossSection.cc

References fBarash, G4Neutron::Neutron(), G4Proton::Proton(), theNeutron, and theProton.

+ Here is the call graph for this function:

G4NucleonNuclearCrossSection::~G4NucleonNuclearCrossSection ( )
override

Definition at line 61 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 61 of file G4NucleonNuclearCrossSection.cc

Member Function Documentation

void G4NucleonNuclearCrossSection::BuildPhysicsTable ( const G4ParticleDefinition part)
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 95 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 95 of file G4NucleonNuclearCrossSection.cc

References G4ComponentBarNucleonNucleusXsc::BuildPhysicsTable(), and fBarash.

Referenced by G4BGGNucleonElasticXS::BuildPhysicsTable(), and G4BGGNucleonInelasticXS::BuildPhysicsTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NucleonNuclearCrossSection::ComputeCrossSections ( const G4ParticleDefinition pd,
G4double  kinEnergy,
G4int  Z 
)
private

Definition at line 83 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 83 of file G4NucleonNuclearCrossSection.cc

References G4ComponentBarNucleonNucleusXsc::ComputeCrossSections(), fBarash, fElasticXsc, fInelasticXsc, fTotalXsc, G4ComponentBarNucleonNucleusXsc::GetElasticXsc(), G4ComponentBarNucleonNucleusXsc::GetInelasticXsc(), and G4ComponentBarNucleonNucleusXsc::GetTotalXsc().

Referenced by GetElasticCrossSection(), and GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NucleonNuclearCrossSection::CrossSectionDescription ( std::ostream &  outFile) const
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 103 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 103 of file G4NucleonNuclearCrossSection.cc

static const char* G4NucleonNuclearCrossSection::Default_Name ( )
inlinestatic

Definition at line 52 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 52 of file G4NucleonNuclearCrossSection.hh

G4double G4NucleonNuclearCrossSection::GetElasticCrossSection ( const G4DynamicParticle aParticle,
G4int  Z 
)
inline

Definition at line 88 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 88 of file G4NucleonNuclearCrossSection.hh

References ComputeCrossSections(), fElasticXsc, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), and Z.

Referenced by G4BGGNucleonElasticXS::BuildPhysicsTable(), and G4BGGNucleonElasticXS::GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NucleonNuclearCrossSection::GetElasticXsc ( )
inline

Definition at line 69 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 69 of file G4NucleonNuclearCrossSection.hh

References fElasticXsc.

G4double G4NucleonNuclearCrossSection::GetElementCrossSection ( const G4DynamicParticle aParticle,
G4int  Z,
const G4Material mat = nullptr 
)
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 74 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 74 of file G4NucleonNuclearCrossSection.cc

References ComputeCrossSections(), fInelasticXsc, G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), and Z.

Referenced by G4BGGNucleonInelasticXS::BuildPhysicsTable(), and G4BGGNucleonInelasticXS::GetElementCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NucleonNuclearCrossSection::GetInelasticXsc ( )
inline

Definition at line 68 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 68 of file G4NucleonNuclearCrossSection.hh

References fInelasticXsc.

G4double G4NucleonNuclearCrossSection::GetTotalXsc ( )
inline

Definition at line 67 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 67 of file G4NucleonNuclearCrossSection.hh

References fTotalXsc.

G4bool G4NucleonNuclearCrossSection::IsElementApplicable ( const G4DynamicParticle aParticle,
G4int  Z,
const G4Material mat 
)
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 66 of file G4NucleonNuclearCrossSection.cc.

View newest version in sPHENIX GitHub at line 66 of file G4NucleonNuclearCrossSection.cc

Member Data Documentation

G4ComponentBarNucleonNucleusXsc* G4NucleonNuclearCrossSection::fBarash
private

Definition at line 76 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 76 of file G4NucleonNuclearCrossSection.hh

Referenced by BuildPhysicsTable(), ComputeCrossSections(), and G4NucleonNuclearCrossSection().

G4double G4NucleonNuclearCrossSection::fElasticXsc
private

Definition at line 83 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 83 of file G4NucleonNuclearCrossSection.hh

Referenced by ComputeCrossSections(), GetElasticCrossSection(), and GetElasticXsc().

G4double G4NucleonNuclearCrossSection::fInelasticXsc
private

Definition at line 82 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 82 of file G4NucleonNuclearCrossSection.hh

Referenced by ComputeCrossSections(), GetElementCrossSection(), and GetInelasticXsc().

G4double G4NucleonNuclearCrossSection::fTotalXsc
private

Definition at line 81 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 81 of file G4NucleonNuclearCrossSection.hh

Referenced by ComputeCrossSections(), and GetTotalXsc().

const G4ParticleDefinition* G4NucleonNuclearCrossSection::theNeutron
private

Definition at line 79 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 79 of file G4NucleonNuclearCrossSection.hh

Referenced by G4NucleonNuclearCrossSection().

const G4ParticleDefinition* G4NucleonNuclearCrossSection::theProton
private

Definition at line 78 of file G4NucleonNuclearCrossSection.hh.

View newest version in sPHENIX GitHub at line 78 of file G4NucleonNuclearCrossSection.hh

Referenced by G4NucleonNuclearCrossSection().


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