![]() |
Rivet 3.1.9
|
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) |
|
protected |
Book a 2D profile histogram with non-uniform bins defined by the vectorx of bin edges xbinedges and ybinedges.
|
protected |
Book a 2D profile histogram with non-uniform bins defined by the vectorx of bin edges xbinedges and ybinedges.
|
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.