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

#include <G4NeutronHPFissionXS.hh>

+ Inheritance diagram for G4NeutronHPFissionXS:

Public Member Functions

 G4NeutronHPFissionXS ()
 
 ~G4NeutronHPFissionXS () override=default
 
void CrossSectionDescription (std::ostream &) const final
 
G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *) final
 
G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *) final
 
G4NeutronHPFissionXSoperator= (const G4NeutronHPFissionXS &right)=delete
 
 G4NeutronHPFissionXS (const G4NeutronHPFissionXS &)=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 ()
 
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 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 39 of file G4NeutronHPFissionXS.hh.

Constructor & Destructor Documentation

◆ G4NeutronHPFissionXS() [1/2]

G4NeutronHPFissionXS::G4NeutronHPFissionXS ( )

Definition at line 34 of file G4NeutronHPFissionXS.cc.

35 : G4CrossSectionHP(G4Neutron::Neutron(), "neutronFissionHP",
36 G4ParticleHPManager::GetInstance()->GetNeutronHPPath() + "/Fission/CrossSection/",
37 20*CLHEP::MeV, 88, 100)
38{}
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()

◆ ~G4NeutronHPFissionXS()

G4NeutronHPFissionXS::~G4NeutronHPFissionXS ( )
overridedefault

◆ G4NeutronHPFissionXS() [2/2]

G4NeutronHPFissionXS::G4NeutronHPFissionXS ( const G4NeutronHPFissionXS & )
delete

Member Function Documentation

◆ CrossSectionDescription()

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

Reimplemented from G4VCrossSectionDataSet.

Definition at line 52 of file G4NeutronHPFissionXS.cc.

53{
54 outF << "High Precision cross data based on Evaluated Nuclear Data Files"
55 << " (JEFF) for fission reaction induced by neutrons below 20 MeV";
56}

◆ GetElementCrossSection()

G4double G4NeutronHPFissionXS::GetElementCrossSection ( const G4DynamicParticle * ,
G4int Z,
const G4Material *  )
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 46 of file G4NeutronHPFissionXS.cc.

48{
49 return 0.0;
50}

◆ IsElementApplicable()

G4bool G4NeutronHPFissionXS::IsElementApplicable ( const G4DynamicParticle * dp,
G4int Z,
const G4Material *  )
finalvirtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 40 of file G4NeutronHPFissionXS.cc.

42{
43 return ( dp->GetKineticEnergy() > GetMaxHPEnergy() );
44}
G4double GetMaxHPEnergy() const
G4double GetKineticEnergy() const

◆ operator=()

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

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