]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDQAChecker.h
Reverting change in 39355, that is we do want to put the vertex objects in GRP/Calib...
[u/mrichter/AliRoot.git] / TRD / AliTRDQAChecker.h
index f826900cab98c7e4d478e0fd2380d677b67f05db..9cbd6c59e6650befb7a45cba5a63a3fb1835c919 100644 (file)
@@ -1,27 +1,32 @@
-#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 ; 
 class TH1F ; 
 class TH1I ; 
 class TList ;
+class TObjArray;
 
 // --- Standard library ---
 
 // --- AliRoot header files ---
+#include "AliQAv1.h"
 #include "AliQACheckerBase.h"
+
+class AliDetectorRecoParam;
 class AliTRDLoader ; 
 
 class AliTRDQAChecker: public AliQACheckerBase {
@@ -29,11 +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 Double_t * Check(AliQAv1::ALITASK_t /*index*/, TObjArray** /*list*/, const AliDetectorRecoParam* /*param*/) ;
 
 private:
   
@@ -41,4 +44,4 @@ private:
 
 };
 
-#endif // AliTRDQAChecker_H
+#endif // AliTRDQACHECKER_H