]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliQADataMaker.h
New ResetDetector method required by AMORE
[u/mrichter/AliRoot.git] / STEER / AliQADataMaker.h
index 4fec2b8cbb273605b47cbc61a9366a34ddc68b68..2496007764b1efac9618dd873471c28bfd989762 100644 (file)
@@ -75,7 +75,7 @@ public:
   Bool_t              IsCycleDone() const { return fCycleCounter > fCycle ? kTRUE : kFALSE ; }
   Bool_t              IsValidEventSpecie(Int_t eventSpecieIndex, TObjArray ** list) ; 
        void                Reset() { fCycleCounter = 0 ; }
-       virtual void        ResetDetector() {;}
+       virtual void        ResetDetector(AliQAv1::TASKINDEX_t task) = 0 ;
        void                SetCycle(Int_t nevts) { fCycle = nevts ; } 
   void                SetWriteExpert() { fWriteExpert = kTRUE ; }
        virtual void        StartOfCycle(Int_t run = -1)                                                   = 0 ;