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";
 G4HadronCrossSections * theHadronCrossSections
 
~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 *)
 
G4double GetCaptureCrossSection(const G4DynamicParticle *, G4int)
 
G4HadronCaptureDataSet(const G4String &name="GheishaCaptureXS")
 
static G4HadronCrossSections * Instance()