]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/AliVZEROQAChecker.h
Unused DAs removed.
[u/mrichter/AliRoot.git] / VZERO / AliVZEROQAChecker.h
1 #ifndef ALIVZEROQACHECKER_H
2 #define ALIVZEROQACHECKER_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6
7 /*
8   Checks the quality assurance. 
9   By comparing with reference data
10 */
11
12
13 // --- ROOT system ---
14 class TFile ; 
15 class TH1F ; 
16 class TH1I ; 
17
18 // --- Standard library ---
19
20 // --- AliRoot header files ---
21 #include "AliQACheckerBase.h"
22
23 class AliVZEROLoader ; 
24
25 class AliVZEROQAChecker: public AliQACheckerBase {
26
27 public:
28   AliVZEROQAChecker() : AliQACheckerBase("VZERO","VZERO Quality Assurance Data Maker") {;}          // ctor
29   AliVZEROQAChecker(const AliVZEROQAChecker& qac) : AliQACheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor   
30   virtual ~AliVZEROQAChecker() {;} // dtor
31
32 private:
33   
34   ClassDef(AliVZEROQAChecker,1)  // description 
35
36 };
37
38 #endif // AliVZEROQAChecker_H