]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerPreprocessor.h
Adding very first trial version of gain subprocessor
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerPreprocessor.h
index aacb14ddec66bcff6086132a56580d46d4665e0a..2808d6fd68a77d220cdb347e569a4f3066df646d 100644 (file)
@@ -17,6 +17,7 @@
 class AliMUONPedestalSubprocessor;
 class AliMUONGMSSubprocessor;
 class AliMUONHVSubprocessor;
+class AliMUONGainSubprocessor;
 
 class TObjArray;
 
@@ -38,8 +39,9 @@ private:
   AliMUONPedestalSubprocessor* fPedestalSubprocessor; ///< Pedestal subprocessor
   AliMUONGMSSubprocessor*      fGMSSubprocessor;      ///< GMS subprocessor
   AliMUONHVSubprocessor*       fHVSubprocessor;       ///< HV subprocessor
-
-  ClassDef(AliMUONTrackerPreprocessor,1) // MUON Tracker Shuttle preprocessor
+  AliMUONGainSubprocessor* fGainSubprocessor; ///< Gain subprocessor
+  
+  ClassDef(AliMUONTrackerPreprocessor,2) // MUON Tracker Shuttle preprocessor
 };
 
 #endif