55 for (i = 1; i < nEntries / 10; i++) {
56 if (theData[10 * i].
GetX() > e)
break;
58 if (i == (nEntries / 10)) {
62 if (theData[i++].
GetX() > e)
break;
74 for (
G4int jj = 0; jj < 10; jj++) {
75 if (theData[i].
GetX() < e)
break;
83 x1 = theData[low].GetX();
84 x2 = theData[high].GetX();
85 y1 = theData[low].GetY(j);
86 y2 = theData[high].GetY(j);
87 y = x * (y2 - y1) / (x2 - x1);
88 return y += y2 - x2 * (y2 - y1) / (x2 - x1);
void SetData(G4double e, G4int i, G4double x)
G4double GetY(G4int i, G4int j)