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

Functions

Profile2DPtr & Rivet::Analysis::book (Profile2DPtr &, const std::string &name, size_t nxbins, double xlower, double xupper, size_t nybins, double ylower, double yupper)
 
Profile2DPtr & Rivet::Analysis::book (Profile2DPtr &, const std::string &name, const std::vector< double > &xbinedges, const std::vector< double > &ybinedges)
 
Profile2DPtr & Rivet::Analysis::book (Profile2DPtr &, const std::string &name, const std::initializer_list< double > &xbinedges, const std::initializer_list< double > &ybinedges)
 

Detailed Description

Function Documentation

◆ book() [1/3]

Profile2DPtr & Rivet::Analysis::book ( Profile2DPtr &  ,
const std::string &  name,
const std::initializer_list< double > &  xbinedges,
const std::initializer_list< double > &  ybinedges 
)
protected

Book a 2D profile histogram with non-uniform bins defined by the vectorx of bin edges xbinedges and ybinedges.

◆ book() [2/3]

Profile2DPtr & Rivet::Analysis::book ( Profile2DPtr &  ,
const std::string &  name,
const std::vector< double > &  xbinedges,
const std::vector< double > &  ybinedges 
)
protected

Book a 2D profile histogram with non-uniform bins defined by the vectorx of bin edges xbinedges and ybinedges.

◆ book() [3/3]

Profile2DPtr & Rivet::Analysis::book ( Profile2DPtr &  ,
const std::string &  name,
size_t  nxbins,
double  xlower,
double  xupper,
size_t  nybins,
double  ylower,
double  yupper 
)
protected

Book a 2D profile histogram with nxbins and nybins uniformly distributed across the ranges xlower - xupper and ylower - yupper respectively along the x- and y-axis.