|
Scatter2DPtr & | Rivet::Analysis::book (Scatter2DPtr &s2d, const string &hname, bool copy_pts=false) |
| Book a 2-dimensional data point set with the given name. More...
|
|
Scatter2DPtr & | Rivet::Analysis::book (Scatter2DPtr &s2d, unsigned int datasetId, unsigned int xAxisId, unsigned int yAxisId, bool copy_pts=false) |
| Book a 2-dimensional data point set, using the binnings in the reference data histogram. More...
|
|
Scatter2DPtr & | Rivet::Analysis::book (Scatter2DPtr &s2d, const string &hname, size_t npts, double lower, double upper) |
| Book a 2-dimensional data point set with equally spaced x-points in a range. More...
|
|
Scatter2DPtr & | Rivet::Analysis::book (Scatter2DPtr &s2d, const string &hname, const std::vector< double > &binedges) |
| Book a 2-dimensional data point set based on provided contiguous "bin edges". More...
|
|
Scatter2DPtr & | Rivet::Analysis::book (Scatter2DPtr &s2d, const string &hname, const Scatter2D &refscatter) |
| Book a 2-dimensional data point set with x-points from an existing scatter and a new path.
|
|