]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDQAChecker.h
Files consistent with the new physics selection and event cuts.
[u/mrichter/AliRoot.git] / TRD / AliTRDQAChecker.h
index ee7cc8c8dc18d6fa49a84b15abfed3b8dfa2772c..c0cc84a09e6ae3dc63622f13af57122277ace3ea 100644 (file)
@@ -1,16 +1,17 @@
-#ifndef ALITRDQUALASSCHECKER_H
-#define ALITRDQUALASSCHECKER_H
+#ifndef ALITRDQACHECKER_H
+#define ALITRDQACHECKER_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-//////////////////////////////////////////////////////
-//
-//  Checks the quality assurance. 
-//  By comparing with reference data
-//  S. Radomski Uni-Heidelberg October 2007
-//
-///////////////////////////////////////////////////////
+/* $Id$ */
 
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+//  Checks the quality assurance.                                         //
+//  By comparing with reference data                                      //
+//  S.Radomski Uni-Heidelberg October 2007                                //
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
 
 // --- ROOT system ---
 class TFile ; 
@@ -22,7 +23,10 @@ class TObjArray;
 // --- Standard library ---
 
 // --- AliRoot header files ---
+#include "AliQAv1.h"
 #include "AliQACheckerBase.h"
+
+class AliDetectorRecoParam;
 class AliTRDLoader ; 
 
 class AliTRDQAChecker: public AliQACheckerBase {
@@ -30,12 +34,9 @@ class AliTRDQAChecker: public AliQACheckerBase {
 public:
   AliTRDQAChecker() : AliQACheckerBase("TRD","TRD Quality Assurance Data Maker") {;}          // ctor
   AliTRDQAChecker(const AliTRDQAChecker& qac) : AliQACheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor   
-  AliTRDQAChecker& operator = (const AliTRDQAChecker& qac) ;
   virtual ~AliTRDQAChecker() {;} // dtor
 
-  virtual const Double_t Check() {return 1.0;}
-  virtual const Double_t Check(TList * /*list*/) {return 1.0;}
-  virtual const Double_t Check(TObjArray * /*list*/) {return 1.0;}
+  virtual void Check(Double_t * test, AliQAv1::ALITASK_t /*index*/, TObjArray** /*list*/, const AliDetectorRecoParam* /*param*/) ;
 
 private:
   
@@ -43,4 +44,4 @@ private:
 
 };
 
-#endif // AliTRDQAChecker_H
+#endif // AliTRDQACHECKER_H