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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Oct 21 22:10:05 BST 2009


Author: fsiegert
Date: Wed Oct 21 22:10:04 2009
New Revision: 1951

Log:
And the other one as well of course.

Modified:
   trunk/src/Analyses/CDF_1996_S3108457.cc

Modified: trunk/src/Analyses/CDF_1996_S3108457.cc
==============================================================================
--- trunk/src/Analyses/CDF_1996_S3108457.cc	Wed Oct 21 22:03:55 2009	(r1950)
+++ trunk/src/Analyses/CDF_1996_S3108457.cc	Wed Oct 21 22:10:04 2009	(r1951)
@@ -84,11 +84,11 @@
         _h_m[jets.size()-2]->fill(mass, weight);
       }
       
-      if (mass < 600.0*GeV) {
+      if (mass > 600.0*GeV) {
         _h_costheta[jets.size()-2]->fill(costheta0, weight);
       }
       
-      if (costheta0 < 2.0/3.0 && mass < 600.0*GeV) {
+      if (costheta0 < 2.0/3.0 && mass > 600.0*GeV) {
         foreach (const Jet jet, jets) {
           _h_pT[jets.size()-2]->fill(jet.momentum().pT(), weight);
         }


More information about the Rivet-svn mailing list