]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerPreprocessor.h
Coverity fix
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerPreprocessor.h
index 3ac6b1280b095069c0e613f5ea5e2cd2457a7bc1..0fb224769a6c9a63fdb3c60b8ccb8b1c901a9695 100644 (file)
@@ -15,6 +15,7 @@
 #include "AliMUONPreprocessor.h"
 
 class AliMUONTriggerSubprocessor;
+class AliMUONTriggerDCSSubprocessor;
 
 class AliMUONTriggerPreprocessor : public AliMUONPreprocessor
 {
@@ -33,8 +34,9 @@ private:
 
 private:
   AliMUONTriggerSubprocessor* fTriggerSubprocessor; //!< the real worker class
+  AliMUONTriggerDCSSubprocessor* fTriggerDCSSubprocessor; //!< the real worker class for DCS info
   
-  ClassDef(AliMUONTriggerPreprocessor,1) // MUON Trigger Shuttle preprocessor
+  ClassDef(AliMUONTriggerPreprocessor,2) // MUON Trigger Shuttle preprocessor
 };
 
 #endif