|
Histo2DPtr & | Rivet::Analysis::book (Histo2DPtr &, const std::string &name, size_t nxbins, double xlower, double xupper, size_t nybins, double ylower, double yupper) |
|
Histo2DPtr & | Rivet::Analysis::book (Histo2DPtr &, const std::string &name, const std::vector< double > &xbinedges, const std::vector< double > &ybinedges) |
|
Histo2DPtr & | Rivet::Analysis::book (Histo2DPtr &, const std::string &name, const std::initializer_list< double > &xbinedges, const std::initializer_list< double > &ybinedges) |
|
Histo2DPtr & | Rivet::Analysis::book (Histo2DPtr &, const std::string &name, const Scatter3D &refscatter) |
| Book a 2D histogram with binning from a reference scatter.
|
|
Histo2DPtr & | Rivet::Analysis::book (Histo2DPtr &, const std::string &name) |
| Book a 2D histogram, using the binnings in the reference data histogram.
|
|
Histo2DPtr & | Rivet::Analysis::book (Histo2DPtr &, unsigned int datasetId, unsigned int xAxisId, unsigned int yAxisId) |
|