]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONQAChecker.h
MUON + CheckCompiler
[u/mrichter/AliRoot.git] / MUON / AliMUONQAChecker.h
diff --git a/MUON/AliMUONQAChecker.h b/MUON/AliMUONQAChecker.h
deleted file mode 100644 (file)
index de16304..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-#ifndef ALIMUONQACHECKER_H
-#define ALIMUONQACHECKER_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-// $Id$
-
-/// \ingroup rec 
-/// \class AliMUONQAChecker
-/// \brief Implementation of AliQACheckerBase for MCH and MTR
-///
-//  Author: Laurent Aphecetche
-
-// --- AliRoot header files ---
-#include "AliQACheckerBase.h"
-
-class TH1;
-class TObjArray;
-class AliMUONRecoParam;
-class AliMUONVQAChecker;
-
-class AliMUONQAChecker: public AliQACheckerBase {
-
-public:
-  AliMUONQAChecker();
-  virtual ~AliMUONQAChecker();
-
-  virtual void Init(const AliQAv1::DETECTORINDEX_t det); 
-
-protected:
-
-  virtual void Check(Double_t* test, AliQAv1::ALITASK_t index, TObjArray ** list, const AliDetectorRecoParam * recoParam); 
-
-private:
-  /// Not implemented
-  AliMUONQAChecker(const AliMUONQAChecker& qac);
-  /// Not implemented
-  AliMUONQAChecker& operator=(const AliMUONQAChecker& qac);
-  
-  TObjArray* fCheckers; ///< internal checkers
-
-  ClassDef(AliMUONQAChecker,1)  // MUON quality assurance checker
-
-};
-#endif