X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSt1SpecialMotif.cxx;h=3ffbdc71c084e5c97d1a72ea3b9e918c78b12f0a;hb=1c78ef5d3e62f7cb21b19405f80814be9552e48e;hp=78f8912ed938f926e729b0c5f7628fce01b574e4;hpb=d12a7158071fadfaa7bffffba4e08a03b4c12342;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSt1SpecialMotif.cxx b/MUON/AliMUONSt1SpecialMotif.cxx index 78f8912ed93..3ffbdc71c08 100644 --- a/MUON/AliMUONSt1SpecialMotif.cxx +++ b/MUON/AliMUONSt1SpecialMotif.cxx @@ -15,13 +15,14 @@ /* $Id$ */ -// 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. // Included in AliRoot 2003/01/28 +// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay +//----------------------------------------------------------------------------- #include "AliMUONSt1SpecialMotif.h" @@ -32,7 +33,7 @@ AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif(const TVector2& delta, :fDelta(delta), fRotAngle(rotAngle) { -// normal constructor +/// Standard constructor } //__________________________________________________________________________ @@ -40,7 +41,7 @@ AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif() :fDelta(TVector2(0.,0.)), fRotAngle(0.) { -// default constructor +/// Default constructor } //__________________________________________________________________________ @@ -49,12 +50,12 @@ AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif(const AliMUONSt1SpecialMotif& src fRotAngle(src.fRotAngle) { -// copy constructor +/// Copy constructor } //__________________________________________________________________________ AliMUONSt1SpecialMotif::~AliMUONSt1SpecialMotif() { -// destructor +/// Destructor }