|
Scatter1DPtr & | Rivet::Analysis::book (Scatter1DPtr &s1d, const string &hname) |
| Book a 1-dimensional data point set with the given name.
|
|
Scatter1DPtr & | Rivet::Analysis::book (Scatter1DPtr &s1d, unsigned int datasetId, unsigned int xAxisId, unsigned int yAxisId) |
| Book a 1-dimensional data point set, using the reference-data histogram indices.
|
|
Scatter1DPtr & | Rivet::Analysis::book (Scatter1DPtr &s1d, const string &hname, const Scatter1D &refscatter) |
| Book a 1-dimensional data point set from an existing scatter and a new path.
|
|
Scatter2DPtr & | Rivet::Analysis::book (Scatter2DPtr &s2d, const string &hname, bool copy_pts=false) |
| Book a 2-dimensional data point set with the given name.
|
|
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.
|
|
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.
|
|
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".
|
|
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.
|
|