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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Dec 2 14:33:54 GMT 2010


Author: fsiegert
Date: Thu Dec  2 14:33:54 2010
New Revision: 2800

Log:
MC_PHOTONJETS: Include photon pT cut, without which this analysis is relatively unphysical.

Modified:
   trunk/src/Analyses/MC_PHOTONJETS.cc

Modified: trunk/src/Analyses/MC_PHOTONJETS.cc
==============================================================================
--- trunk/src/Analyses/MC_PHOTONJETS.cc	Thu Dec  2 13:14:24 2010	(r2799)
+++ trunk/src/Analyses/MC_PHOTONJETS.cc	Thu Dec  2 14:33:54 2010	(r2800)
@@ -30,7 +30,7 @@
       addProjection(fs, "FS");
 
       // Get leading photon
-      LeadingParticlesFinalState photonfs(FinalState(-1.0, 1.0));
+      LeadingParticlesFinalState photonfs(FinalState(-1.0, 1.0, 30.0*GeV));
       photonfs.addParticleId(PHOTON);
       addProjection(photonfs, "LeadingPhoton");
 


More information about the Rivet-svn mailing list