--- PamelaLevel2/src/PamLevel2.cpp 2007/08/17 16:57:12 1.43 +++ PamelaLevel2/src/PamLevel2.cpp 2007/09/03 09:16:48 1.44 @@ -889,13 +889,13 @@ // --- modified to count tdc signals (more efficient?) // --- and to implement check on tdcflag for (Int_t ih=0; ih < op->npmttdc; ih++){ - Int_t pl = tof_obj->GetPlaneIndex( (op->pmttdc).At(ih) ); + // Int_t pl = tof_obj->GetPlaneIndex( (op->pmttdc).At(ih) ); // if( (op->tdcflag).At(ih)==0 && (pl == 1 || pl == 2 || pl == 5) )nphit_p++; if( (op->tdcflag).At(ih)==0 )nphit_p++; }; for (Int_t ih=0; ih < oi->npmttdc; ih++){ - Int_t pl = tof_obj->GetPlaneIndex( (oi->pmttdc).At(ih) ); + // Int_t pl = tof_obj->GetPlaneIndex( (oi->pmttdc).At(ih) ); // if( (oi->tdcflag).At(ih)==0 && (pl == 1 || pl == 2 || pl == 5) )nphit_i++; if( (oi->tdcflag).At(ih)==0 )nphit_i++; }; @@ -1980,7 +1980,7 @@ !(abstime >= GetRunInfo()->RUNHEADER_TIME && abstime <= GetRunInfo()->RUNTRAILER_TIME) ) { - printf(" Something very wrong here: cannot find RUN containing absolute time %u \n",abstime); + printf(" Something very wrong here: cannot find RUN containing absolute time %llu \n",abstime); return false; } //