|
[Rivet-svn] r3689 - trunk/src/Toolsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Apr 16 13:47:03 BST 2012
Author: richardn Date: Mon Apr 16 13:47:02 2012 New Revision: 3689 Log: slightly more useful error message Modified: trunk/src/Tools/RivetAIDA.cc Modified: trunk/src/Tools/RivetAIDA.cc ============================================================================== --- trunk/src/Tools/RivetAIDA.cc Mon Apr 16 13:45:01 2012 (r3688) +++ trunk/src/Tools/RivetAIDA.cc Mon Apr 16 13:47:02 2012 (r3689) @@ -88,7 +88,7 @@ DPSXYPoint pt(xcentre, xerrminus, xerrplus, ycentre, yerrminus, yerrplus); points.push_back(pt); } else { - cerr << "Couldn't get <measurement> tag" << endl; + cerr << "Couldn't get <measurement> tag for " << papername << endl; /// @todo Throw an exception here? } } @@ -161,7 +161,7 @@ DPSXPoint pt(centre, errminus, errplus); points.push_back(pt); } else { - cerr << "Couldn't get <measurement> tag" << endl; + cerr << "Couldn't get <measurement> tag for " << papername << endl; /// @todo Throw an exception here? } }
More information about the Rivet-svn mailing list |