33     theGammaNucXSections.push_back(
new G4ASCCrossSection(113,  2212, 13.7, 35.9, 0.45, 0.079));
 
   35     theGammaNucXSections.push_back(
new G4ASCCrossSection(223,  2212, 13.7, 35.9, 0.45, 0.079));
 
   37     theGammaNucXSections.push_back(
new G4ASCCrossSection(333,  2212, 12.2, 26.4, 0.50, 0.079));
 
   61     typedef std::vector<G4ASCCrossSection*>::iterator iter;
 
   63     for(i=theGammaNucXSections.begin(); i!=theGammaNucXSections.end(); i++)
 
   65         result += (*i)->GetXsec(S);
 
G4double G4NeutronHPJENDLHEData::G4double result
 
G4double GetXsec(G4double S)
 
G4bool InCharge(G4int aCode, G4int bCode)