]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/TOFda.cxx
Changed the way to retrive the T0 information (A.Maevskaya)
[u/mrichter/AliRoot.git] / TOF / TOFda.cxx
index 37e177cae3de2c84719bcbd3382b459167067ef5..d381faeca5bad6cadbff98e19d727007d0f78b20 100644 (file)
@@ -160,7 +160,8 @@ int main(int argc, char **argv) {
        }
         meantime = allData[49][0];
        */
-        meantime = rawReaderT0->GetData(49,0);
+        //meantime = rawReaderT0->GetData(49,0); //OLD
+        meantime = (rawReaderT0->GetData(51,0)+rawReaderT0->GetData(52,0))/2.; //Alla
        //        printf("time zero (ns) = %i (%f) \n", meantime, (meantime*24.4-200)*1E-3);   // debugging purpose
       }