|
Scatter3DPtr & | Rivet::Analysis::book (Scatter3DPtr &s3d, const std::string &hname, bool copy_pts=false) |
| Book a 3-dimensional data point set with the given name.
|
|
Scatter3DPtr & | Rivet::Analysis::book (Scatter3DPtr &s3d, unsigned int datasetId, unsigned int xAxisId, unsigned int yAxisId, unsigned int zAxisId, bool copy_pts=false) |
| Book a 3-dimensional data point set, using the binnings in the reference data histogram.
|
|
Scatter3DPtr & | Rivet::Analysis::book (Scatter3DPtr &s3d, const std::string &hname, size_t xnpts, double xlower, double xupper, size_t ynpts, double ylower, double yupper) |
| Book a 3-dimensional data point set with equally spaced x-points in a range.
|
|
Scatter3DPtr & | Rivet::Analysis::book (Scatter3DPtr &s3d, const std::string &hname, const std::vector< double > &xbinedges, const std::vector< double > &ybinedges) |
| Book a 3-dimensional data point set based on provided contiguous "bin edges".
|
|
Scatter3DPtr & | Rivet::Analysis::book (Scatter3DPtr &s3d, const std::string &hname, const Scatter3D &refscatter) |
| Book a 3-dimensional data point set with x-points from an existing scatter and a new path.
|
|