]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPad.cxx
Updated comments for Doxygen - corrected warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPad.cxx
index dde083f79e9b6306707d6aa67b39612a9105a396..00c86d1c5bc0037506ec3f6bde26b504b63fb530 100755 (executable)
@@ -14,7 +14,7 @@
  **************************************************************************/
 
 // $Id$
-// $MpId: AliMpPad.cxx,v 1.6 2005/08/26 15:43:36 ivana Exp $
+// $MpId: AliMpPad.cxx,v 1.9 2006/05/24 13:58:29 ivana Exp $
 // Category: basic
 //
 // Class AliMpPad
 // root [0] .x testSectorAreaIterator.C
 // Real time 0:00:56, CP time 36.270
 
-#include <Riostream.h>
-#include <TClonesArray.h>
-
 #include "AliMpPad.h"
 #include "AliLog.h"
 
-ClassImp(AliMpPad)
+#include <TClonesArray.h>
+#include <Riostream.h>
 
-//////////////////////////////////////////////////////////
-//
-// This class encapsulate all the information about a pad
-//
-//////////////////////////////////////////////////////////
+/// \cond CLASSIMP
+ClassImp(AliMpPad)
+/// \endcond
 
 const Int_t  AliMpPad::fgkMaxNofLocations = 6;