]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HMPID/AliHMPIDQualAssChecker.h
InstanceNoGeo() modified to run without Geometry (test beam...)
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDQualAssChecker.h
1 #ifndef ALIHMPIDQUALASSCHECKER_H
2 #define ALIHMPIDQUALASSCHECKER_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$ */
8
9 //
10 //  Checks the quality assurance. 
11 //  By comparing with reference data
12 //  Skeleton for HMPID
13 //
14
15
16 // --- ROOT system ---
17 class TFile ; 
18 class TH1F ; 
19
20 // --- Standard library ---
21
22 // --- AliRoot header files ---
23 #include "AliQualAssCheckerBase.h"
24
25 class AliHMPIDQualAssChecker: public AliQualAssCheckerBase {
26
27 public:
28   AliHMPIDQualAssChecker() : AliQualAssCheckerBase("HMPID","HMPID Quality Assurance Data Checker") {;}          // ctor
29   AliHMPIDQualAssChecker(const AliHMPIDQualAssChecker& qac) : AliQualAssCheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor   
30   AliHMPIDQualAssChecker& operator = (const AliHMPIDQualAssChecker& qac) ;
31   virtual ~AliHMPIDQualAssChecker() {;} // dtor
32
33 private:
34   
35   ClassDef(AliHMPIDQualAssChecker,1)  // description 
36
37 };
38
39 #endif // AliHMPIDQualAssChecker_H