]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON2DStoreValidator.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUON2DStoreValidator.h
index 73ecbbc737e163d565715462ea42add97c8d9ac2..7eba3b3c8f388e909a3785d08cd72ff2e4a0c43f 100644 (file)
@@ -6,12 +6,12 @@
 
 // $Id$
 
-/// \ingroup shuttle
+/// \ingroup rec
 /// \class AliMUON2DStoreValidator
 /// \brief Determine which channels, manus, DEs, stations are missing
 /// from a 2DStore.
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ROOT_TObject
 #  include "TObject.h"
@@ -38,13 +38,15 @@ public:
 
   AliMUONV2DStore* GetStatus() const { return fStatus; }
   
+  /// Reports what is missing, trying to be as concise as possible.
   void Report(TList& lines) const;
 
   static void Report(TList& lines, const TObjArray& chambers);
 
 private:
-    
+  /// Not implemented  
   AliMUON2DStoreValidator(const AliMUON2DStoreValidator&);
+  /// Not implemented  
   AliMUON2DStoreValidator& operator=(const AliMUON2DStoreValidator&);
 
   void AddMissingChannel(Int_t detElemId, Int_t manuId, Int_t manuChannel);
@@ -60,9 +62,9 @@ private:
   static void ReportManu(TList& list, AliMUONCheckItem& manu);
   
 private:
-  TList* fManuList; //! List of (DE,manuID) pairs.
-  TObjArray* fChambers; //! Array of AliMUONCheckItem.
-  AliMUONV2DStore* fStatus; //! Statuses
+  TList* fManuList; //!< List of (DE,manuID) pairs.
+  TObjArray* fChambers; //!< Array of AliMUONCheckItem.
+  AliMUONV2DStore* fStatus; //!< Statuses
   
   ClassDef(AliMUON2DStoreValidator,2) // Validator of 2DStore
 };