]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1SpecialMotif.h
mixing example
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1SpecialMotif.h
index 2d1e99ef4c48d0df1807d6bbbd6b2b54b0c7e67e..d16f5d33726b5e6106ae9b1fee8d70c74537cc13 100644 (file)
@@ -25,13 +25,16 @@ class AliMUONSt1SpecialMotif
     AliMUONSt1SpecialMotif(const TVector2& delta,Double_t rotAngle=0.);
     AliMUONSt1SpecialMotif(const AliMUONSt1SpecialMotif& src);
     virtual ~AliMUONSt1SpecialMotif();
-    
+             
+            /// 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