92 if (x < fXmin || x >=
fXmax || y < fYmin || y >=
fYmax || z < fZmin || z >=
fZmax) {
105 dx = xx - Double_t(ix);
106 dy = yy - Double_t(iy);
107 dz = zz - Double_t(iz);
109 Int_t ixyz1 = ix *
fNy *
fNz + iy *
fNz + iz;
110 Int_t ixyz2 = ixyz1 +
fNy *
fNz;
111 Int_t ixyz3 = ixyz1 +
fNz;
112 Int_t ixyz4 = ixyz2 +
fNz;
114 fHa[0][0][0] = fcomp->At(ixyz1);
115 fHa[1][0][0] = fcomp->At(ixyz2);
116 fHa[0][1][0] = fcomp->At(ixyz3);
117 fHa[1][1][0] = fcomp->At(ixyz4);
118 fHa[0][0][1] = fcomp->At(ixyz1 + 1);
119 fHa[1][0][1] = fcomp->At(ixyz2 + 1);
120 fHa[0][1][1] = fcomp->At(ixyz3 + 1);
121 fHa[1][1][1] = fcomp->At(ixyz4 + 1);
Bool_t IsInside(Double_t x, Double_t y, Double_t z, Int_t &ix, Int_t &iy, Int_t &iz, Double_t &dx, Double_t &dy, Double_t &dz)