]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
new method where detectors can reset their local parameters
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Nov 2009 21:26:08 +0000 (21:26 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 18 Nov 2009 21:26:08 +0000 (21:26 +0000)
STEER/AliQADataMaker.h

index ff4e6117822816668a2f7bfad334e115eae8e749..0a6f3606395203d8eb2e6732c5db84d48711294a 100644 (file)
@@ -74,6 +74,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() {;}
        void                SetCycle(Int_t nevts) { fCycle = nevts ; } 
   void                SetWriteExpert() { fWriteExpert = kTRUE ; }
        virtual void        StartOfCycle(Int_t run = -1)                                                   = 0 ;