]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPedestalSubprocessor.h
temporary bugfix: the operator functions of the AliHLTReadoutList class did not work
[u/mrichter/AliRoot.git] / MUON / AliMUONPedestalSubprocessor.h
index 8185cefeccefd90d1e4c809da5d7525e570b1f87..699d341804c9a9808bc10c8c9e738a19bf05fd4e 100644 (file)
@@ -16,7 +16,7 @@
 #  include "AliMUONVSubprocessor.h"
 #endif
 
-class AliMUONV2DStore;
+class AliMUONVStore;
 class TObjArray;
 
 class AliMUONPedestalSubprocessor : public AliMUONVSubprocessor
@@ -30,16 +30,17 @@ public:
   void Print(Option_t* opt="") const;
   
 private:
+  /// Not implemented
   AliMUONPedestalSubprocessor(const AliMUONPedestalSubprocessor&);
+  /// Not implemented
   AliMUONPedestalSubprocessor& operator=(const AliMUONPedestalSubprocessor&);
   
   Int_t ReadFile(const char* filename);
-  void ReportMissing(const TObjArray& chambers);
-  
+
 private:
-  AliMUONV2DStore* fPedestals; //! Pedestals for the MUON TRK
+  AliMUONVStore* fPedestals; //!< Pedestals for the MUON TRK
   
-  ClassDef(AliMUONPedestalSubprocessor,1) // A shuttle preprocessor for MUON TRK pedetals
+  ClassDef(AliMUONPedestalSubprocessor,1) // A shuttle preprocessor for MUON TRK pedestals
 };
 
 #endif