|
[Rivet-svn] r2325 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Mar 11 23:05:23 GMT 2010
Author: fsiegert Date: Thu Mar 11 23:05:23 2010 New Revision: 2325 Log: bugfix for copy/paste mistake in unvalidated D0_2010_S8570965. Modified: trunk/src/Analyses/D0_2010_S8570965.cc Modified: trunk/src/Analyses/D0_2010_S8570965.cc ============================================================================== --- trunk/src/Analyses/D0_2010_S8570965.cc Wed Mar 10 12:25:05 2010 (r2324) +++ trunk/src/Analyses/D0_2010_S8570965.cc Thu Mar 11 23:05:23 2010 (r2325) @@ -83,7 +83,7 @@ } FourMomentum y1=isolated_photons[0].momentum(); - FourMomentum y2=isolated_photons[0].momentum(); + FourMomentum y2=isolated_photons[1].momentum(); if (deltaR(y1, y2)<0.4) { vetoEvent; }
More information about the Rivet-svn mailing list |