[Rivet-svn] rivet: Mark CDF exclusive 6 jet analysis validated and use smear...

Rivet Mercurial rivet at projects.hepforge.org
Fri Aug 5 11:00:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/acea30830f29
branches:  release-2-5-x
changeset: 5387:acea30830f29
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Fri Aug 05 10:45:10 2016 +0100
description:
Mark CDF exclusive 6 jet analysis validated and use smeared jets. Remove todo from CDF_1996... jet properties

diffs (truncated from 89 to 50 lines):

--- a/ChangeLog	Thu Aug 04 17:12:37 2016 +0100
+++ b/ChangeLog	Fri Aug 05 10:45:10 2016 +0100
@@ -1,3 +1,8 @@
+2016-08-05  Holger Schulz  <holger.schulz at cern.ch>
+
+	* Use Jet mass and energy smearing in CDF_1997_... six-jet analysis,
+	mark validated.
+
 2016-08-04  Holger Schulz  <holger.schulz at cern.ch>
 
 	* Use Jet mass and energy smearing in CDF_1996_S310 ... jet properties
--- a/data/anainfo/CDF_1997_S3541940.info	Thu Aug 04 17:12:37 2016 +0100
+++ b/data/anainfo/CDF_1997_S3541940.info	Fri Aug 05 10:45:10 2016 +0100
@@ -4,7 +4,7 @@
 Experiment: CDF
 Collider: Tevatron Run 1
 SpiresID: 3541940
-Status: UNVALIDATED
+Status: VALIDATED
 Authors:
  - Frank Siegert <frank.siegert at cern.ch>
 References:
--- a/src/Analyses/CDF_1996_S3349578.cc	Thu Aug 04 17:12:37 2016 +0100
+++ b/src/Analyses/CDF_1996_S3349578.cc	Fri Aug 05 10:45:10 2016 +0100
@@ -97,7 +97,6 @@
         jetsystem += jet.momentum();
         if (jets.size() >= 5) break;
       }
-      /// @todo include gaussian jet energy resolution smearing?
 
       const double weight = event.weight();
       if (jets.size() > 4) {
--- a/src/Analyses/CDF_1997_S3541940.cc	Thu Aug 04 17:12:37 2016 +0100
+++ b/src/Analyses/CDF_1997_S3541940.cc	Fri Aug 05 10:45:10 2016 +0100
@@ -2,6 +2,7 @@
 #include "Rivet/Analysis.hh"
 #include "Rivet/Projections/FinalState.hh"
 #include "Rivet/Projections/FastJets.hh"
+#include "Rivet/Projections/SmearedJets.hh"
 
 namespace Rivet {
 
@@ -21,7 +22,12 @@
     void init() {
 
       const FinalState fs(-4.2, 4.2);
-      declare(FastJets(fs, FastJets::CDFJETCLU, 0.7), "Jets");
+      FastJets fj (fs, FastJets::CDFJETCLU, 0.7);
+      declare(fj, "Jets");
+


More information about the Rivet-svn mailing list