list = fRecPointsQAList ;
else if ( task == AliQA::kESDS )
list = fESDsQAList ;
-
- TIter next(list) ;
- TH1 * h ;
- while ( (h = dynamic_cast<TH1 *>(next())) )
- h->Reset() ;
+
+// Should be the choice of detectors
+// TIter next(list) ;
+// TH1 * h ;
+// while ( (h = dynamic_cast<TH1 *>(next())) )
+// h->Reset() ;
StartOfDetectorCycle() ;
}
list = fSDigitsQAList ;
else if ( task == AliQA::kDIGITS )
list = fDigitsQAList ;
-
- TIter next(list) ;
- TH1 * h ;
- while ( (h = dynamic_cast<TH1 *>(next())) )
- h->Reset() ;
-
+
+// Should be the choice of detectors
+// TIter next(list) ;
+// TH1 * h ;
+// while ( (h = dynamic_cast<TH1 *>(next())) )
+// h->Reset() ;
+//
StartOfDetectorCycle() ;
}