[Rivet-svn] rivet: Minor clean-up

Rivet Mercurial rivet at projects.hepforge.org
Wed Nov 1 08:15:01 GMT 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/1ae8835522e1
branches:  
changeset: 6125:1ae8835522e1
user:      Leif Lönnblad <leif.lonnblad at thep.lu.se>
date:      Wed Nov 01 09:00:48 2017 +0100
description:
Minor clean-up

diffs (20 lines):

--- a/analyses/pluginMC/MC_REENTRANT.cc	Mon Oct 30 08:16:22 2017 +0100
+++ b/analyses/pluginMC/MC_REENTRANT.cc	Wed Nov 01 09:00:48 2017 +0100
@@ -28,8 +28,7 @@
       declare(fs, "FS");
       declare(ChargedFinalState(fs), "CFS");
 
-      // Histograms
-      /// @todo Choose E/pT ranged based on input energies... can't do anything about kin. cuts, though
+      // Histograms. Booked for both 900 GeV and 7 TeV and their ratio.
       _histEta70    = bookHisto1D("Eta70", 50, -5, 5);
       _histEta09    = bookHisto1D("Eta09", 50, -5, 5);
       _histEtaR     = bookScatter2D("EtaR", 50, -5, 5);
@@ -46,7 +45,6 @@
       else if (fuzzyEquals(sqrtS()/GeV, 7000))
         fill70 = true;
 
-      // Same for the charged FS particles only
       const FinalState& cfs = apply<FinalState>(event, "CFS");
       for (const Particle& p : cfs.particles()) {
         if (fuzzyEquals(sqrtS()/GeV, 900))


More information about the Rivet-svn mailing list