]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASSDChecker.h
Fixes for Coverity defects
[u/mrichter/AliRoot.git] / ITS / AliITSQASSDChecker.h
index 08aacda29385452a0455be46a69f505db6097b62..4310d85e9eb5a0d7e5120d852ca9205c01ab8a79 100644 (file)
@@ -20,6 +20,10 @@ class TH2F ;
 
 // --- AliRoot header files ---
 #include "AliQAv1.h"
+#include "AliQAChecker.h"
+#include "AliQACheckerBase.h"
+
+
 class AliITSLoader ; 
 
 class AliITSQASSDChecker: public TObject {
@@ -38,6 +42,10 @@ public:
   void SetTaskOffset(Int_t TaskOffset);
   void SetSSDLimits(const Float_t *lowvalue, const Float_t * highvalue);
 
+  virtual  Bool_t   MakeSSDImage( TObjArray ** list, AliQAv1::TASKINDEX_t task, AliQAv1::MODE_t mode) 
+  { AliInfo(Form("Use default MakeImage method for the  %s for  task %s mode %s \n",list[0]->ClassName(), AliQAv1::GetTaskName(task).Data(), AliQAv1::GetModeName(mode))); return kFALSE;} 
+
+
 
 private: