[Rivet-svn] r3391 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Sep 28 10:08:32 BST 2011


Author: fsiegert
Date: Wed Sep 28 10:08:31 2011
New Revision: 3391

Log:
Another fix in ATLAS_2011_S9131140: Bare electrons should not have any photons clustered to them.

Modified:
   trunk/src/Analyses/ATLAS_2011_S9131140.cc

Modified: trunk/src/Analyses/ATLAS_2011_S9131140.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2011_S9131140.cc	Wed Sep 28 10:00:10 2011	(r3390)
+++ trunk/src/Analyses/ATLAS_2011_S9131140.cc	Wed Sep 28 10:08:31 2011	(r3391)
@@ -32,7 +32,7 @@
       // Set up projections
       ZFinder zfinder_dressed_el(-2.4, 2.4, 20, ELECTRON, 66.0*GeV, 116.0*GeV, 0.1, true, false);
       addProjection(zfinder_dressed_el, "ZFinder_dressed_el");
-      ZFinder zfinder_bare_el(-2.4, 2.4, 20, ELECTRON, 66.0*GeV, 116.0*GeV, 0.1, true, false);
+      ZFinder zfinder_bare_el(-2.4, 2.4, 20, ELECTRON, 66.0*GeV, 116.0*GeV, 0.0, true, false);
       addProjection(zfinder_bare_el, "ZFinder_bare_el");
       ZFinder zfinder_dressed_mu(-2.4, 2.4, 20, MUON, 66.0*GeV, 116.0*GeV, 0.1, true, false);
       addProjection(zfinder_dressed_mu, "ZFinder_dressed_mu");


More information about the Rivet-svn mailing list