|
[Rivet-svn] r2674 - trunk/include/LWHblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Aug 23 21:50:38 BST 2010
Author: holsch Date: Mon Aug 23 21:50:38 2010 New Revision: 2674 Log: Remove function getSumW(int index) since it is an exact duplicate of getSum(int index) Modified: trunk/include/LWH/Profile1D.h Modified: trunk/include/LWH/Profile1D.h ============================================================================== --- trunk/include/LWH/Profile1D.h Sun Aug 22 16:47:11 2010 (r2673) +++ trunk/include/LWH/Profile1D.h Mon Aug 23 21:50:38 2010 (r2674) @@ -406,11 +406,6 @@ } - /** The counts. */ - int getSum(int index) const { - return sum[index + 2]; - } - /** The weights. */ double getSumW(int index) const { return sumw[index + 2];
More information about the Rivet-svn mailing list |