110 Error(
"AddRange",
"You must create a selection before adding ranges.");
133 if(!
gPad)
return 9999;
143 if (dist<=0.005)
return 0;
176 if (noOwnedRange)
return kTRUE;
177 else return inarange;
190 static Int_t pxold, pyold;
192 static Int_t pzoomold;
195 Int_t px1,px2,py1,py2,
n=-1;
214 if(
gPad->AbsPixeltoX(px)-
fX1 > 0){
224 if(
gPad->AbsPixeltoY(py)-
fY1 > 0){
254 min = max; max = mem;
276 else if (n<fParallel->GetVarList()->IndexOf(
this)) ++n;
291 gVirtualX->DrawLine(pxold,py1,pxold,py2);
302 gVirtualX->DrawLine(px1,pyold,px2,pyold);
399 static char info[128];
402 if (!
gPad)
return info;
435 quantiles[0]=0.; quantiles[1]=0.; quantiles[2] = 0.;
437 prob[0]=0.25; prob[1]=0.5; prob[2] = 0.75;
448 else val[selected] =
fVal[
n];
455 else val[selected] =
fVal[
n];
462 fQua1 = quantiles[0];
464 fQua3 = quantiles[2];
493 if(value < fMinCurrent || value >
fMaxCurrent)
return;
579 if (boxSize >= 0.03) boxSize = 0.03;
623 if (min<frame->GetY1()) min = frame->
GetY1();
628 if (min<frame->GetX1()) min = frame->
GetX1();
687 for (i=1; i<=
fNbins; i++) {
702 for (i=1; i<=
fNbins; i++) {
735 for (i=1; i<=
fNbins; i++) {
750 for (i=1; i<=
fNbins; i++) {
775 if (
fX1-0.5*tlength<0.01) {
779 }
else if (
fX1+0.5*tlength > 0.99) {
797 if (
fX1-0.04-tlength<0.01) {
821 printf(
"at x1=%f, y1=%f, x2=%f, y2=%f.\n",
fX1,
fY1,
fX2,
fY2);
834 out<<
" var->SetBit(TParallelCoordVar::kLogScale,"<<
TestBit(
kLogScale)<<
");"<<std::endl;
835 out<<
" var->SetBit(TParallelCoordVar::kShowBox,"<<
TestBit(
kShowBox)<<
");"<<std::endl;
837 out<<
" var->SetHistogramBinning("<<
fNbins<<
");"<<std::endl;
838 out<<
" var->SetHistogramLineWidth("<<
fHistoLW<<
");"<<std::endl;
839 out<<
" var->SetInitMin("<<
fMinInit<<
");"<<std::endl;
840 out<<
" var->SetInitMax("<<
fMaxInit<<
");"<<std::endl;
841 out<<
" var->SetHistogramHeight("<<
fHistoHeight<<
");"<<std::endl;
842 out<<
" var->GetMinMaxMean();"<<std::endl;
843 out<<
" var->GetHistogram();"<<std::endl;
844 out<<
" var->SetFillStyle("<<
GetFillStyle()<<
");"<<std::endl;
845 out<<
" var->SetFillColor("<<
GetFillColor()<<
");"<<std::endl;
846 out<<
" var->SetLineColor("<<
GetLineColor()<<
");"<<std::endl;
847 out<<
" var->SetLineWidth("<<
GetLineWidth()<<
");"<<std::endl;
848 out<<
" var->SetLineStyle("<<
GetLineStyle()<<
");"<<std::endl;
854 out<<
" //***************************************"<<std::endl;
855 out<<
" // Create the "<<i<<
"th range owned by the axis \""<<
GetTitle()<<
"\"."<<std::endl;
856 out<<
" TParallelCoordSelect* sel = para->GetSelection(\""<<range->
GetSelection()->
GetTitle()<<
"\");"<<std::endl;
857 out<<
" TParallelCoordRange* newrange = new TParallelCoordRange(var,"<<range->
GetMin()<<
","<<range->
GetMax()<<
",sel);"<<std::endl;
858 out<<
" var->AddRange(newrange);"<<std::endl;
859 out<<
" sel->Add(newrange);"<<std::endl;
883 if (n < 0 || n ==
fNbins)
return;
981 for (
Long64_t li = 0; li < length; ++li)
fVal[li] = val[li];
virtual const char * GetName() const
Returns name of object.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void AddAt(TObject *obj, Int_t idx)
Insert object at position idx in the list.
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
A TParallelCoordSelect is a specialised TList to hold TParallelCoordRanges used by TParallelCoord...
double dist(Rotation3D const &r1, Rotation3D const &r2)
virtual Double_t GetMaximum(Double_t maxval=FLT_MAX) const
Return maximum value smaller than maxval of bins in the range, unless the value has been overridden b...
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
void CleanUpSelections(TParallelCoordRange *range)
Clean up the selections from the ranges which could have been deleted when a variable has been delete...
virtual void ExecuteEvent(Int_t entry, Int_t px, Int_t py)
Execute the corresponding entry.
TParallelCoordSelect * GetCurrentSelection()
Return the selection currently being edited.
void SetCurrentMax(Double_t max)
Set the current maximum of the axis.
virtual void Draw(Option_t *options="")
Draw a TParallelCoordRange.
virtual void SetDirectory(TDirectory *dir)
By default when an histogram is created, it is added to the list of histogram objects in the current ...
void PaintBoxPlot()
Paint the boxes in the case of a candle chart.
Double_t GetValuefromXY(Double_t x, Double_t y)
Get the value corresponding to the position.
R__EXTERN TStyle * gStyle
Bool_t TestBit(UInt_t f) const
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
void SetLogScale(Bool_t log)
Set the axis in log scale.
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
void SetCurrentMin(Double_t min)
Set the current minimum of the axis.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Computes the distance from the axis.
tomato 1-D histogram with a float per channel (see TH1 documentation)}
A TParallelCoordRange is a range used for parallel coordinates plots.
void SetValues(Long64_t length, Double_t *val)
Set the variable values.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
TH1F * GetHistogram()
Create or recreate the histogram.
void GetXYfromValue(Double_t value, Double_t &x, Double_t &y)
Get a position corresponding to the value on the axis.
Bool_t Contains(const char *name) const
void SetBoxPlot(Bool_t box)
Set the axis to display a candle.
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
~TParallelCoordVar()
Destructor.
virtual Width_t GetLineWidth() const
Return the line width.
Double_t GetGlobalMin()
return the global minimum.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
TParallelCoordSelect * GetSelection()
void GetEntryXY(Long64_t n, Double_t &x, Double_t &y)
Get the position of the variable on the graph for the n'th entry.
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
TParallelCoordVar()
Histogram holding the variable distribution.
virtual Style_t GetLineStyle() const
Return the line style.
void SetX(Double_t x, Bool_t gl)
Set the X position of the axis in the case of a vertical axis.
static const double x2[5]
Fill Area Attributes class.
virtual void SetText(Double_t x, Double_t y, const char *text)
void SetY(Double_t y, Bool_t gl)
Set the Y position of the axis in the case of a horizontal axis.
The TNamed class is the base class for all named ROOT classes.
virtual Float_t GetTextSize() const
Return the text size.
void Quantiles(Int_t n, Int_t nprob, Double_t *x, Double_t *quantiles, Double_t *prob, Bool_t isSorted=kTRUE, Int_t *index=0, Int_t type=7)
Computes sample quantiles, corresponding to the given probabilities Parameters: x -the data sample n ...
void SetCurrentLimits(Double_t min, Double_t max)
Set the limits within which one the entries must be painted.
To draw Mathematical Formula.
void DeleteVariable()
Delete variables.
Double_t Log10(Double_t x)
virtual void Paint(Option_t *option="")
Paint.
virtual void Paint(Option_t *option="")
Paint this line with its current attributes.
void SetLiveRangesUpdate(Bool_t on)
If true, the pad is updated while the motion of a dragged range.
void GetMinMaxMean()
Get mean, min and max of those variable.
virtual char * GetObjectInfo(Int_t px, Int_t py) const
Returns info about this axis.
Int_t GetColorPalette(Int_t i) const
Return color number i in current palette.
void PaintHistogram()
Paint the histogram on the axis.
virtual Double_t GetMax()
virtual void PaintLatex(Double_t x, Double_t y, Double_t angle, Double_t size, const char *text)
Main drawing function.
Int_t GetEntryWeight(Long64_t evtidx)
Get the entry weight: The weight of an entry for a given variable is the bin content of the histogram...
void SetGlobalMax(Double_t max)
Force all variables to adopt the same max.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
void PaintLabels()
Paint the axis labels and titles.
virtual void PaintLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this line with new coordinates.
virtual void Paint(Option_t *option="")
Paint this marker with its current attributes.
void RemoveVariable(TParallelCoordVar *var)
Delete a variable from the graph.
Long64_t GetCurrentFirst()
virtual void Paint(Option_t *option="")
Paint the axis.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
TParallelCoord * fParallel
Double_t GetGlobalMax()
return the global maximum.
Double_t GetXsize()
Return size of the formula along X in pad coordinates.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual TObject * Remove(TObject *obj)
Remove object from the list.
void SetHistogramBinning(Int_t n=100)
Set the histogram binning.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
char * Form(const char *fmt,...)
void SetGlobalMin(Double_t min)
Force all variables to adopt the same min.
const char * GetTitle() const
Returns title of object.
Int_t GetNumberOfColors() const
Return number of colors in the color palette.
virtual void PaintBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="")
Draw this box with new coordinates.
void Init()
Initialise the TParallelVar variables.
virtual Double_t GetMinimum(Double_t minval=-FLT_MAX) const
Return minimum value larger than minval of bins in the range, unless the value has been overridden by...
virtual Color_t GetLineColor() const
Return the line color.
void GetQuantiles()
Get the box plot values (quantiles).
void SetHistogramHeight(Double_t h=0)
Set the height of the bar histogram.
static const double x1[5]
virtual void Draw(Option_t *option="")
Draw the axis.
void SavePrimitive(std::ostream &out, Option_t *options)
Save the TParallelCoordVar as a macro.
virtual void Print(Option_t *option="") const
Print the axis main data.
virtual Color_t GetFillColor() const
Return the fill area color.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
Bool_t IsIn(Double_t evtval)
Evaluate if the given value is within the range or not.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
Parallel Coordinates class.
void SetHistogramLineWidth(Int_t lw=2)
virtual void Add(TObject *obj)
TList * fRanges
[fNentries] Entries values for the variable.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
virtual Double_t GetMin()
virtual Style_t GetFillStyle() const
Return the fill area style.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
virtual Int_t GetSize() const
Bool_t Eval(Long64_t evtidx, TParallelCoordSelect *select)
Check if the entry is within the range(s) of "select".
virtual const char * GetTitle() const
Returns title of object.
virtual Int_t IndexOf(const TObject *obj) const
Return index of object in collection.