X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONSt1SpecialMotif.cxx;h=3ffbdc71c084e5c97d1a72ea3b9e918c78b12f0a;hb=04144b9a5705c4c275ea1e4f297dbe89f9a0676c;hp=e6e34933231a83f4860483c37317918235c47c27;hpb=ba030c0ecc4b8c2ce77d97f0759aacb6edb0e7d2;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONSt1SpecialMotif.cxx b/MUON/AliMUONSt1SpecialMotif.cxx index e6e34933231..3ffbdc71c08 100644 --- a/MUON/AliMUONSt1SpecialMotif.cxx +++ b/MUON/AliMUONSt1SpecialMotif.cxx @@ -13,26 +13,27 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -*/ +/* $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" + //__________________________________________________________________________ AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif(const TVector2& delta, Double_t rotAngle) :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 }