16#ifndef ROOT7_RHistDisplayItem 
   17#define ROOT7_RHistDisplayItem 
   24namespace Experimental {
 
   29   std::vector<const RAxisBase *> 
fAxes;   
 
   43      fAxes.emplace_back(axis);
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Histogram axis base class.
 
Base class for drawable entities: objects that can be painted on a RPad.
 
void AddAxis(const RAxisBase *axis, int left=-1, int right=-1, int step=1)
 
double fContMinPos
minimum positive value
 
double fContMax
maximum content value
 
double fContMin
minimum content value
 
std::vector< const RAxisBase * > fAxes
histogram axes, only temporary pointers
 
void SetContentMinMax(double min, double minpos, double max)
 
RHistDisplayItem()=default
 
std::vector< double > fBinContent
extracted bins values
 
std::vector< int > fIndicies
[left,right,step] for each axes
 
Extract (reference) only basic attributes from drawable, but not drawable itself.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...