Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RHistData.hxx File Reference
#include <cmath>
#include <vector>
#include "ROOT/RSpan.hxx"
#include "ROOT/RHistUtils.hxx"
Include dependency graph for RHistData.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::RHistStatContent< DIMENSIONS, PRECISION >::RBinStat
 Modifying view on a RHistStatContent for a given bin. More...
 
class  ROOT::Experimental::RHistStatTotalSumOfWeights< DIMENSIONS, PRECISION >::RBinStat
 No-op; this class does not provide per-bin statistics. More...
 
class  ROOT::Experimental::RHistStatTotalSumOfSquaredWeights< DIMENSIONS, PRECISION >::RBinStat
 No-op; this class does not provide per-bin statistics. More...
 
class  ROOT::Experimental::RHistStatUncertainty< DIMENSIONS, PRECISION >::RBinStat
 Modifying view on a RHistStatUncertainty for a given bin. More...
 
class  ROOT::Experimental::RHistDataMomentUncert< DIMENSIONS, PRECISION >::RBinStat
 No-op; this class does not provide per-bin statistics. More...
 
class  ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >::RBinStat
 No-op; this class does not provide per-bin statistics. More...
 
class  ROOT::Experimental::RHistStatContent< DIMENSIONS, PRECISION >::RConstBinStat
 Const view on a RHistStatContent for a given bin. More...
 
class  ROOT::Experimental::RHistStatUncertainty< DIMENSIONS, PRECISION >::RConstBinStat
 Const view on a RHistStatUncertainty for a given bin. More...
 
class  ROOT::Experimental::Detail::RHistBinStat< DATA, BASES >
 Const view on a bin's statistical data. More...
 
class  ROOT::Experimental::Detail::RHistData< DIMENSIONS, PRECISION, STORAGE, STAT >
 A RHistImplBase's data, provides accessors to all its statistics. More...
 
class  ROOT::Experimental::RHistDataMomentUncert< DIMENSIONS, PRECISION >
 For now do as RH1: calculate first (xw) and second (x^2w) moment. More...
 
class  ROOT::Experimental::RHistStatContent< DIMENSIONS, PRECISION >
 Basic histogram statistics, keeping track of the bin content and the total number of calls to Fill(). More...
 
class  ROOT::Experimental::RHistStatRuntime< DIMENSIONS, PRECISION >
 Interface implementing a pure virtual functions DoFill(), DoFillN(). More...
 
class  ROOT::Experimental::RHistStatTotalSumOfSquaredWeights< DIMENSIONS, PRECISION >
 Keeps track of the histogram's total sum of squared weights. More...
 
class  ROOT::Experimental::RHistStatTotalSumOfWeights< DIMENSIONS, PRECISION >
 Keeps track of the histogram's total sum of weights. More...
 
class  ROOT::Experimental::RHistStatUncertainty< DIMENSIONS, PRECISION >
 Histogram statistics to keep track of the Poisson uncertainty per bin. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Experimental
 
namespace  ROOT::Experimental::Detail
 

Detailed Description

Author
Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Date
2015-06-14
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file RHistData.hxx.