]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDChecker.h
A few fixes in the OB materials and volumes in accordance with the latest specificati...
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDChecker.h
index da512b4bd660187475c039dd1fae5aa0456beeff..30c9c92fdeb757187818ed0d3e296f2a2762d6c5 100644 (file)
@@ -31,6 +31,7 @@ class AliQAManager;
 class AliLog;
 class TF1;
 class TCanvas;
+class TPaveText;
 class AliQAv1;
 
 class AliITSQASDDChecker: public TObject{
@@ -67,13 +68,14 @@ public:
     Float_t fThresholdForRecToRawRatio; // ThresholdForRecToRawRatio (by module)
     
     TCanvas **    fImage          ; //[AliRecoParam::kNSpecies] 
+    TPaveText *    fPaveText[AliRecoParam::kNSpecies]         ; //[AliRecoParam::kNSpecies] 
 
     Int_t fESforCheck; //eventspecie of the list to check
 
     static const Int_t fgknSDDmodules = 260; // number of SDD modules
     static const Int_t fgkmodoffset = 240;   // number of SPD modules
 
-    ClassDef(AliITSQASDDChecker,6)  // description 
+    ClassDef(AliITSQASDDChecker,8)  // description 
       
 };