12#ifndef ROOT_TAnnotation 
   13#define ROOT_TAnnotation 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint angle
 
Option_t Option_t TPoint TPoint const char text
 
An annotation is a TLatex which can be drawn in a 2D or 3D space.
 
void PaintAnnotation(Double_t x, Double_t y, Double_t z, Double_t angle, Double_t size, const Char_t *text)
Paint this annotation with new coordinates.
 
~TAnnotation() override
annotation default destructor.
 
double fZ
Z position of text.
 
void ls(Option_t *option="") const override
List this annotation with its attributes.
 
void Print(Option_t *option="") const override
Dump this annotation with its attributes.
 
void Paint(Option_t *option="") override
Paint a TAnnotation.
 
virtual TAnnotation * DrawAnnotation(Double_t x, Double_t y, Double_t z, const char *text)
Draw this annotation with new coordinates.
 
To draw Mathematical Formula.