Base class for histogram statistic box, provides graphics attributes and virtual method for fill statistic.
Definition at line 58 of file RHistStatBox.hxx.
Classes | |
| class | RReply | 
| class | RRequest | 
Public Member Functions | |
| RHistStatBoxBase () | |
| const std::string & | GetTitle () const | 
| void | SetTitle (const std::string &title) | 
  Public Member Functions inherited from ROOT::Experimental::RPave | |
| RPave () | |
  Public Member Functions inherited from ROOT::Experimental::RDrawable | |
| RDrawable (const char *csstype) | |
| virtual | ~RDrawable () | 
| void | ClearStyle () | 
| const std::string & | GetCssClass () const | 
| const char * | GetCssType () const | 
| const std::string & | GetId () const | 
| void | SetCssClass (const std::string &cl) | 
| void | SetId (const std::string &id) | 
| virtual void | UseStyle (const std::shared_ptr< RStyle > &style) | 
Protected Types | |
| enum | EShowBits {  kShowTitle = 0x1 , kShowEntries = 0x2 , kShowMean = 0x4 , kShowDev = 0x8 , kShowRange = 0x10 }  | 
Protected Member Functions | |
| std::unique_ptr< RDisplayItem > | Display (const RDisplayContext &) override | 
| Creates display item for drawable By default item contains drawable data itself.   | |
| virtual void | FillStatistic (unsigned, const RFrame::RUserRanges &, std::vector< std::string > &) const | 
| virtual const std::vector< std::string > & | GetEntriesNames () const | 
  Protected Member Functions inherited from ROOT::Experimental::RPave | |
| RPave (const char *csstype) | |
  Protected Member Functions inherited from ROOT::Experimental::RDrawable | |
| RDrawable (const RDrawable &)=delete | |
| virtual void | CollectShared (Internal::RIOSharedVector_t &) | 
| virtual void | Execute (const std::string &) | 
| RAttrMap & | GetAttrMap () | 
| const RAttrMap & | GetAttrMap () const | 
| Version_t | GetVersion () const | 
| virtual bool | IsFrameRequired () const | 
| bool | MatchSelector (const std::string &selector) const | 
| Preliminary method which checks if drawable matches with given selector Following selector are allowed: "type" or "#id" or ".class_name" Here type is drawable kind like 'rect' or 'pad' id is drawable identifier, specified with RDrawable::SetId() method class_name is drawable class name, specified with RDrawable::SetCssClass() method.   | |
| virtual void | OnDisplayItemDestroyed (RDisplayItem *) const | 
| RDrawable & | operator= (const RDrawable &)=delete | 
| virtual void | PopulateMenu (RMenuItems &) | 
| void | SetCssType (const char *csstype) | 
| virtual void | SetDrawableVersion (Version_t vers) | 
Private Attributes | |
| unsigned | fShowMask {0xff} | 
| show stat box lines   | |
| std::string | fTitle | 
| stat box title   | |
Additional Inherited Members | |
  Public Types inherited from ROOT::Experimental::RPave | |
| enum | ECorner { kTopLeft = 1 , kTopRight = 2 , kBottomLeft = 3 , kBottomRight = 4 } | 
  Public Types inherited from ROOT::Experimental::RDrawable | |
| using | Version_t = uint64_t | 
  Public Attributes inherited from ROOT::Experimental::RPave | |
| RAttrBorder | border {this, "border"} | 
| ! border attributes   | |
| RAttrValue< ECorner > | corner {this, "corner", kTopRight} | 
| ! frame/pad corner to which pave is bound   | |
| RAttrFill | fill {this, "fill"} | 
| ! fill attributes   | |
| RAttrValue< RPadLength > | height {this, "height", 0.2} | 
| ! pave height   | |
| RAttrValue< RPadLength > | offsetX {this, "offsetX", 0.02} | 
| ! offset X relative to selected frame or pad corner   | |
| RAttrValue< RPadLength > | offsetY {this, "offsetY", 0.02} | 
| ! offset Y relative to selected frame or pad corner   | |
| RAttrValue< bool > | onFrame {this, "onFrame", true} | 
| ! is pave assigned to frame (true) or to pad corner (false)   | |
| RAttrText | text {this, "text"} | 
| ! text attributes   | |
| RAttrValue< RPadLength > | width {this, "width", 0.4} | 
| ! pave width   | |
#include <ROOT/RHistStatBox.hxx>
| Enumerator | |
|---|---|
| kShowTitle | |
| kShowEntries | |
| kShowMean | |
| kShowDev | |
| kShowRange | |
Definition at line 65 of file RHistStatBox.hxx.
      
  | 
  inline | 
Definition at line 114 of file RHistStatBox.hxx.
      
  | 
  overrideprotectedvirtual | 
Creates display item for drawable By default item contains drawable data itself.
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 22 of file RHistStatBox.cxx.
      
  | 
  inlineprotectedvirtual | 
Reimplemented in ROOT::Experimental::RHist1StatBox, ROOT::Experimental::RHist2StatBox, and ROOT::Experimental::RHist3StatBox.
Definition at line 67 of file RHistStatBox.hxx.
      
  | 
  protectedvirtual | 
Definition at line 16 of file RHistStatBox.cxx.
      
  | 
  inline | 
Definition at line 117 of file RHistStatBox.hxx.
      
  | 
  inline | 
Definition at line 116 of file RHistStatBox.hxx.
      
  | 
  private | 
show stat box lines
Definition at line 61 of file RHistStatBox.hxx.
      
  | 
  private | 
stat box title
Definition at line 60 of file RHistStatBox.hxx.