69 fOptionAxis(
kFALSE),fPolargram(0),fXpol(0),fYpol(0)
void SetMaxRadial(Double_t maximum=1)
Set maximum radial at the intersection of the positive X axis part and the circle.
Int_t fNpoints
Number of points <= fMaxSize.
void SetMinRadial(Double_t minimum=0)
Set minimum radial in the center of the circle.
TGraphPolar()
TGraphPolar default constructor.
Bool_t fOptionAxis
Force drawing of new coord system.
TString & ReplaceAll(const TString &s1, const TString &s2)
void SetMinPolar(Double_t minimum=0)
Set minimum Polar.
Double_t * fXpol
[fNpoints] points in polar coordinates
void ToUpper()
Change string to upper case.
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
void ChangeRangePolar(Double_t tmin, Double_t tmax)
Set the Polar range.
void SetRangeRadial(Double_t rmin, Double_t rmax)
Set the radial range.
void SetMaxPolar(Double_t maximum=6.28318530717958623)
Set maximum Polar.
virtual ~TGraphPolar()
TGraphPolar destructor.
Double_t * fYpol
[fNpoints] points in polar coordinates
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
TGraphPolargram * fPolargram
The polar coordinates system.
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.
virtual void SetEditable(Bool_t editable=kTRUE)
if editable=kFALSE, the graph cannot be modified with the mouse by default a TGraph is editable ...