[Rivet-svn] rivet: Mark SFM 1984 unvalidated, cleanup analysis code.

Rivet Mercurial rivet at projects.hepforge.org
Wed Jul 27 12:15:02 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/b1da43fb5237
branches:  release-2-5-x
changeset: 5357:b1da43fb5237
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Wed Jul 27 12:01:36 2016 +0100
description:
Mark SFM 1984 unvalidated, cleanup analysis code.

diffs (truncated from 150 to 50 lines):

--- a/data/anainfo/SFM_1984_S1178091.info	Wed Jul 27 10:29:29 2016 +0100
+++ b/data/anainfo/SFM_1984_S1178091.info	Wed Jul 27 12:01:36 2016 +0100
@@ -4,15 +4,15 @@
 Experiment: SFM
 Collider: CERN ISR
 SpiresID: 1178091
-Status: VALIDATED
+Status: UNVALIDATED
 Authors:
- - Holger Schulz <holger.schulz at physik.hu-berlin.de>
+ - Holger Schulz <holger.schulz at durham.ac.uk>
  - Andy Buckley <andy.buckley at cern.ch>
 References:
  - Phys.Rev.D30:528,1984
 RunInfo:
-  QCD events, double-diffractive events should be turned on as well.
-NumEvents: 1000000
+  QCD events, double-diffractive events.
+NumEvents: 100000
 Beams: [p+, p+]
 Energies: [30.4, 44.5, 52.2, 62.2]
 PtCuts: [0]
@@ -21,8 +21,7 @@
   publication to compare to.
   Charged multiplicities are measured at $\sqrt{s} = 30.4$, 44.5, 52.2
   and 62.2 GeV using a minimum-bias trigger. The data is sub-divided
-  into inelastic as well as non-single-diffractive events. However,
-  the implementation of the diffractive events will require some work.
+  into inelastic as well as non-single-diffractive events.
 BibKey: Breakstone:1983ns
 BibTeX: '@Article{Breakstone:1983ns,
      author    = "Breakstone, A. and others",
--- a/src/Analyses/SFM_1984_S1178091.cc	Wed Jul 27 10:29:29 2016 +0100
+++ b/src/Analyses/SFM_1984_S1178091.cc	Wed Jul 27 12:01:36 2016 +0100
@@ -10,10 +10,7 @@
   public:
 
     /// Constructor
-    SFM_1984_S1178091() : Analysis("SFM_1984_S1178091") {
-      _sumW = 0;
-      _sumWDiff = 0;
-    }
+    SFM_1984_S1178091() : Analysis("SFM_1984_S1178091") {}
 
 
     /// @name Analysis methods
@@ -21,8 +18,8 @@
 
     void init() {
       // Projections


More information about the Rivet-svn mailing list