![]() |
AliRoot Core
a565103 (a565103)
|
Helper class to encapsulate the distance between the daughter card and the pad/kapton connector. More...
#include <AliMUONSt1SpecialMotif.h>
Public Member Functions | |
AliMUONSt1SpecialMotif () | |
AliMUONSt1SpecialMotif (const TVector2 &delta, Double_t rotAngle=0.) | |
AliMUONSt1SpecialMotif (const AliMUONSt1SpecialMotif &src) | |
virtual | ~AliMUONSt1SpecialMotif () |
AliMUONSt1SpecialMotif & | operator= (const AliMUONSt1SpecialMotif &rhs) |
TVector2 | GetDelta () const |
Return offset. More... | |
Double_t | GetRotAngle () const |
Return rotation angle in degrees (0 = vertical) More... | |
Private Attributes | |
TVector2 | fDelta |
offset of this motif More... | |
Double_t | fRotAngle |
rotation angle in degrees (0 = vertical) More... | |
Helper class to encapsulate the distance between the daughter card and the pad/kapton connector.
Encapsulate the distance between the center of a given daughter card and the pad/kapton connector.
Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
Definition at line 21 of file AliMUONSt1SpecialMotif.h.
AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif | ( | ) |
Default constructor
Definition at line 40 of file AliMUONSt1SpecialMotif.cxx.
AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif | ( | const TVector2 & | delta, |
Double_t | rotAngle = 0. |
||
) |
Standard constructor
Definition at line 31 of file AliMUONSt1SpecialMotif.cxx.
AliMUONSt1SpecialMotif::AliMUONSt1SpecialMotif | ( | const AliMUONSt1SpecialMotif & | src | ) |
Copy constructor
Definition at line 48 of file AliMUONSt1SpecialMotif.cxx.
|
virtual |
Destructor
Definition at line 57 of file AliMUONSt1SpecialMotif.cxx.
|
inline |
Return offset.
Definition at line 31 of file AliMUONSt1SpecialMotif.h.
Referenced by AliMUONSt1GeometryBuilderV2::PlaceSector().
|
inline |
Return rotation angle in degrees (0 = vertical)
Definition at line 34 of file AliMUONSt1SpecialMotif.h.
Referenced by AliMUONSt1GeometryBuilderV2::PlaceSector().
AliMUONSt1SpecialMotif & AliMUONSt1SpecialMotif::operator= | ( | const AliMUONSt1SpecialMotif & | rhs | ) |
Assignment operator
Definition at line 63 of file AliMUONSt1SpecialMotif.cxx.
|
private |
offset of this motif
Definition at line 37 of file AliMUONSt1SpecialMotif.h.
Referenced by GetDelta(), and operator=().
|
private |
rotation angle in degrees (0 = vertical)
Definition at line 38 of file AliMUONSt1SpecialMotif.h.
Referenced by GetRotAngle(), and operator=().