[Rivet-svn] r1811 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Sep 2 14:34:29 BST 2009


Author: buckley
Date: Wed Sep  2 14:34:29 2009
New Revision: 1811

Log:
Moving ZEUS analysis warning to init method

Modified:
   trunk/src/Analyses/ZEUS_2001_S4815815.cc

Modified: trunk/src/Analyses/ZEUS_2001_S4815815.cc
==============================================================================
--- trunk/src/Analyses/ZEUS_2001_S4815815.cc	Wed Sep  2 14:32:11 2009	(r1810)
+++ trunk/src/Analyses/ZEUS_2001_S4815815.cc	Wed Sep  2 14:34:29 2009	(r1811)
@@ -25,9 +25,6 @@
       FinalState fs;
       addProjection(fs, "FS");
       /// @todo This is the *wrong* jet def: correct it!
-      getLog() << Log::WARN << "This analysis uses the wrong jet definition: the " 
-               << "paper just says 'a cone algorithm was applied to the CAL cells and jets "
-               << "were reconstructed using the energies and positions of these cells'" << endl;
       addProjection(FastJets(fs, FastJets::KT, 0.7), "Jets");
     }
 
@@ -37,6 +34,10 @@
 
     // Book histograms
     void init() {
+      getLog() << Log::WARN << "This analysis uses the wrong jet definition: the " 
+               << "paper just says 'a cone algorithm was applied to the CAL cells and jets "
+               << "were reconstructed using the energies and positions of these cells'" << endl;
+
       /// @todo This doesn't seem to correspond to the plots in the paper (SPIRES 4730372)
       _histJetEt1 = bookHistogram1D("JetET1", 11, 14.0, 75.0);
     }


More information about the Rivet-svn mailing list