Definition at line 163 of file GeoObjectSorter35.cxx.
Definition at line 171 of file GeoObjectSorter35.cxx.
172 double xyz1[3] = {0.};
173 double xyz2[3] = {0.};
175 w1.GetCenter(xyz1); w2.GetCenter(xyz2);
185 if( xyz1[1]==xyz2[1] && xyz1[2]<xyz2[2] )
return true;
190 bool InVertSplitRegion =
false;
191 if(
detVersion==
"dune35t") InVertSplitRegion = xyz1[2] > 76.35;
192 else if(
detVersion==
"dune35t4apa") InVertSplitRegion = ((51 < xyz1[2])
194 else if(
detVersion==
"dune35t4apa_v2") InVertSplitRegion = ((52.74 < xyz1[2])
195 && (xyz1[2] < 106.23));
200 ) InVertSplitRegion = ((51.41045 < xyz1[2])
201 && (xyz1[2] < 103.33445));
208 if( InVertSplitRegion ){
211 if( xyz1[1]<0 && xyz1[1] < xyz2[1] )
return true;
214 if( xyz1[1]>0 && xyz1[1] > xyz2[1] )
return true;
219 if( xyz1[1] > xyz2[1] )
return true;
The documentation for this struct was generated from the following file: