The candle plot painter class.
Instances of this class are generated by the histograms painting classes (THistPainter and THStack) when an candle plot (box plot) is drawn. TCandle is the "painter class" of the box plots. Therefore it is never used directly to draw a candle.
Definition at line 31 of file TCandle.h.
|
| TCandle () |
| TCandle default constructor. More...
|
|
| TCandle (const Double_t candlePos, const Double_t candleWidth, const Int_t n, const Double_t *points) |
|
| TCandle (const Double_t candlePos, const Double_t candleWidth, TH1D *proj) |
| TCandle TH1 data constructor. More...
|
|
| TCandle (const TCandle &candle) |
|
virtual | ~TCandle () |
| TCandle default destructor. More...
|
|
Double_t | GetMean () const |
|
Double_t | GetMedian () const |
|
Double_t | GetQ1 () const |
|
Double_t | GetQ2 () const |
|
Double_t | GetQ3 () const |
|
Bool_t | IsHorizontal () |
|
Bool_t | IsVertical () |
|
virtual void | Paint (Option_t *option="") |
| Paint one candle with its current attributes. More...
|
|
int | ParseOption (char *optin) |
| Parsing of the option-string. More...
|
|
void | SetAxisPosition (const Double_t candlePos) |
|
void | SetHistogram (TH1D *proj) |
|
void | SetLog (int x, int y) |
|
virtual void | SetMean (Double_t mean) |
|
virtual void | SetMedian (Double_t median) |
|
void | SetOption (CandleOption opt) |
|
virtual void | SetQ1 (Double_t q1) |
|
virtual void | SetQ2 (Double_t q2) |
|
virtual void | SetQ3 (Double_t q3) |
|
void | SetWidth (const Double_t width) |
|
| 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 |
| Return the line color. More...
|
|
virtual Style_t | GetLineStyle () const |
| Return the line style. More...
|
|
virtual Width_t | GetLineWidth () const |
| Return the line width. More...
|
|
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) |
| Set the line color. More...
|
|
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
| Set a transparent line color. More...
|
|
virtual void | SetLineStyle (Style_t lstyle) |
| Set the line style. More...
|
|
virtual void | SetLineWidth (Width_t lwidth) |
| Set the line width. More...
|
|
| TAttFill () |
| AttFill default constructor. More...
|
|
| 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 |
| Return the fill area color. More...
|
|
virtual Style_t | GetFillStyle () const |
| Return the fill area style. More...
|
|
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) |
| Set the fill area color. More...
|
|
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
| Set a transparent fill color. More...
|
|
virtual void | SetFillStyle (Style_t fstyle) |
| Set the fill area style. More...
|
|
| TAttMarker () |
| TAttMarker default constructor. More...
|
|
| TAttMarker (Color_t color, Style_t style, Size_t msize) |
| TAttMarker normal constructor. More...
|
|
virtual | ~TAttMarker () |
| TAttMarker destructor. More...
|
|
void | Copy (TAttMarker &attmarker) const |
| Copy this marker attributes to a new TAttMarker. More...
|
|
virtual Color_t | GetMarkerColor () const |
| Return the marker color. More...
|
|
virtual Size_t | GetMarkerSize () const |
| Return the marker size. More...
|
|
virtual Style_t | GetMarkerStyle () const |
| Return the marker style. More...
|
|
virtual void | Modify () |
| Change current marker attributes if necessary. More...
|
|
virtual void | ResetAttMarker (Option_t *toption="") |
| Reset this marker attributes to the default values. More...
|
|
virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
| Save line attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetMarkerAttributes () |
| Invoke the DialogCanvas Marker attributes. More...
|
|
virtual void | SetMarkerColor (Color_t mcolor=1) |
| Set the marker color. More...
|
|
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
| Set a transparent marker color. More...
|
|
virtual void | SetMarkerSize (Size_t msize=1) |
| Set the marker size. More...
|
|
virtual void | SetMarkerStyle (Style_t mstyle=1) |
| Set the marker style. More...
|
|