]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPedestalSubprocessor.h
Add comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONPedestalSubprocessor.h
index 21efca44b7cc78581a8cc950d882a889552a7549..3f4c3ead49094aa4c9339d8002d86c2f4119f01d 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMUONPedestalSubprocessor
 /// \brief Implementation of AliMUONVSubprocessor for MUON TRK pedestals
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ALIMUONVSUBPROCESSOR_H
 #  include "AliMUONVSubprocessor.h"
@@ -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
+  AliMUONV2DStore* 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