[Rivet-svn] r1926 - in trunk: . src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Oct 18 14:19:33 BST 2009


Author: buckley
Date: Sun Oct 18 14:19:33 2009
New Revision: 1926

Log:
Cosmetics in MC leading jets, and bundling the GUIDELINES in the tarball

Modified:
   trunk/Makefile.am
   trunk/src/Analyses/MC_LHC_LEADINGJETS.cc

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	Sun Oct 18 09:09:15 2009	(r1925)
+++ trunk/Makefile.am	Sun Oct 18 14:19:33 2009	(r1926)
@@ -1,6 +1,8 @@
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = src pyext data include bin plugindemo doc
 
+EXTRA_DIST = GUIDELINES
+
 doc:
 	cd doc && $(MAKE) doc
 

Modified: trunk/src/Analyses/MC_LHC_LEADINGJETS.cc
==============================================================================
--- trunk/src/Analyses/MC_LHC_LEADINGJETS.cc	Sun Oct 18 09:09:15 2009	(r1925)
+++ trunk/src/Analyses/MC_LHC_LEADINGJETS.cc	Sun Oct 18 14:19:33 2009	(r1926)
@@ -37,7 +37,7 @@
       const ChargedFinalState cfs(-1.0, 1.0, 0.5*GeV);
       addProjection(cfs, "CFS");
 
-      const double maxpt1 = 500.0/GeV;
+      const double maxpt1 = 500.0;
       _hist_pnchg      = bookProfile1D("trans-nchg", 50, 0.0, maxpt1);
       _hist_pmaxnchg   = bookProfile1D("trans-maxnchg", 50, 0.0, maxpt1);
       _hist_pminnchg   = bookProfile1D("trans-minnchg", 50, 0.0, maxpt1);
@@ -69,7 +69,7 @@
 
       const double jetphi = jets[0].momentum().phi();
       const double jetpT  = jets[0].momentum().pT();
-      getLog() << Log::DEBUG << "Leading jet: pT = " << jetpT
+      getLog() << Log::DEBUG << "Leading jet: pT = " << jetpT/GeV << " GeV"
                << ", eta = " << jets[0].momentum().pseudorapidity()
                << ", phi = " << jetphi << endl;
 


More information about the Rivet-svn mailing list