12#ifndef ROOT_TAnnotation
13#define ROOT_TAnnotation
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
char Char_t
Character 1 byte (char).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
void PaintAnnotation(Double_t x, Double_t y, Double_t z, Double_t angle, Double_t size, const Char_t *text)
double fZ
Z position of text.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save a primitive as a C++ statement(s) on output stream "out".
TAnnotation(Double_t x, Double_t y, Double_t z, const char *text)
void ls(Option_t *option="") const override
The ls function lists the contents of a class on stdout.
virtual TAnnotation * DrawAnnotation(Double_t x, Double_t y, Double_t z, const char *text)
void Print(Option_t *option="") const override
This method must be overridden when a class wants to print itself.
void Paint(Option_t *option="") override
This method must be overridden if a class wants to paint itself.