[Rivet-svn] rivet: Disable two more broken analyses

Rivet Mercurial rivet at projects.hepforge.org
Wed Oct 25 10:15:01 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/7ce12455db8e
branches:  multiweight
changeset: 6091:7ce12455db8e
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Wed Oct 25 10:14:13 2017 +0100
description:
Disable two more broken analyses

diffs (truncated from 740 to 50 lines):

--- a/analyses/pluginATLAS/ATLAS_2014_I1312627.cc	Wed Oct 25 09:36:50 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,257 +0,0 @@
-// -*- C++ -*-
-#include "Rivet/Analysis.hh"
-#include "Rivet/Projections/FinalState.hh"
-#include "Rivet/Projections/WFinder.hh"
-#include "Rivet/Projections/ZFinder.hh"
-#include "Rivet/Projections/FastJets.hh"
-#include "Rivet/Projections/VetoedFinalState.hh"
-
-namespace Rivet {
-
-
-  /// Measurement of V+jets distributions, taken as ratios between W and Z channels
-  class ATLAS_2014_I1312627 : public Analysis {
-  public:
-
-    /// @name Plotting helper types
-    //@{
-
-    struct Plots {
-      string ref;
-      Histo1DPtr comp[2]; // (de)nominator components
-      Scatter2DPtr ratio; // Rjets plot
-    };
-
-    typedef map<string, Plots> PlotMap;
-    typedef PlotMap::value_type PlotMapPair;
-
-    //@}
-
-
-    /// Constructor
-    ATLAS_2014_I1312627(std::string name="ATLAS_2014_I1312627")
-      : Analysis(name)
-    {
-      _mode = 0; // using electron channel for combined data by default
-      setNeedsCrossSection(true);
-    }
-
-
-    /// @name Analysis methods
-    //@{
-
-    /// Book histograms and initialise projections before the run
-    void init() {
-
-      // Set up cuts
-      Cut cuts;


More information about the Rivet-svn mailing list