]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSt1SpecialMotif.cxx
- Adapted comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONSt1SpecialMotif.cxx
index e6e34933231a83f4860483c37317918235c47c27..c4e78346b8d34ce19d1ef9630b9e9fbc47506dd8 100644 (file)
@@ -13,9 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
+/* $Id$ */
 
 // Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
 //
@@ -23,16 +21,18 @@ $Log$
 // ----------------------------
 // Encapsulate the distance between the center of a given daughter card
 // and the pad/kapton connector.
+// Included in AliRoot 2003/01/28
 
 #include "AliMUONSt1SpecialMotif.h"
 
+
 //__________________________________________________________________________
 AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif(const TVector2& delta, 
                                                Double_t rotAngle)
   :fDelta(delta),
    fRotAngle(rotAngle)
 {
-// normal constructor
+/// Standard constructor
 }
 
 //__________________________________________________________________________
@@ -40,7 +40,7 @@ AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif()
   :fDelta(TVector2(0.,0.)),
    fRotAngle(0.)
 {
-// default constructor
+/// Default constructor
 }
 
 //__________________________________________________________________________
@@ -49,12 +49,12 @@ AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif(const AliMUONSt1SpecialMotif& src
    fRotAngle(src.fRotAngle)
   
 {
-// copy constructor
+/// Copy constructor
 }
 
 //__________________________________________________________________________
 AliMUONSt1SpecialMotif::~AliMUONSt1SpecialMotif()
 {
-// destructor
+/// Destructor
 }