[Rivet-svn] r3919 - branches/2012-06-aidarivet/src/Analyses trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Sep 4 10:11:46 BST 2012


Author: hoeth
Date: Tue Sep  4 10:11:46 2012
New Revision: 3919

Log:
Whitespace cleanup in CMS_2011_S9120041

Modified:
   branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc
   trunk/src/Analyses/CMS_2011_S9120041.cc

Modified: branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc	Wed Aug 29 17:41:42 2012	(r3918)
+++ branches/2012-06-aidarivet/src/Analyses/CMS_2011_S9120041.cc	Tue Sep  4 10:11:46 2012	(r3919)
@@ -32,19 +32,19 @@
       addProjection(jetpro, "Jets");
       addProjection(Beam(), "Beam");
 
-      _hist_profile_Nch_pT_7TeV = bookProfile1D(1, 1, 1); //Profile plot for No. of Charged particles vs. pT max for 7 TeV.
-      _hist_profile_SumpT_pT_7TeV = bookProfile1D(2, 1, 1);   //Profile plot Trans. Momentum sum vs. pT max for 7 TeV.
-      _hist_profile_Nch_09TeV = bookProfile1D(3, 1, 1);
-      _hist_profile_Sum_09TeV = bookProfile1D(4, 1, 1);
-      _hist_dist_Nch_7TeV_pT3 = bookHistogram1D(5, 1, 1);
-      _hist_dist_Sum_7TeV_pT3 = bookHistogram1D(6, 1, 1);
-      _hist_dist_pT_7TeV_pT3 = bookHistogram1D(7, 1, 1);
-      _hist_dist_Nch_7TeV_pT20 = bookHistogram1D(8, 1, 1);
-      _hist_dist_Sum_7TeV_pT20 = bookHistogram1D(9,1,1);
-      _hist_dist_pT_7TeV_pT20 = bookHistogram1D(10, 1, 1);
-      _hist_dist_Nch_09TeV_pT3 = bookHistogram1D(11, 1, 1); // No. of trans. charged particles Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
-      _hist_dist_Sum_09TeV_pT3 = bookHistogram1D(12 , 1, 1); // No. of trans. momentum sum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
-      _hist_dist_pT_09TeV_pT3 = bookHistogram1D(13, 1, 1); // Trans. momentum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
+      _hist_profile_Nch_pT_7TeV   = bookProfile1D(1, 1, 1); //Profile plot for No. of Charged particles vs. pT max for 7 TeV.
+      _hist_profile_SumpT_pT_7TeV = bookProfile1D(2, 1, 1); //Profile plot Trans. Momentum sum vs. pT max for 7 TeV.
+      _hist_profile_Nch_09TeV     = bookProfile1D(3, 1, 1);
+      _hist_profile_Sum_09TeV     = bookProfile1D(4, 1, 1);
+      _hist_dist_Nch_7TeV_pT3     = bookHistogram1D(5, 1, 1);
+      _hist_dist_Sum_7TeV_pT3     = bookHistogram1D(6, 1, 1);
+      _hist_dist_pT_7TeV_pT3      = bookHistogram1D(7, 1, 1);
+      _hist_dist_Nch_7TeV_pT20    = bookHistogram1D(8, 1, 1);
+      _hist_dist_Sum_7TeV_pT20    = bookHistogram1D(9, 1, 1);
+      _hist_dist_pT_7TeV_pT20     = bookHistogram1D(10, 1, 1);
+      _hist_dist_Nch_09TeV_pT3    = bookHistogram1D(11, 1, 1);  // No. of trans. charged particles Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
+      _hist_dist_Sum_09TeV_pT3    = bookHistogram1D(12, 1, 1);  // No. of trans. momentum sum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
+      _hist_dist_pT_09TeV_pT3     = bookHistogram1D(13, 1, 1);  // Trans. momentum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
 
       _j = 0.0;
       _jj = 0.0;
@@ -157,7 +157,7 @@
 
   private:
 
-    double  _j;
+    double _j;
     double _jj;
     double _jjj;
 
@@ -169,7 +169,7 @@
     AIDA::IProfile1D * _hist_profile_SumpT_pT_7TeV;
     AIDA::IProfile1D * _hist_profile_Nch_09TeV;
     AIDA::IProfile1D * _hist_profile_Sum_09TeV;
-    AIDA::IHistogram1D * _hist_dist_Nch_7TeV_pT3 ;
+    AIDA::IHistogram1D * _hist_dist_Nch_7TeV_pT3;
     AIDA::IHistogram1D * _hist_dist_Sum_7TeV_pT3;
     AIDA::IHistogram1D * _hist_dist_pT_7TeV_pT3;
     AIDA::IHistogram1D * _hist_dist_Nch_7TeV_pT20;
@@ -187,5 +187,3 @@
 }
 
 
-
-

Modified: trunk/src/Analyses/CMS_2011_S9120041.cc
==============================================================================
--- trunk/src/Analyses/CMS_2011_S9120041.cc	Wed Aug 29 17:41:42 2012	(r3918)
+++ trunk/src/Analyses/CMS_2011_S9120041.cc	Tue Sep  4 10:11:46 2012	(r3919)
@@ -40,10 +40,10 @@
       _hist_dist_Sum_7TeV_pT3     = bookHisto1D(6, 1, 1);
       _hist_dist_pT_7TeV_pT3      = bookHisto1D(7, 1, 1);
       _hist_dist_Nch_7TeV_pT20    = bookHisto1D(8, 1, 1);
-      _hist_dist_Sum_7TeV_pT20    = bookHisto1D(9,1,1);
+      _hist_dist_Sum_7TeV_pT20    = bookHisto1D(9, 1, 1);
       _hist_dist_pT_7TeV_pT20     = bookHisto1D(10, 1, 1);
       _hist_dist_Nch_09TeV_pT3    = bookHisto1D(11, 1, 1);  // No. of trans. charged particles Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
-      _hist_dist_Sum_09TeV_pT3    = bookHisto1D(12 , 1, 1); // No. of trans. momentum sum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
+      _hist_dist_Sum_09TeV_pT3    = bookHisto1D(12, 1, 1);  // No. of trans. momentum sum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
       _hist_dist_pT_09TeV_pT3     = bookHisto1D(13, 1, 1);  // Trans. momentum Distribution for sqrt(s) = 0.9TeV, pT max > 3GeV.
 
       _j = 0.0;


More information about the Rivet-svn mailing list