]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correct bug 67209
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 May 2010 22:01:24 +0000 (22:01 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 May 2010 22:01:24 +0000 (22:01 +0000)
STEER/AliQADataMakerRec.cxx

index 6afb69052cd07a13215794c331a4421ea088a39c..687b6333640111cf19592c1da2963b4c91112fd7 100644 (file)
@@ -385,7 +385,7 @@ void AliQADataMakerRec::ResetDetector(AliQAv1::TASKINDEX_t task)
     TIter next(list[spec]) ; 
     TH1 * histo = NULL ; 
     while ( (histo = dynamic_cast<TH1*> (next())) ) {
-      histo->Reset() ;
+      histo->Reset("ICE") ;
     }
   }
 }