[Rivet-svn] rivet: Fix old renaming consistency bug

Rivet Mercurial rivet at projects.hepforge.org
Wed Sep 13 10:00:02 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/232109b45807
branches:  multiweight
changeset: 6018:232109b45807
user:      David Grellscheid <david.grellscheid at durham.ac.uk>
date:      Wed Sep 13 09:50:05 2017 +0100
description:
Fix old renaming consistency bug

diffs (truncated from 353 to 50 lines):

--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.cc	Tue Sep 12 13:31:17 2017 +0100
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.cc	Wed Sep 13 09:50:05 2017 +0100
@@ -6,14 +6,14 @@
 namespace Rivet {
 
 
-  class CMS_QCD_10_024 : public Analysis {
+  class CMS_2010_PAS_QCD_10_024 : public Analysis {
   public:
 
     /// @name Constructors etc.
     //@{
 
     /// Constructor
-    CMS_QCD_10_024() : Analysis("CMS_QCD_10_024"),
+    CMS_2010_PAS_QCD_10_024() : Analysis("CMS_2010_PAS_QCD_10_024"),
 		       _weight_pt05_eta08(0.), _weight_pt10_eta08(0.),
 		       _weight_pt05_eta24(0.), _weight_pt10_eta24(0.) {  }
 
@@ -79,6 +79,6 @@
 
 
   // Hook for the plugin system
-  DECLARE_RIVET_PLUGIN(CMS_QCD_10_024);
+  DECLARE_RIVET_PLUGIN(CMS_2010_PAS_QCD_10_024);
 
 }
--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.info	Tue Sep 12 13:31:17 2017 +0100
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.info	Wed Sep 13 09:50:05 2017 +0100
@@ -1,4 +1,4 @@
-Name: CMS_QCD_10_024
+Name: CMS_2010_PAS_QCD_10_024
 Year: 2010
 Summary: Pseudorapidity distributions of charged particles at $\sqrt{s} = 0.9$ and 7 TeV
 Experiment: CMS
--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.plot	Tue Sep 12 13:31:17 2017 +0100
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.plot	Wed Sep 13 09:50:05 2017 +0100
@@ -1,4 +1,4 @@
-# BEGIN PLOT /CMS_QCD_10_024/
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/
 XLabel=$\eta$
 YLabel=$\frac{1}{N}\frac{\mathrm{d}N_\text{ch}}{\mathrm{d}\eta}$
 LogY=0
@@ -7,48 +7,48 @@
 LegendYPos=0.3
 # END PLOT
 
-# BEGIN PLOT /CMS_QCD_10_024/d01-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d01-x01-y01
 Title=$n_\text{ch} \ge 1,~p_\perp > 0.5$~GeV in $|\eta|<0.8$; $\sqrt{s}=7$ TeV


More information about the Rivet-svn mailing list