|
[Rivet-svn] r3792 - trunk/src/Coreblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Jul 3 21:20:47 BST 2012
Author: hoeth Date: Tue Jul 3 21:20:47 2012 New Revision: 3792 Log: define bookScatter2D() Modified: trunk/src/Core/Analysis.cc Modified: trunk/src/Core/Analysis.cc ============================================================================== --- trunk/src/Core/Analysis.cc Tue Jul 3 17:58:46 2012 (r3791) +++ trunk/src/Core/Analysis.cc Tue Jul 3 21:20:47 2012 (r3792) @@ -346,6 +346,12 @@ /////////////////// + Scatter2DPtr Analysis::bookScatter2D(size_t datasetId, size_t xAxisId, + size_t yAxisId, const string& title, + const string& xtitle, const string& ytitle) { + const string axisCode = makeAxisCode(datasetId, xAxisId, yAxisId); + return bookScatter2D(axisCode, title, xtitle, ytitle); + } Scatter2DPtr Analysis::bookScatter2D(const string& hname, const string& title,
More information about the Rivet-svn mailing list |