]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROQAChecker.h
DA output for test shuttle.
[u/mrichter/AliRoot.git] / VZERO / AliVZEROQAChecker.h
index 8ad85fa9f5707898cdc7e20eb5dbdcef7f52228a..52cfca102048fc1f5780675197a94e82c0445c8a 100644 (file)
@@ -5,11 +5,11 @@
 
 
 /*
-  Checks the quality assurance. 
-  By comparing with reference data
+  Checks the quality of the data
+  by comparing with reference data
+  which should be loaded from QA ref DB
 */
 
-
 // --- ROOT system ---
 class TFile ; 
 class TH1F ; 
@@ -30,12 +30,14 @@ public:
   AliVZEROQAChecker(const AliVZEROQAChecker& qac) : AliQACheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor   
   virtual ~AliVZEROQAChecker() {;} // destructor
   
+  virtual void   Init(const AliQAv1::DETECTORINDEX_t det) ; 
+
 protected:  
-  virtual const Double_t Check(AliQA::ALITASK_t index, TObjArray * list);
+  virtual void Check( Double_t * test, AliQAv1::ALITASK_t index, TObjArray ** list, const AliDetectorRecoParam * recoParam);
   Double_t CheckEntries(TObjArray * list) const ;
   Double_t CheckEsds(TObjArray * list) const;
   
-  virtual void SetQA(AliQA::ALITASK_t index, const Double_t value) const ;
+  virtual void SetQA(AliQAv1::ALITASK_t index, Double_t * value) const ;
   
 private: