]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/AliVZEROQAChecker.h
Revision of V0A by Lizardo Valencia and Andreas
[u/mrichter/AliRoot.git] / VZERO / AliVZEROQAChecker.h
CommitLineData
508b9fc0 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 ---
14class TFile ;
15class TH1F ;
16class TH1I ;
17
18// --- Standard library ---
19
20// --- AliRoot header files ---
21#include "AliQACheckerBase.h"
22
23class AliVZEROLoader ;
24
25class AliVZEROQAChecker: public AliQACheckerBase {
26
27public:
28 AliVZEROQAChecker() : AliQACheckerBase("VZERO","VZERO Quality Assurance Data Maker") {;} // ctor
29 AliVZEROQAChecker(const AliVZEROQAChecker& qac) : AliQACheckerBase(qac.GetName(), qac.GetTitle()) {;} // cpy ctor
508b9fc0 30 virtual ~AliVZEROQAChecker() {;} // dtor
31
32private:
33
34 ClassDef(AliVZEROQAChecker,1) // description
35
36};
37
38#endif // AliVZEROQAChecker_H