]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/AliFMDQAChecker.h
Added QA code from Hans Hjersing Dalsgaard <canute@nbi.dk>
[u/mrichter/AliRoot.git] / FMD / AliFMDQAChecker.h
1 #ifndef ALIFMDQACHECKER_H
2 #define ALIFMDQACHECKER_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
4  * reserved. 
5  *
6  * See cxx source for full Copyright notice                               
7  */
8
9 class TFile; 
10 class TH1F; 
11 class TH1I; 
12
13 #include "AliQACheckerBase.h"
14
15 class AliFMDQAChecker : public AliQACheckerBase 
16 {
17 public:
18   AliFMDQAChecker() 
19     : AliQACheckerBase("FMD","FMD Quality Assurance Checker") 
20   {}          
21  
22   virtual ~AliFMDQAChecker() {}
23
24 private:
25   ClassDef(AliFMDQAChecker,0)  // Yves? what to do? 
26 };
27
28 #endif // AliFMDQAChecker_H
29 // Local Variables:
30 //  mode: c++
31 // End: