]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseTrigger.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseTrigger.h
index a56db7588957b36eaea5235e573a7f80846b33be..4df62cea041a397c0b97fd0ed65d691fc8f7999b 100644 (file)
@@ -27,8 +27,8 @@ class AliMUONResponseTrigger : public AliMUONResponse
   virtual void DisIntegrate(const AliMUONHit& hit, TList& digits);
   
  private:
-  static const Float_t fgkTofLimit; // particle above this threshold are discarded
-  ClassDef(AliMUONResponseTrigger,1) // Implementation of RPC response
+  static const Float_t fgkTofLimit;  ///< Particle above this threshold are discarded
+  ClassDef(AliMUONResponseTrigger,1) ///< Implementation of RPC response
     
 };
 #endif