void SetRealPosition(const TVector2 &position)
Set position of the real area where to draw.
TVector2 GetPadDimensions() const
Return dimensions of the pad area where to draw.
static AliMpGraphContext * Instance()
void SetPadPosForReal(const TVector2 &position, const TVector2 &dimensions)
AliMpGraphContext & operator=(const AliMpGraphContext &right)
void SetColor(Int_t color)
Set color to use.
void SetPadPosition(const TVector2 &position)
Set position of the pad area where to draw.
void SetRealDimensions(const TVector2 &dimensions)
Set dimensions of the real area where to draw.
TVector2 GetRealPosition() const
Return position of the real area where to draw.
TVector2 fRealDimensions
Dimensions of the real area to draw.
void SetPadDimensions(const TVector2 &dimensions)
Set dimensions of the pad area where to draw.
TVector2 GetPadPosition() const
Return position of the pad area where to draw.
TVector2 fPadDimensions
Dimensions of the pad area where to draw.
TVector2 fPadPosition
Position of the pad area where to draw.
TVector2 GetRealDimensions() const
Return dimensions of the real area where to draw.
TVector2 RealToPad(const TVector2 &position) const
TVector2 fRealPosition
Position of the real area to draw.
static AliMpGraphContext * fgInstance
the global instance
Class describing the correspondance between a given area in pad, and a zone of real (cm) position...