]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFQAChecker.h
Update of the TOF code, see the presentation at
[u/mrichter/AliRoot.git] / TOF / AliTOFQAChecker.h
index d213cfa5f555443c8da9a89f79fa4f488fc756ba..04a30be670f38bbfa008e38d20b9396751fff2a5 100644 (file)
@@ -23,13 +23,16 @@ class AliTOFQAChecker: public AliQACheckerBase {
 public:
   AliTOFQAChecker() : AliQACheckerBase("TOF","TOF Quality Assurance Data Maker") {;}          // ctor
   AliTOFQAChecker(const AliTOFQAChecker& qac) : AliQACheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor   
+  AliTOFQAChecker& operator = (const AliTOFQAChecker& qac);
   virtual ~AliTOFQAChecker() {;} // dtor
 
  protected:
 
-  virtual Double_t * Check(AliQAv1::ALITASK_t /*index*/, TObjArray ** list) ;
-  virtual Double_t * Check(AliQAv1::ALITASK_t /*index*/) {return NULL;} 
-  
+  virtual void Check(Double_t * test, AliQAv1::ALITASK_t /*index*/, TObjArray ** list,
+                  const AliDetectorRecoParam * recoParam=0) ;
+  Int_t  CheckRaws(TH1* histo, Int_t specie);  
+
   ClassDef(AliTOFQAChecker,2)  // description 
 
 };