[Rivet-svn] r2915 - in trunk: data/anainfo src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Feb 4 14:28:41 GMT 2011


Author: fsiegert
Date: Fri Feb  4 14:28:40 2011
New Revision: 2915

Log:
Bugfix for ALEPH 2004 jet resolutions: Do include neutrinos in the jet clustering.

Modified:
   trunk/data/anainfo/ALEPH_2004_S5765862.info
   trunk/src/Analyses/ALEPH_2004_S5765862.cc

Modified: trunk/data/anainfo/ALEPH_2004_S5765862.info
==============================================================================
--- trunk/data/anainfo/ALEPH_2004_S5765862.info	Thu Feb  3 13:50:27 2011	(r2914)
+++ trunk/data/anainfo/ALEPH_2004_S5765862.info	Fri Feb  4 14:28:40 2011	(r2915)
@@ -22,6 +22,7 @@
   measured in $e^+ e^-$ collisions at CMS energies between 91 and 209 GeV.
   The previously published data at 91.2 GeV and 133 GeV have been re-processed
   and the higher energy data are presented here for the first time.
+  Note that the data have been corrected to include neutrinos.
 BibKey: Heister:2003aj
 BibTeX: '@Article{Heister:2003aj,
      author    = "Heister, A. and others",

Modified: trunk/src/Analyses/ALEPH_2004_S5765862.cc
==============================================================================
--- trunk/src/Analyses/ALEPH_2004_S5765862.cc	Thu Feb  3 13:50:27 2011	(r2914)
+++ trunk/src/Analyses/ALEPH_2004_S5765862.cc	Fri Feb  4 14:28:40 2011	(r2915)
@@ -33,7 +33,9 @@
       _initialisedSpectra = true;
       const FinalState fs;
       addProjection(fs, "FS");
-      addProjection(FastJets(fs, FastJets::DURHAM, 0.7), "DurhamJets");
+      FastJets durhamjets(fs, FastJets::DURHAM, 0.7);
+      durhamjets.useInvisibles(true);
+      addProjection(durhamjets, "DurhamJets");
 
       const Thrust thrust(fs);
       addProjection(thrust, "Thrust");


More information about the Rivet-svn mailing list