43#ifndef G4NeutronCaptureXS_h
44#define G4NeutronCaptureXS_h 1
109 void Initialise(
G4int Z);
111 void InitialiseOnFly(
G4int Z);
113 const G4String& FindDirectoryPath();
125 std::vector<G4double> temp;
127 G4bool isInitializer{
false};
128 G4bool fRfilesEnabled{
false};
130 static G4ElementData* data;
131 static G4ElementData* dataR;
132 static G4String gDataDirectory;
138 const G4PhysicsVector* pv = data->GetElementData(Z);
141 pv = data->GetElementData(Z);
149 const G4PhysicsVector* pv = dataR->GetElementData(Z);
152 pv = dataR->GetElementData(Z);
G4double ComputeIsoCrossSection(G4double kinEnergy, G4double loge, const G4ParticleDefinition *, G4int Z, G4int A, const G4Isotope *iso, const G4Element *elm, const G4Material *mat) final
void CrossSectionDescription(std::ostream &) const final
G4bool IsIsoApplicable(const G4DynamicParticle *, G4int Z, G4int A, const G4Element *, const G4Material *) final
G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso, const G4Element *elm, const G4Material *mat) final
const G4Isotope * SelectIsotope(const G4Element *, G4double kinEnergy, G4double logE) final
G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *) final
G4double IsoCrossSection(G4double ekin, G4double logekin, G4int Z, G4int A)
G4NeutronCaptureXS(const G4NeutronCaptureXS &)=delete
G4double ElementCrossSection(G4double kinEnergy, G4double loge, G4int Z)
void BuildPhysicsTable(const G4ParticleDefinition &) final
G4NeutronCaptureXS & operator=(const G4NeutronCaptureXS &right)=delete
G4double ComputeCrossSectionPerElement(G4double kinEnergy, G4double loge, const G4ParticleDefinition *, const G4Element *, const G4Material *) final
static const char * Default_Name()
G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *) final
~G4NeutronCaptureXS() override=default
G4VCrossSectionDataSet(const G4String &nam="")