]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROQAChecker.h
Use 1kHz sampling as default.
[u/mrichter/AliRoot.git] / VZERO / AliVZEROQAChecker.h
index c46c7cd45d644bd0963d6c54c8230a226571f817..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 ; 
@@ -33,8 +33,7 @@ public:
   virtual void   Init(const AliQAv1::DETECTORINDEX_t det) ; 
 
 protected:  
-  virtual  Double_t * Check(AliQAv1::ALITASK_t index, TObjArray ** list);
-  virtual  Double_t * Check(AliQAv1::ALITASK_t ) ; 
+  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;