]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFQAChecker.h
updating misleading comments - incorrect number of supermodules
[u/mrichter/AliRoot.git] / TOF / AliTOFQAChecker.h
index eb1a03ea0cb9cfab07d51642fbf750840b2dcdbb..04a30be670f38bbfa008e38d20b9396751fff2a5 100644 (file)
 //                                                                 // 
 /////////////////////////////////////////////////////////////////////
 
-class TFile ; 
-class TH1F ; 
-class TH1I ; 
+#include "AliQAv1.h"
 #include "AliQACheckerBase.h"
 
+//class TFile ; 
+//class TH1F ; 
+//class TH1I ; 
+
 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) ;
+  AliTOFQAChecker& operator = (const AliTOFQAChecker& qac);
   virtual ~AliTOFQAChecker() {;} // dtor
 
-private:
+ protected:
+
+  virtual void Check(Double_t * test, AliQAv1::ALITASK_t /*index*/, TObjArray ** list,
+                  const AliDetectorRecoParam * recoParam=0) ;
+  Int_t  CheckRaws(TH1* histo, Int_t specie);  
 
-  const Double_t Check(TList * list) ;
-  const Double_t Check(){return 0.;} ;
-  
   ClassDef(AliTOFQAChecker,2)  // description 
 
 };