AliRoot Core  edcc906 (edcc906)
AliGlobalQAChecker.h
Go to the documentation of this file.
1 #ifndef ALIGLOBALQACHECKER_H
2 #define ALIGLOBALQACHECKER_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 
7 /* $Id: AliGlobalQAChecker.h 27115 2008-07-04 15:12:14Z hristov $ */
8 
9 /*
10  Checks the quality assurance.
11  By comparing with reference data
12  Y. Schutz CERN July 2007
13 */
14 
15 
16 // --- ROOT system ---
17 class TFile ;
18 class TH1F ;
19 class TH1I ;
20 
21 // --- Standard library ---
22 
23 // --- AliRoot header files ---
24 #include "AliQACheckerBase.h"
25 class AliGlobalLoader ;
26 
28 
29 public:
30  AliGlobalQAChecker() : AliQACheckerBase("Global","Global Quality Assurance Data Maker") {} // ctor
31  virtual ~AliGlobalQAChecker() {} // dtor
32 
33 private:
34 
35  ClassDef(AliGlobalQAChecker,1) // description
36 
37 };
38 
39 #endif // AliGLOBALQAChecker_H