]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterReconstructor.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterReconstructor.h
index b084ca27f7ea7904efac6fc92524e85b38ca824e..ec048119149265df6f2fc2a358add70d1cf31b12 100644 (file)
@@ -42,11 +42,11 @@ class AliMUONClusterReconstructor : public TObject
   
  private:
 
-  AliMUONData*            fMUONData;           //! Data container for MUON subsystem 
-  AliMUONClusterFinderVS* fRecModel;           //! cluster recontruction model
+  AliMUONData*            fMUONData;           //!< Data container for MUON subsystem 
+  AliMUONClusterFinderVS* fRecModel;           //!< cluster recontruction model
 
-  TClonesArray* fDigitsCath0; //! digits for cathode 0 of the current DE
-  TClonesArray* fDigitsCath1; //! digits for cathode 1 of the current DE
+  TClonesArray* fDigitsCath0; //!< digits for cathode 0 of the current DE
+  TClonesArray* fDigitsCath1; //!< digits for cathode 1 of the current DE
   
   ClassDef(AliMUONClusterReconstructor,0) // MUON cluster reconstructor in ALICE
 };