]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/AliFMDQAChecker.h
bug fix
[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 #include "AliQACheckerBase.h"
9 class TFile; 
10 class TH1F; 
11 class TH1I; 
12
13 /** @class AliFMDQAChecker 
14     @brief Quality assurance checker for the FMD */
15 class AliFMDQAChecker : public AliQACheckerBase 
16 {
17 public:
18   /** Constructor */
19   AliFMDQAChecker() 
20     : AliQACheckerBase("FMD","FMD Quality Assurance Checker") 
21   {}          
22   /** Destructor */
23   virtual ~AliFMDQAChecker() {}
24
25 private:
26   ClassDef(AliFMDQAChecker,0)  // Yves? what to do? 
27 };
28
29 #endif // AliFMDQAChecker_H
30 // Local Variables:
31 //  mode: c++
32 // End: