]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpVSegmentation.h
Generates realistic DDL sharing and buspatch number calculated from DDL (Christian)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpVSegmentation.h
index 8a978aacc9b08488cf3eedba5bbb0ebc88cb7d06..fe35b1b4f6a5b2f76187d04fd13eb1f56c327087 100644 (file)
@@ -2,7 +2,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpVSegmentation.h,v 1.9 2006/03/14 09:03:44 ivana Exp $
+// $MpId: AliMpVSegmentation.h,v 1.12 2006/05/24 13:58:07 ivana Exp $
 
 /// \ingroup basic
 /// \class AliMpVSegmentation
@@ -12,7 +12,7 @@
 /// conversion between pad indices, pad location, pad position;
 /// finding pad neighbour.
 ///
-/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+/// \author David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_V_SEGMENTATION_H
 #define ALI_MP_V_SEGMENTATION_H
 #include "AliMpPad.h"
 #include "AliMpPlaneType.h"
 
-class TArrayI;
-class TVector2;
-
 class AliMpVPadIterator;
 class AliMpIntPair;
 class AliMpArea;
 
+class TArrayI;
+class TVector2;
+
 class AliMpVSegmentation : public TObject
 {
   public: