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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Feb 18 15:37:41 GMT 2013


Author: hoeth
Date: Mon Feb 18 15:37:41 2013
New Revision: 4169

Log:
merge c4104 from branches/2012-06-aidarivet

Modified:
   trunk/src/Analyses/ATLAS_2012_I1119557.cc

Modified: trunk/src/Analyses/ATLAS_2012_I1119557.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2012_I1119557.cc	Mon Feb 18 15:36:51 2013	(r4168)
+++ trunk/src/Analyses/ATLAS_2012_I1119557.cc	Mon Feb 18 15:37:41 2013	(r4169)
@@ -66,8 +66,8 @@
         /// @todo Commented eccentricity out for now: reinstate
         // if (fabs(eta) < 0.7 && m > 100*GeV) _hs_eccentricity[alg]->fill(getEcc(jet), weight);
 
-        if (alg == 1 && fabs(eta) < 0.7 && inRange(m/GeV, 130, 210)) _h_planarFlow->fill(getPFlow(jet), weight);
-        if (alg == 0 && fabs(eta) < 0.7 && inRange(m/GeV, 100, 130)) _h_angularity->fill(getAngularity(jet), weight);
+        if (alg == 1 && fabs(eta) < 0.7 && inRange(m/GeV, 130., 210.)) _h_planarFlow->fill(getPFlow(jet), weight);
+        if (alg == 0 && fabs(eta) < 0.7 && inRange(m/GeV, 100., 130.)) _h_angularity->fill(getAngularity(jet), weight);
       }
     }
 


More information about the Rivet-svn mailing list