]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPedestalSubprocessor.h
Minor changes
[u/mrichter/AliRoot.git] / MUON / AliMUONPedestalSubprocessor.h
index 21efca44b7cc78581a8cc950d882a889552a7549..699d341804c9a9808bc10c8c9e738a19bf05fd4e 100644 (file)
 /// \class AliMUONPedestalSubprocessor
 /// \brief Implementation of AliMUONVSubprocessor for MUON TRK pedestals
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ALIMUONVSUBPROCESSOR_H
 #  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