Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4NeutronHPInelasticXS Class Referencefinal

#include <G4NeutronHPInelasticXS.hh>

+ Inheritance diagram for G4NeutronHPInelasticXS:

Public Member Functions

 G4NeutronHPInelasticXS ()
 
 ~G4NeutronHPInelasticXS () override=default
 
void CrossSectionDescription (std::ostream &) const final
 
G4NeutronHPInelasticXSoperator= (const G4NeutronHPInelasticXS &right)=delete
 
 G4NeutronHPInelasticXS (const G4NeutronHPInelasticXS &)=delete
 
- Public Member Functions inherited from G4CrossSectionHP
 G4CrossSectionHP (const G4ParticleDefinition *, const G4String &nameData, const G4String &nameDir, G4double emaxHP, G4int zmin, G4int zmax)
 
 ~G4CrossSectionHP () override=default
 
G4bool IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *, const G4Material *) override
 
G4double GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *, const G4Element *, const G4Material *) override
 
G4double ComputeIsoCrossSection (G4double kinEnergy, G4double loge, const G4ParticleDefinition *, G4int Z, G4int A, const G4Isotope *iso, const G4Element *elm, const G4Material *mat) override
 
const G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy, G4double logE) override
 
void BuildPhysicsTable (const G4ParticleDefinition &) override
 
void DumpPhysicsTable (const G4ParticleDefinition &) override
 
G4CrossSectionHPoperator= (const G4CrossSectionHP &right)=delete
 
 G4CrossSectionHP (const G4CrossSectionHP &)=delete
 
- Public Member Functions inherited from G4VCrossSectionDataSet
 G4VCrossSectionDataSet (const G4String &nam="")
 
virtual ~G4VCrossSectionDataSet ()
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, 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 ComputeCrossSectionPerElement (G4double kinEnergy, G4double loge, const G4ParticleDefinition *, const G4Element *, const G4Material *mat=nullptr)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
 
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
 
void SetName (const G4String &nam)
 
G4VCrossSectionDataSetoperator= (const G4VCrossSectionDataSet &right)=delete
 
 G4VCrossSectionDataSet (const G4VCrossSectionDataSet &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from G4CrossSectionHP
G4double GetMaxHPEnergy () const
 
void SetBinSearch (G4int n)
 
- Protected Attributes inherited from G4VCrossSectionDataSet
G4int verboseLevel
 
G4String name
 

Detailed Description

Definition at line 38 of file G4NeutronHPInelasticXS.hh.

Constructor & Destructor Documentation

◆ G4NeutronHPInelasticXS() [1/2]

G4NeutronHPInelasticXS::G4NeutronHPInelasticXS ( )

Definition at line 34 of file G4NeutronHPInelasticXS.cc.

35 : G4CrossSectionHP(G4Neutron::Neutron(), "neutronInelasticHP",
36 G4ParticleHPManager::GetInstance()->GetNeutronHPPath() + "/Inelastic/CrossSection/",
37 20*CLHEP::MeV, 0, 100)
38{
39 SetMaxKinEnergy(20*CLHEP::MeV);
40}
G4CrossSectionHP(const G4ParticleDefinition *, const G4String &nameData, const G4String &nameDir, G4double emaxHP, G4int zmin, G4int zmax)
static G4Neutron * Neutron()
Definition G4Neutron.cc:101
static G4ParticleHPManager * GetInstance()
void SetMaxKinEnergy(G4double value)

◆ ~G4NeutronHPInelasticXS()

G4NeutronHPInelasticXS::~G4NeutronHPInelasticXS ( )
overridedefault

◆ G4NeutronHPInelasticXS() [2/2]

G4NeutronHPInelasticXS::G4NeutronHPInelasticXS ( const G4NeutronHPInelasticXS & )
delete

Member Function Documentation

◆ CrossSectionDescription()

void G4NeutronHPInelasticXS::CrossSectionDescription ( std::ostream & outF) const
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 42 of file G4NeutronHPInelasticXS.cc.

43{
44 outF << "High Precision cross data based on Evaluated Nuclear Data Files"
45 << " (JEFF) for inelastic reaction of neutrons below 20 MeV";
46}

◆ operator=()

G4NeutronHPInelasticXS & G4NeutronHPInelasticXS::operator= ( const G4NeutronHPInelasticXS & right)
delete

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