66   0, 0, 6, 0,10,12,14,16, 0, 0, 
 
   67   0, 0, 0,28, 0, 0, 0,36, 0,40, 
 
   68   0, 0, 0, 0, 0,54, 0,58,63,64, 
 
   69   0,70, 0, 0, 0, 0, 0, 0, 0,90, 
 
   70   0, 0, 0, 0, 0, 0,107,106, 0,112, 
 
   71   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
 
   72   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
 
   73   0, 0, 0,180, 0, 0, 0, 0, 0, 0, 
 
   74   0,204, 0, 0, 0, 0, 0, 0, 0, 0, 
 
   78   0, 0, 7, 0,11,13,15,18, 0, 0, 
 
   79   0, 0, 0,30, 0, 0, 0,40, 0,48, 
 
   80   0, 0, 0, 0, 0,58, 0,64,65,70, 
 
   81   0,76, 0, 0, 0, 0, 0, 0, 0,96, 
 
   82   0, 0, 0, 0, 0, 0,109,116, 0,124, 
 
   83   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
 
   84   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
 
   85   0, 0, 0,186, 0, 0, 0, 0, 0, 0, 
 
   86   0,208, 0, 0, 0, 0, 0, 0, 0, 0, 
 
   99     G4cout << 
"G4NeutronInelasticXS::G4NeutronInelasticXS Initialise for Z < "  
  118   outFile << 
"G4NeutronInelasticXS calculates the neutron inelastic scattering\n" 
  119           << 
"cross section on nuclei using data from the high precision\n" 
  120           << 
"neutron database.  These data are simplified and smoothed over\n" 
  121           << 
"the resonance region in order to reduce CPU time.\n" 
  122           << 
"G4NeutronInelasticXS is valid for energies up to 20 MeV, for\n" 
  123           << 
"nuclei through U.\n";
 
  149   else if(Z < 1)    { Z = 1; }
 
  161     if(!pv) { 
return xs; }
 
  165   if(ekin <= e1) { 
return xs; }
 
  170     xs = pv->
Value(ekin); 
 
  180     G4cout  << 
"ekin= " << ekin << 
",  XSinel= " << xs << 
G4endl;
 
  192   else if(Z < 1)    { Z = 1; }
 
  216     if(pv && ekin > pv->
Energy(0)) { xs = pv->
Value(ekin); }
 
  245       for (j = 0; j<nIso; ++j) {
 
  246         sum += abundVector[j];
 
  248           iso = (*isoVector)[j];
 
  257       if(nn < nIso) { 
temp.resize(nIso, 0.); }
 
  259       for (j=0; j<nIso; ++j) {
 
  263                                               (*isoVector)[j]->GetN());
 
  267       for (j = 0; j<nIso; ++j) {
 
  269           iso = (*isoVector)[j];
 
  282     G4cout << 
"G4NeutronInelasticXS::BuildPhysicsTable for "  
  288        << 
" only neutron is allowed";
 
  289     G4Exception(
"G4NeutronInelasticXS::BuildPhysicsTable(..)",
"had012",
 
  306     char* path = getenv(
"G4NEUTRONXSDATA");
 
  315       for(
size_t i=0; i<numOfElm; ++i) {
 
  335   const char* path = p;
 
  339     path = getenv(
"G4NEUTRONXSDATA");
 
  341       G4Exception(
"G4NeutronInelasticXS::Initialise(..)",
"had013",
 
  343                   "Environment variable G4NEUTRONXSDATA is not defined");
 
  356   std::ostringstream ost;
 
  357   ost << path << 
"/inelast" << Z ;
 
  371       std::ostringstream ost1;
 
  372       ost1 << path << 
"/inelast" << Z << 
"_" << 
A;
 
  390   if(sig2 > 0.) { 
coeff[Z] = sig1/sig2; } 
 
  391   if(!dp) { 
delete dynParticle; }
 
  398   std::ifstream filein(ost.str().c_str());
 
  402       ed << 
"Data file <" << ost.str().c_str()
 
  403          << 
"> is not opened!";
 
  404       G4Exception(
"G4NeutronInelasticXS::RetrieveVector(..)",
"had014",
 
  409       G4cout << 
"File " << ost.str() 
 
  410              << 
" is opened by G4NeutronInelasticXS" << 
G4endl;
 
  416       ed << 
"Data file <" << ost.str().c_str()
 
  417          << 
"> is not retrieved!";
 
  418       G4Exception(
"G4NeutronInelasticXS::RetrieveVector(..)",
"had015",
 
virtual ~G4NeutronInelasticXS()
 
size_t GetNumberOfIsotopes() const 
 
void Initialise(G4int Z, G4DynamicParticle *dp=0, const char *=0)
 
G4PhysicsVector * GetComponentDataByIndex(G4int Z, size_t idx)
 
G4_DECLARE_XS_FACTORY(G4NeutronInelasticXS)
 
virtual G4bool Retrieve(std::ifstream &fIn, G4bool ascii)
 
G4double GetMaxEnergy() const 
 
std::vector< G4Isotope * > G4IsotopeVector
 
void AddComponent(G4int Z, G4int id, G4PhysicsVector *v)
 
std::ostringstream G4ExceptionDescription
 
G4double GetKineticEnergy() const 
 
CLHEP::Hep3Vector G4ThreeVector
 
G4PhysicsVector * GetElementData(G4int Z)
 
static G4double coeff[MAXZINEL]
 
static const G4int amax[MAXZINEL]
 
const G4ParticleDefinition * proton
 
virtual G4bool IsIsoApplicable(const G4DynamicParticle *, G4int Z, G4int A, const G4Element *, const G4Material *)
 
size_t GetVectorLength() const 
 
G4double GetInelasticGlauberGribovXsc()
 
static G4NistManager * Instance()
 
const G4String & GetParticleName() const 
 
G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
virtual G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *mat=0)
 
void InitialiseForElement(G4int Z, G4PhysicsVector *v)
 
G4GLOB_DLL std::ostream G4cout
 
double A(double temperature)
 
static size_t GetNumberOfElements()
 
G4ComponentGGHadronNucleusXsc * ggXsection
 
static const G4int amin[MAXZINEL]
 
G4double * GetRelativeAbundanceVector() const 
 
virtual G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso, const G4Element *elm, const G4Material *mat)
 
static G4Neutron * Neutron()
 
G4double Energy(size_t index) const 
 
G4double Value(G4double theEnergy, size_t &lastidx) const 
 
void SetKineticEnergy(G4double aEnergy)
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
static const G4double emax
 
G4double IsoCrossSection(G4double ekin, G4int Z, G4int A)
 
G4IsotopeVector * GetIsotopeVector() const 
 
std::vector< G4double > temp
 
virtual void CrossSectionDescription(std::ostream &) const 
 
G4HadronNucleonXsc * fNucleon
 
virtual G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *)
 
virtual G4Isotope * SelectIsotope(const G4Element *, G4double kinEnergy)
 
G4double GetHadronNucleonXscPDG(const G4DynamicParticle *, const G4ParticleDefinition *)
 
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
 
void SetName(const G4String &nam)
 
std::vector< G4Element * > G4ElementTable
 
static G4ElementData * data
 
static G4ElementTable * GetElementTable()
 
void InitialiseForComponent(G4int Z, G4int nComponents=0)
 
G4PhysicsVector * RetrieveVector(std::ostringstream &in, G4bool warn)
 
G4double GetInelasticHadronNucleonXsc()