#define ClassDef(name, id)
Fill Area Attributes class.
To draw Mathematical Formula.
Mother of all ROOT objects.
Defined by an array on N points in a 2-D space.
A specialized TSelector for TTree::Draw.
void SetAverageLineStyle(Style_t sty)
Set the LineStyle of the average.
void SetAverageFillColor(Color_t col)
Set the Fill Color of the average.
virtual void SetFillColor(Color_t col)
Set fill color.
virtual void SetLineStyle(Style_t sty)
Set line style.
void SetNx(UInt_t nx)
Set the X number of sub pads.
Double_t * fAve
[fNx*fNy] current selected entries;
Style_t GetAverageLineStyle() const
Get the LineStyle of the average.
void GotoPrevious()
Go to the previous entries.
virtual void SetFillStyle(Style_t sty)
Set fill style.
virtual void SetLineColor(Color_t col)
Set lin color.
virtual void Paint(Option_t *options)
Paint the spider.
void DrawSlices(Option_t *options)
Draw the slices of the segment plot.
void UpdateView()
Update the polylines or the arcs for the current entries.
void SetNdivRadial(Int_t div)
Set number of radial divisions.
void SetCurrentEntries()
Set the current selected entries.
void AddVariable(const char *varexp)
Add a variable to the plot from its expression.
void DrawPoly(Option_t *options)
Paint the polygon representing the current entry.
void DrawSlicesAverage(Option_t *options)
Draw the slices representing the average for the segment plot.
void GotoEntry(Long64_t e)
Go to a specified entry.
TCanvas * fCanvas
Average slices.
void SetAverageLineColor(Color_t col)
Set the LineColor of the average.
void SetSelectionExpression(const char *selexp)
Compile selection expression if there is one.
void DeleteVariable(const char *varexp)
Delete a variable from its expression.
void SetAverageLineWidth(Width_t wid)
Set the LineWidth of the average.
TTreeFormulaManager * fManager
Width_t GetAverageLineWidth() const
Get the LineWidth of the average.
void SetShowRange(Bool_t showrange)
TList * fFormulas
Pointer to the mother pad.
Color_t GetAverageLineColor() const
Get the LineColor of the average.
void InitVariables(Long64_t firstentry, Long64_t nentries)
Browse the tree to set the min, max and average value of each variable of fVar.
void SetDisplayAverage(Bool_t disp)
Display or not the average.
Int_t FindTextAlign(Double_t theta)
Find the alignement rule to apply for TText::SetTextAlign(Short_t).
void SetVariablesExpression(const char *varexp)
Compile the variables expression from the given string varexp.
void SetAverageFillStyle(Style_t sty)
Set the FillStyle of the average.
TSelectorDraw * fSelector
TSpider()
Default constructor.
Double_t FindTextAngle(Double_t theta)
Determine the orientation of the polar labels according to their angle.
void SetSegmentDisplay(Bool_t seg)
Set the segment display or not.
Color_t GetAverageFillColor() const
Get the Fill Color of the average.
void SyncFormulas()
Create a TreeFormulaManager to coordinate the formulas.
void AddSuperposed(TSpider *sp)
Allow to superpose several spider views.
Long64_t GetCurrentEntry() const
void SetNy(UInt_t ny)
Set the Y number of sub pads.
Bool_t GetSegmentDisplay() const
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute the distance to the spider.
Bool_t fAngularLabels
Selector.
virtual void SetLineWidth(Width_t wid)
Set line width.
void InitArrays(Int_t newsize)
Check if the arrays size is enough and reallocate them if not.
Style_t GetAverageFillStyle() const
Get the FillStyle of the average.
void SuperposeTo(TSpider *sp)
TGraphPolargram * fPolargram
void GotoNext()
Go to the next entries.
void DrawPolyAverage(Option_t *options)
Paint the Polygon representing the average value of the variables.
Long64_t * fCurrentEntries
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute the corresponding event.
void GotoPreceding()
Go to the last entry.
Bool_t GetDisplayAverage() const
Long64_t GetEntriesToProcess(Long64_t firstentry, Long64_t nentries) const
return the number of entries to be processed this function checks that nentries is not bigger than th...
void GotoFollowing()
Go to the next entry.
A TTree represents a columnar dataset.