ROOT
6.06/09
Reference Guide
|
TParallelCoord axes.
Class containing a variable for the TParallelCoord.
Options can be defined each axis separately using the right mouse click. These options can be applied to every axes using the editor.
The order in which the variables are drawn is essential to see the clusters. The axes can be dragged to change their position. A zoom is also available. The logarithm scale is also available by right clicking on the axis.
Definition at line 30 of file TParallelCoordVar.h.
Public Types | |
enum | { kLogScale =BIT(14), kShowBox =BIT(15), kShowBarHisto =BIT(16) } |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Public Member Functions | |
TParallelCoordVar () | |
Histogram holding the variable distribution. More... | |
TParallelCoordVar (Double_t *val, const char *title, Int_t id, TParallelCoord *gram) | |
Normal constructor. More... | |
~TParallelCoordVar () | |
Destructor. More... | |
void | AddRange (TParallelCoordRange *range) |
Add a range to the current selection on the axis. More... | |
void | AddRange () |
void | DeleteVariable () |
Delete variables. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes the distance from the axis. More... | |
virtual void | Draw (Option_t *option="") |
Draw the axis. More... | |
Bool_t | Eval (Long64_t evtidx, TParallelCoordSelect *select) |
Check if the entry is within the range(s) of "select". More... | |
virtual void | ExecuteEvent (Int_t entry, Int_t px, Int_t py) |
Execute the corresponding entry. More... | |
Bool_t | GetBarHisto () |
Bool_t | GetBoxPlot () |
TH1F * | GetHistogram () |
Create or recreate the histogram. More... | |
Int_t | GetId () |
Bool_t | GetLogScale () const |
Int_t | GetHistBinning () const |
Double_t | GetCurrentMin () const |
Double_t | GetCurrentMax () const |
Double_t | GetCurrentAverage () const |
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. More... | |
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 bin the entry is going through. More... | |
Double_t | GetHistHeight () |
Int_t | GetHistLineWidth () |
void | GetMinMaxMean () |
Get mean, min and max of those variable. More... | |
void | GetQuantiles () |
Get the box plot values (quantiles). More... | |
Double_t | GetX () |
Double_t | GetY () |
Int_t | GetNbins () |
Long64_t | GetNentries () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns info about this axis. More... | |
TParallelCoord * | GetParallel () |
TList * | GetRanges () |
Double_t * | GetValues () |
Double_t | GetValuefromXY (Double_t x, Double_t y) |
Get the value corresponding to the position. More... | |
Bool_t | GetVert () |
void | GetXYfromValue (Double_t value, Double_t &x, Double_t &y) |
Get a position corresponding to the value on the axis. More... | |
void | Init () |
Initialise the TParallelVar variables. More... | |
virtual void | Paint (Option_t *option="") |
Paint the axis. More... | |
void | PaintBoxPlot () |
Paint the boxes in the case of a candle chart. More... | |
void | PaintHistogram () |
Paint the histogram on the axis. More... | |
void | PaintLabels () |
Paint the axis labels and titles. More... | |
virtual void | Print (Option_t *option="") const |
Print the axis main data. More... | |
void | SavePrimitive (std::ostream &out, Option_t *options) |
Save the TParallelCoordVar as a macro. More... | |
void | SetBoxPlot (Bool_t box) |
Set the axis to display a candle. More... | |
void | SetBarHisto (Bool_t h) |
void | SetHistogramLineWidth (Int_t lw=2) |
void | SetHistogramHeight (Double_t h=0) |
Set the height of the bar histogram. More... | |
void | SetHistogramBinning (Int_t n=100) |
Set the histogram binning. More... | |
void | SetCurrentLimits (Double_t min, Double_t max) |
Set the limits within which one the entries must be painted. More... | |
void | SetCurrentMin (Double_t min) |
Set the current minimum of the axis. More... | |
void | SetCurrentMax (Double_t max) |
Set the current maximum of the axis. More... | |
void | SetInitMin (Double_t min) |
void | SetInitMax (Double_t max) |
void | SetLiveRangesUpdate (Bool_t on) |
If true, the pad is updated while the motion of a dragged range. More... | |
void | SetLogScale (Bool_t log) |
Set the axis in log scale. More... | |
void | SetTitle (const char *) |
Change (i.e. set) the title of the TNamed. More... | |
void | SetValues (Long64_t length, Double_t *val) |
Set the variable values. More... | |
void | SetX (Double_t x, Bool_t gl) |
Set the X position of the axis in the case of a vertical axis. More... | |
void | SetY (Double_t y, Bool_t gl) |
Set the Y position of the axis in the case of a horizontal axis. More... | |
void | Unzoom () |
ClassDef (TParallelCoordVar, 1) | |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual | ~TNamed () |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
virtual void | SetName (const char *name) |
Change (i.e. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Change (i.e. set) all the TNamed parameters (name and title). More... | |
virtual void | ls (Option_t *option="") const |
List TNamed name and title. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Public Member Functions inherited from TAttLine | |
TAttLine () | |
AttLine default constructor. More... | |
TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) | |
AttLine normal constructor. More... | |
virtual | ~TAttLine () |
AttLine destructor. More... | |
void | Copy (TAttLine &attline) const |
Copy this line attributes to a new TAttLine. More... | |
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
Compute distance from point px,py to a line. More... | |
virtual Color_t | GetLineColor () const |
virtual Style_t | GetLineStyle () const |
virtual Width_t | GetLineWidth () const |
virtual void | Modify () |
Change current line attributes if necessary. More... | |
virtual void | ResetAttLine (Option_t *option="") |
Reset this line attributes to default values. More... | |
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
Save line attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetLineAttributes () |
Invoke the DialogCanvas Line attributes. More... | |
virtual void | SetLineColor (Color_t lcolor) |
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
Set a transparent line color. More... | |
virtual void | SetLineStyle (Style_t lstyle) |
virtual void | SetLineWidth (Width_t lwidth) |
ClassDef (TAttLine, 2) | |
Public Member Functions inherited from TAttFill | |
TAttFill () | |
TAttFill (Color_t fcolor, Style_t fstyle) | |
AttFill normal constructor. More... | |
virtual | ~TAttFill () |
AttFill destructor. More... | |
void | Copy (TAttFill &attfill) const |
Copy this fill attributes to a new TAttFill. More... | |
virtual Color_t | GetFillColor () const |
virtual Style_t | GetFillStyle () const |
virtual Bool_t | IsTransparent () const |
virtual void | Modify () |
Change current fill area attributes if necessary. More... | |
virtual void | ResetAttFill (Option_t *option="") |
Reset this fill attributes to default values. More... | |
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
Save fill attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetFillAttributes () |
Invoke the DialogCanvas Fill attributes. More... | |
virtual void | SetFillColor (Color_t fcolor) |
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
Set a transparent fill color. More... | |
virtual void | SetFillStyle (Style_t fstyle) |
Private Attributes | |
Int_t | fNbins |
Int_t | fHistoLW |
Int_t | fId |
Long64_t | fNentries |
Double_t | fX1 |
Double_t | fX2 |
Double_t | fY1 |
Double_t | fY2 |
Double_t | fMinInit |
Double_t | fMaxInit |
Double_t | fMean |
Double_t | fMinCurrent |
Double_t | fMaxCurrent |
Double_t | fMed |
Double_t | fQua1 |
Double_t | fQua3 |
Double_t | fHistoHeight |
Double_t * | fVal |
TList * | fRanges |
[fNentries] Entries values for the variable. More... | |
TParallelCoord * | fParallel |
TH1F * | fHistogram |
Additional Inherited Members | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
Protected Attributes inherited from TAttLine | |
Color_t | fLineColor |
Style_t | fLineStyle |
Width_t | fLineWidth |
Protected Attributes inherited from TAttFill | |
Color_t | fFillColor |
Style_t | fFillStyle |
#include <TParallelCoordVar.h>
anonymous enum |
Enumerator | |
---|---|
kLogScale | |
kShowBox | |
kShowBarHisto |
Definition at line 32 of file TParallelCoordVar.h.
TParallelCoordVar::TParallelCoordVar | ( | ) |
Histogram holding the variable distribution.
TParallelCoordVar::TParallelCoordVar | ( | Double_t * | val, |
const char * | title, | ||
Int_t | id, | ||
TParallelCoord * | parallel | ||
) |
Normal constructor.
By default, the title and the name are the expression given to TTree::Draw. The name can be changed by the user (the label on the plot) but not the title.
Definition at line 79 of file TParallelCoordVar.cxx.
TParallelCoordVar::~TParallelCoordVar | ( | ) |
Destructor.
Definition at line 61 of file TParallelCoordVar.cxx.
void TParallelCoordVar::AddRange | ( | TParallelCoordRange * | range | ) |
Add a range to the current selection on the axis.
Definition at line 100 of file TParallelCoordVar.cxx.
Referenced by TMVA::paracoor().
|
inline |
Definition at line 66 of file TParallelCoordVar.h.
Referenced by AddRange().
TParallelCoordVar::ClassDef | ( | TParallelCoordVar | , |
1 | |||
) |
void TParallelCoordVar::DeleteVariable | ( | ) |
Delete variables.
Definition at line 122 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::RemoveVariable().
Computes the distance from the axis.
Reimplemented from TObject.
Definition at line 131 of file TParallelCoordVar.cxx.
Draw the axis.
Reimplemented from TObject.
Definition at line 150 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::Draw().
Bool_t TParallelCoordVar::Eval | ( | Long64_t | evtidx, |
TParallelCoordSelect * | select | ||
) |
Check if the entry is within the range(s) of "select".
Two ranges on a single axis are conjugated as a "or": to be selected, the entry must be in one of the ranges.
Definition at line 163 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::GetEntryList(), and TParallelCoord::PaintEntries().
Execute the corresponding entry.
Reimplemented from TObject.
Definition at line 185 of file TParallelCoordVar.cxx.
|
inline |
Definition at line 72 of file TParallelCoordVar.h.
|
inline |
Definition at line 73 of file TParallelCoordVar.h.
|
inline |
Definition at line 80 of file TParallelCoordVar.h.
|
inline |
Definition at line 79 of file TParallelCoordVar.h.
Referenced by TParallelCoord::GetGlobalMax(), and TParallelCoordRange::TParallelCoordRange().
|
inline |
Definition at line 78 of file TParallelCoordVar.h.
Referenced by TParallelCoord::GetGlobalMin(), and TParallelCoordRange::TParallelCoordRange().
Get the entry weight: The weight of an entry for a given variable is the bin content of the histogram bin the entry is going through.
Definition at line 349 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::PaintEntries().
Get the position of the variable on the graph for the n'th entry.
Definition at line 320 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::PaintEntries().
|
inline |
Definition at line 77 of file TParallelCoordVar.h.
Referenced by TParallelCoordEditor::CleanUpVariables().
|
inline |
Definition at line 83 of file TParallelCoordVar.h.
|
inline |
Definition at line 84 of file TParallelCoordVar.h.
Referenced by TParallelCoordEditor::CleanUpVariables().
TH1F * TParallelCoordVar::GetHistogram | ( | ) |
Create or recreate the histogram.
Definition at line 358 of file TParallelCoordVar.cxx.
Referenced by PaintHistogram(), TParallelCoord::SetCurrentFirst(), SetCurrentLimits(), TParallelCoord::SetCurrentN(), TParallelCoord::SetGlobalScale(), SetHistogramBinning(), SetLogScale(), SetValues(), and TParallelCoordVar().
|
inline |
Definition at line 75 of file TParallelCoordVar.h.
|
inline |
Definition at line 76 of file TParallelCoordVar.h.
void TParallelCoordVar::GetMinMaxMean | ( | ) |
Get mean, min and max of those variable.
Definition at line 375 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetCurrentFirst(), TParallelCoord::SetCurrentN(), SetValues(), and TParallelCoordVar().
|
inline |
Definition at line 89 of file TParallelCoordVar.h.
|
inline |
Definition at line 90 of file TParallelCoordVar.h.
Returns info about this axis.
Reimplemented from TObject.
Definition at line 397 of file TParallelCoordVar.cxx.
|
inline |
Definition at line 92 of file TParallelCoordVar.h.
Referenced by TParallelCoordRange::BringOnTop(), TParallelCoordRange::Delete(), TParallelCoordRange::ExecuteEvent(), TParallelCoordRange::SendToBack(), and TParallelCoordRange::TParallelCoordRange().
void TParallelCoordVar::GetQuantiles | ( | ) |
Get the box plot values (quantiles).
Definition at line 432 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetCurrentFirst(), TParallelCoord::SetCurrentN(), SetLogScale(), SetValues(), and TParallelCoordVar().
|
inline |
Definition at line 93 of file TParallelCoordVar.h.
Referenced by TParallelCoordRange::Delete(), and TParallelCoordSelect::~TParallelCoordSelect().
Get the value corresponding to the position.
Definition at line 472 of file TParallelCoordVar.cxx.
Referenced by TParallelCoordRange::ExecuteEvent(), and ExecuteEvent().
|
inline |
Definition at line 94 of file TParallelCoordVar.h.
Referenced by TParallelCoord::GetVariable().
|
inline |
Definition at line 96 of file TParallelCoordVar.h.
Referenced by TParallelCoordRange::DistancetoPrimitive(), TParallelCoordRange::ExecuteEvent(), TParallelCoordRange::GetBindingLinePoints(), TParallelCoordRange::GetSliderPoints(), and TParallelCoordRange::PaintSlider().
Definition at line 87 of file TParallelCoordVar.h.
Referenced by TParallelCoordRange::GetBindingLinePoints(), and TParallelCoordRange::GetSliderPoints().
Get a position corresponding to the value on the axis.
Definition at line 491 of file TParallelCoordVar.cxx.
Referenced by TParallelCoordRange::DistancetoPrimitive(), TParallelCoordRange::ExecuteEvent(), TParallelCoordRange::GetBindingLinePoints(), TParallelCoordRange::GetSliderPoints(), and TParallelCoordRange::PaintSlider().
|
inline |
Definition at line 88 of file TParallelCoordVar.h.
Referenced by TParallelCoordRange::GetBindingLinePoints(), and TParallelCoordRange::GetSliderPoints().
Initialise the TParallelVar variables.
Definition at line 521 of file TParallelCoordVar.cxx.
Referenced by TParallelCoordVar().
void TParallelCoordVar::PaintBoxPlot | ( | ) |
Paint the boxes in the case of a candle chart.
Definition at line 562 of file TParallelCoordVar.cxx.
Referenced by Paint().
void TParallelCoordVar::PaintHistogram | ( | ) |
Paint the histogram on the axis.
Definition at line 662 of file TParallelCoordVar.cxx.
Referenced by Paint().
void TParallelCoordVar::PaintLabels | ( | ) |
Paint the axis labels and titles.
Definition at line 767 of file TParallelCoordVar.cxx.
Referenced by Paint().
Print the axis main data.
Reimplemented from TNamed.
Definition at line 818 of file TParallelCoordVar.cxx.
Save the TParallelCoordVar as a macro.
Can be used only in the context of TParallelCoord::SavePrimitive (pointer "TParallelCoord* para" is defined in TParallelCoord::SavePrimitive) with the option "pcalled".
Reimplemented from TObject.
Definition at line 830 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SavePrimitive().
Definition at line 106 of file TParallelCoordVar.h.
Set the axis to display a candle.
Definition at line 868 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::Draw(), and TParallelCoord::SetCandleChart().
Set the limits within which one the entries must be painted.
Definition at line 919 of file TParallelCoordVar.cxx.
Referenced by ExecuteEvent(), and Unzoom().
Set the current maximum of the axis.
Definition at line 911 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetGlobalMax(), and SetLogScale().
Set the current minimum of the axis.
Definition at line 903 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetGlobalMin(), and SetLogScale().
Set the histogram binning.
Definition at line 881 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetAxisHistogramBinning().
Set the height of the bar histogram.
Definition at line 891 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::Draw(), TParallelCoord::SetAxisHistogramHeight(), and SetBoxPlot().
Definition at line 107 of file TParallelCoordVar.h.
Referenced by TParallelCoord::Draw(), TParallelCoord::SetAxisHistogramLineWidth(), SetBoxPlot(), and TParallelCoord::SetCandleChart().
Definition at line 114 of file TParallelCoordVar.h.
Definition at line 113 of file TParallelCoordVar.h.
If true, the pad is updated while the motion of a dragged range.
Definition at line 944 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetLiveRangesUpdate().
Set the axis in log scale.
Definition at line 954 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetGlobalLogScale().
|
inlinevirtual |
Change (i.e. set) the title of the TNamed.
Reimplemented from TNamed.
Definition at line 117 of file TParallelCoordVar.h.
Set the variable values.
Definition at line 976 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::ApplySelectionToTree(), TParallelCoord::GetTree(), and TParallelCoord::ResetTree().
Set the X position of the axis in the case of a vertical axis.
and rotate the axis if it was horizontal.
Definition at line 991 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetAxesPosition(), and TParallelCoord::SetVertDisplay().
Set the Y position of the axis in the case of a horizontal axis.
and rotate the axis if it was vertical.
Definition at line 1010 of file TParallelCoordVar.cxx.
Referenced by TParallelCoord::SetAxesPosition(), and TParallelCoord::SetVertDisplay().
|
inline |
Definition at line 121 of file TParallelCoordVar.h.
Referenced by TParallelCoord::UnzoomAll().
|
private |
Definition at line 58 of file TParallelCoordVar.h.
Referenced by GetEntryWeight(), GetHistogram(), Init(), PaintHistogram(), SetCurrentLimits(), and ~TParallelCoordVar().
|
private |
Definition at line 54 of file TParallelCoordVar.h.
Referenced by GetHistHeight(), Init(), PaintBoxPlot(), PaintHistogram(), SavePrimitive(), and SetHistogramHeight().
|
private |
Definition at line 39 of file TParallelCoordVar.h.
Referenced by GetHistLineWidth(), Init(), PaintHistogram(), and SavePrimitive().
|
private |
Definition at line 40 of file TParallelCoordVar.h.
Referenced by GetId(), Init(), and TParallelCoordVar().
|
private |
Definition at line 50 of file TParallelCoordVar.h.
Referenced by GetCurrentMax(), GetEntryWeight(), GetEntryXY(), GetHistogram(), GetMinMaxMean(), GetObjectInfo(), GetValuefromXY(), GetXYfromValue(), Init(), PaintBoxPlot(), PaintHistogram(), PaintLabels(), SetCurrentLimits(), SetCurrentMax(), SetLogScale(), SetX(), and SetY().
|
private |
Definition at line 47 of file TParallelCoordVar.h.
Referenced by GetMinMaxMean(), Init(), PaintBoxPlot(), Print(), SavePrimitive(), and SetLogScale().
|
private |
Definition at line 48 of file TParallelCoordVar.h.
Referenced by GetCurrentAverage(), GetMinMaxMean(), Init(), and PaintBoxPlot().
|
private |
Definition at line 51 of file TParallelCoordVar.h.
Referenced by GetQuantiles(), Init(), PaintBoxPlot(), and Print().
|
private |
Definition at line 49 of file TParallelCoordVar.h.
Referenced by GetCurrentMin(), GetEntryWeight(), GetEntryXY(), GetHistogram(), GetMinMaxMean(), GetObjectInfo(), GetQuantiles(), GetValuefromXY(), GetXYfromValue(), Init(), PaintBoxPlot(), PaintHistogram(), PaintLabels(), SetCurrentLimits(), SetCurrentMin(), SetLogScale(), SetX(), and SetY().
|
private |
Definition at line 46 of file TParallelCoordVar.h.
Referenced by GetMinMaxMean(), GetQuantiles(), Init(), PaintBoxPlot(), Print(), SavePrimitive(), and SetLogScale().
|
private |
Definition at line 38 of file TParallelCoordVar.h.
Referenced by GetEntryWeight(), GetHistBinning(), GetHistogram(), GetNbins(), Init(), PaintHistogram(), SavePrimitive(), and SetHistogramBinning().
|
private |
Definition at line 41 of file TParallelCoordVar.h.
Referenced by GetNentries(), GetQuantiles(), Init(), SetValues(), and TParallelCoordVar().
|
private |
Definition at line 57 of file TParallelCoordVar.h.
Referenced by AddRange(), DeleteVariable(), ExecuteEvent(), GetHistogram(), GetMinMaxMean(), GetParallel(), GetQuantiles(), Init(), PaintBoxPlot(), PaintHistogram(), PaintLabels(), Print(), SetCurrentLimits(), SetHistogramHeight(), SetX(), SetY(), TParallelCoordVar(), and ~TParallelCoordVar().
|
private |
Definition at line 52 of file TParallelCoordVar.h.
Referenced by GetQuantiles(), Init(), PaintBoxPlot(), and Print().
|
private |
Definition at line 53 of file TParallelCoordVar.h.
Referenced by GetQuantiles(), Init(), PaintBoxPlot(), and Print().
|
private |
[fNentries] Entries values for the variable.
Definition at line 56 of file TParallelCoordVar.h.
Referenced by AddRange(), Draw(), Eval(), GetRanges(), Init(), SavePrimitive(), SetLiveRangesUpdate(), TParallelCoordVar(), and ~TParallelCoordVar().
|
private |
Definition at line 55 of file TParallelCoordVar.h.
Referenced by Eval(), GetEntryWeight(), GetEntryXY(), GetHistogram(), GetMinMaxMean(), GetQuantiles(), GetValues(), Init(), SetValues(), TParallelCoordVar(), and ~TParallelCoordVar().
|
private |
Definition at line 42 of file TParallelCoordVar.h.
Referenced by DistancetoPrimitive(), ExecuteEvent(), GetEntryXY(), GetObjectInfo(), GetValuefromXY(), GetX(), GetXYfromValue(), Init(), PaintBoxPlot(), PaintHistogram(), PaintLabels(), Print(), SetX(), and SetY().
|
private |
Definition at line 43 of file TParallelCoordVar.h.
Referenced by DistancetoPrimitive(), ExecuteEvent(), GetEntryXY(), GetObjectInfo(), GetValuefromXY(), GetVert(), GetXYfromValue(), Init(), PaintBoxPlot(), PaintHistogram(), PaintLabels(), Print(), SetX(), and SetY().
|
private |
Definition at line 44 of file TParallelCoordVar.h.
Referenced by DistancetoPrimitive(), ExecuteEvent(), GetEntryXY(), GetObjectInfo(), GetValuefromXY(), GetXYfromValue(), GetY(), Init(), PaintBoxPlot(), PaintHistogram(), PaintLabels(), Print(), SetX(), and SetY().
|
private |
Definition at line 45 of file TParallelCoordVar.h.
Referenced by DistancetoPrimitive(), ExecuteEvent(), GetEntryXY(), GetObjectInfo(), GetValuefromXY(), GetXYfromValue(), Init(), PaintBoxPlot(), PaintHistogram(), Print(), SetX(), and SetY().