]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerPreprocessor.h
Fixing minor bug recognizing diffractive events in simulation
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerPreprocessor.h
index aacb14ddec66bcff6086132a56580d46d4665e0a..78420f9296edb149d8f0bae288c33e59e9fd71a5 100644 (file)
@@ -17,6 +17,8 @@
 class AliMUONPedestalSubprocessor;
 class AliMUONGMSSubprocessor;
 class AliMUONHVSubprocessor;
+class AliMUONGainSubprocessor;
+class AliMUONOccupancySubprocessor;
 
 class TObjArray;
 
@@ -38,8 +40,10 @@ private:
   AliMUONPedestalSubprocessor* fPedestalSubprocessor; ///< Pedestal subprocessor
   AliMUONGMSSubprocessor*      fGMSSubprocessor;      ///< GMS subprocessor
   AliMUONHVSubprocessor*       fHVSubprocessor;       ///< HV subprocessor
-
-  ClassDef(AliMUONTrackerPreprocessor,1) // MUON Tracker Shuttle preprocessor
+  AliMUONGainSubprocessor* fGainSubprocessor; ///< Gain subprocessor
+  AliMUONOccupancySubprocessor* fOccupancySubprocessor; ///< Occupancy subprocessor
+  
+  ClassDef(AliMUONTrackerPreprocessor,3) // MUON Tracker Shuttle preprocessor
 };
 
 #endif