]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDDataMakerRec.cxx
Corrected offsets in the lists of QA histograms (Yves)
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDDataMakerRec.cxx
index f0de9a0ab42b2ff09d85820f6d758f1f9158c636..c2c9a9519fd05e1f6274b024c18c0f8e8f6224e3 100644 (file)
@@ -12,7 +12,7 @@
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-/* $Id:$  */
+/* $Id$  */
 //  *************************************************************
 //  Checks the quality assurance 
 //  by comparing with reference data
@@ -165,6 +165,7 @@ void AliITSQASPDDataMakerRec::InitRaws()
   fSPDhTask++;
  
   AliDebug(1,Form("%d SPD Raws histograms booked\n",fSPDhTask));
+       fSPDhTask = 0 ;
 }
 
 
@@ -367,6 +368,8 @@ void AliITSQASPDDataMakerRec::InitRecPoints()
 
   AliDebug(1,Form("%d SPD Recs histograms booked\n",fSPDhTask));
 
+       fSPDhTask = 0 ;
+
 }
 
 //____________________________________________________________________________