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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Jun 25 20:40:23 BST 2010


Author: buckley
Date: Fri Jun 25 20:40:26 2010
New Revision: 2532

Log:
A couple of tweaks introduced when debugging/testing the JADE plugin with a different ymerge method

Modified:
   trunk/src/Analyses/JADE_OPAL_2000_S4300807.cc

Modified: trunk/src/Analyses/JADE_OPAL_2000_S4300807.cc
==============================================================================
--- trunk/src/Analyses/JADE_OPAL_2000_S4300807.cc	Fri Jun 25 20:39:57 2010	(r2531)
+++ trunk/src/Analyses/JADE_OPAL_2000_S4300807.cc	Fri Jun 25 20:40:26 2010	(r2532)
@@ -61,9 +61,8 @@
 
 
     void analyze(const Event& e) {
-      // Jets
-      getLog() << Log::DEBUG << "Using FastJet JADE patch to make diff jet rate plots:" << endl;
       const double weight = e.weight();
+      MSG_DEBUG("Num particles = " << applyProjection<FinalState>(e, "FS").particles().size());
 
       const FastJets& jadejet = applyProjection<FastJets>(e, "JadeJets");
       if (jadejet.clusterSeq()) {


More information about the Rivet-svn mailing list