]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerPreprocessor.h
Added subprocessor as data members;
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerPreprocessor.h
index 6e20bdc69025478be3bf85ef9c372ebe9b90eba0..3e30e3efe87287118bb0fbcb4670ba3fb7241075 100644 (file)
 
 #include "AliMUONPreprocessor.h"
 
-class AliMUONVSubprocessor;
+class AliMUONPedestalSubprocessor;
+class AliMUONGMSSubprocessor;
+class AliMUONHVSubprocessor;
+
 class TObjArray;
 
 class AliMUONTrackerPreprocessor : public AliMUONPreprocessor
@@ -30,6 +33,9 @@ private:
   AliMUONTrackerPreprocessor& operator=(const AliMUONTrackerPreprocessor& rhs);
   
 private:
+  AliMUONPedestalSubprocessor* fPedestalSubprocessor; ///< Pedestal subprocessor
+  AliMUONGMSSubprocessor*      fGMSSubprocessor;      ///< GMS subprocessor
+  AliMUONHVSubprocessor*       fHVSubprocessor;       ///< HV subprocessor
 
   ClassDef(AliMUONTrackerPreprocessor,1) // MUON Tracker Shuttle preprocessor
 };