]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFQAChecker.h
Cuts in primary and final state particles are now optionial for AliHLTMCEvent. Usable...
[u/mrichter/AliRoot.git] / TOF / AliTOFQAChecker.h
index 210aaf3297f63395636b31d311b3b27318e225c8..41b64a986c775df0836e1cf1d1f47061ba0c68db 100644 (file)
@@ -3,28 +3,34 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/*
-  Checks the quality assurance. 
-  By analysis of the histograms & comparing with reference data
-  Author S.Arcelli
-*/
-
-class TFile ; 
-class TH1F ; 
-class TH1I ; 
+/////////////////////////////////////////////////////////////////////
+//                                                                 // 
+//  Checks the quality assurance.                                  //
+//  By analysis of the histograms & comparing with reference data  //
+//  Author S.Arcelli                                               //
+//                                                                 // 
+/////////////////////////////////////////////////////////////////////
+
+#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) ;
   virtual ~AliTOFQAChecker() {;} // dtor
 
-private:
+ protected:
+
+  virtual Double_t * Check(AliQAv1::ALITASK_t /*index*/, TObjArray ** list,
+                  const AliDetectorRecoParam * recoParam=0) ;
   
-  ClassDef(AliTOFQAChecker,1)  // description 
+  ClassDef(AliTOFQAChecker,2)  // description 
 
 };