]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerPreprocessor.h
Changes in AliESDEvent fwd declarations (Ch. Klein-Boesing)
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerPreprocessor.h
index 3e30e3efe87287118bb0fbcb4670ba3fb7241075..2808d6fd68a77d220cdb347e569a4f3066df646d 100644 (file)
 /// \class AliMUONTrackerPreprocessor
 /// \brief Shuttle preprocessor for MUON tracker
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #include "AliMUONPreprocessor.h"
 
 class AliMUONPedestalSubprocessor;
 class AliMUONGMSSubprocessor;
 class AliMUONHVSubprocessor;
+class AliMUONGainSubprocessor;
 
 class TObjArray;
 
@@ -29,15 +30,18 @@ public:
   virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
 
 private:
+  /// Not implemented
   AliMUONTrackerPreprocessor(const AliMUONTrackerPreprocessor& rhs);
+  /// Not implemented
   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
+  AliMUONGainSubprocessor* fGainSubprocessor; ///< Gain subprocessor
+  
+  ClassDef(AliMUONTrackerPreprocessor,2) // MUON Tracker Shuttle preprocessor
 };
 
 #endif