Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4HadronCaptureDataSet Class Reference

#include <G4HadronCaptureDataSet.hh>

+ Inheritance diagram for G4HadronCaptureDataSet:

Public Member Functions

 G4HadronCaptureDataSet (const G4String &name="GheishaCaptureXS")
 
 ~G4HadronCaptureDataSet ()
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *aParticle, G4int, const G4Material *)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *aParticle, G4int Z, const G4Material *)
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 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 G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy)
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
virtual void CrossSectionDescription (std::ostream &) const
 
void SetVerboseLevel (G4int value)
 
G4double GetMinKinEnergy () const
 
void SetMinKinEnergy (G4double value)
 
G4double GetMaxKinEnergy () const
 
void SetMaxKinEnergy (G4double value)
 
const G4StringGetName () const
 

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 47 of file G4HadronCaptureDataSet.hh.

Constructor & Destructor Documentation

◆ G4HadronCaptureDataSet()

G4HadronCaptureDataSet::G4HadronCaptureDataSet ( const G4String name = "GheishaCaptureXS")

Definition at line 39 of file G4HadronCaptureDataSet.cc.

41{
42 theHadronCrossSections = G4HadronCrossSections::Instance();
43}
static G4HadronCrossSections * Instance()

◆ ~G4HadronCaptureDataSet()

G4HadronCaptureDataSet::~G4HadronCaptureDataSet ( )

Definition at line 45 of file G4HadronCaptureDataSet.cc.

46{}

Member Function Documentation

◆ CrossSectionDescription()

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 63 of file G4HadronCaptureDataSet.cc.

64{
65 outFile << "G4HadronCaptureDataSet contains neutron capture cross\n"
66 << "sections developed as part of the Gheisha hadronic package\n"
67 << "by H. Fesefeldt. The cross sections are valid for all\n"
68 << "incident neutron energies, but they do not represent any of\n"
69 << "the detailed resonances known to exist at low energies.\n"
70 << "The cross sections depend only on Z and not A.\n";
71}

◆ GetElementCrossSection()

G4double G4HadronCaptureDataSet::GetElementCrossSection ( const G4DynamicParticle aParticle,
G4int  Z,
const G4Material  
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 56 of file G4HadronCaptureDataSet.cc.

58{
59 return theHadronCrossSections->GetCaptureCrossSection(aParticle, Z);
60}
G4double GetCaptureCrossSection(const G4DynamicParticle *, G4int)

◆ IsElementApplicable()

G4bool G4HadronCaptureDataSet::IsElementApplicable ( const G4DynamicParticle aParticle,
G4int  ,
const G4Material  
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 49 of file G4HadronCaptureDataSet.cc.

51{
52 return true;
53}

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