]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1SpecialMotif.h
Updated documentation
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1SpecialMotif.h
index 83c32c99b4dda63276baf8bbcc8af95997ecba69..d16f5d33726b5e6106ae9b1fee8d70c74537cc13 100644 (file)
@@ -25,8 +25,11 @@ 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: