]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDChecker.h
Fix for coverity (Annalisa De Caro).
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDChecker.h
index e8a39a215f88d0a0e243654127639550f5518eee..f6fa8e58eabe2546a508309a4c9f039ba94747ac 100644 (file)
@@ -16,9 +16,9 @@
 #include "AliQAv1.h"
 #include "TPaveText.h"
 #include "AliQAChecker.h"
-#include"AliQACheckerBase.h"
 #include"AliQAManager.h"
 
+class AliQACheckerBase;
 class TCanvas;
 
 class AliITSQASPDChecker: public TObject {
@@ -48,8 +48,6 @@ private:
   Float_t *fHighSPDValue;        // lower limits for QA bit settings
   TCanvas **    fImage;          //[AliRecoParam::kNSpecies]
 
-  TPaveText * fDisplayStatus[6]; //Online Comments for the DQM-shifter histos 
-
   ClassDef(AliITSQASPDChecker,4)  // description 
 
 };