rivet is hosted by Hepforge, IPPP Durham
Rivet 3.1.6
1D profile histogram booking

Functions

Profile1DPtr & Rivet::Analysis::book (Profile1DPtr &, const std::string &name, size_t nbins, double lower, double upper)
 Book a 1D profile histogram with nbins uniformly distributed across the range lower - upper .
 
Profile1DPtr & Rivet::Analysis::book (Profile1DPtr &, const std::string &name, const std::vector< double > &binedges)
 Book a 1D profile histogram with non-uniform bins defined by the vector of bin edges binedges .
 
Profile1DPtr & Rivet::Analysis::book (Profile1DPtr &, const std::string &name, const std::initializer_list< double > &binedges)
 Book a 1D profile histogram with non-uniform bins defined by the vector of bin edges binedges .
 
Profile1DPtr & Rivet::Analysis::book (Profile1DPtr &, const std::string &name, const Scatter2D &refscatter)
 Book a 1D profile histogram with binning from a reference scatter.
 
Profile1DPtr & Rivet::Analysis::book (Profile1DPtr &, const std::string &name)
 Book a 1D profile histogram, using the binnings in the reference data histogram.
 
Profile1DPtr & Rivet::Analysis::book (Profile1DPtr &, unsigned int datasetId, unsigned int xAxisId, unsigned int yAxisId)
 

Detailed Description

Function Documentation

◆ book()

Profile1DPtr & Rivet::Analysis::book ( Profile1DPtr &  ,
unsigned int  datasetId,
unsigned int  xAxisId,
unsigned int  yAxisId 
)
protected

Book a 1D profile histogram, using the binnings in the reference data histogram.

The paper, dataset and x/y-axis IDs will be used to build the histo name in the HepData standard way.