|
[Rivet-svn] r3109 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue May 31 13:49:08 BST 2011
Author: hoeth Date: Tue May 31 13:49:07 2011 New Revision: 3109 Log: add comment about neutral particles in ALEPH_2004_S5765862 Modified: trunk/src/Analyses/ALEPH_2004_S5765862.cc Modified: trunk/src/Analyses/ALEPH_2004_S5765862.cc ============================================================================== --- trunk/src/Analyses/ALEPH_2004_S5765862.cc Tue May 31 13:39:08 2011 (r3108) +++ trunk/src/Analyses/ALEPH_2004_S5765862.cc Tue May 31 13:49:07 2011 (r3109) @@ -31,6 +31,9 @@ void init() { _initialisedJets = true; _initialisedSpectra = true; + // TODO: According to the paper they seem to discard neutral particles + // between 1 and 2 GeV. That correction is included in the systematic + // uncertainties and overly complicated to program, so we ignore it. const FinalState fs; addProjection(fs, "FS"); FastJets durhamjets(fs, FastJets::DURHAM, 0.7);
More information about the Rivet-svn mailing list |