|
[Rivet-svn] r3543 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Jan 20 16:20:03 GMT 2012
Author: fsiegert Date: Fri Jan 20 16:20:03 2012 New Revision: 3543 Log: Bugfix in ATLAS_2012_I1083318: Include non-signal neutrinos in jet clustering. Modified: trunk/src/Analyses/ATLAS_2012_I1083318.cc Modified: trunk/src/Analyses/ATLAS_2012_I1083318.cc ============================================================================== --- trunk/src/Analyses/ATLAS_2012_I1083318.cc Mon Jan 16 22:42:52 2012 (r3542) +++ trunk/src/Analyses/ATLAS_2012_I1083318.cc Fri Jan 20 16:20:03 2012 (r3543) @@ -58,6 +58,7 @@ veto.addVetoOnThisFinalState(leptons); veto.addVetoOnThisFinalState(neutrinos); FastJets jets(veto, FastJets::ANTIKT, 0.4); + jets.useInvisibles(true); addProjection(jets, "jets"); for (size_t i=0; i<2; ++i) {
More information about the Rivet-svn mailing list |