26 #ifndef G4NeutronHPHash_h 
   27 #define G4NeutronHPHash_h 
  109     if(
theData.size() == 0) 
return 0;
 
  110     if(
theData[0].GetX()>e) 
return 0;
 
  118     for(i=lower; i<
theData.size(); i++)
 
G4int GetMinIndex(G4double e) const 
 
void SetData(G4double e, G4double x)
 
void SetData(G4int index, G4double x, G4double y)
 
G4NeutronHPHash(const G4NeutronHPHash &aHash)
 
G4NeutronHPHash * theUpper
 
G4NeutronHPHash & operator=(const G4NeutronHPHash &aHash)
 
std::vector< int > theIndex
 
std::vector< G4NeutronHPDataPoint > theData