npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
histoUtils.hh File Reference

Various utility code related to histogram filling, etc. More...

#include <utility>
#include "npstat/stat/HistoND.hh"
#include "npstat/stat/AbsDistribution1D.hh"
#include "npstat/stat/histoUtils.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<class Axis , class Collection , class CoordExtractor >
double npstat::fill1DHistoWithCDFWeights (const Collection &coll, const AbsScalableDistribution1D &weightCalc, CoordExtractor extractor, HistoND< double, Axis > *h)
 
template<class Axis , class Collection , class CoordWeightCalc >
std::pair< double, double > npstat::multiFill1DHistoWithCDFWeights (const Collection &coll, const AbsScalableDistribution1D &weightCalc, CoordWeightCalc coordWeightCalc, HistoND< double, Axis > *h)
 

Detailed Description

Various utility code related to histogram filling, etc.

Author: I. Volobouev

April 2015