Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7878956
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
42 KB
Subscribers
None
View Options
diff --git a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.cc b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.cc
--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.cc
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.cc
@@ -1,84 +1,84 @@
// -*- C++ -*-
#include "Rivet/Analysis.hh"
#include "Rivet/Projections/ChargedFinalState.hh"
#include "Rivet/Particle.hh"
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.) { }
void init() {
declare(ChargedFinalState(-0.8, 0.8, 0.5*GeV), "CFS_08_05");
declare(ChargedFinalState(-0.8, 0.8, 1.0*GeV), "CFS_08_10");
declare(ChargedFinalState(-2.4, 2.4, 0.5*GeV), "CFS_24_05");
declare(ChargedFinalState(-2.4, 2.4, 1.0*GeV), "CFS_24_10");
size_t offset = 0;
if (fuzzyEquals(sqrtS()/GeV, 7000, 1E-3)) offset = 0;
if (fuzzyEquals(sqrtS()/GeV, 900, 1E-3)) offset = 4;
_hist_dNch_deta_pt05_eta08 = bookHisto1D(1+offset, 1, 1);
_hist_dNch_deta_pt10_eta08 = bookHisto1D(2+offset, 1, 1);
_hist_dNch_deta_pt05_eta24 = bookHisto1D(3+offset, 1, 1);
_hist_dNch_deta_pt10_eta24 = bookHisto1D(4+offset, 1, 1);
}
void analyze(const Event& event) {
const double weight = event.weight();
const ChargedFinalState& cfs_08_05 = apply<ChargedFinalState>(event, "CFS_08_05");
const ChargedFinalState& cfs_08_10 = apply<ChargedFinalState>(event, "CFS_08_10");
const ChargedFinalState& cfs_24_05 = apply<ChargedFinalState>(event, "CFS_24_05");
const ChargedFinalState& cfs_24_10 = apply<ChargedFinalState>(event, "CFS_24_10");
// Plot distributions
if(!cfs_08_05.particles().empty()) _weight_pt05_eta08 += weight;
if(!cfs_24_05.particles().empty()) _weight_pt05_eta24 += weight;
foreach (const Particle& p, cfs_24_05.particles()) {
_hist_dNch_deta_pt05_eta24->fill(p.eta(), weight);
if(!cfs_08_05.particles().empty())
_hist_dNch_deta_pt05_eta08->fill(p.eta(), weight);
}
if(!cfs_08_10.particles().empty()) _weight_pt10_eta08 += weight;
if(!cfs_24_10.particles().empty()) _weight_pt10_eta24 += weight;
foreach (const Particle& p, cfs_24_10.particles()) {
_hist_dNch_deta_pt10_eta24->fill(p.eta(), weight);
if(!cfs_08_10.particles().empty())
_hist_dNch_deta_pt10_eta08->fill(p.eta(), weight);
}
}
/// Normalise histograms etc., after the run
void finalize() {
scale(_hist_dNch_deta_pt05_eta08,1./_weight_pt05_eta08);
scale(_hist_dNch_deta_pt10_eta08,1./_weight_pt10_eta08);
scale(_hist_dNch_deta_pt05_eta24,1./_weight_pt05_eta24);
scale(_hist_dNch_deta_pt10_eta24,1./_weight_pt10_eta24);
}
private:
Histo1DPtr _hist_dNch_deta_pt05_eta08;
Histo1DPtr _hist_dNch_deta_pt10_eta08;
Histo1DPtr _hist_dNch_deta_pt05_eta24;
Histo1DPtr _hist_dNch_deta_pt10_eta24;
double _weight_pt05_eta08,_weight_pt10_eta08,_weight_pt05_eta24,_weight_pt10_eta24;
};
// Hook for the plugin system
- DECLARE_RIVET_PLUGIN(CMS_QCD_10_024);
+ DECLARE_RIVET_PLUGIN(CMS_2010_PAS_QCD_10_024);
}
diff --git a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.info b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.info
--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.info
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.info
@@ -1,28 +1,28 @@
-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
Collider: LHC
#SpiresID:
Status: VALIDATED
Authors:
- P. Katsas <panagiotis.katsas@cern.ch>
- A. Knutsson <albert.knutsson@cern.ch>
References:
- CMS-PAS-QCD-10-024
- https://cdsweb.cern.ch/record/1341853?ln=en
RunInfo:
$pp$ collisions at 0.9 and 7\;TeV. Minimum bias events.
NumEvents: 1000000
Beams: [p+, p+]
Energies: [900, 7000]
Description:
Pseudorapidity distributions of charged particles in $pp$ collisions
at $\sqrt{s} = 0.9$ and 7\;TeV with at least one central charged particle.
BibKey: CMS-PAS-QCD-10-024
BibTeX: '@article{CMS-PAS-QCD-10-024,
title = "Pseudorapidity distributions of charged particles in $pp$
collisions at $\sqrt{s} = 7\;\TeV$ with at least one central
charged particle",
year = "2011",
}'
diff --git a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.plot b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.plot
--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.plot
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.plot
@@ -1,55 +1,55 @@
-# 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
YMin=1
LegendXPos=0.5
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
YMax=3.5
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d02-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d02-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 1$~GeV in $|\eta|<0.8$; $\sqrt{s}=7$ TeV
YMin=0.4
YMax=2.2
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d03-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d03-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 0.5$~GeV in $|\eta|<2.4$; $\sqrt{s}=7$ TeV
YMin=1
YMax=3
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d04-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d04-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 1$~GeV in $|\eta|<2.4$; $\sqrt{s}=7$ TeV
YMin=0.4
YMax=1.4
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d05-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d05-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 0.5$~GeV in $|\eta|<0.8$; $\sqrt{s}=0.9$ TeV
YMin=0
YMax=2.4
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d06-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d06-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 1$~GeV in $|\eta|<0.8$; $\sqrt{s}=0.9$ TeV
YMin=0
YMax=1.4
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d07-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d07-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 0.5$~GeV in $|\eta|<2.4$; $\sqrt{s}=0.9$ TeV
YMin=0.5
YMax=1.8
# END PLOT
-# BEGIN PLOT /CMS_QCD_10_024/d08-x01-y01
+# BEGIN PLOT /CMS_2010_PAS_QCD_10_024/d08-x01-y01
Title=$n_\text{ch} \ge 1,~p_\perp > 1$~GeV in $|\eta|<2.4$; $\sqrt{s}=0.9$ TeV
YMin=0.2
YMax=0.8
# END PLOT
diff --git a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.yoda b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.yoda
--- a/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.yoda
+++ b/analyses/pluginCMS/CMS_2010_PAS_QCD_10_024.yoda
@@ -1,263 +1,263 @@
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d01-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d01-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d01-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d01-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 2.519000e+00 5.400000e-02 5.400000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 2.632000e+00 5.700000e-02 5.700000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 2.669000e+00 5.700000e-02 5.700000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 2.746000e+00 5.900000e-02 5.900000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 2.788000e+00 6.000000e-02 6.000000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 2.809000e+00 6.000000e-02 6.000000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 2.851000e+00 6.100000e-02 6.100000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 2.854000e+00 6.100000e-02 6.100000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 3.010000e+00 6.500000e-02 6.500000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 3.000000e+00 6.500000e-02 6.500000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 2.983000e+00 6.400000e-02 6.400000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 2.972000e+00 6.400000e-02 6.400000e-02
1.000000e-01 1.000000e-01 1.000000e-01 2.969000e+00 6.400000e-02 6.400000e-02
3.000000e-01 1.000000e-01 1.000000e-01 2.988000e+00 6.400000e-02 6.400000e-02
5.000000e-01 1.000000e-01 1.000000e-01 2.991000e+00 6.400000e-02 6.400000e-02
7.000000e-01 1.000000e-01 1.000000e-01 2.998000e+00 6.500000e-02 6.500000e-02
9.000000e-01 1.000000e-01 1.000000e-01 2.854000e+00 6.100000e-02 6.100000e-02
1.100000e+00 1.000000e-01 1.000000e-01 2.838000e+00 6.400000e-02 6.400000e-02
1.300000e+00 1.000000e-01 1.000000e-01 2.798000e+00 6.000000e-02 6.000000e-02
1.500000e+00 1.000000e-01 1.000000e-01 2.752000e+00 5.900000e-02 5.900000e-02
1.700000e+00 1.000000e-01 1.000000e-01 2.738000e+00 5.900000e-02 5.900000e-02
1.900000e+00 1.000000e-01 1.000000e-01 2.682000e+00 5.800000e-02 5.800000e-02
2.100000e+00 1.000000e-01 1.000000e-01 2.621000e+00 5.600000e-02 5.600000e-02
2.300000e+00 1.000000e-01 1.000000e-01 2.499000e+00 5.400000e-02 5.400000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d02-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d02-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d02-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d02-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 1.118000e+00 2.600000e-02 2.600000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 1.178000e+00 2.700000e-02 2.700000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 1.220000e+00 2.800000e-02 2.800000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 1.267000e+00 2.900000e-02 2.900000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 1.297000e+00 3.000000e-02 3.000000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 1.321000e+00 3.000000e-02 3.000000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 1.365000e+00 3.100000e-02 3.100000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 1.386000e+00 3.200000e-02 3.200000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 1.674000e+00 3.800000e-02 3.800000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 1.670000e+00 3.800000e-02 3.800000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 1.667000e+00 3.800000e-02 3.800000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 1.672000e+00 3.800000e-02 3.800000e-02
1.000000e-01 1.000000e-01 1.000000e-01 1.670000e+00 3.800000e-02 3.800000e-02
3.000000e-01 1.000000e-01 1.000000e-01 1.678000e+00 3.800000e-02 3.800000e-02
5.000000e-01 1.000000e-01 1.000000e-01 1.668000e+00 3.800000e-02 3.800000e-02
7.000000e-01 1.000000e-01 1.000000e-01 1.669000e+00 3.800000e-02 3.800000e-02
9.000000e-01 1.000000e-01 1.000000e-01 1.379000e+00 3.100000e-02 3.100000e-02
1.100000e+00 1.000000e-01 1.000000e-01 1.360000e+00 3.100000e-02 3.100000e-02
1.300000e+00 1.000000e-01 1.000000e-01 1.315000e+00 3.000000e-02 3.000000e-02
1.500000e+00 1.000000e-01 1.000000e-01 1.274000e+00 2.900000e-02 2.900000e-02
1.700000e+00 1.000000e-01 1.000000e-01 1.260000e+00 2.900000e-02 2.900000e-02
1.900000e+00 1.000000e-01 1.000000e-01 1.223000e+00 2.800000e-02 2.800000e-02
2.100000e+00 1.000000e-01 1.000000e-01 1.181000e+00 2.700000e-02 2.700000e-02
2.300000e+00 1.000000e-01 1.000000e-01 1.110000e+00 2.600000e-02 2.600000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d03-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d03-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d03-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d03-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 2.214000e+00 5.100000e-02 5.100000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 2.310000e+00 5.300000e-02 5.300000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 2.336000e+00 5.400000e-02 5.400000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 2.396000e+00 5.500000e-02 5.500000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 2.429000e+00 5.600000e-02 5.600000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 2.439000e+00 5.600000e-02 5.600000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 2.469000e+00 5.700000e-02 5.700000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 2.467000e+00 5.600000e-02 5.600000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 2.452000e+00 5.600000e-02 5.600000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 2.441000e+00 5.600000e-02 5.600000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 2.425000e+00 5.600000e-02 5.600000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 2.416000e+00 5.500000e-02 5.500000e-02
1.000000e-01 1.000000e-01 1.000000e-01 2.414000e+00 5.500000e-02 5.500000e-02
3.000000e-01 1.000000e-01 1.000000e-01 2.430000e+00 5.600000e-02 5.600000e-02
5.000000e-01 1.000000e-01 1.000000e-01 2.433000e+00 5.600000e-02 5.600000e-02
7.000000e-01 1.000000e-01 1.000000e-01 2.443000e+00 5.600000e-02 5.600000e-02
9.000000e-01 1.000000e-01 1.000000e-01 2.465000e+00 5.600000e-02 5.600000e-02
1.100000e+00 1.000000e-01 1.000000e-01 2.457000e+00 5.600000e-02 5.600000e-02
1.300000e+00 1.000000e-01 1.000000e-01 2.433000e+00 5.600000e-02 5.600000e-02
1.500000e+00 1.000000e-01 1.000000e-01 2.395000e+00 5.500000e-02 5.500000e-02
1.700000e+00 1.000000e-01 1.000000e-01 2.390000e+00 5.500000e-02 5.500000e-02
1.900000e+00 1.000000e-01 1.000000e-01 2.349000e+00 5.400000e-02 5.400000e-02
2.100000e+00 1.000000e-01 1.000000e-01 2.302000e+00 5.300000e-02 5.300000e-02
2.300000e+00 1.000000e-01 1.000000e-01 2.199000e+00 5.000000e-02 5.000000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d04-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d04-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d04-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d04-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 9.590000e-01 2.200000e-02 2.200000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 1.006000e+00 2.300000e-02 2.300000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 1.040000e+00 2.400000e-02 2.400000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 1.072000e+00 2.400000e-02 2.400000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 1.096000e+00 2.500000e-02 2.500000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 1.108000e+00 2.500000e-02 2.500000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 1.135000e+00 2.600000e-02 2.600000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 1.144000e+00 2.600000e-02 2.600000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 1.144000e+00 2.600000e-02 2.600000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 1.141000e+00 2.600000e-02 2.600000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 1.137000e+00 2.600000e-02 2.600000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 1.140000e+00 2.600000e-02 2.600000e-02
1.000000e-01 1.000000e-01 1.000000e-01 1.139000e+00 2.600000e-02 2.600000e-02
3.000000e-01 1.000000e-01 1.000000e-01 1.145000e+00 2.600000e-02 2.600000e-02
5.000000e-01 1.000000e-01 1.000000e-01 1.139000e+00 2.600000e-02 2.600000e-02
7.000000e-01 1.000000e-01 1.000000e-01 1.140000e+00 2.600000e-02 2.600000e-02
9.000000e-01 1.000000e-01 1.000000e-01 1.139000e+00 2.600000e-02 2.600000e-02
1.100000e+00 1.000000e-01 1.000000e-01 1.130000e+00 2.600000e-02 2.600000e-02
1.300000e+00 1.000000e-01 1.000000e-01 1.102000e+00 2.500000e-02 2.500000e-02
1.500000e+00 1.000000e-01 1.000000e-01 1.073000e+00 2.400000e-02 2.400000e-02
1.700000e+00 1.000000e-01 1.000000e-01 1.069000e+00 2.400000e-02 2.400000e-02
1.900000e+00 1.000000e-01 1.000000e-01 1.044000e+00 2.400000e-02 2.400000e-02
2.100000e+00 1.000000e-01 1.000000e-01 1.012000e+00 2.300000e-02 2.300000e-02
2.300000e+00 1.000000e-01 1.000000e-01 9.560000e-01 2.200000e-02 2.200000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d05-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d05-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d05-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d05-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 1.305000e+00 3.000000e-02 3.000000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 1.381000e+00 3.200000e-02 3.200000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 1.425000e+00 3.300000e-02 3.300000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 1.475000e+00 3.400000e-02 3.400000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 1.509000e+00 3.500000e-02 3.500000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 1.533000e+00 3.500000e-02 3.500000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 1.568000e+00 3.600000e-02 3.600000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 1.583000e+00 3.700000e-02 3.700000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 1.814000e+00 4.200000e-02 4.200000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 1.825000e+00 4.200000e-02 4.200000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 1.819000e+00 4.200000e-02 4.200000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 1.812000e+00 4.200000e-02 4.200000e-02
1.000000e-01 1.000000e-01 1.000000e-01 1.816000e+00 4.200000e-02 4.200000e-02
3.000000e-01 1.000000e-01 1.000000e-01 1.816000e+00 4.200000e-02 4.200000e-02
5.000000e-01 1.000000e-01 1.000000e-01 1.817000e+00 4.200000e-02 4.200000e-02
7.000000e-01 1.000000e-01 1.000000e-01 1.809000e+00 4.200000e-02 4.200000e-02
9.000000e-01 1.000000e-01 1.000000e-01 1.581000e+00 3.600000e-02 3.600000e-02
1.100000e+00 1.000000e-01 1.000000e-01 1.560000e+00 3.600000e-02 3.600000e-02
1.300000e+00 1.000000e-01 1.000000e-01 1.524000e+00 3.500000e-02 3.500000e-02
1.500000e+00 1.000000e-01 1.000000e-01 1.502000e+00 3.500000e-02 3.500000e-02
1.700000e+00 1.000000e-01 1.000000e-01 1.474000e+00 3.400000e-02 3.400000e-02
1.900000e+00 1.000000e-01 1.000000e-01 1.427000e+00 3.300000e-02 3.300000e-02
2.100000e+00 1.000000e-01 1.000000e-01 1.379000e+00 3.200000e-02 3.200000e-02
2.300000e+00 1.000000e-01 1.000000e-01 1.295000e+00 3.000000e-02 3.000000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d06-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d06-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d06-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d06-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 4.460000e-01 1.200000e-02 1.200000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 4.850000e-01 1.300000e-02 1.300000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 5.150000e-01 1.400000e-02 1.400000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 5.450000e-01 1.400000e-02 1.400000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 5.660000e-01 1.500000e-02 1.500000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 5.890000e-01 1.600000e-02 1.600000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 6.160000e-01 1.600000e-02 1.600000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 6.380000e-01 1.700000e-02 1.700000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 1.050000e+00 2.800000e-02 2.800000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 1.057000e+00 2.800000e-02 2.800000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 1.060000e+00 2.800000e-02 2.800000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 1.056000e+00 2.800000e-02 2.800000e-02
1.000000e-01 1.000000e-01 1.000000e-01 1.060000e+00 2.800000e-02 2.800000e-02
3.000000e-01 1.000000e-01 1.000000e-01 1.059000e+00 2.800000e-02 2.800000e-02
5.000000e-01 1.000000e-01 1.000000e-01 1.050000e+00 2.800000e-02 2.800000e-02
7.000000e-01 1.000000e-01 1.000000e-01 1.051000e+00 2.800000e-02 2.800000e-02
9.000000e-01 1.000000e-01 1.000000e-01 6.380000e-01 1.700000e-02 1.700000e-02
1.100000e+00 1.000000e-01 1.000000e-01 6.140000e-01 1.600000e-02 1.600000e-02
1.300000e+00 1.000000e-01 1.000000e-01 5.870000e-01 1.600000e-02 1.600000e-02
1.500000e+00 1.000000e-01 1.000000e-01 5.650000e-01 1.500000e-02 1.500000e-02
1.700000e+00 1.000000e-01 1.000000e-01 5.430000e-01 1.400000e-02 1.400000e-02
1.900000e+00 1.000000e-01 1.000000e-01 5.170000e-01 1.400000e-02 1.400000e-02
2.100000e+00 1.000000e-01 1.000000e-01 4.860000e-01 1.300000e-02 1.300000e-02
2.300000e+00 1.000000e-01 1.000000e-01 4.460000e-01 1.200000e-02 1.200000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d07-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d07-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d07-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d07-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 1.178000e+00 2.900000e-02 2.900000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 1.241000e+00 3.100000e-02 3.100000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 1.274000e+00 3.200000e-02 3.200000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 1.310000e+00 3.200000e-02 3.200000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 1.332000e+00 3.300000e-02 3.300000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 1.348000e+00 3.300000e-02 3.300000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 1.369000e+00 3.400000e-02 3.400000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 1.373000e+00 3.400000e-02 3.400000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 1.363000e+00 3.400000e-02 3.400000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 1.366000e+00 3.400000e-02 3.400000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 1.361000e+00 3.400000e-02 3.400000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 1.355000e+00 3.300000e-02 3.300000e-02
1.000000e-01 1.000000e-01 1.000000e-01 1.358000e+00 3.400000e-02 3.400000e-02
3.000000e-01 1.000000e-01 1.000000e-01 1.359000e+00 3.400000e-02 3.400000e-02
5.000000e-01 1.000000e-01 1.000000e-01 1.360000e+00 3.400000e-02 3.400000e-02
7.000000e-01 1.000000e-01 1.000000e-01 1.360000e+00 3.400000e-02 3.400000e-02
9.000000e-01 1.000000e-01 1.000000e-01 1.371000e+00 3.400000e-02 3.400000e-02
1.100000e+00 1.000000e-01 1.000000e-01 1.362000e+00 3.400000e-02 3.400000e-02
1.300000e+00 1.000000e-01 1.000000e-01 1.339000e+00 3.300000e-02 3.300000e-02
1.500000e+00 1.000000e-01 1.000000e-01 1.326000e+00 3.300000e-02 3.300000e-02
1.700000e+00 1.000000e-01 1.000000e-01 1.310000e+00 3.200000e-02 3.200000e-02
1.900000e+00 1.000000e-01 1.000000e-01 1.275000e+00 3.200000e-02 3.200000e-02
2.100000e+00 1.000000e-01 1.000000e-01 1.239000e+00 3.100000e-02 3.100000e-02
2.300000e+00 1.000000e-01 1.000000e-01 1.165000e+00 2.900000e-02 2.900000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_QCD_10_024/d08-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2010_PAS_QCD_10_024/d08-x01-y01
IsRef: 1
-Path: /REF/CMS_QCD_10_024/d08-x01-y01
+Path: /REF/CMS_2010_PAS_QCD_10_024/d08-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
-2.300000e+00 1.000000e-01 1.000000e-01 4.570000e-01 1.200000e-02 1.200000e-02
-2.100000e+00 1.000000e-01 1.000000e-01 4.930000e-01 1.300000e-02 1.300000e-02
-1.900000e+00 1.000000e-01 1.000000e-01 5.160000e-01 1.400000e-02 1.400000e-02
-1.700000e+00 1.000000e-01 1.000000e-01 5.400000e-01 1.400000e-02 1.400000e-02
-1.500000e+00 1.000000e-01 1.000000e-01 5.560000e-01 1.500000e-02 1.500000e-02
-1.300000e+00 1.000000e-01 1.000000e-01 5.740000e-01 1.500000e-02 1.500000e-02
-1.100000e+00 1.000000e-01 1.000000e-01 5.920000e-01 1.600000e-02 1.600000e-02
-9.000000e-01 1.000000e-01 1.000000e-01 6.020000e-01 1.600000e-02 1.600000e-02
-7.000000e-01 1.000000e-01 1.000000e-01 6.070000e-01 1.600000e-02 1.600000e-02
-5.000000e-01 1.000000e-01 1.000000e-01 6.100000e-01 1.600000e-02 1.600000e-02
-3.000000e-01 1.000000e-01 1.000000e-01 6.100000e-01 1.600000e-02 1.600000e-02
-1.000000e-01 1.000000e-01 1.000000e-01 6.080000e-01 1.600000e-02 1.600000e-02
1.000000e-01 1.000000e-01 1.000000e-01 6.100000e-01 1.600000e-02 1.600000e-02
3.000000e-01 1.000000e-01 1.000000e-01 6.100000e-01 1.600000e-02 1.600000e-02
5.000000e-01 1.000000e-01 1.000000e-01 6.060000e-01 1.600000e-02 1.600000e-02
7.000000e-01 1.000000e-01 1.000000e-01 6.070000e-01 1.600000e-02 1.600000e-02
9.000000e-01 1.000000e-01 1.000000e-01 6.000000e-01 1.600000e-02 1.600000e-02
1.100000e+00 1.000000e-01 1.000000e-01 5.890000e-01 1.600000e-02 1.600000e-02
1.300000e+00 1.000000e-01 1.000000e-01 5.700000e-01 1.500000e-02 1.500000e-02
1.500000e+00 1.000000e-01 1.000000e-01 5.540000e-01 1.500000e-02 1.500000e-02
1.700000e+00 1.000000e-01 1.000000e-01 5.390000e-01 1.400000e-02 1.400000e-02
1.900000e+00 1.000000e-01 1.000000e-01 5.200000e-01 1.400000e-02 1.400000e-02
2.100000e+00 1.000000e-01 1.000000e-01 4.940000e-01 1.300000e-02 1.300000e-02
2.300000e+00 1.000000e-01 1.000000e-01 4.560000e-01 1.200000e-02 1.200000e-02
END YODA_SCATTER2D_V2
diff --git a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.cc b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.cc
--- a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.cc
+++ b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.cc
@@ -1,109 +1,109 @@
// -*- C++ -*-
#include "Rivet/Analysis.hh"
#include "Rivet/Projections/ChargedFinalState.hh"
namespace Rivet {
/// @brief CMS underlying event in leading track events at 7 TeV
/// @author Paolo Gunnellini (DESY)
///
/// CMS measurement of the underlying event in "leading track" events.
- class CMS_PAS_FSQ_12_020 : public Analysis {
+ class CMS_2012_PAS_FSQ_12_020 : public Analysis {
public:
/// Constructor
- DEFAULT_RIVET_ANALYSIS_CTOR(CMS_PAS_FSQ_12_020);
+ DEFAULT_RIVET_ANALYSIS_CTOR(CMS_2012_PAS_FSQ_12_020);
/// Book histograms and initialise projections before the run
void init() {
const ChargedFinalState cfs(Cuts::abseta < 0.8 && Cuts::pT > 0.5*GeV);
addProjection(cfs, "Tracks");
_NchgPDFden1 = bookProfile1D(7,1,1);
_NchgPMNden1 = bookProfile1D(6,1,1);
_NchgPMXden1 = bookProfile1D(5,1,1);
_PTsumPDFden1 = bookProfile1D(10,1,1);
_PTsumPMNden1 = bookProfile1D(9,1,1);
_PTsumPMXden1 = bookProfile1D(8,1,1);
}
/// Perform the per-event analysis
void analyze(const Event& event) {
// Require at least one track in the event with pT >= 0.5 GeV
const FinalState& cfs = applyProjection<ChargedFinalState>(event, "Tracks");
if (cfs.empty()) vetoEvent;
const Particles trks = cfs.particlesByPt();
// Identify leading track and its phi and pT
const Particle p_lead = trks[0];
const double philead = p_lead.momentum().phi();
const double ptlead = p_lead.momentum().pT();
// Loop over particles and build transverse side variables
double NchgP1 = 0, NchgP2 = 0, PTsumP1 = 0, PTsumP2 = 0;
for (const Particle& p : trks) {
// Region definition -- if not in transverse region, ignore
const double dphi = mapAngle0To2Pi(p.phi() - philead);
if (!inRange(dphi, PI/3, 2*PI/3) && !inRange(dphi, 4*PI/3, 5*PI/3)) continue;
// Transverse region 1
if (inRange(dphi, PI/3, 2*PI/3)) {
NchgP1 += 1;
PTsumP1 += p.pT();
}
// Transverse region 2
else if (inRange(dphi, 4*PI/3, 5*PI/3)) {
NchgP2 += 1;
PTsumP2 += p.pT();
}
}
// Calculate total variables
// const double NchgPtot = (NchgP1 + NchgP2)/2;
const double NchgPmax = max(NchgP1,NchgP2);
const double NchgPmin = min(NchgP1,NchgP2);
// const double PTsumPtot = (PTsumP1 + PTsumP2)/2;
const double PTsumPmax = max(PTsumP1,PTsumP2);
const double PTsumPmin = min(PTsumP1,PTsumP2);
//
const double PTsumPMXden = PTsumPmax/AREA;
const double PTsumPMNden = PTsumPmin/AREA;
const double NchgPMXden = NchgPmax/AREA;
const double NchgPMNden = NchgPmin/AREA;
//
const double NchgPDFden = NchgPMXden - NchgPMNden;
const double PTsumPDFden = PTsumPMXden - PTsumPMNden;
// Fill histograms
const double weight = event.weight();
_NchgPMXden1->fill(ptlead/GeV, NchgPmax/AREA, weight);
_NchgPMNden1->fill(ptlead/GeV, NchgPmin/AREA, weight);
_NchgPDFden1->fill(ptlead/GeV, NchgPDFden, weight);
_PTsumPMXden1->fill(ptlead/GeV, PTsumPmax/AREA, weight);
_PTsumPMNden1->fill(ptlead/GeV, PTsumPmin/AREA, weight);
_PTsumPDFden1->fill(ptlead/GeV, PTsumPDFden, weight);
}
/// eta-phi area of the transverse region
constexpr static double AREA = 2*0.8 * M_PI/3;
/// Histograms
Profile1DPtr _NchgPden1, _NchgPMXden1, _NchgPMNden1, _NchgPDFden1, _PTsumPden1, _PTsumPMXden1, _PTsumPMNden1, _PTsumPDFden1;
};
// The hook for the plugin system
- DECLARE_RIVET_PLUGIN(CMS_PAS_FSQ_12_020);
+ DECLARE_RIVET_PLUGIN(CMS_2012_PAS_FSQ_12_020);
}
diff --git a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.info b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.info
--- a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.info
+++ b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.info
@@ -1,37 +1,37 @@
-Name: CMS_PAS_FSQ_12_020
+Name: CMS_2012_PAS_FSQ_12_020
Year: 2015
Summary: Studies of the underlying event at 7 TeV with leading charged particles
Experiment: CMS
Collider: LHC
Status: VALIDATED
Authors:
- Hannes Jung (hannes.jung@cern.ch)
- Paolo Gunnellini (paolo.gunnellini@desy.de)
References:
- CERN-PH-EP-2015-291
RunInfo:
Minimum bias events at 7 TeV.
NumEvents: 1000000
Beams: [p+, p+]
Energies: [7000]
Description:
'We study charged particle production in proton--proton collisions at 7 TeV. We use the direction
of the charged particle with the largest transverse momentum in each event to define three
regions of $\eta$--$\phi$ space: toward, away, and transverse. The average number and the
average scalar pT sum of charged particles in the transverse region are sensitive to the
modeling of the underlying event. The transverse region is divided into a MAX and MIN transverse
region, which helps separate the hard component (initial and final-state radiation) from the
beam--beam remnant and multiple parton interaction components of the scattering.'
BibKey: Khachatryan:2015pea
BibTeX: '@article{Khachatryan:2015pea,
author = "Khachatryan, Vardan and others",
title = "{Event generator tunes obtained from underlying event and
multiparton scattering measurements}",
collaboration = "CMS",
year = "2015",
eprint = "1512.00815",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-GEN-14-001, CERN-PH-EP-2015-291",
SLACcitation = "%%CITATION = ARXIV:1512.00815;%%"
}'
diff --git a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.plot b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.plot
--- a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.plot
+++ b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.plot
@@ -1,78 +1,78 @@
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/*
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/*
XLabelSep=4.4
YLabelSep=5.4
ConnectBins=0
RatioPlotErrorBandColor=grey!40!yellow!60
# END PLOT
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/d05-x01-y01
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/d05-x01-y01
XTwosidedTicks=1
YTwosidedTicks=1
Title=\large{TransMAX charged-particle density $\sqrt{s}=7\,\text{TeV}$}
XLabel=\large{$p_\text{T}^{\text{max}}$[GeV]}
YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$}
LogY=0
LegendXPos=0.40
LegendYPos=0.50
# END PLOT
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/d06-x01-y01
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/d06-x01-y01
XTwosidedTicks=1
YTwosidedTicks=1
Title=\large{TransMIN charged-particle density $\sqrt{s}=7\,\text{TeV}$}
XLabel=\large{$p_\text{T}^{\text{max}}$[GeV]}
YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$}
LogY=0
LegendXPos=0.40
LegendYPos=0.50
# END PLOT
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/d07-x01-y01
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/d07-x01-y01
XTwosidedTicks=1
YTwosidedTicks=1
Title=\large{TransDIF charged-particle density $\sqrt{s}=7\,\text{TeV}$}
XLabel=\large{$p_\text{T}^{\text{max}}$[GeV]}
YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$}
LogY=0
LegendXPos=0.40
LegendYPos=0.50
# END PLOT
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/d08-x01-y01
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/d08-x01-y01
XTwosidedTicks=1
YTwosidedTicks=1
Title=\large{TransMAX charged $p^{\text{sum}}_{\text{T}}$ density $\sqrt{s}=7\,\text{TeV}$}
XLabel=\large{$p_\text{T}^{\text{max}}$[GeV]}
YLabel=\large{$(1/N_\text{events})\; dp_\text{T}^{\text{sum}}\,/d\eta\, d\phi$ [GeV]}
LegendXPos=0.40
LegendYPos=0.50
LogY=0
# END PLOT
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/d09-x01-y01
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/d09-x01-y01
XTwosidedTicks=1
YTwosidedTicks=1
Title=\large{TransMIN charged $p^{\text{sum}}_{\text{T}}$ density $\sqrt{s}=7\,\text{TeV}$}
XLabel=\large{$p_\text{T}^{\text{max}}$[GeV]}
YLabel=\large{$(1/N_\text{events})\; dp_\text{T}^{\text{sum}}\,/d\eta\, d\phi$ [GeV]}
LegendXPos=0.40
LegendYPos=0.50
LogY=0
# END PLOT
-# BEGIN PLOT /CMS_PAS_FSQ_12_020/d10-x01-y01
+# BEGIN PLOT /CMS_2012_PAS_FSQ_12_020/d10-x01-y01
XTwosidedTicks=1
YTwosidedTicks=1
Title=\large{TransDIF charged $p^{\text{sum}}_{\text{T}}$ density $\sqrt{s}=7\,\text{TeV}$}
XLabel=\large{$p_\text{T}^{\text{max}}$[GeV]}
YLabel=\large{$(1/N_\text{events})\; dp_\text{T}^{\text{sum}}\,/d\eta\, d\phi$ [GeV]}
LegendXPos=0.40
LegendYPos=0.50
LogY=0
# END PLOT
diff --git a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.yoda b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.yoda
--- a/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.yoda
+++ b/analyses/pluginCMS/CMS_2012_PAS_FSQ_12_020.yoda
@@ -1,155 +1,155 @@
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_PAS_FSQ_12_020/d05-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2012_PAS_FSQ_12_020/d05-x01-y01
IsRef: 1
-Path: /REF/CMS_PAS_FSQ_12_020/d05-x01-y01
+Path: /REF/CMS_2012_PAS_FSQ_12_020/d05-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
7.500000e-01 2.500000e-01 2.500000e-01 1.455400e-01 5.255140e-03 5.255140e-03
1.250000e+00 2.500000e-01 2.500000e-01 4.868700e-01 1.757820e-02 1.757820e-02
1.750000e+00 2.500000e-01 2.500000e-01 7.828700e-01 2.826580e-02 2.826580e-02
2.250000e+00 2.500000e-01 2.500000e-01 9.955700e-01 3.594860e-02 3.594860e-02
2.750000e+00 2.500000e-01 2.500000e-01 1.137540e+00 4.108220e-02 4.108220e-02
3.250000e+00 2.500000e-01 2.500000e-01 1.227410e+00 4.434210e-02 4.434210e-02
3.750000e+00 2.500000e-01 2.500000e-01 1.286970e+00 4.652050e-02 4.652050e-02
4.500000e+00 5.000000e-01 5.000000e-01 1.327840e+00 4.800380e-02 4.800380e-02
5.500000e+00 5.000000e-01 5.000000e-01 1.372350e+00 4.972890e-02 4.972890e-02
7.000000e+00 1.000000e+00 1.000000e+00 1.388000e+00 5.040120e-02 5.040120e-02
9.000000e+00 1.000000e+00 1.000000e+00 1.434680e+00 5.291820e-02 5.291820e-02
1.100000e+01 1.000000e+00 1.000000e+00 1.438390e+00 5.509620e-02 5.509620e-02
1.300000e+01 1.000000e+00 1.000000e+00 1.446540e+00 5.914950e-02 5.914950e-02
1.500000e+01 1.000000e+00 1.000000e+00 1.507990e+00 6.928580e-02 6.928580e-02
1.800000e+01 2.000000e+00 2.000000e+00 1.494830e+00 7.055320e-02 7.055320e-02
2.200000e+01 2.000000e+00 2.000000e+00 1.435580e+00 9.572250e-02 9.572250e-02
2.600000e+01 2.000000e+00 2.000000e+00 1.613830e+00 1.390890e-01 1.390890e-01
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_PAS_FSQ_12_020/d06-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2012_PAS_FSQ_12_020/d06-x01-y01
IsRef: 1
-Path: /REF/CMS_PAS_FSQ_12_020/d06-x01-y01
+Path: /REF/CMS_2012_PAS_FSQ_12_020/d06-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
7.500000e-01 2.500000e-01 2.500000e-01 1.583000e-02 5.728610e-04 5.728610e-04
1.250000e+00 2.500000e-01 2.500000e-01 1.014700e-01 3.665380e-03 3.665380e-03
1.750000e+00 2.500000e-01 2.500000e-01 2.156300e-01 7.788580e-03 7.788580e-03
2.250000e+00 2.500000e-01 2.500000e-01 3.110400e-01 1.123670e-02 1.123670e-02
2.750000e+00 2.500000e-01 2.500000e-01 3.786700e-01 1.368640e-02 1.368640e-02
3.250000e+00 2.500000e-01 2.500000e-01 4.231700e-01 1.530780e-02 1.530780e-02
3.750000e+00 2.500000e-01 2.500000e-01 4.507900e-01 1.633280e-02 1.633280e-02
4.500000e+00 5.000000e-01 5.000000e-01 4.699400e-01 1.703190e-02 1.703190e-02
5.500000e+00 5.000000e-01 5.000000e-01 4.866600e-01 1.774820e-02 1.774820e-02
7.000000e+00 1.000000e+00 1.000000e+00 4.885600e-01 1.791430e-02 1.791430e-02
9.000000e+00 1.000000e+00 1.000000e+00 5.053500e-01 1.929380e-02 1.929380e-02
1.100000e+01 1.000000e+00 1.000000e+00 4.953800e-01 2.059250e-02 2.059250e-02
1.300000e+01 1.000000e+00 1.000000e+00 5.102600e-01 2.445150e-02 2.445150e-02
1.500000e+01 1.000000e+00 1.000000e+00 5.397900e-01 3.058980e-02 3.058980e-02
1.800000e+01 2.000000e+00 2.000000e+00 5.456700e-01 3.261160e-02 3.261160e-02
2.200000e+01 2.000000e+00 2.000000e+00 4.475800e-01 4.283000e-02 4.283000e-02
2.600000e+01 2.000000e+00 2.000000e+00 4.961400e-01 6.434000e-02 6.434000e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_PAS_FSQ_12_020/d07-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2012_PAS_FSQ_12_020/d07-x01-y01
IsRef: 1
-Path: /REF/CMS_PAS_FSQ_12_020/d07-x01-y01
+Path: /REF/CMS_2012_PAS_FSQ_12_020/d07-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
7.500000e-01 2.500000e-01 2.500000e-01 1.297000e-01 4.674380e-03 4.674380e-03
1.250000e+00 2.500000e-01 2.500000e-01 3.854100e-01 1.388000e-02 1.388000e-02
1.750000e+00 2.500000e-01 2.500000e-01 5.672400e-01 2.042770e-02 2.042770e-02
2.250000e+00 2.500000e-01 2.500000e-01 6.845300e-01 2.465510e-02 2.465510e-02
2.750000e+00 2.500000e-01 2.500000e-01 7.588700e-01 2.734140e-02 2.734140e-02
3.250000e+00 2.500000e-01 2.500000e-01 8.042400e-01 2.899350e-02 2.899350e-02
3.750000e+00 2.500000e-01 2.500000e-01 8.361900e-01 3.017810e-02 3.017810e-02
4.500000e+00 5.000000e-01 5.000000e-01 8.579100e-01 3.096810e-02 3.096810e-02
5.500000e+00 5.000000e-01 5.000000e-01 8.856900e-01 3.210930e-02 3.210930e-02
7.000000e+00 1.000000e+00 1.000000e+00 8.994400e-01 3.273220e-02 3.273220e-02
9.000000e+00 1.000000e+00 1.000000e+00 9.293300e-01 3.479500e-02 3.479500e-02
1.100000e+01 1.000000e+00 1.000000e+00 9.430100e-01 3.760700e-02 3.760700e-02
1.300000e+01 1.000000e+00 1.000000e+00 9.362700e-01 4.162810e-02 4.162810e-02
1.500000e+01 1.000000e+00 1.000000e+00 9.682000e-01 4.987930e-02 4.987930e-02
1.800000e+01 2.000000e+00 2.000000e+00 9.491600e-01 5.104410e-02 5.104410e-02
2.200000e+01 2.000000e+00 2.000000e+00 9.880100e-01 8.526320e-02 8.526320e-02
2.600000e+01 2.000000e+00 2.000000e+00 1.117690e+00 1.262910e-01 1.262910e-01
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_PAS_FSQ_12_020/d08-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2012_PAS_FSQ_12_020/d08-x01-y01
IsRef: 1
-Path: /REF/CMS_PAS_FSQ_12_020/d08-x01-y01
+Path: /REF/CMS_2012_PAS_FSQ_12_020/d08-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
7.500000e-01 2.500000e-01 2.500000e-01 9.229000e-02 3.452360e-03 3.452360e-03
1.250000e+00 2.500000e-01 2.500000e-01 3.753400e-01 1.403940e-02 1.403940e-02
1.750000e+00 2.500000e-01 2.500000e-01 6.860300e-01 2.566140e-02 2.566140e-02
2.250000e+00 2.500000e-01 2.500000e-01 9.459500e-01 3.538750e-02 3.538750e-02
2.750000e+00 2.500000e-01 2.500000e-01 1.140940e+00 4.269100e-02 4.269100e-02
3.250000e+00 2.500000e-01 2.500000e-01 1.278260e+00 4.784750e-02 4.784750e-02
3.750000e+00 2.500000e-01 2.500000e-01 1.368930e+00 5.127840e-02 5.127840e-02
4.500000e+00 5.000000e-01 5.000000e-01 1.449490e+00 5.430700e-02 5.430700e-02
5.500000e+00 5.000000e-01 5.000000e-01 1.529270e+00 5.747310e-02 5.747310e-02
7.000000e+00 1.000000e+00 1.000000e+00 1.588540e+00 5.988420e-02 5.988420e-02
9.000000e+00 1.000000e+00 1.000000e+00 1.690910e+00 6.529940e-02 6.529940e-02
1.100000e+01 1.000000e+00 1.000000e+00 1.739370e+00 7.107380e-02 7.107380e-02
1.300000e+01 1.000000e+00 1.000000e+00 1.736740e+00 7.795280e-02 7.795280e-02
1.500000e+01 1.000000e+00 1.000000e+00 1.893030e+00 1.015640e-01 1.015640e-01
1.800000e+01 2.000000e+00 2.000000e+00 1.898560e+00 1.088040e-01 1.088040e-01
2.200000e+01 2.000000e+00 2.000000e+00 2.095860e+00 2.110190e-01 2.110190e-01
2.600000e+01 2.000000e+00 2.000000e+00 2.179860e+00 2.439840e-01 2.439840e-01
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_PAS_FSQ_12_020/d09-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2012_PAS_FSQ_12_020/d09-x01-y01
IsRef: 1
-Path: /REF/CMS_PAS_FSQ_12_020/d09-x01-y01
+Path: /REF/CMS_2012_PAS_FSQ_12_020/d09-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
7.500000e-01 2.500000e-01 2.500000e-01 9.630000e-03 3.607170e-04 3.607170e-04
1.250000e+00 2.500000e-01 2.500000e-01 7.227000e-02 2.704400e-03 2.704400e-03
1.750000e+00 2.500000e-01 2.500000e-01 1.725000e-01 6.455250e-03 6.455250e-03
2.250000e+00 2.500000e-01 2.500000e-01 2.676600e-01 1.001850e-02 1.001850e-02
2.750000e+00 2.500000e-01 2.500000e-01 3.406900e-01 1.275890e-02 1.275890e-02
3.250000e+00 2.500000e-01 2.500000e-01 3.929300e-01 1.473030e-02 1.473030e-02
3.750000e+00 2.500000e-01 2.500000e-01 4.247600e-01 1.595290e-02 1.595290e-02
4.500000e+00 5.000000e-01 5.000000e-01 4.500100e-01 1.690910e-02 1.690910e-02
5.500000e+00 5.000000e-01 5.000000e-01 4.720000e-01 1.786880e-02 1.786880e-02
7.000000e+00 1.000000e+00 1.000000e+00 4.806900e-01 1.831920e-02 1.831920e-02
9.000000e+00 1.000000e+00 1.000000e+00 5.047900e-01 2.029220e-02 2.029220e-02
1.100000e+01 1.000000e+00 1.000000e+00 4.984100e-01 2.245480e-02 2.245480e-02
1.300000e+01 1.000000e+00 1.000000e+00 5.214100e-01 2.710800e-02 2.710800e-02
1.500000e+01 1.000000e+00 1.000000e+00 5.667800e-01 3.739780e-02 3.739780e-02
1.800000e+01 2.000000e+00 2.000000e+00 5.575700e-01 3.680710e-02 3.680710e-02
2.200000e+01 2.000000e+00 2.000000e+00 4.738600e-01 5.507910e-02 5.507910e-02
2.600000e+01 2.000000e+00 2.000000e+00 4.802100e-01 7.082500e-02 7.082500e-02
END YODA_SCATTER2D_V2
-BEGIN YODA_SCATTER2D_V2 /REF/CMS_PAS_FSQ_12_020/d10-x01-y01
+BEGIN YODA_SCATTER2D_V2 /REF/CMS_2012_PAS_FSQ_12_020/d10-x01-y01
IsRef: 1
-Path: /REF/CMS_PAS_FSQ_12_020/d10-x01-y01
+Path: /REF/CMS_2012_PAS_FSQ_12_020/d10-x01-y01
Title: ~
Type: Scatter2D
---
# xval xerr- xerr+ yval yerr- yerr+
7.500000e-01 2.500000e-01 2.500000e-01 8.266000e-02 3.062100e-03 3.062100e-03
1.250000e+00 2.500000e-01 2.500000e-01 3.030800e-01 1.121830e-02 1.121830e-02
1.750000e+00 2.500000e-01 2.500000e-01 5.135200e-01 1.900730e-02 1.900730e-02
2.250000e+00 2.500000e-01 2.500000e-01 6.782900e-01 2.511040e-02 2.511040e-02
2.750000e+00 2.500000e-01 2.500000e-01 8.002500e-01 2.963700e-02 2.963700e-02
3.250000e+00 2.500000e-01 2.500000e-01 8.853300e-01 3.281110e-02 3.281110e-02
3.750000e+00 2.500000e-01 2.500000e-01 9.441800e-01 3.503810e-02 3.503810e-02
4.500000e+00 5.000000e-01 5.000000e-01 9.994800e-01 3.710230e-02 3.710230e-02
5.500000e+00 5.000000e-01 5.000000e-01 1.057270e+00 3.946180e-02 3.946180e-02
7.000000e+00 1.000000e+00 1.000000e+00 1.107850e+00 4.155550e-02 4.155550e-02
9.000000e+00 1.000000e+00 1.000000e+00 1.186120e+00 4.630520e-02 4.630520e-02
1.100000e+01 1.000000e+00 1.000000e+00 1.240960e+00 5.293920e-02 5.293920e-02
1.300000e+01 1.000000e+00 1.000000e+00 1.215330e+00 5.865430e-02 5.865430e-02
1.500000e+01 1.000000e+00 1.000000e+00 1.326250e+00 7.942280e-02 7.942280e-02
1.800000e+01 2.000000e+00 2.000000e+00 1.340990e+00 8.256200e-02 8.256200e-02
2.200000e+01 2.000000e+00 2.000000e+00 1.622000e+00 1.761490e-01 1.761490e-01
2.600000e+01 2.000000e+00 2.000000e+00 1.699650e+00 2.223200e-01 2.223200e-01
END YODA_SCATTER2D_V2
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:04 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805752
Default Alt Text
(42 KB)
Attached To
rRIVETHG rivethg
Event Timeline
Log In to Comment