Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RHist1StatBox Class Referencefinal

Definition at line 156 of file RHistStatBox.hxx.

Public Member Functions

template<class HIST >
 RHist1StatBox (const std::shared_ptr< HIST > &hist, const std::string &title="")
 
- Public Member Functions inherited from ROOT::Experimental::RHistStatBox< 1 >
 RHistStatBox (const std::shared_ptr< HIST > &hist, const std::string &title="")
 
std::shared_ptr< HistImpl_tGetHist () const
 
- Public Member Functions inherited from ROOT::Experimental::RHistStatBoxBase
 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 Member Functions

void FillStatistic (unsigned, const RFrame::RUserRanges &, std::vector< std::string > &) const override
 
- Protected Member Functions inherited from ROOT::Experimental::RHistStatBox< 1 >
void CollectShared (Internal::RIOSharedVector_t &vect) override
 
- Protected Member Functions inherited from ROOT::Experimental::RHistStatBoxBase
std::unique_ptr< RDisplayItemDisplay (const RDisplayContext &) override
 Creates display item for drawable By default item contains drawable data itself.
 
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 Execute (const std::string &)
 
RAttrMapGetAttrMap ()
 
const RAttrMapGetAttrMap () 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
 
RDrawableoperator= (const RDrawable &)=delete
 
virtual void PopulateMenu (RMenuItems &)
 
void SetCssType (const char *csstype)
 
virtual void SetDrawableVersion (Version_t vers)
 

Additional Inherited Members

- Public Types inherited from ROOT::Experimental::RHistStatBox< 1 >
using HistImpl_t = Detail::RHistImplPrecisionAgnosticBase< DIMENSIONS >
 
- 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< ECornercorner {this, "corner", kTopRight}
 ! frame/pad corner to which pave is bound
 
RAttrFill fill {this, "fill"}
 ! fill attributes
 
RAttrValue< RPadLengthheight {this, "height", 0.2}
 ! pave height
 
RAttrValue< RPadLengthoffsetX {this, "offsetX", 0.02}
 ! offset X relative to selected frame or pad corner
 
RAttrValue< RPadLengthoffsetY {this, "offsetY", 0.02}
 ! offset Y relative to selected frame or pad corner
 
RAttrValue< boolonFrame {this, "onFrame", true}
 ! is pave assigned to frame (true) or to pad corner (false)
 
RAttrText text {this, "text"}
 ! text attributes
 
RAttrValue< RPadLengthwidth {this, "width", 0.4}
 ! pave width
 
- Protected Types inherited from ROOT::Experimental::RHistStatBoxBase
enum  EShowBits {
  kShowTitle = 0x1 , kShowEntries = 0x2 , kShowMean = 0x4 , kShowDev = 0x8 ,
  kShowRange = 0x10
}
 

#include <ROOT/RHistStatBox.hxx>

Inheritance diagram for ROOT::Experimental::RHist1StatBox:
[legend]

Constructor & Destructor Documentation

◆ RHist1StatBox()

template<class HIST >
ROOT::Experimental::RHist1StatBox::RHist1StatBox ( const std::shared_ptr< HIST > &  hist,
const std::string &  title = "" 
)
inline

Definition at line 161 of file RHistStatBox.hxx.

Member Function Documentation

◆ FillStatistic()

void RHist1StatBox::FillStatistic ( unsigned  mask,
const RFrame::RUserRanges ranges,
std::vector< std::string > &  lines 
) const
overrideprotectedvirtual

Reimplemented from ROOT::Experimental::RHistStatBoxBase.

Definition at line 40 of file RHistStatBox.cxx.

Libraries for ROOT::Experimental::RHist1StatBox:

The documentation for this class was generated from the following files: