ROOT logo
AliRoot » MUON » AliMUONSt1SpecialMotif

class AliMUONSt1SpecialMotif

 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

Function Members (Methods)

Data Members

private:
TVector2fDelta/< offset of this motif
Double_tfRotAngle/< rotation angle in degrees (0 = vertical)

Class Charts

Inheritance Chart:
AliMUONSt1SpecialMotif

Function documentation

AliMUONSt1SpecialMotif(const TVector2& delta, Double_t rotAngle = 0.)
 Standard constructor
AliMUONSt1SpecialMotif()
 Default constructor
AliMUONSt1SpecialMotif(const AliMUONSt1SpecialMotif& src)
 Copy constructor
~AliMUONSt1SpecialMotif()
 Destructor
AliMUONSt1SpecialMotif& operator=(const AliMUONSt1SpecialMotif& rhs)
 Assignment operator
TVector2 GetDelta() const
 Return offset
{return fDelta;}
Double_t GetRotAngle() const
 Return rotation angle in degrees (0 = vertical)
{return fRotAngle;}