]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawReaderFile.cxx
Improved online calibration algorithms, Energy and Dead channel histograms updated
[u/mrichter/AliRoot.git] / RAW / AliRawReaderFile.cxx
index ff8c5301c5a95d4c0eceba33977f0c55cb26fbee..fe33f776157d003f77ea0b4fab3ac75d1564f1d9 100644 (file)
@@ -266,6 +266,8 @@ Bool_t AliRawReaderFile::NextEvent()
     Reset();
   } while (!IsEventSelected());
 
+  fEventNumber++;
+
   return kTRUE;
 }
 
@@ -274,5 +276,6 @@ Bool_t AliRawReaderFile::RewindEvents()
 // reset the event counter
 
   if (fEventIndex >= 0)  fEventIndex = -1;
+  fEventNumber = -1;
   return Reset();
 }