]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCluster.cxx
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / AliMUONCluster.cxx
index 46f6d8e390bdfe2dd305ab08243330930b2bd00f..c44a65465a2e922b6b789de1302ec159f1a2014e 100644 (file)
@@ -198,9 +198,9 @@ AliMUONCluster::Area() const
 void
 AliMUONCluster::Copy(TObject& obj) const
 {
-  //
-  // Copy this cluster to (cluster&)obj
-  //
+  ///
+  /// Copy this cluster to (cluster&)obj
+  ///
   TObject::Copy(obj);
   AliMUONCluster& dest = static_cast<AliMUONCluster&>(obj);
   dest.fPads = static_cast<TObjArray*>(fPads->Clone());