]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpConstants.cxx
Updated/added comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpConstants.cxx
index 37db106330e029a5347255f9a9156e7f6ae7c70b..fc57fb29aca31a0b641bb91c06e1ed6a21ae8277 100755 (executable)
@@ -75,8 +75,7 @@ Bool_t  AliMpConstants::IsEqual(const TVector2& v1, const TVector2& v2)
 Int_t
 AliMpConstants::ManuMask(AliMp::PlaneType planeType)
 {
-  //
-  // The manuIDs get an offset if they are in the non-bending plane
-  //
+/// The manuIDs get an offset if they are in the non-bending plane
+
   return ( planeType == AliMp::kNonBendingPlane ) ? fgkNonBendingManuMask : 0;
 }