12 #ifndef ROOT_TGraphPolar
13 #define ROOT_TGraphPolar
15 #ifndef ROOT_TGraphErrors
void SetMaxRadial(Double_t maximum=1)
Set maximum radial at the intersection of the positive X axis part and the circle.
void SetMinRadial(Double_t minimum=0)
Set minimum radial in the center of the circle.
TGraphPolar()
TGraphPolar default constructor.
void SetMinPolar(Double_t minimum=0)
Set minimum Polar.
void SetMaximum(Double_t maximum=1)
Set the maximum of the graph.
void SetOptionAxis(Bool_t opt)
void SetMinimum(Double_t minimum=0)
Set the minimum of the graph.
TGraphPolargram * GetPolargram()
void SetMaxPolar(Double_t maximum=6.28318530717958623)
Set maximum Polar.
virtual ~TGraphPolar()
TGraphPolar destructor.
TGraphPolargram * fPolargram
void Draw(Option_t *options="")
Draw TGraphPolar.
A TGraphErrors is a TGraph with error bars.
Double_t * GetXpol()
Return points in polar coordinates.
Double_t * GetYpol()
Return points in polar coordinates.
void SetPolargram(TGraphPolargram *p)