]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1SpecialMotif.h
21259
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1SpecialMotif.h
index 7336b82db7107c198c95d0253e688d027ce148d5..bd8cc736036b1b25cdd065e9c16f2a5932a8a205 100644 (file)
@@ -4,13 +4,17 @@
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
+// Revision of includes 07/05/2004
 
-// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
-//
-// Class AliMUONSt1SpecialMotif
-// ----------------------------
-// Encapsulate the distance between the center of a given daughter card
-// and the pad/kapton connector.
+/// \ingroup sim
+/// \class AliMUONSt1SpecialMotif
+/// \brief Helper class to encapsulate the distance between the daughter card
+/// and the pad/kapton connector
+///
+/// Encapsulate the distance between the center of a given daughter card
+/// and the pad/kapton connector.
+///
+/// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
 
 #include <TVector2.h>
 
@@ -21,13 +25,17 @@ class AliMUONSt1SpecialMotif
     AliMUONSt1SpecialMotif(const TVector2& delta,Double_t rotAngle=0.);
     AliMUONSt1SpecialMotif(const AliMUONSt1SpecialMotif& src);
     virtual ~AliMUONSt1SpecialMotif();
-    
+    AliMUONSt1SpecialMotif& operator=(const AliMUONSt1SpecialMotif& rhs);
+             
+            /// Return offset
     TVector2 GetDelta()    const {return fDelta;}
+    
+             /// Return rotation angle in degrees (0 = vertical) 
     Double_t GetRotAngle() const {return fRotAngle;}
 
   private:
-    TVector2  fDelta;   // offset of this motif
-    Double_t  fRotAngle;// rotation angle in degrees (0° = vertical) 
+    TVector2  fDelta;   ///< offset of this motif
+    Double_t  fRotAngle;///< rotation angle in degrees (0 = vertical) 
 };
 
 #endif //ALI_MUON_ST1_SPECIAL_MOTIF_H