]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSQASSDChecker.h
First implementation of QA checkers (P. Cerello)
[u/mrichter/AliRoot.git] / ITS / AliITSQASSDChecker.h
CommitLineData
5dfa9b71 1#ifndef ALIITSQASSDCHECKER_H
2#define ALIITSQASSDCHECKER_H
3/* Copyright(c) 2007-2009, 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// INFN Torino
13// P. Cerello - apr 2008
14//
15
16
17// --- ROOT system ---
18class TFile ;
19class TH2F ;
20
21// --- AliRoot header files ---
22#include "AliQACheckerBase.h"
23#include "AliITSQAChecker.h"
24class AliITSLoader ;
25
26class AliITSQASSDChecker: public TObject {
27
28public:
29 AliITSQASSDChecker() {;} // ctor
30 AliITSQASSDChecker& operator = (const AliITSQASSDChecker& qac) ; //operator =
31 virtual ~AliITSQASSDChecker() {;} // dtor
32 const Double_t Check();
33
34private:
35
36 AliITSQASSDChecker(const AliITSQASSDChecker& qac){;} // cpy ctor
37 ClassDef(AliITSQASSDChecker,1) // description
38
39};
40
41#endif // AliITSQASSDChecker_H