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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Jun 28 15:26:17 BST 2012


Author: hoeth
Date: Thu Jun 28 15:26:17 2012
New Revision: 3780

Log:
more whitespace

Modified:
   trunk/src/Analyses/ATLAS_2012_I1091481.cc

Modified: trunk/src/Analyses/ATLAS_2012_I1091481.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2012_I1091481.cc	Thu Jun 28 12:39:19 2012	(r3779)
+++ trunk/src/Analyses/ATLAS_2012_I1091481.cc	Thu Jun 28 15:26:17 2012	(r3780)
@@ -111,7 +111,7 @@
             const Particle& p_j = part[j];
             double dphi = deltaPhi(p_i, p_j);
             double dX = Xj[i] - Xj[j];
-            c_E   += cos(omega*dX - dphi);
+            c_E += cos(omega*dX - dphi);
           }
         }
       }
@@ -142,10 +142,8 @@
 
       // The most first the pTmax < 10 and pT > 100 MeV part
 
-
-
       if (part100.size() > 10) {
-        double ptmax100                 = cfs100.particlesByPt()[0].momentum().pT()/GeV;
+        double ptmax100 = cfs100.particlesByPt()[0].momentum().pT()/GeV;
         if (ptmax100 < 10) {
           std::vector<double> Xj100 = getXj(part100);
           fillS(_sE_10_100, part100, weight, Xj100, true);
@@ -168,7 +166,7 @@
       }
 
       if (part500.size() > 10) {
-        double ptmax500                 = cfs500.particlesByPt()[0].momentum().pT()/GeV;
+        double ptmax500 = cfs500.particlesByPt()[0].momentum().pT()/GeV;
         if (ptmax500 < 10) {
           std::vector<double> Xj500 = getXj(part500);
           fillS(_sE_10_500, part500, weight, Xj500, true);


More information about the Rivet-svn mailing list