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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Aug 23 11:50:45 BST 2011


Author: buckley
Date: Tue Aug 23 11:50:44 2011
New Revision: 3315

Log:
Cosmetic tidying -- for some reason this analysis was also implemented by the IPPP summer students, but this one still needs to be validated

Modified:
   trunk/src/Analyses/LHCB_2010_S8758301.cc

Modified: trunk/src/Analyses/LHCB_2010_S8758301.cc
==============================================================================
--- trunk/src/Analyses/LHCB_2010_S8758301.cc	Tue Aug 23 11:50:00 2011	(r3314)
+++ trunk/src/Analyses/LHCB_2010_S8758301.cc	Tue Aug 23 11:50:44 2011	(r3315)
@@ -20,7 +20,6 @@
       sumKs0_30(0.0), sumKs0_35(0.0), sumKs0_40(0.0)
 
     {
-      /// @todo Set whether your finalize method needs the generator cross section
       setNeedsCrossSection(false);
     }
 
@@ -72,22 +71,17 @@
           }
         }
       }
-      
+
 
     }
 
 
     /// Normalise histograms etc., after the run
     void finalize() {
-
-
-      // here we normalise to reference data... 
+      /// @todo We have to normalise to reference data... for now
       scale(_h_K0s_pt_y_30, 4.880000e+02/sumKs0_30);
       scale(_h_K0s_pt_y_35, 4.442000e+02/sumKs0_35);
       scale(_h_K0s_pt_y_40, 3.868000e+02/sumKs0_40);
-
-
-
     }
 
     //@}
@@ -95,15 +89,9 @@
 
   private:
 
-    // Data members like post-cuts event weight counters go here
-
-
-  private:
-
     /// @name Histograms
     //@{
 
-
     AIDA::IHistogram1D *_h_K0s_pt_y_30;
     AIDA::IHistogram1D *_h_K0s_pt_y_35;
     AIDA::IHistogram1D *_h_K0s_pt_y_40;


More information about the Rivet-svn mailing list