[Rivet-svn] rivet: Mark CDF_1996_S310... jet properties validated.

Rivet Mercurial rivet at projects.hepforge.org
Thu Aug 4 14:45:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/b9200e2f5e34
branches:  release-2-5-x
changeset: 5383:b9200e2f5e34
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Thu Aug 04 14:33:58 2016 +0100
description:
Mark CDF_1996_S310... jet properties validated.

diffs (truncated from 118 to 50 lines):

--- a/ChangeLog	Thu Aug 04 14:03:06 2016 +0100
+++ b/ChangeLog	Thu Aug 04 14:33:58 2016 +0100
@@ -1,3 +1,10 @@
+2016-08-04  Holger Schulz  <holger.schulz at cern.ch>
+
+	* Use Jet mass and energy smearing in CDF_1996_S310 ... jet properties
+	analysis. Cleanup analysis and mark validated. Added some more run info.
+
+	* Minor fixes in SmearedJets projection
+
 2016-08-03  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Protect SmearedJets against loss of tagging information if a
--- a/data/anainfo/CDF_1996_S3108457.info	Thu Aug 04 14:03:06 2016 +0100
+++ b/data/anainfo/CDF_1996_S3108457.info	Thu Aug 04 14:33:58 2016 +0100
@@ -4,14 +4,17 @@
 Experiment: CDF
 Collider: Tevatron Run 1
 SpiresID: 3108457
-Status: UNVALIDATED
+Status: VALIDATED
 Authors:
  - Frank Siegert <frank.siegert at cern.ch>
 References:
  - Phys.Rev.Lett.75:608-612,1995
  - doi:10.1103/PhysRevLett.75.608
 RunInfo:
-  Pure QCD events without underlying event.
+  Pure QCD events without underlying event (the paper states that UE was
+  corrected for).
+  Several runs with different kinematic cuts might be needed to fill the 
+  2,3,4,5 and 6-jet properly.
 NumEvents: 1000000
 Beams: [p-, p+]
 Energies: [1800]
--- a/src/Analyses/CDF_1996_S3108457.cc	Thu Aug 04 14:03:06 2016 +0100
+++ b/src/Analyses/CDF_1996_S3108457.cc	Thu Aug 04 14:33:58 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 {
 
@@ -29,7 +30,13 @@
 
       /// Initialise and register projections here
       const FinalState fs(-4.2, 4.2);
-      declare(FastJets(fs, FastJets::CDFJETCLU, 0.7), "Jets");


More information about the Rivet-svn mailing list