34 #include <Riostream.h>
100 cout<<
"(X,Y) mapping";
101 cout<<
" in the motif "<<
fID<<endl;
102 cout<<
"-----------------------------------"<<endl;
108 cout<<setw(11)<<Form(
"(%.1f,%.1f)",posx,posy);
AliMpConnection * FindConnectionByLocalIndices(MpPair_t localIndices) const
Int_t GetNofPadsX() const
Return number of pads in x direction.
Int_t GetNofPadsY() const
Return number of pads in y direction.
virtual MpPair_t PadIndicesLocal(Double_t localPosX, Double_t localPosY) const =0
Return local indices of the pad specified by local position.
virtual void PadPositionLocal(MpPair_t localIndices, Double_t &posx, Double_t &posy) const =0
Fill local position of the pad specified by local indices.
virtual void Print(Option_t *option="") const
Abstract base class for a motif with its unique ID and the motif type.
AliMpConnection * FindConnectionByLocalPos(Double_t localPosX, Double_t localPosY) const
virtual void Print(Option_t *option) const
AliMpMotifType * fMotifType
the motif type
Class that defines the motif properties.