--- calo/flight/CaloEnergy/src/CaloEnergy.cpp 2009/12/14 14:56:37 1.20 +++ calo/flight/CaloEnergy/src/CaloEnergy.cpp 2010/06/30 12:20:09 1.21 @@ -1140,7 +1140,7 @@ // // check if the cylinder of integration can go out of the sensor given the frame which has been set (if we use all the calorimeter fRad is < 0 and the printout is suppressed) // - if ( (fM1+0.122-0.244*(Float_t)fRad) < 0.001 ) printf("Error: (fM1+0.122-0.244*(Float_t)fRad) < 0. fM1 %f fRad %i %f \n",fM1,fRad,(fM1+0.122-0.244*(Float_t)fRad)); + if ( (fM1+0.122-0.244*(Float_t)fRad) < 0.000000001 ) printf("Error: (fM1+0.122-0.244*(Float_t)fRad) < 0. fM1 %f fRad %i %f \n",fM1,fRad,(fM1+0.122-0.244*(Float_t)fRad)); // if ( fLong ){ if ( debug ) printf(" ==================================================================> LONGITUDINAL FIT! \n");