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