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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Mar 15 11:15:47 GMT 2012


Author: hoeth
Date: Thu Mar 15 11:15:46 2012
New Revision: 3606

Log:
making private method in ATLAS_2012_I1084540 private.

Modified:
   trunk/src/Analyses/ATLAS_2012_I1084540.cc

Modified: trunk/src/Analyses/ATLAS_2012_I1084540.cc
==============================================================================
--- trunk/src/Analyses/ATLAS_2012_I1084540.cc	Thu Mar 15 11:14:16 2012	(r3605)
+++ trunk/src/Analyses/ATLAS_2012_I1084540.cc	Thu Mar 15 11:15:46 2012	(r3606)
@@ -56,6 +56,7 @@
       _h_DeltaEtaF_800 = bookHistogram1D(4, 1, 1);
     }
 
+  private:
     void fillMap(const FinalState& fs, bool* energyMap, double pTcut) {
       // Fill true/false array by iterating over particles and compare their
       // pT with pTcut
@@ -73,6 +74,7 @@
       }
     }
 
+  public:
     /// Perform the per-event analysis
     void analyze(const Event& event) {
       static unsigned int event_count = 0;


More information about the Rivet-svn mailing list