[Rivet-svn] r4319 - trunk/src/Tools

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue May 28 20:23:34 BST 2013


Author: buckley
Date: Tue May 28 20:23:34 2013
New Revision: 4319

Log:
Cosmetics

Modified:
   trunk/src/Tools/RivetYODA.cc

Modified: trunk/src/Tools/RivetYODA.cc
==============================================================================
--- trunk/src/Tools/RivetYODA.cc	Tue May 28 20:11:09 2013	(r4318)
+++ trunk/src/Tools/RivetYODA.cc	Tue May 28 20:23:34 2013	(r4319)
@@ -18,7 +18,6 @@
     if (!path2.empty()) return path2;
     throw Rivet::Error("Couldn't find ref data file '" + papername + ".yoda/aida" +
                        " in $RIVET_REF_PATH, '" + getRivetDataPath() + "', or '.'");
-    //return "";
   }
 
 
@@ -38,7 +37,7 @@
       if (!refdata) continue;
       string plotpath = refdata->path();
 
-      // split path at "/" and only return the last field, i.e. the histogram ID
+      // Split path at "/" and only return the last field, i.e. the histogram ID
       std::vector<string> pathvec;
       split( pathvec, plotpath, is_any_of("/"), token_compress_on );
       plotpath = pathvec.back();


More information about the Rivet-svn mailing list