diff --git a/analyses/pluginALICE/ALICE_2010_I880049.cc b/analyses/pluginALICE/ALICE_2010_I880049.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2010_I880049.cc @@ -0,0 +1,67 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/ChargedFinalState.hh" +#include "Rivet/Tools/Cuts.hh" +#include "Rivet/Projections/SingleValueProjection.hh" +#include "Rivet/Tools/AliceCommon.hh" +#include "Rivet/Projections/AliceCommon.hh" +//#include "Rivet/Tools/Percentile.hh" +#include + +#define _USE_MATH_DEFINES +#include + +namespace Rivet { + + // Analysis + class ALICE_2010_I880049 : public Analysis { + + public: + + DEFAULT_RIVET_ANALYSIS_CTOR(ALICE_2010_I880049); + + + /// Book histograms and initialise projections before the run + void init() { + + // Declare centrality projection + declareCentrality(ALICE::V0MMultiplicity(), "ALICE_2015_PBPBCentrality", "V0M", "V0M"); + + // Charged final states with |eta| < 0.5 and pT > 50 MeV + const Cut& cut = Cuts::abseta < 0.5 && Cuts::pT > 50*MeV; + const ChargedFinalState cfs(cut); + addProjection(cfs,"CFS"); + + // Histograms and variables initialization + _histNchVsCentr = bookProfile1D(1, 1, 1); + + } + + /// Perform the per-event analysis + void analyze(const Event& event) { + + const ChargedFinalState& charged = applyProjection(event, "CFS"); + + const CentralityProjection& centrProj = apply(event, "V0M"); + double centr = centrProj(); + if ((centr < 0.) || (centr > 80.)) + vetoEvent; + + _histNchVsCentr->fill(centr, charged.particles().size(), event.weight()); + + } + + /// Normalise histograms etc., after the run + void finalize() { + + } + + private: + + Profile1DPtr _histNchVsCentr; + + }; + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(ALICE_2010_I880049); +} diff --git a/analyses/pluginALICE/ALICE_2010_I880049.info b/analyses/pluginALICE/ALICE_2010_I880049.info new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2010_I880049.info @@ -0,0 +1,40 @@ +Name: ALICE_2010_I880049 +Year: 2010 +Summary: Centrality dependence of the charged-particle multiplicity density at mid-rapidity in Pb--Pb collisions at $\sqrt{s_{\rm{NN}}} = 2.76$ TeV +Experiment: ALICE +Collider: LHC +SpireID: 032301 +InspireID: 880049 +Status: NEW +Authors: +References: + - arXiv:1012.1657 [nucl-ex] +RunInfo: +NumEvents: +Options: + - cent=REF,GEN,IMP,USR +Beams: [1000822080, 1000822080] +# This is _total_ energy of beams, so this becomes 208*2760=574080 +Energies: [574080] +Description: + 'The centrality dependence of the charged-particle multiplicity density at mid-rapidity in Pb-Pb collisions at $\sqrt{s_{NN}} = 2.76$ TeV is presented. + The charged-particle density normalized per participating nucleon pair increases by about a factor 2 from peripheral (70-80%) to central (0-5%) collisions. + The centrality dependence is found to be similar to that observed at lower collision energies. The data are compared with models based on different mechanisms for particle production in nuclear collisions.' +BibKey: Aamodt:2010cz +BibTeX: '@article{Aamodt:2010cz, + author = "Aamodt, Kenneth and others", + title = "{Centrality dependence of the charged-particle + multiplicity density at mid-rapidity in Pb-Pb collisions + at $\sqrt{s_{NN}}=2.76$ TeV}", + collaboration = "ALICE", + journal = "Phys. Rev. Lett.", + volume = "106", + year = "2011", + pages = "032301", + doi = "10.1103/PhysRevLett.106.032301", + eprint = "1012.1657", + archivePrefix = "arXiv", + primaryClass = "nucl-ex", + reportNumber = "CERN-PH-EP-2010-071", + SLACcitation = "%%CITATION = ARXIV:1012.1657;%%" +}' diff --git a/analyses/pluginALICE/ALICE_2010_I880049.plot b/analyses/pluginALICE/ALICE_2010_I880049.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2010_I880049.plot @@ -0,0 +1,15 @@ +# BEGIN PLOT /ALICE_2010_I880049/d01-x01-y01 +Title=$N_\text{ch}$ vs. centrality, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$c (%)$ +YLabel=$ \mathrm{d}N_\text{ch} / \mathrm{d}\eta $ +LogX=0 +LogY=0 +# END PLOT + +# BEGIN PLOT /ALICE_2010_I880049/d02-x01-y01 +Title=$N_\text{ch}$ vs. $N_\text{part}$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$N_\text{part}$ +YLabel=$ ((\mathrm{d}N_\text{ch}) / (\mathrm{d}\eta)) / (N_\text{part} / 2)$ +LogX=0 +LogY=0 +# END PLOT \ No newline at end of file diff --git a/analyses/pluginALICE/ALICE_2010_I880049.yoda b/analyses/pluginALICE/ALICE_2010_I880049.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2010_I880049.yoda @@ -0,0 +1,30 @@ +# BEGIN YODA_SCATTER2D /REF/ALICE_2010_I880049/d01-x01-y01 +Path=/REF/ALICE_2010_I880049/d01-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +2.5 2.5 2.5 1601.0 60.0 60.0 +7.5 2.5 2.5 1294.0 49.0 49.0 +15.0 5.0 5.0 966.0 37.0 37.0 +25.0 5.0 5.0 649.0 23.0 23.0 +35.0 5.0 5.0 426.0 15.0 15.0 +45.0 5.0 5.0 261.0 9.0 9.0 +55.0 5.0 5.0 149.0 6.0 6.0 +65.0 5.0 5.0 76.0 4.0 4.0 +75.0 5.0 5.0 35.0 2.0 2.0 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2010_I880049/d02-x01-y01 +Path=/REF/ALICE_2010_I880049/d02-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +382.8 0.0 0.0 8.4 0.3 0.3 +329.7 0.0 0.0 7.9 0.3 0.3 +260.5 0.0 0.0 7.4 0.3 0.3 +186.4 0.0 0.0 7.0 0.3 0.3 +128.9 0.0 0.0 6.6 0.3 0.3 +85.0 0.0 0.0 6.1 0.3 0.3 +52.8 0.0 0.0 5.7 0.3 0.3 +30.0 0.0 0.0 5.1 0.3 0.3 +15.8 0.0 0.0 4.4 0.4 0.4 +# END YODA_SCATTER2D \ No newline at end of file diff --git a/analyses/pluginALICE/ALICE_2012_I1127497.cc b/analyses/pluginALICE/ALICE_2012_I1127497.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I1127497.cc @@ -0,0 +1,180 @@ +// -*- C++ -*- +#include "Rivet/Projections/ChargedFinalState.hh" +#include "Rivet/Tools/Cuts.hh" +#include "Rivet/Projections/SingleValueProjection.hh" +#include "Rivet/Tools/AliceCommon.hh" +#include "Rivet/Projections/AliceCommon.hh" +#include + +#define _USE_MATH_DEFINES +#include + +namespace Rivet { + + /// Analysis + class ALICE_2012_I1127497 : public Analysis { + + public: + + DEFAULT_RIVET_ANALYSIS_CTOR(ALICE_2012_I1127497); + + /// Book histograms and initialise projections before the run + void init() { + + // Declare centrality projection + declareCentrality(ALICE::V0MMultiplicity(), "ALICE_2015_PBPBCentrality", "V0M", "V0M"); + + // Charged final states with |eta| < 0.5 and pT > 150 MeV + const Cut& cut = Cuts::abseta < 0.5 && Cuts::pT > 150*MeV; + const ChargedFinalState cfs(cut); + addProjection(cfs,"CFS"); + + // Loop over all histograms + for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { + + // Initialize PbPb objects + _histNch[1][ihist] = bookHisto1D(ihist+1, 1, 1); + _sumOfWeights[1][ihist] = 0; + + // Initialize pp objects. In principle, only one pp histogram would be needed since centrality does not + // make any difference here. However, in some cases in this analysis the binning differ from each other, + // so this is easy-to-implement way to account for that. + std::string namePbPb = _histNch[1][ihist]->name(); + std::string namePP = namePbPb + "-pp"; + _histNch[0][ihist] = bookHisto1D( namePP, refData(ihist+1, 1, 1) ); // binning taken from ref data + _sumOfWeights[0][ihist] = 0; + + // Initialize R_AA histograms + _histRAA[ihist] = bookScatter2D(ihist+16, 1, 1); + + } + + // Centrality regions, 2 following numbers are boundaries for a certain region. Note, that some + // regions overlap with other regions. + _centrRegions.clear(); + _centrRegions += {{0., 5., 5., 10., 10., 20., 20., 30., 30., 40., 40., 50., 50., 60., 60., 70., 70., 80., 0., 10., 0., 20., 20., 40., 40., 60., 40., 80., 60., 80.}}; + + + } + + /// Perform the per-event analysis + void analyze(const Event& event) { + + const double weight = event.weight(); + + // Final state particles with at least pT = 150 MeV in eta range of |eta| < 0.5 + const ChargedFinalState& charged = applyProjection(event, "CFS"); + Particles chargedParticles = charged.particlesByPt(); + + // Flag to select which histograms to fill + size_t pp_AA; + + // Vector of indices to fill the histograms with right centrality + vector indices; + indices.clear(); + + // Check type of event. This may be not the perfect way to check for the type of event as + // there might be some weird conditions hidden inside. For example some HepMC versions check + // if number of hard collisions is equal to 0 and assign 'false' in that case, which is usually wrong. + // This might be changed in the future + if (event.genEvent()->heavy_ion()) { + + // Prepare centrality projection and value + const CentralityProjection& centrProj = apply(event, "V0M"); + double centr = centrProj(); + // Veto event for too large centralities since those are not used in the analysis at all + if ((centr < 0.) || (centr > 80.)) + vetoEvent; + + // Flag as PbPb event + pp_AA = 1; + + // Select indices + for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { + // Check centrality bins and push corresponding indices of AA histograms. + if (inRange(centr, _centrRegions[2*ihist], _centrRegions[2*ihist+1])) { + indices.push_back(ihist); + } + } + + } + else { + + // Flag as pp event + pp_AA = 0; + + // Select indices (push all indices in case of pp histograms) + for(size_t ihist = 0; ihist < NHISTOS; ++ihist) + indices.push_back(ihist); + + } + + // Fill the right histograms and add weights based on the pp_AA flag and vector of indices + for (size_t iindex = 0; iindex < indices.size(); ++iindex) { + _sumOfWeights[pp_AA][indices.at(iindex)] += weight; + foreach (const Particle& p, chargedParticles) { + float pT = p.pT()/GeV; + if (pT < 50.) { + _histNch[pp_AA][indices.at(iindex)]->fill(pT, weight*(1/pT)); + } + } + } + + } + + /// Normalise histograms etc., after the run + void finalize() { + + // Check for the reentrant finalize + reentrant_flag = true; + // For each event type + for (int itype = 0; itype < 2; itype++) { + // For each centrality range + for (int ihist = 0; ihist < NHISTOS; ihist++) { + if (_histNch[itype][ihist]->numEntries() <= 0) + reentrant_flag = false; + } + } + + // Normal finalize + if (reentrant_flag == false) { + + // Right scaling of the histograms with their individual weights. + for (size_t pp_AA = 0; pp_AA < 2; ++pp_AA ) { + for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { + if (_sumOfWeights[pp_AA][ihist] > 0.) + scale(_histNch[pp_AA][ihist], ( 1./_sumOfWeights[pp_AA][ihist] / 2. / M_PI / 1.6 ) ); + } + + } + + } + // Postprocessing of the histograms + else if (reentrant_flag == true) { + + for( size_t i = 0; i < NHISTOS; ++i) { + divide( _histNch[1][i], _histNch[0][i], _histRAA[i] ); + } + + } + } + + private: + + static const int NHISTOS = 15; + + Histo1DPtr _histNch[2][NHISTOS]; + double _sumOfWeights[2][NHISTOS]; + + Scatter2DPtr _histRAA[NHISTOS]; + std::vector _centrRegions; + + bool reentrant_flag; + + }; + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(ALICE_2012_I1127497); + + +} diff --git a/analyses/pluginALICE/ALICE_2012_I1127497.info b/analyses/pluginALICE/ALICE_2012_I1127497.info new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I1127497.info @@ -0,0 +1,39 @@ +Name: ALICE_2012_I1127497 +Year: 2012 +Summary: Centrality dependence of charged particle production at large transverse momentum in Pb-Pb collisions at $\sqrt{s_{\rm{NN}}} = 2.76$ TeV +Experiment: ALICE +Collider: LHC +SpireID: +InspireID: 1127497 +Status: NEW +Authors: +References: + - arXiv:1208.2711 [hep-ex] +RunInfo: +NumEvents: +Options: + - cent=REF,GEN,IMP,USR +Beams: [1000822080, 1000822080] +# This is _total_ energy of beams, so this becomes 208*2760=574080 +Energies: [574080] +Description: + 'The inclusive transverse momentum (pT) distributions of primary charged particles are measured in the pseudo-rapidity range |η|<0.8 as a function of event centrality in Pb-Pb collisions at sNN−−−√=2.76 TeV with ALICE at the LHC. The data are presented in the pT range 0.1530 GeV/c. In peripheral collisions (70-80%), the suppression is weaker with RAA≈0.7 almost independently of pT. The measured nuclear modification factors are compared to other measurements and model calculations.' +BibKey: Abelev:2012hxa +BibTeX: '@article{Abelev:2012hxa, + author = "Abelev, Betty and others", + title = "{Centrality Dependence of Charged Particle Production at + Large Transverse Momentum in Pb--Pb Collisions at + $\sqrt{s_{\rm{NN}}} = 2.76$ TeV}", + collaboration = "ALICE", + journal = "Phys. Lett.", + volume = "B720", + year = "2013", + pages = "52-62", + doi = "10.1016/j.physletb.2013.01.051", + eprint = "1208.2711", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-233", + SLACcitation = "%%CITATION = ARXIV:1208.2711;%%" +}' +Reentrant: True diff --git a/analyses/pluginALICE/ALICE_2012_I1127497.plot b/analyses/pluginALICE/ALICE_2012_I1127497.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I1127497.plot @@ -0,0 +1,239 @@ +# BEGIN PLOT /ALICE_2012_I1127497/d01-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=0-5~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d02-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=5-10~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d03-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=10-20~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d04-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=20-30~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d05-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=30-40~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d06-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=40-50~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d07-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=50-60~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d08-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=60-70~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d09-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=70-80~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d10-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=0-10~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d11-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=0-20~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d12-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=20-40~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d13-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=40-60~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d14-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=40-80~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d15-x01-y01 +Title=$N_\text{ch}$ vs. $p_\perp$, $\text{Centr}=60-80~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=$1 / N_\text{evt} 1\(2\pi \, p_\perp) \, (\mathrm{d}^2N_\text{ch}) / (\mathrm{d}\eta \, \mathrm{d}p_\perp )\, [(\text{GeG/c)^2}]$ +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d16-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=0-5~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d17-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=5-10~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d18-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=10-20~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d19-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=20-30~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d20-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=30-40~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d21-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=40-50~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d22-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=50-60~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d23-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=60-70~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d24-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=70-80~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d25-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=0-10~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d26-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=0-20~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d27-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=20-40~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d28-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=40-60~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d29-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=40-80~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I1127497/d30-x01-y01 +Title=RAA vs. $p_\perp$, $\text{Centr}=60-80~\%$, $\sqrt{s_\text{NN}} = \text{2.76~TeV}$ +XLabel=$p_\perp\,[\text{GeV / }c]$ +YLabel=RAA +LogX=1 +LogY=1 +# END PLOT diff --git a/analyses/pluginALICE/ALICE_2012_I1127497.yoda b/analyses/pluginALICE/ALICE_2012_I1127497.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I1127497.yoda @@ -0,0 +1,2152 @@ +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d01-x01-y01 +Path=/REF/ALICE_2012_I1127497/d01-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 1810.0 243.01851781294363 243.01851781294363 +0.225 0.024999999999999994 0.024999999999999994 1509.0 171.00292395160966 171.00292395160966 +0.275 0.025000000000000022 0.024999999999999967 1226.0 121.00413216084813 121.00413216084813 +0.325 0.025000000000000022 0.024999999999999967 985.5 89.30358335475682 89.30358335475682 +0.375 0.025000000000000022 0.025000000000000022 791.4 67.60362416320592 67.60362416320592 +0.425 0.024999999999999967 0.025000000000000022 644.1 54.00333323045903 54.00333323045903 +0.475 0.024999999999999967 0.025000000000000022 526.6 43.80285378830927 43.80285378830927 +0.525 0.025000000000000022 0.025000000000000022 433.1 35.802234567132814 35.802234567132814 +0.575 0.02499999999999991 0.025000000000000022 358.5 29.602702579325424 29.602702579325424 +0.625 0.025000000000000022 0.025000000000000022 298.5 24.501836665850174 24.501836665850174 +0.675 0.025000000000000022 0.02499999999999991 250.2 20.50219500443794 20.50219500443794 +0.725 0.025000000000000022 0.025000000000000022 210.9 17.202616080119906 17.202616080119906 +0.775 0.025000000000000022 0.025000000000000022 178.4 14.50137924474772 14.50137924474772 +0.825 0.02499999999999991 0.025000000000000022 151.4 12.301625908797584 12.301625908797584 +0.875 0.025000000000000022 0.025000000000000022 129.3 10.501904589168577 10.501904589168577 +0.925 0.025000000000000022 0.02499999999999991 110.9 9.00222194794152 9.00222194794152 +0.975 0.025000000000000022 0.025000000000000022 94.85 7.7018763947495295 7.7018763947495295 +1.05 0.050000000000000044 0.050000000000000044 75.5 6.1208169389387885 6.1208169389387885 +1.15 0.04999999999999982 0.050000000000000044 56.54 4.590882268148465 4.590882268148465 +1.25 0.050000000000000044 0.050000000000000044 42.52 3.470518693221519 3.470518693221519 +1.35 0.050000000000000044 0.04999999999999982 31.96 2.6103064954139006 2.6103064954139006 +1.45 0.050000000000000044 0.050000000000000044 24.34 2.000399960007998 2.000399960007998 +1.55 0.050000000000000044 0.050000000000000044 18.52 1.570286598045083 1.570286598045083 +1.65 0.04999999999999982 0.050000000000000044 14.29 1.2103718436910205 1.2103718436910205 +1.75 0.050000000000000044 0.050000000000000044 11.03 0.9302150289046076 0.9302150289046076 +1.85 0.050000000000000044 0.04999999999999982 8.641 0.7292742968184193 0.7292742968184193 +1.95 0.050000000000000044 0.050000000000000044 6.72 0.5672257046361703 0.5672257046361703 +2.1 0.10000000000000009 0.10000000000000009 4.683 0.3930623360231809 0.3930623360231809 +2.3 0.09999999999999964 0.10000000000000009 2.865 0.24003333101883997 0.24003333101883997 +2.5 0.10000000000000009 0.10000000000000009 1.774 0.1480304022827743 0.1480304022827743 +2.7 0.10000000000000009 0.09999999999999964 1.107 0.09202173656261872 0.09202173656261872 +2.9 0.10000000000000009 0.10000000000000009 0.6974 0.05781245540538821 0.05781245540538821 +3.1 0.10000000000000009 0.10000000000000009 0.4408 0.03642320688791694 0.03642320688791694 +3.3 0.09999999999999964 0.10000000000000009 0.2836 0.023413671220037235 0.023413671220037235 +3.5 0.10000000000000009 0.10000000000000009 0.1851 0.015211837495845136 0.015211837495845136 +3.7 0.10000000000000009 0.09999999999999964 0.1222 0.010007996802557442 0.010007996802557442 +3.9 0.10000000000000009 0.10000000000000009 0.08176 0.006665470726062789 0.006665470726062789 +4.25 0.25 0.25 0.0425 0.0034537081521170835 0.0034537081521170835 +4.75 0.25 0.25 0.01805 0.0014616771189288008 0.0014616771189288008 +5.25 0.25 0.25 0.008502 6.900470998417428E-4 6.900470998417428E-4 +5.75 0.25 0.25 0.004461 3.6272992708074144E-4 3.6272992708074144E-4 +6.25 0.25 0.25 0.002534 2.0554804791094464E-4 2.0554804791094464E-4 +6.75 0.25 0.25 0.001543 1.2548306658669128E-4 1.2548306658669128E-4 +7.5 0.5 0.5 8.184E-4 6.651150276455945E-5 6.651150276455945E-5 +8.5 0.5 0.5 3.937E-4 3.206009981269553E-5 3.206009981269553E-5 +9.5 0.5 0.5 2.071E-4 1.6930741271426954E-5 1.6930741271426954E-5 +10.5 0.5 0.5 1.145E-4 9.51892851112981E-6 9.51892851112981E-6 +11.5 0.5 0.5 6.889E-5 5.752295194094266E-6 5.752295194094266E-6 +12.5 0.5 0.5 4.269E-5 3.6119939091864486E-6 3.6119939091864486E-6 +13.5 0.5 0.5 2.767E-5 2.3724459951703854E-6 2.3724459951703854E-6 +14.5 0.5 0.5 1.833E-5 1.6065490966665162E-6 1.6065490966665162E-6 +15.5 0.5 0.5 1.298E-5 1.161077086157504E-6 1.161077086157504E-6 +17.0 1.0 1.0 7.735E-6 6.859774048757E-7 6.859774048757E-7 +19.0 1.0 1.0 4.401E-6 4.027828198918122E-7 4.027828198918122E-7 +21.0 1.0 1.0 2.236E-6 2.160208323287363E-7 2.160208323287363E-7 +23.0 1.0 1.0 1.386E-6 1.4406248644251563E-7 1.4406248644251563E-7 +25.0 1.0 1.0 9.194E-7 1.0400807660946337E-7 1.0400807660946337E-7 +27.0 1.0 1.0 5.54E-7 6.796212180325155E-8 6.796212180325155E-8 +29.0 1.0 1.0 3.821E-7 5.02864792961289E-8 5.02864792961289E-8 +31.0 1.0 1.0 2.27E-7 3.3853360246805636E-8 3.3853360246805636E-8 +33.0 1.0 1.0 1.879E-7 2.9173275441746337E-8 2.9173275441746337E-8 +35.0 1.0 1.0 1.143E-7 2.04707107839469E-8 2.04707107839469E-8 +38.0 2.0 2.0 7.511E-8 1.1987635296421058E-8 1.1987635296421058E-8 +42.5 2.5 2.5 3.39E-8 6.315473062249573E-9 6.315473062249573E-9 +47.5 2.5 2.5 1.731E-8 3.998812323678119E-9 3.998812323678119E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d02-x01-y01 +Path=/REF/ALICE_2012_I1127497/d02-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 1476.0 198.01010075246163 198.01010075246163 +0.225 0.024999999999999994 0.024999999999999994 1217.0 138.00362314084367 138.00362314084367 +0.275 0.025000000000000022 0.024999999999999967 985.6 97.60327863345574 97.60327863345574 +0.325 0.025000000000000022 0.024999999999999967 792.9 72.00249995659873 72.00249995659873 +0.375 0.025000000000000022 0.025000000000000022 636.9 54.602289329294614 54.602289329294614 +0.425 0.024999999999999967 0.025000000000000022 518.0 43.60183482377777 43.60183482377777 +0.475 0.024999999999999967 0.025000000000000022 423.8 35.302266216207705 35.302266216207705 +0.525 0.025000000000000022 0.025000000000000022 349.3 29.001551682625536 29.001551682625536 +0.575 0.02499999999999991 0.025000000000000022 289.1 23.901882771028728 23.901882771028728 +0.625 0.025000000000000022 0.025000000000000022 240.8 19.901004999748128 19.901004999748128 +0.675 0.025000000000000022 0.02499999999999991 202.2 16.601204775557708 16.601204775557708 +0.725 0.025000000000000022 0.025000000000000022 170.3 13.901438774457844 13.901438774457844 +0.775 0.025000000000000022 0.025000000000000022 143.9 11.801694793545543 11.801694793545543 +0.825 0.02499999999999991 0.025000000000000022 122.4 10.00199980003999 10.00199980003999 +0.875 0.025000000000000022 0.025000000000000022 104.6 8.50235261559999 8.50235261559999 +0.925 0.025000000000000022 0.02499999999999991 89.56 7.291344183345071 7.291344183345071 +0.975 0.025000000000000022 0.025000000000000022 76.84 6.251351853799305 6.251351853799305 +1.05 0.050000000000000044 0.050000000000000044 61.31 4.980642528830995 4.980642528830995 +1.15 0.04999999999999982 0.050000000000000044 45.79 3.720658543860213 3.720658543860213 +1.25 0.050000000000000044 0.050000000000000044 34.61 2.830282671395209 2.830282671395209 +1.35 0.050000000000000044 0.04999999999999982 26.05 2.1402102700435766 2.1402102700435766 +1.45 0.050000000000000044 0.050000000000000044 19.8 1.6302760502442524 1.6302760502442524 +1.55 0.050000000000000044 0.050000000000000044 15.09 1.280156240464421 1.280156240464421 +1.65 0.04999999999999982 0.050000000000000044 11.66 0.9902019995940222 0.9902019995940222 +1.75 0.050000000000000044 0.050000000000000044 9.001 0.7621896089556719 0.7621896089556719 +1.85 0.050000000000000044 0.04999999999999982 7.07 0.599213651379873 0.599213651379873 +1.95 0.050000000000000044 0.050000000000000044 5.497 0.46518168493611184 0.46518168493611184 +2.1 0.10000000000000009 0.10000000000000009 3.84 0.3240555507933786 0.3240555507933786 +2.3 0.09999999999999964 0.10000000000000009 2.36 0.19804039991880446 0.19804039991880446 +2.5 0.10000000000000009 0.10000000000000009 1.466 0.12301625908797585 0.12301625908797585 +2.7 0.10000000000000009 0.09999999999999964 0.9206 0.07681464704078252 0.07681464704078252 +2.9 0.10000000000000009 0.10000000000000009 0.5838 0.04861028697714096 0.04861028697714096 +3.1 0.10000000000000009 0.10000000000000009 0.3726 0.030919573088902766 0.030919573088902766 +3.3 0.09999999999999964 0.10000000000000009 0.2417 0.020012246250733574 0.020012246250733574 +3.5 0.10000000000000009 0.10000000000000009 0.1589 0.013109538512091111 0.013109538512091111 +3.7 0.10000000000000009 0.09999999999999964 0.1055 0.008705170877128144 0.008705170877128144 +3.9 0.10000000000000009 0.10000000000000009 0.07158 0.005854921007152872 0.005854921007152872 +4.25 0.25 0.25 0.03753 0.003053211424058282 0.003053211424058282 +4.75 0.25 0.25 0.01618 0.001321854757528224 0.001321854757528224 +5.25 0.25 0.25 0.007753 6.31969935993794E-4 6.31969935993794E-4 +5.75 0.25 0.25 0.004119 3.356575635971876E-4 3.356575635971876E-4 +6.25 0.25 0.25 0.002319 1.8951780918953238E-4 1.8951780918953238E-4 +6.75 0.25 0.25 0.001427 1.1643023662262307E-4 1.1643023662262307E-4 +7.5 0.5 0.5 7.513E-4 6.130424128883743E-5 6.130424128883743E-5 +8.5 0.5 0.5 3.564E-4 2.9154759474226502E-5 2.9154759474226502E-5 +9.5 0.5 0.5 1.891E-4 1.552932709424333E-5 1.552932709424333E-5 +10.5 0.5 0.5 1.048E-4 8.713208364316787E-6 8.713208364316787E-6 +11.5 0.5 0.5 6.167E-5 5.171585830284556E-6 5.171585830284556E-6 +12.5 0.5 0.5 3.843E-5 3.2718954751030786E-6 3.2718954751030786E-6 +13.5 0.5 0.5 2.402E-5 2.082402458700047E-6 2.082402458700047E-6 +14.5 0.5 0.5 1.664E-5 1.4641379716406511E-6 1.4641379716406511E-6 +15.5 0.5 0.5 1.046E-5 9.470480452437459E-7 9.470480452437459E-7 +17.0 1.0 1.0 7.069E-6 6.324634376784163E-7 6.324634376784163E-7 +19.0 1.0 1.0 3.517E-6 3.28271229321121E-7 3.28271229321121E-7 +21.0 1.0 1.0 1.998E-6 1.9601020381602587E-7 1.9601020381602587E-7 +23.0 1.0 1.0 1.194E-6 1.273184982632139E-7 1.273184982632139E-7 +25.0 1.0 1.0 6.929E-7 8.239089755549457E-8 8.239089755549457E-8 +27.0 1.0 1.0 4.235E-7 5.5103629644516163E-8 5.5103629644516163E-8 +29.0 1.0 1.0 3.399E-7 4.6033140236138576E-8 4.6033140236138576E-8 +31.0 1.0 1.0 2.203E-7 3.308473968463406E-8 3.308473968463406E-8 +33.0 1.0 1.0 1.073E-7 2.009975124224178E-8 2.009975124224178E-8 +35.0 1.0 1.0 1.01E-7 1.8985520798756087E-8 1.8985520798756087E-8 +38.0 2.0 2.0 5.817E-8 1.0082668297628361E-8 1.0082668297628361E-8 +42.5 2.5 2.5 3.036E-8 5.882482469162148E-9 5.882482469162148E-9 +47.5 2.5 2.5 2.02E-8 4.378607084450487E-9 4.378607084450487E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d03-x01-y01 +Path=/REF/ALICE_2012_I1127497/d03-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 1115.0 147.00340132119393 147.00340132119393 +0.225 0.024999999999999994 0.024999999999999994 911.5 101.8017681575325 101.8017681575325 +0.275 0.025000000000000022 0.024999999999999967 736.6 72.70171937444121 72.70171937444121 +0.325 0.025000000000000022 0.024999999999999967 592.0 53.30150091695354 53.30150091695354 +0.375 0.025000000000000022 0.025000000000000022 475.0 40.60110835925541 40.60110835925541 +0.425 0.024999999999999967 0.025000000000000022 386.4 32.5013845858911 32.5013845858911 +0.475 0.024999999999999967 0.025000000000000022 315.0 26.200763347658402 26.200763347658402 +0.525 0.025000000000000022 0.025000000000000022 259.3 21.500930212434998 21.500930212434998 +0.575 0.02499999999999991 0.025000000000000022 215.0 17.801123560045305 17.801123560045305 +0.625 0.025000000000000022 0.025000000000000022 179.4 14.800337833982034 14.800337833982034 +0.675 0.025000000000000022 0.02499999999999991 150.2 12.300406497347964 12.300406497347964 +0.725 0.025000000000000022 0.025000000000000022 126.5 10.300485425454474 10.300485425454474 +0.775 0.025000000000000022 0.025000000000000022 107.0 8.700574693662482 8.700574693662482 +0.825 0.02499999999999991 0.025000000000000022 90.89 7.3906765590167725 7.3906765590167725 +0.875 0.025000000000000022 0.025000000000000022 77.73 6.310641805711998 6.310641805711998 +0.925 0.025000000000000022 0.02499999999999991 66.73 5.420590373750815 5.420590373750815 +0.975 0.025000000000000022 0.025000000000000022 57.11 4.6306910931307 4.6306910931307 +1.05 0.050000000000000044 0.050000000000000044 45.6 3.700337822415678 3.700337822415678 +1.15 0.04999999999999982 0.050000000000000044 34.1 2.7702887936097924 2.7702887936097924 +1.25 0.050000000000000044 0.050000000000000044 25.8 2.110213259365034 2.110213259365034 +1.35 0.050000000000000044 0.04999999999999982 19.43 1.590125781188394 1.590125781188394 +1.45 0.050000000000000044 0.050000000000000044 14.75 1.2101652779682617 1.2101652779682617 +1.55 0.050000000000000044 0.050000000000000044 11.25 0.9500526301210896 0.9500526301210896 +1.65 0.04999999999999982 0.050000000000000044 8.69 0.7341151135891427 0.7341151135891427 +1.75 0.050000000000000044 0.050000000000000044 6.718 0.5670881765651616 0.5670881765651616 +1.85 0.050000000000000044 0.04999999999999982 5.288 0.4460907979324389 0.4460907979324389 +1.95 0.050000000000000044 0.050000000000000044 4.118 0.3470705980056507 0.3470705980056507 +2.1 0.10000000000000009 0.10000000000000009 2.873 0.2410186714758838 0.2410186714758838 +2.3 0.09999999999999964 0.10000000000000009 1.773 0.1480135128966271 0.1480135128966271 +2.5 0.10000000000000009 0.10000000000000009 1.105 0.09200543462209175 0.09200543462209175 +2.7 0.10000000000000009 0.09999999999999964 0.698 0.05800698233833579 0.05800698233833579 +2.9 0.10000000000000009 0.10000000000000009 0.4454 0.036904877726392754 0.036904877726392754 +3.1 0.10000000000000009 0.10000000000000009 0.2865 0.0236103790736193 0.0236103790736193 +3.3 0.09999999999999964 0.10000000000000009 0.1874 0.015405193929321371 0.015405193929321371 +3.5 0.10000000000000009 0.10000000000000009 0.124 0.01020441081101697 0.01020441081101697 +3.7 0.10000000000000009 0.09999999999999964 0.08371 0.006833227641459049 0.006833227641459049 +3.9 0.10000000000000009 0.10000000000000009 0.05689 0.004622434423547834 0.004622434423547834 +4.25 0.25 0.25 0.03057 0.002471639132235934 0.002471639132235934 +4.75 0.25 0.25 0.01346 0.0010907336980216574 0.0010907336980216574 +5.25 0.25 0.25 0.00657 5.324969483480633E-4 5.324969483480633E-4 +5.75 0.25 0.25 0.003489 2.8234730386529286E-4 2.8234730386529286E-4 +6.25 0.25 0.25 0.002004 1.6224980739587954E-4 1.6224980739587954E-4 +6.75 0.25 0.25 0.001222 9.924716620639604E-5 9.924716620639604E-5 +7.5 0.5 0.5 6.46E-4 5.240400748034448E-5 5.240400748034448E-5 +8.5 0.5 0.5 3.042E-4 2.4681166909204275E-5 2.4681166909204275E-5 +9.5 0.5 0.5 1.561E-4 1.2766362050325849E-5 1.2766362050325849E-5 +10.5 0.5 0.5 8.796E-5 7.23743739178447E-6 7.23743739178447E-6 +11.5 0.5 0.5 5.246E-5 4.340472324528749E-6 4.340472324528749E-6 +12.5 0.5 0.5 3.253E-5 2.7262428358456996E-6 2.7262428358456996E-6 +13.5 0.5 0.5 2.025E-5 1.722440129583609E-6 1.722440129583609E-6 +14.5 0.5 0.5 1.355E-5 1.169144986731757E-6 1.169144986731757E-6 +15.5 0.5 0.5 9.35E-6 8.190390711071115E-7 8.190390711071115E-7 +17.0 1.0 1.0 5.502E-6 4.809927234376836E-7 4.809927234376836E-7 +19.0 1.0 1.0 2.896E-6 2.5994614826921364E-7 2.5994614826921364E-7 +21.0 1.0 1.0 1.726E-6 1.5953996364547662E-7 1.5953996364547662E-7 +23.0 1.0 1.0 9.364E-7 9.326119235780764E-8 9.326119235780764E-8 +25.0 1.0 1.0 5.683E-7 6.147015536014205E-8 6.147015536014205E-8 +27.0 1.0 1.0 3.861E-7 4.393005804685444E-8 4.393005804685444E-8 +29.0 1.0 1.0 2.517E-7 3.0717584540455E-8 3.0717584540455E-8 +31.0 1.0 1.0 1.542E-7 2.0862646045025065E-8 2.0862646045025065E-8 +33.0 1.0 1.0 1.018E-7 1.5211837495845135E-8 1.5211837495845135E-8 +35.0 1.0 1.0 8.667E-8 1.3424254169226683E-8 1.3424254169226683E-8 +38.0 2.0 2.0 4.864E-8 7.1034780213639015E-9 7.1034780213639015E-9 +42.5 2.5 2.5 2.57E-8 4.114000486144842E-9 4.114000486144842E-9 +47.5 2.5 2.5 1.308E-8 2.5489213404889528E-9 2.5489213404889528E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d04-x01-y01 +Path=/REF/ALICE_2012_I1127497/d04-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 761.4 98.10412835349997 98.10412835349997 +0.225 0.024999999999999994 0.024999999999999994 617.1 67.90184091760695 67.90184091760695 +0.275 0.025000000000000022 0.024999999999999967 497.3 48.901635964454194 48.901635964454194 +0.325 0.025000000000000022 0.024999999999999967 398.5 35.701260481949376 35.701260481949376 +0.375 0.025000000000000022 0.025000000000000022 318.9 27.20073528417936 27.20073528417936 +0.425 0.024999999999999967 0.025000000000000022 258.5 21.800917411888886 21.800917411888886 +0.475 0.024999999999999967 0.025000000000000022 210.6 17.60113632695344 17.60113632695344 +0.525 0.025000000000000022 0.025000000000000022 172.9 14.4003472180361 14.4003472180361 +0.575 0.02499999999999991 0.025000000000000022 143.2 11.90042016064979 11.90042016064979 +0.625 0.025000000000000022 0.025000000000000022 119.2 9.800510190801294 9.800510190801294 +0.675 0.025000000000000022 0.02499999999999991 99.9 8.200493887565553 8.200493887565553 +0.725 0.025000000000000022 0.025000000000000022 84.13 6.8805886376094305 6.8805886376094305 +0.775 0.025000000000000022 0.025000000000000022 71.06 5.800551697899088 5.800551697899088 +0.825 0.02499999999999991 0.025000000000000022 60.29 4.910498956317983 4.910498956317983 +0.875 0.025000000000000022 0.025000000000000022 51.54 4.190584684742691 4.190584684742691 +0.925 0.025000000000000022 0.02499999999999991 44.06 3.5805027579936315 3.5805027579936315 +0.975 0.025000000000000022 0.025000000000000022 37.78 3.0605881787656437 3.0605881787656437 +1.05 0.050000000000000044 0.050000000000000044 30.07 2.440327846827143 2.440327846827143 +1.15 0.04999999999999982 0.050000000000000044 22.53 1.8302458851203574 1.8302458851203574 +1.25 0.050000000000000044 0.050000000000000044 16.99 1.3901438774457842 1.3901438774457842 +1.35 0.050000000000000044 0.04999999999999982 12.78 1.050047617967871 1.050047617967871 +1.45 0.050000000000000044 0.050000000000000044 9.733 0.7991226439039255 0.7991226439039255 +1.55 0.050000000000000044 0.050000000000000044 7.418 0.6280963301914763 0.6280963301914763 +1.65 0.04999999999999982 0.050000000000000044 5.722 0.4831035085776132 0.4831035085776132 +1.75 0.050000000000000044 0.050000000000000044 4.42 0.3730857810209336 0.3730857810209336 +1.85 0.050000000000000044 0.04999999999999982 3.472 0.29308360581922693 0.29308360581922693 +1.95 0.050000000000000044 0.050000000000000044 2.709 0.22807893370497856 0.22807893370497856 +2.1 0.10000000000000009 0.10000000000000009 1.895 0.15902829936838286 0.15902829936838286 +2.3 0.09999999999999964 0.10000000000000009 1.172 0.09802040603874278 0.09802040603874278 +2.5 0.10000000000000009 0.10000000000000009 0.7354 0.061209884822633016 0.061209884822633016 +2.7 0.10000000000000009 0.09999999999999964 0.4675 0.03880631391925803 0.03880631391925803 +2.9 0.10000000000000009 0.10000000000000009 0.3009 0.02490501957437496 0.02490501957437496 +3.1 0.10000000000000009 0.10000000000000009 0.1941 0.016007810593582122 0.016007810593582122 +3.3 0.09999999999999964 0.10000000000000009 0.1289 0.010604244433244642 0.010604244433244642 +3.5 0.10000000000000009 0.10000000000000009 0.08636 0.0070540839235155115 0.0070540839235155115 +3.7 0.10000000000000009 0.09999999999999964 0.05874 0.004783022057235363 0.004783022057235363 +3.9 0.10000000000000009 0.10000000000000009 0.04051 0.0032821943879057496 0.0032821943879057496 +4.25 0.25 0.25 0.02226 0.0018013605968822566 0.0018013605968822566 +4.75 0.25 0.25 0.01009 8.209750300709516E-4 8.209750300709516E-4 +5.25 0.25 0.25 0.005024 4.0649231235043056E-4 4.0649231235043056E-4 +5.75 0.25 0.25 0.002696 2.1833002542023396E-4 2.1833002542023396E-4 +6.25 0.25 0.25 0.001561 1.2625371281669304E-4 1.2625371281669304E-4 +6.75 0.25 0.25 9.552E-4 7.732541626140787E-5 7.732541626140787E-5 +7.5 0.5 0.5 5.087E-4 4.120218440811118E-5 4.120218440811118E-5 +8.5 0.5 0.5 2.358E-4 1.9184629264074924E-5 1.9184629264074924E-5 +9.5 0.5 0.5 1.228E-4 9.972462083156796E-6 9.972462083156796E-6 +10.5 0.5 0.5 6.807E-5 5.597463711360709E-6 5.597463711360709E-6 +11.5 0.5 0.5 4.01E-5 3.3308857680803163E-6 3.3308857680803163E-6 +12.5 0.5 0.5 2.458E-5 2.0652602741543256E-6 2.0652602741543256E-6 +13.5 0.5 0.5 1.545E-5 1.3218547575282242E-6 1.3218547575282242E-6 +14.5 0.5 0.5 1.106E-5 9.588013350011565E-7 9.588013350011565E-7 +15.5 0.5 0.5 7.367E-6 6.517583908167197E-7 6.517583908167197E-7 +17.0 1.0 1.0 4.053E-6 3.5679966367697156E-7 3.5679966367697156E-7 +19.0 1.0 1.0 2.187E-6 1.9888187448835048E-7 1.9888187448835048E-7 +21.0 1.0 1.0 1.216E-6 1.1538197432874859E-7 1.1538197432874859E-7 +23.0 1.0 1.0 7.816E-7 7.889955639925994E-8 7.889955639925994E-8 +25.0 1.0 1.0 4.364E-7 4.851030818290067E-8 4.851030818290067E-8 +27.0 1.0 1.0 2.429E-7 3.000833217624731E-8 3.000833217624731E-8 +29.0 1.0 1.0 1.833E-7 2.383044271514904E-8 2.383044271514904E-8 +31.0 1.0 1.0 9.796E-8 1.4970003340012987E-8 1.4970003340012987E-8 +33.0 1.0 1.0 1.206E-7 1.7018225524419402E-8 1.7018225524419402E-8 +35.0 1.0 1.0 5.925E-8 1.0331877854485117E-8 1.0331877854485117E-8 +38.0 2.0 2.0 3.602E-8 5.704533285028671E-9 5.704533285028671E-9 +42.5 2.5 2.5 1.929E-8 3.373129111077725E-9 3.373129111077725E-9 +47.5 2.5 2.5 1.078E-8 2.2496444163467257E-9 2.2496444163467257E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d05-x01-y01 +Path=/REF/ALICE_2012_I1127497/d05-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 506.0 64.50379833777232 64.50379833777232 +0.225 0.024999999999999994 0.024999999999999994 406.7 44.60179368590461 44.60179368590461 +0.275 0.025000000000000022 0.024999999999999967 326.6 32.401388859121454 32.401388859121454 +0.325 0.025000000000000022 0.024999999999999967 260.7 23.600847442411894 23.600847442411894 +0.375 0.025000000000000022 0.025000000000000022 208.2 18.101104938649467 18.101104938649467 +0.425 0.024999999999999967 0.025000000000000022 167.9 14.4003472180361 14.4003472180361 +0.475 0.024999999999999967 0.025000000000000022 136.2 11.600431026474835 11.600431026474835 +0.525 0.025000000000000022 0.025000000000000022 111.6 9.400531899844818 9.400531899844818 +0.575 0.02499999999999991 0.025000000000000022 92.13 7.770521218039366 7.770521218039366 +0.625 0.025000000000000022 0.025000000000000022 76.48 6.42049842301982 6.42049842301982 +0.675 0.025000000000000022 0.02499999999999991 64.04 5.360457070064082 5.360457070064082 +0.725 0.025000000000000022 0.025000000000000022 53.84 4.49040087297337 4.49040087297337 +0.775 0.025000000000000022 0.025000000000000022 45.45 3.780476160485607 3.780476160485607 +0.825 0.02499999999999991 0.025000000000000022 38.41 3.190391825465957 3.190391825465957 +0.875 0.025000000000000022 0.025000000000000022 32.85 2.7204595200076036 2.7204595200076036 +0.925 0.025000000000000022 0.02499999999999991 28.05 2.320538730553748 2.320538730553748 +0.975 0.025000000000000022 0.025000000000000022 23.99 1.9804039991880444 1.9804039991880444 +1.05 0.050000000000000044 0.050000000000000044 19.0 1.570286598045083 1.570286598045083 +1.15 0.04999999999999982 0.050000000000000044 14.19 1.1801694793545543 1.1801694793545543 +1.25 0.050000000000000044 0.050000000000000044 10.7 0.8900561780022652 0.8900561780022652 +1.35 0.050000000000000044 0.04999999999999982 8.031 0.6700902924233421 0.6700902924233421 +1.45 0.050000000000000044 0.050000000000000044 6.08 0.5090982223500687 0.5090982223500687 +1.55 0.050000000000000044 0.050000000000000044 4.624 0.3980803938904804 0.3980803938904804 +1.65 0.04999999999999982 0.050000000000000044 3.566 0.30608005488760615 0.30608005488760615 +1.75 0.050000000000000044 0.050000000000000044 2.754 0.23707593720156417 0.23707593720156417 +1.85 0.050000000000000044 0.04999999999999982 2.165 0.18606719216455114 0.18606719216455114 +1.95 0.050000000000000044 0.050000000000000044 1.685 0.14405554484295283 0.14405554484295283 +2.1 0.10000000000000009 0.10000000000000009 1.177 0.10001999800039992 0.10001999800039992 +2.3 0.09999999999999964 0.10000000000000009 0.7309 0.06201161181585268 0.06201161181585268 +2.5 0.10000000000000009 0.10000000000000009 0.4604 0.03890822535146007 0.03890822535146007 +2.7 0.10000000000000009 0.09999999999999964 0.2943 0.024805039810490124 0.024805039810490124 +2.9 0.10000000000000009 0.10000000000000009 0.1907 0.016004999218994044 0.016004999218994044 +3.1 0.10000000000000009 0.10000000000000009 0.125 0.010507616285342742 0.010507616285342742 +3.3 0.09999999999999964 0.10000000000000009 0.08338 0.006955242626968523 0.006955242626968523 +3.5 0.10000000000000009 0.10000000000000009 0.05653 0.004693847036280582 0.004693847036280582 +3.7 0.10000000000000009 0.09999999999999964 0.0389 0.0032226231551330973 0.0032226231551330973 +3.9 0.10000000000000009 0.10000000000000009 0.02727 0.0022522211259110416 0.0022522211259110416 +4.25 0.25 0.25 0.01515 0.0012414507642270797 0.0012414507642270797 +4.75 0.25 0.25 0.007038 5.788307179132772E-4 5.788307179132772E-4 +5.25 0.25 0.25 0.003573 2.93492759706266E-4 2.93492759706266E-4 +5.75 0.25 0.25 0.001949 1.603776792449623E-4 1.603776792449623E-4 +6.25 0.25 0.25 0.001135 9.32630687893123E-5 9.32630687893123E-5 +6.75 0.25 0.25 6.974E-4 5.7517736394959075E-5 5.7517736394959075E-5 +7.5 0.5 0.5 3.686E-4 3.0402960382173315E-5 3.0402960382173315E-5 +8.5 0.5 0.5 1.734E-4 1.4378456106272329E-5 1.4378456106272329E-5 +9.5 0.5 0.5 8.897E-5 7.385309742996566E-6 7.385309742996566E-6 +10.5 0.5 0.5 4.967E-5 4.165873257793617E-6 4.165873257793617E-6 +11.5 0.5 0.5 2.843E-5 2.410331927349426E-6 2.410331927349426E-6 +12.5 0.5 0.5 1.77E-5 1.5255490814785343E-6 1.5255490814785343E-6 +13.5 0.5 0.5 1.071E-5 9.396275858019495E-7 9.396275858019495E-7 +14.5 0.5 0.5 7.14E-6 6.404568681808323E-7 6.404568681808323E-7 +15.5 0.5 0.5 4.601E-6 4.2438897252402777E-7 4.2438897252402777E-7 +17.0 1.0 1.0 2.867E-6 2.6032479712851017E-7 2.6032479712851017E-7 +19.0 1.0 1.0 1.417E-6 1.3508515832614626E-7 1.3508515832614626E-7 +21.0 1.0 1.0 7.756E-7 7.83788236706829E-8 7.83788236706829E-8 +23.0 1.0 1.0 4.396E-7 4.860092591710574E-8 4.860092591710574E-8 +25.0 1.0 1.0 2.63E-7 3.220139748520241E-8 3.220139748520241E-8 +27.0 1.0 1.0 1.863E-7 2.4400204917172313E-8 2.4400204917172313E-8 +29.0 1.0 1.0 1.035E-7 1.5720050890502867E-8 1.5720050890502867E-8 +31.0 1.0 1.0 6.195E-8 1.1020499081257618E-8 1.1020499081257618E-8 +33.0 1.0 1.0 4.992E-8 9.410850121003946E-9 9.410850121003946E-9 +35.0 1.0 1.0 4.565E-8 8.701752697014551E-9 8.701752697014551E-9 +38.0 2.0 2.0 1.975E-8 3.857162169263823E-9 3.857162169263823E-9 +42.5 2.5 2.5 9.478E-9 2.168093402047061E-9 2.168093402047061E-9 +47.5 2.5 2.5 7.298E-9 1.7734317015323708E-9 1.7734317015323708E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d06-x01-y01 +Path=/REF/ALICE_2012_I1127497/d06-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 321.1 40.303101617617465 40.303101617617465 +0.225 0.024999999999999994 0.024999999999999994 256.7 27.90161285660741 27.90161285660741 +0.275 0.025000000000000022 0.024999999999999967 205.3 20.500975586542218 20.500975586542218 +0.325 0.025000000000000022 0.024999999999999967 162.5 14.701360481261588 14.701360481261588 +0.375 0.025000000000000022 0.025000000000000022 129.2 11.30044246921332 11.30044246921332 +0.425 0.024999999999999967 0.025000000000000022 103.8 9.000555538409838 9.000555538409838 +0.475 0.024999999999999967 0.025000000000000022 83.67 7.190563260273843 7.190563260273843 +0.525 0.025000000000000022 0.025000000000000022 68.27 5.8405479195020735 5.8405479195020735 +0.575 0.02499999999999991 0.025000000000000022 56.17 4.790511454949252 4.790511454949252 +0.625 0.025000000000000022 0.025000000000000022 46.49 3.9404568263083406 3.9404568263083406 +0.675 0.025000000000000022 0.02499999999999991 38.75 3.2703822406562812 3.2703822406562812 +0.725 0.025000000000000022 0.025000000000000022 32.42 2.73045783706689 2.73045783706689 +0.775 0.025000000000000022 0.025000000000000022 27.27 2.290349318335524 2.290349318335524 +0.825 0.02499999999999991 0.025000000000000022 23.04 1.9304144632694813 1.9304144632694813 +0.875 0.025000000000000022 0.025000000000000022 19.59 1.64048773235279 1.64048773235279 +0.925 0.025000000000000022 0.02499999999999991 16.72 1.4003213916812096 1.4003213916812096 +0.975 0.025000000000000022 0.025000000000000022 14.27 1.1903780911962383 1.1903780911962383 +1.05 0.050000000000000044 0.050000000000000044 11.23 0.9402127418834526 0.9402127418834526 +1.15 0.04999999999999982 0.050000000000000044 8.343 0.6982069893663339 0.6982069893663339 +1.25 0.050000000000000044 0.050000000000000044 6.277 0.5281145709029433 0.5281145709029433 +1.35 0.050000000000000044 0.04999999999999982 4.698 0.3960807998376089 0.3960807998376089 +1.45 0.050000000000000044 0.050000000000000044 3.538 0.29908192857476357 0.29908192857476357 +1.55 0.050000000000000044 0.050000000000000044 2.682 0.2330772404161333 0.2330772404161333 +1.65 0.04999999999999982 0.050000000000000044 2.06 0.17906981878585793 0.17906981878585793 +1.75 0.050000000000000044 0.050000000000000044 1.588 0.13805795884337854 0.13805795884337854 +1.85 0.050000000000000044 0.04999999999999982 1.25 0.10807404868885037 0.10807404868885037 +1.95 0.050000000000000044 0.050000000000000044 0.9743 0.08425704718301015 0.08425704718301015 +2.1 0.10000000000000009 0.10000000000000009 0.6817 0.05851674973885683 0.05851674973885683 +2.3 0.09999999999999964 0.10000000000000009 0.4231 0.03621118611699981 0.03621118611699981 +2.5 0.10000000000000009 0.10000000000000009 0.2681 0.02290785891348207 0.02290785891348207 +2.7 0.10000000000000009 0.09999999999999964 0.1725 0.014605478424207815 0.014605478424207815 +2.9 0.10000000000000009 0.10000000000000009 0.1128 0.009504735661763561 0.009504735661763561 +3.1 0.10000000000000009 0.10000000000000009 0.07501 0.006327598280548474 0.006327598280548474 +3.3 0.09999999999999964 0.10000000000000009 0.0508 0.004275160815688692 0.004275160815688692 +3.5 0.10000000000000009 0.10000000000000009 0.03483 0.0029138634147811387 0.0029138634147811387 +3.7 0.10000000000000009 0.09999999999999964 0.02432 0.0020329781110479278 0.0020329781110479278 +3.9 0.10000000000000009 0.10000000000000009 0.01714 0.0014222517358048821 0.0014222517358048821 +4.25 0.25 0.25 0.009657 8.015609770940698E-4 8.015609770940698E-4 +4.75 0.25 0.25 0.004603 3.818193290026056E-4 3.818193290026056E-4 +5.25 0.25 0.25 0.002371 1.964993638666548E-4 1.964993638666548E-4 +5.75 0.25 0.25 0.001316 1.0937092849564733E-4 1.0937092849564733E-4 +6.25 0.25 0.25 7.757E-4 6.447976426755917E-5 6.447976426755917E-5 +6.75 0.25 0.25 4.777E-4 3.972266355621183E-5 3.972266355621183E-5 +7.5 0.5 0.5 2.529E-4 2.100523744212381E-5 2.100523744212381E-5 +8.5 0.5 0.5 1.173E-4 9.786725703727474E-6 9.786725703727474E-6 +9.5 0.5 0.5 5.86E-5 4.925403536767317E-6 4.925403536767317E-6 +10.5 0.5 0.5 3.166E-5 2.696683147868878E-6 2.696683147868878E-6 +11.5 0.5 0.5 1.866E-5 1.6104657711357918E-6 1.6104657711357918E-6 +12.5 0.5 0.5 1.104E-5 9.741663102366044E-7 9.741663102366044E-7 +13.5 0.5 0.5 7.137E-6 6.466668384879496E-7 6.466668384879496E-7 +14.5 0.5 0.5 4.794E-6 4.448662720413855E-7 4.448662720413855E-7 +15.5 0.5 0.5 3.088E-6 2.9786070569982874E-7 2.9786070569982874E-7 +17.0 1.0 1.0 1.962E-6 1.840923681199196E-7 1.840923681199196E-7 +19.0 1.0 1.0 9.817E-7 9.783905150807627E-8 9.783905150807627E-8 +21.0 1.0 1.0 5.071E-7 5.5120232220120405E-8 5.5120232220120405E-8 +23.0 1.0 1.0 2.902E-7 3.501785258978626E-8 3.501785258978626E-8 +25.0 1.0 1.0 1.504E-7 2.1319005605327843E-8 2.1319005605327843E-8 +27.0 1.0 1.0 1.054E-7 1.634441800738099E-8 1.634441800738099E-8 +29.0 1.0 1.0 7.147E-8 1.2356945415433379E-8 1.2356945415433379E-8 +31.0 1.0 1.0 3.189E-8 7.388646696114248E-9 7.388646696114248E-9 +33.0 1.0 1.0 2.715E-8 6.55708014286847E-9 6.55708014286847E-9 +35.0 1.0 1.0 1.659E-8 4.8446258885490836E-9 4.8446258885490836E-9 +38.0 2.0 2.0 2.046E-8 3.937765864040167E-9 3.937765864040167E-9 +42.5 2.5 2.5 6.635E-9 1.7700197739008455E-9 1.7700197739008455E-9 +47.5 2.5 2.5 4.407E-9 1.3379869207133527E-9 1.3379869207133527E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d07-x01-y01 +Path=/REF/ALICE_2012_I1127497/d07-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 190.8 24.003333101883996 24.003333101883996 +0.225 0.024999999999999994 0.024999999999999994 151.4 16.601204775557708 16.601204775557708 +0.275 0.025000000000000022 0.024999999999999967 119.9 12.301625908797584 12.301625908797584 +0.325 0.025000000000000022 0.024999999999999967 94.56 8.830815364393029 8.830815364393029 +0.375 0.025000000000000022 0.025000000000000022 74.68 6.790596439194425 6.790596439194425 +0.425 0.024999999999999967 0.025000000000000022 59.42 5.370595870106035 5.370595870106035 +0.475 0.024999999999999967 0.025000000000000022 47.71 4.280572391631755 4.280572391631755 +0.525 0.025000000000000022 0.025000000000000022 38.69 3.450521699685426 3.450521699685426 +0.575 0.02499999999999991 0.025000000000000022 31.56 2.800446392988089 2.800446392988089 +0.625 0.025000000000000022 0.025000000000000022 26.06 2.3003477997902837 2.3003477997902837 +0.675 0.025000000000000022 0.02499999999999991 21.61 1.9004210059878837 1.9004210059878837 +0.725 0.025000000000000022 0.025000000000000022 17.98 1.5802847844613326 1.5802847844613326 +0.775 0.025000000000000022 0.025000000000000022 15.08 1.3203408650799233 1.3203408650799233 +0.825 0.02499999999999991 0.025000000000000022 12.7 1.110405331399305 1.110405331399305 +0.875 0.025000000000000022 0.025000000000000022 10.77 0.9404786015641184 0.9404786015641184 +0.925 0.025000000000000022 0.02499999999999991 9.124 0.7953621816505988 0.7953621816505988 +0.975 0.025000000000000022 0.025000000000000022 7.772 0.6753584233575531 0.6753584233575531 +1.05 0.050000000000000044 0.050000000000000044 6.091 0.5291852227717626 0.5291852227717626 +1.15 0.04999999999999982 0.050000000000000044 4.492 0.39215430636421683 0.39215430636421683 +1.25 0.050000000000000044 0.050000000000000044 3.352 0.29408332152640004 0.29408332152640004 +1.35 0.050000000000000044 0.04999999999999982 2.497 0.22005681084665385 0.22005681084665385 +1.45 0.050000000000000044 0.050000000000000044 1.883 0.1660752841334315 0.1660752841334315 +1.55 0.050000000000000044 0.050000000000000044 1.421 0.12806248474865697 0.12806248474865697 +1.65 0.04999999999999982 0.050000000000000044 1.092 0.09808159868191384 0.09808159868191384 +1.75 0.050000000000000044 0.050000000000000044 0.841 0.0758516974101437 0.0758516974101437 +1.85 0.050000000000000044 0.04999999999999982 0.6601 0.05945687512811282 0.05945687512811282 +1.95 0.050000000000000044 0.050000000000000044 0.5135 0.04614780601502091 0.04614780601502091 +2.1 0.10000000000000009 0.10000000000000009 0.3581 0.032015621187164243 0.032015621187164243 +2.3 0.09999999999999964 0.10000000000000009 0.2231 0.019809088823063016 0.019809088823063016 +2.5 0.10000000000000009 0.10000000000000009 0.1423 0.01260634760745554 0.01260634760745554 +2.7 0.10000000000000009 0.09999999999999964 0.09221 0.008154471166176258 0.008154471166176258 +2.9 0.10000000000000009 0.10000000000000009 0.06092 0.005373360214986521 0.005373360214986521 +3.1 0.10000000000000009 0.10000000000000009 0.04062 0.0035667912750818485 0.0035667912750818485 +3.3 0.09999999999999964 0.10000000000000009 0.02797 0.0024545875417267154 0.0024545875417267154 +3.5 0.10000000000000009 0.10000000000000009 0.01936 0.001693576098083579 0.001693576098083579 +3.7 0.10000000000000009 0.09999999999999964 0.01363 0.0011827087553578017 0.0011827087553578017 +3.9 0.10000000000000009 0.10000000000000009 0.009734 8.451325339850549E-4 8.451325339850549E-4 +4.25 0.25 0.25 0.005581 4.8349560494382986E-4 4.8349560494382986E-4 +4.75 0.25 0.25 0.002708 2.3485314560380067E-4 2.3485314560380067E-4 +5.25 0.25 0.25 0.001433 1.244869471069156E-4 1.244869471069156E-4 +5.75 0.25 0.25 7.835E-4 6.796145966649039E-5 6.796145966649039E-5 +6.25 0.25 0.25 4.608E-4 4.0076551747873715E-5 4.0076551747873715E-5 +6.75 0.25 0.25 2.894E-4 2.521685943966853E-5 2.521685943966853E-5 +7.5 0.5 0.5 1.506E-4 1.3098091464026352E-5 1.3098091464026352E-5 +8.5 0.5 0.5 6.902E-5 6.036820355120732E-6 6.036820355120732E-6 +9.5 0.5 0.5 3.534E-5 3.122178726466504E-6 3.122178726466504E-6 +10.5 0.5 0.5 1.954E-5 1.7535392781457735E-6 1.7535392781457735E-6 +11.5 0.5 0.5 1.073E-5 9.867117106835208E-7 9.867117106835208E-7 +12.5 0.5 0.5 7.153E-6 6.688931155274361E-7 6.688931155274361E-7 +13.5 0.5 0.5 4.387E-6 4.2614199511430457E-7 4.2614199511430457E-7 +14.5 0.5 0.5 2.735E-6 2.7653752005830966E-7 2.7653752005830966E-7 +15.5 0.5 0.5 1.827E-6 1.9335201059208046E-7 1.9335201059208046E-7 +17.0 1.0 1.0 1.102E-6 1.13251931550857E-7 1.13251931550857E-7 +19.0 1.0 1.0 4.465E-7 5.18058876962841E-8 5.18058876962841E-8 +21.0 1.0 1.0 2.867E-7 3.5855961847369263E-8 3.5855961847369263E-8 +23.0 1.0 1.0 1.727E-7 2.418780684559888E-8 2.418780684559888E-8 +25.0 1.0 1.0 9.546E-8 1.5806229784486876E-8 1.5806229784486876E-8 +27.0 1.0 1.0 7.151E-8 1.2761367481582842E-8 1.2761367481582842E-8 +29.0 1.0 1.0 4.785E-8 9.678512282370674E-9 9.678512282370674E-9 +31.0 1.0 1.0 2.591E-8 6.568119974543705E-9 6.568119974543705E-9 +33.0 1.0 1.0 1.617E-8 4.908054604423223E-9 4.908054604423223E-9 +35.0 1.0 1.0 1.266E-8 4.1732601165036435E-9 4.1732601165036435E-9 +38.0 2.0 2.0 7.538E-9 2.2092193191261025E-9 2.2092193191261025E-9 +42.5 2.5 2.5 1.644E-9 8.368590084357101E-10 8.368590084357101E-10 +47.5 2.5 2.5 1.454E-9 7.405470950587815E-10 7.405470950587815E-10 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d08-x01-y01 +Path=/REF/ALICE_2012_I1127497/d08-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 103.2 13.203408650799231 13.203408650799231 +0.225 0.024999999999999994 0.024999999999999994 81.06 9.181225408408181 9.181225408408181 +0.275 0.025000000000000022 0.024999999999999967 63.81 6.850883154747276 6.850883154747276 +0.325 0.025000000000000022 0.024999999999999967 49.91 4.910651687912715 4.910651687912715 +0.375 0.025000000000000022 0.025000000000000022 39.11 3.77064981137204 3.77064981137204 +0.425 0.024999999999999967 0.025000000000000022 30.91 2.970420845604205 2.970420845604205 +0.475 0.024999999999999967 0.025000000000000022 24.63 2.350531854708632 2.350531854708632 +0.525 0.025000000000000022 0.025000000000000022 19.81 1.8804254837669052 1.8804254837669052 +0.575 0.02499999999999991 0.025000000000000022 16.11 1.5202960238058902 1.5202960238058902 +0.625 0.025000000000000022 0.025000000000000022 13.17 1.2403628501370072 1.2403628501370072 +0.675 0.025000000000000022 0.02499999999999991 10.85 1.0204410811016968 1.0204410811016968 +0.725 0.025000000000000022 0.025000000000000022 9.029 0.8443133304644669 0.8443133304644669 +0.775 0.025000000000000022 0.025000000000000022 7.529 0.702314032324572 0.702314032324572 +0.825 0.02499999999999991 0.025000000000000022 6.284 0.5863079395675962 0.5863079395675962 +0.875 0.025000000000000022 0.025000000000000022 5.286 0.4922936115774813 0.4922936115774813 +0.925 0.025000000000000022 0.02499999999999991 4.501 0.4183061080118243 0.4183061080118243 +0.975 0.025000000000000022 0.025000000000000022 3.8 0.35231945731111697 0.35231945731111697 +1.05 0.050000000000000044 0.050000000000000044 2.969 0.27514723331336627 0.27514723331336627 +1.15 0.04999999999999982 0.050000000000000044 2.185 0.20315757431117354 0.20315757431117354 +1.25 0.050000000000000044 0.050000000000000044 1.617 0.15108275877809485 0.15108275877809485 +1.35 0.050000000000000044 0.04999999999999982 1.199 0.1120714058089752 0.1120714058089752 +1.45 0.050000000000000044 0.050000000000000044 0.9007 0.08466829394761653 0.08466829394761653 +1.55 0.050000000000000044 0.050000000000000044 0.6782 0.06515189943508938 0.06515189943508938 +1.65 0.04999999999999982 0.050000000000000044 0.5176 0.04965803056908318 0.04965803056908318 +1.75 0.050000000000000044 0.050000000000000044 0.3966 0.03804747034955149 0.03804747034955149 +1.85 0.050000000000000044 0.04999999999999982 0.3127 0.029954131601500317 0.029954131601500317 +1.95 0.050000000000000044 0.050000000000000044 0.2434 0.023242202993692312 0.023242202993692312 +2.1 0.10000000000000009 0.10000000000000009 0.1694 0.016111176245079066 0.016111176245079066 +2.3 0.09999999999999964 0.10000000000000009 0.1061 0.010007996802557442 0.010007996802557442 +2.5 0.10000000000000009 0.10000000000000009 0.068 0.006425675061812572 0.006425675061812572 +2.7 0.10000000000000009 0.09999999999999964 0.0445 0.004193864566244361 0.004193864566244361 +2.9 0.10000000000000009 0.10000000000000009 0.02944 0.002763059898011623 0.002763059898011623 +3.1 0.10000000000000009 0.10000000000000009 0.02002 0.0018760063965775808 0.0018760063965775808 +3.3 0.09999999999999964 0.10000000000000009 0.01385 0.0012946814279968643 0.0012946814279968643 +3.5 0.10000000000000009 0.10000000000000009 0.009772 9.113440623606433E-4 9.113440623606433E-4 +3.7 0.10000000000000009 0.09999999999999964 0.006944 6.466065264130884E-4 6.466065264130884E-4 +3.9 0.10000000000000009 0.10000000000000009 0.005052 4.690682253148256E-4 4.690682253148256E-4 +4.25 0.25 0.25 0.002906 2.694587166895887E-4 2.694587166895887E-4 +4.75 0.25 0.25 0.001429 1.3274034804836094E-4 1.3274034804836094E-4 +5.25 0.25 0.25 7.515E-4 6.979527204617803E-5 6.979527204617803E-5 +5.75 0.25 0.25 4.278E-4 3.974166579296847E-5 3.974166579296847E-5 +6.25 0.25 0.25 2.519E-4 2.3462523308459388E-5 2.3462523308459388E-5 +6.75 0.25 0.25 1.545E-4 1.4401388821915752E-5 1.4401388821915752E-5 +7.5 0.5 0.5 8.218E-5 7.669276367428677E-6 7.669276367428677E-6 +8.5 0.5 0.5 3.825E-5 3.602679558328773E-6 3.602679558328773E-6 +9.5 0.5 0.5 1.841E-5 1.7585505395068974E-6 1.7585505395068974E-6 +10.5 0.5 0.5 1.018E-5 9.897979591815695E-7 9.897979591815695E-7 +11.5 0.5 0.5 5.598E-6 5.640008865241259E-7 5.640008865241259E-7 +12.5 0.5 0.5 3.29E-6 3.4481589290518495E-7 3.4481589290518495E-7 +13.5 0.5 0.5 2.08E-6 2.298173187555716E-7 2.298173187555716E-7 +14.5 0.5 0.5 1.359E-6 1.5902829936838287E-7 1.5902829936838287E-7 +15.5 0.5 0.5 8.719E-7 1.0951954163527165E-7 1.0951954163527165E-7 +17.0 1.0 1.0 5.512E-7 6.516294959560993E-8 6.516294959560993E-8 +19.0 1.0 1.0 2.448E-7 3.359360058106306E-8 3.359360058106306E-8 +21.0 1.0 1.0 1.544E-7 2.3395084953895764E-8 2.3395084953895764E-8 +23.0 1.0 1.0 6.445E-8 1.2822987171482316E-8 1.2822987171482316E-8 +25.0 1.0 1.0 4.12E-8 9.476307297676663E-9 9.476307297676663E-9 +27.0 1.0 1.0 3.141E-8 7.82857586026986E-9 7.82857586026986E-9 +29.0 1.0 1.0 9.205E-9 3.864078932941199E-9 3.864078932941199E-9 +31.0 1.0 1.0 1.001E-8 3.9049711906747785E-9 3.9049711906747785E-9 +33.0 1.0 1.0 1.071E-8 3.932759845197772E-9 3.932759845197772E-9 +35.0 1.0 1.0 5.027E-9 2.5620757209731328E-9 2.5620757209731328E-9 +38.0 2.0 2.0 2.876E-9 1.317201958698817E-9 1.317201958698817E-9 +42.5 2.5 2.5 1.221E-9 7.1547816179112E-10 7.1547816179112E-10 +47.5 2.5 2.5 7.193E-10 5.139253836891111E-10 5.139253836891111E-10 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d09-x01-y01 +Path=/REF/ALICE_2012_I1127497/d09-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 49.67 6.6330159053028055 6.6330159053028055 +0.225 0.024999999999999994 0.024999999999999994 38.56 4.661072837877564 4.661072837877564 +0.275 0.025000000000000022 0.024999999999999967 30.05 3.5006999300139965 3.5006999300139965 +0.325 0.025000000000000022 0.024999999999999967 23.29 2.5207141845120007 2.5207141845120007 +0.375 0.025000000000000022 0.025000000000000022 18.06 1.9204166214652485 1.9204166214652485 +0.425 0.024999999999999967 0.025000000000000022 14.19 1.510529708413575 1.510529708413575 +0.475 0.024999999999999967 0.025000000000000022 11.22 1.1903780911962383 1.1903780911962383 +0.525 0.025000000000000022 0.025000000000000022 8.981 0.9453306299914331 0.9453306299914331 +0.575 0.02499999999999991 0.025000000000000022 7.25 0.7603183543753235 0.7603183543753235 +0.625 0.025000000000000022 0.025000000000000022 5.871 0.6132642171201578 0.6132642171201578 +0.675 0.025000000000000022 0.02499999999999991 4.839 0.5052534017698446 0.5052534017698446 +0.725 0.025000000000000022 0.025000000000000022 3.963 0.4122377954530613 0.4122377954530613 +0.775 0.025000000000000022 0.025000000000000022 3.308 0.34324626727759183 0.34324626727759183 +0.825 0.02499999999999991 0.025000000000000022 2.749 0.28525251970841553 0.28525251970841553 +0.875 0.025000000000000022 0.025000000000000022 2.314 0.24025195108468944 0.24025195108468944 +0.925 0.025000000000000022 0.02499999999999991 1.941 0.20124860247961973 0.20124860247961973 +0.975 0.025000000000000022 0.025000000000000022 1.63 0.16824089871371944 0.16824089871371944 +1.05 0.050000000000000044 0.050000000000000044 1.279 0.13213629327327145 0.13213629327327145 +1.15 0.04999999999999982 0.050000000000000044 0.9336 0.09681905804127615 0.09681905804127615 +1.25 0.050000000000000044 0.050000000000000044 0.6875 0.07156717124492205 0.07156717124492205 +1.35 0.050000000000000044 0.04999999999999982 0.5082 0.052949976392818156 0.052949976392818156 +1.45 0.050000000000000044 0.050000000000000044 0.3785 0.03955578339509913 0.03955578339509913 +1.55 0.050000000000000044 0.050000000000000044 0.285 0.030242354405700625 0.030242354405700625 +1.65 0.04999999999999982 0.050000000000000044 0.2175 0.023048861143232218 0.023048861143232218 +1.75 0.050000000000000044 0.050000000000000044 0.1672 0.017740631330367025 0.017740631330367025 +1.85 0.050000000000000044 0.04999999999999982 0.1298 0.013744089638822937 0.013744089638822937 +1.95 0.050000000000000044 0.050000000000000044 0.1009 0.010729864864013897 0.010729864864013897 +2.1 0.10000000000000009 0.10000000000000009 0.07187 0.0075616730952878415 0.0075616730952878415 +2.3 0.09999999999999964 0.10000000000000009 0.04498 0.004727716150531883 0.004727716150531883 +2.5 0.10000000000000009 0.10000000000000009 0.02908 0.0030453242848668843 0.0030453242848668843 +2.7 0.10000000000000009 0.09999999999999964 0.01921 0.0020135789033459803 0.0020135789033459803 +2.9 0.10000000000000009 0.10000000000000009 0.01293 0.0013529966740535619 0.0013529966740535619 +3.1 0.10000000000000009 0.10000000000000009 0.008598 8.984709232913439E-4 8.984709232913439E-4 +3.3 0.09999999999999964 0.10000000000000009 0.005982 6.229454229705841E-4 6.229454229705841E-4 +3.5 0.10000000000000009 0.10000000000000009 0.004208 4.3797945157278786E-4 4.3797945157278786E-4 +3.7 0.10000000000000009 0.09999999999999964 0.003034 3.152982714827343E-4 3.152982714827343E-4 +3.9 0.10000000000000009 0.10000000000000009 0.002174 2.2574321695235938E-4 2.2574321695235938E-4 +4.25 0.25 0.25 0.001298 1.3435028842544402E-4 1.3435028842544402E-4 +4.75 0.25 0.25 6.382E-4 6.621434889810516E-5 6.621434889810516E-5 +5.25 0.25 0.25 3.486E-4 3.6250931022526855E-5 3.6250931022526855E-5 +5.75 0.25 0.25 1.94E-4 2.0205444810743462E-5 2.0205444810743462E-5 +6.25 0.25 0.25 1.119E-4 1.1727744881263405E-5 1.1727744881263405E-5 +6.75 0.25 0.25 7.143E-5 7.517832134332344E-6 7.517832134332344E-6 +7.5 0.5 0.5 3.632E-5 3.819070567559599E-6 3.819070567559599E-6 +8.5 0.5 0.5 1.621E-5 1.7252536045462997E-6 1.7252536045462997E-6 +9.5 0.5 0.5 8.462E-6 9.219137703711775E-7 9.219137703711775E-7 +10.5 0.5 0.5 4.292E-6 4.864668539582116E-7 4.864668539582116E-7 +11.5 0.5 0.5 2.174E-6 2.6187974339379513E-7 2.6187974339379513E-7 +12.5 0.5 0.5 1.622E-6 2.0080836635957177E-7 2.0080836635957177E-7 +13.5 0.5 0.5 8.841E-7 1.208680685706527E-7 1.208680685706527E-7 +14.5 0.5 0.5 6.167E-7 8.995743437871047E-8 8.995743437871047E-8 +15.5 0.5 0.5 3.434E-7 5.761267221714334E-8 5.761267221714334E-8 +17.0 1.0 1.0 1.987E-7 3.115156496871385E-8 3.115156496871385E-8 +19.0 1.0 1.0 9.221E-8 1.7714810188088383E-8 1.7714810188088383E-8 +21.0 1.0 1.0 4.907E-8 1.148455049185644E-8 1.148455049185644E-8 +23.0 1.0 1.0 3.107E-8 8.44704090199639E-9 8.44704090199639E-9 +25.0 1.0 1.0 1.603E-8 5.613599558215744E-9 5.613599558215744E-9 +27.0 1.0 1.0 8.219E-9 3.779445065085614E-9 3.779445065085614E-9 +29.0 1.0 1.0 1.22E-8 4.511363430272493E-9 4.511363430272493E-9 +35.0 5.0 5.0 2.006E-9 7.411727194116092E-10 7.411727194116092E-10 +45.0 5.0 5.0 7.632E-10 3.909097721981379E-10 3.909097721981379E-10 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d10-x01-y01 +Path=/REF/ALICE_2012_I1127497/d10-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 1643.0 220.00909072126996 220.00909072126996 +0.225 0.024999999999999994 0.024999999999999994 1363.0 155.00322577288512 155.00322577288512 +0.275 0.025000000000000022 0.024999999999999967 1106.0 109.00458705944443 109.00458705944443 +0.325 0.025000000000000022 0.024999999999999967 889.2 80.60155085356608 80.60155085356608 +0.375 0.025000000000000022 0.025000000000000022 714.1 61.10130931494022 61.10130931494022 +0.425 0.024999999999999967 0.025000000000000022 581.0 48.80163931672787 48.80163931672787 +0.475 0.024999999999999967 0.025000000000000022 475.2 39.60113634733226 39.60113634733226 +0.525 0.025000000000000022 0.025000000000000022 391.2 32.401388859121454 32.401388859121454 +0.575 0.02499999999999991 0.025000000000000022 323.8 26.800746258266763 26.800746258266763 +0.625 0.025000000000000022 0.025000000000000022 269.7 22.20090088262186 22.20090088262186 +0.675 0.025000000000000022 0.02499999999999991 226.2 18.50108104949546 18.50108104949546 +0.725 0.025000000000000022 0.025000000000000022 190.6 15.601281998605113 15.601281998605113 +0.775 0.025000000000000022 0.025000000000000022 161.2 13.200378782444085 13.200378782444085 +0.825 0.02499999999999991 0.025000000000000022 136.9 11.10045044131093 11.10045044131093 +0.875 0.025000000000000022 0.025000000000000022 116.9 9.500526301210897 9.500526301210897 +0.925 0.025000000000000022 0.02499999999999991 100.2 8.100617260431454 8.100617260431454 +0.975 0.025000000000000022 0.025000000000000022 85.84 6.970867951697263 6.970867951697263 +1.05 0.050000000000000044 0.050000000000000044 68.4 5.550441423886933 5.550441423886933 +1.15 0.04999999999999982 0.050000000000000044 51.16 4.160432669807312 4.160432669807312 +1.25 0.050000000000000044 0.050000000000000044 38.57 3.150253958016718 3.150253958016718 +1.35 0.050000000000000044 0.04999999999999982 29.0 2.3701898658124416 2.3701898658124416 +1.45 0.050000000000000044 0.050000000000000044 22.07 1.8102486017119306 1.8102486017119306 +1.55 0.050000000000000044 0.050000000000000044 16.81 1.4201408380861384 1.4201408380861384 +1.65 0.04999999999999982 0.050000000000000044 12.98 1.1001818031580055 1.1001818031580055 +1.75 0.050000000000000044 0.050000000000000044 10.01 0.8500588214941364 0.8500588214941364 +1.85 0.050000000000000044 0.04999999999999982 7.856 0.6641272468435548 0.6641272468435548 +1.95 0.050000000000000044 0.050000000000000044 6.109 0.5160968901282006 0.5160968901282006 +2.1 0.10000000000000009 0.10000000000000009 4.261 0.35903481725314607 0.35903481725314607 +2.3 0.09999999999999964 0.10000000000000009 2.613 0.21902054698132775 0.21902054698132775 +2.5 0.10000000000000009 0.10000000000000009 1.62 0.1350148140020198 0.1350148140020198 +2.7 0.10000000000000009 0.09999999999999964 1.014 0.08400595217006948 0.08400595217006948 +2.9 0.10000000000000009 0.10000000000000009 0.6406 0.05320601469758847 0.05320601469758847 +3.1 0.10000000000000009 0.10000000000000009 0.4067 0.03370949421157191 0.03370949421157191 +3.3 0.09999999999999964 0.10000000000000009 0.2626 0.021705759604307793 0.021705759604307793 +3.5 0.10000000000000009 0.10000000000000009 0.172 0.014105672617780408 0.014105672617780408 +3.7 0.10000000000000009 0.09999999999999964 0.1138 0.009304837451562492 0.009304837451562492 +3.9 0.10000000000000009 0.10000000000000009 0.07667 0.006262587324740471 0.006262587324740471 +4.25 0.25 0.25 0.04001 0.0032515380975778217 0.0032515380975778217 +4.75 0.25 0.25 0.01712 0.001390898989862312 0.001390898989862312 +5.25 0.25 0.25 0.008127 6.605119226781603E-4 6.605119226781603E-4 +5.75 0.25 0.25 0.00429 3.483676219168481E-4 3.483676219168481E-4 +6.25 0.25 0.25 0.002427 1.9725364381932212E-4 1.9725364381932212E-4 +6.75 0.25 0.25 0.001485 1.212023102090055E-4 1.212023102090055E-4 +7.5 0.5 0.5 7.848E-4 6.380164574679873E-5 6.380164574679873E-5 +8.5 0.5 0.5 3.75E-4 3.057924132479418E-5 3.057924132479418E-5 +9.5 0.5 0.5 1.981E-4 1.6169724796668617E-5 1.6169724796668617E-5 +10.5 0.5 0.5 1.097E-4 9.055385138137417E-6 9.055385138137417E-6 +11.5 0.5 0.5 6.528E-5 5.4108409697569194E-6 5.4108409697569194E-6 +12.5 0.5 0.5 4.056E-5 3.3964834755964885E-6 3.3964834755964885E-6 +13.5 0.5 0.5 2.584E-5 2.1925783908448977E-6 2.1925783908448977E-6 +14.5 0.5 0.5 1.749E-5 1.4990663761154806E-6 1.4990663761154806E-6 +15.5 0.5 0.5 1.172E-5 1.0261578825892242E-6 1.0261578825892242E-6 +17.0 1.0 1.0 7.402E-6 6.431003032187126E-7 6.431003032187126E-7 +19.0 1.0 1.0 3.959E-6 3.522002271435951E-7 3.522002271435951E-7 +21.0 1.0 1.0 2.117E-6 1.942884453589559E-7 1.942884453589559E-7 +23.0 1.0 1.0 1.29E-6 1.2580143083447026E-7 1.2580143083447026E-7 +25.0 1.0 1.0 8.062E-7 8.492785173310344E-8 8.492785173310344E-8 +27.0 1.0 1.0 4.887E-7 5.444152826657238E-8 5.444152826657238E-8 +29.0 1.0 1.0 3.61E-7 4.188758766030815E-8 4.188758766030815E-8 +31.0 1.0 1.0 2.236E-7 2.8104448046528154E-8 2.8104448046528154E-8 +33.0 1.0 1.0 1.476E-7 2.022325394193526E-8 2.022325394193526E-8 +35.0 1.0 1.0 1.076E-7 1.5795252451290546E-8 1.5795252451290546E-8 +38.0 2.0 2.0 6.664E-8 9.073637638786333E-9 9.073637638786333E-9 +42.5 2.5 2.5 3.213E-8 4.864668539582116E-9 4.864668539582116E-9 +47.5 2.5 2.5 1.876E-8 3.2376071410842915E-9 3.2376071410842915E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d11-x01-y01 +Path=/REF/ALICE_2012_I1127497/d11-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 1380.0 183.0027322200409 183.0027322200409 +0.225 0.024999999999999994 0.024999999999999994 1138.0 128.00390619039717 128.00390619039717 +0.275 0.025000000000000022 0.024999999999999967 921.6 91.10087815164022 91.10087815164022 +0.325 0.025000000000000022 0.024999999999999967 741.0 67.00067163842463 67.00067163842463 +0.375 0.025000000000000022 0.025000000000000022 594.9 50.90088407876625 50.90088407876625 +0.425 0.024999999999999967 0.025000000000000022 484.0 40.70049139752492 40.70049139752492 +0.475 0.024999999999999967 0.025000000000000022 395.3 32.900607897119464 32.900607897119464 +0.525 0.025000000000000022 0.025000000000000022 325.5 27.000740730579967 27.000740730579967 +0.575 0.02499999999999991 0.025000000000000022 269.6 22.300224214119464 22.300224214119464 +0.625 0.025000000000000022 0.025000000000000022 224.7 18.50027026829608 18.50027026829608 +0.675 0.025000000000000022 0.02499999999999991 188.3 15.400324671902213 15.400324671902213 +0.725 0.025000000000000022 0.025000000000000022 158.7 13.000384609695207 13.000384609695207 +0.775 0.025000000000000022 0.025000000000000022 134.1 10.900458705944443 10.900458705944443 +0.825 0.02499999999999991 0.025000000000000022 114.0 9.300537618869138 9.300537618869138 +0.875 0.025000000000000022 0.025000000000000022 97.4 7.910404540856302 7.910404540856302 +0.925 0.025000000000000022 0.02499999999999991 83.52 6.780361347302959 6.780361347302959 +0.975 0.025000000000000022 0.025000000000000022 71.52 5.810421671445197 5.810421671445197 +1.05 0.050000000000000044 0.050000000000000044 57.03 4.620173156928212 4.620173156928212 +1.15 0.04999999999999982 0.050000000000000044 42.66 3.4601300553591914 3.4601300553591914 +1.25 0.050000000000000044 0.050000000000000044 32.2 2.6300760445279905 2.6300760445279905 +1.35 0.050000000000000044 0.04999999999999982 24.23 1.9801010075246162 1.9801010075246162 +1.45 0.050000000000000044 0.050000000000000044 18.42 1.510132444522665 1.510132444522665 +1.55 0.050000000000000044 0.050000000000000044 14.03 1.1900420160649792 1.1900420160649792 +1.65 0.04999999999999982 0.050000000000000044 10.84 0.9200543462209175 0.9200543462209175 +1.75 0.050000000000000044 0.050000000000000044 8.37 0.7070572819793315 0.7070572819793315 +1.85 0.050000000000000044 0.04999999999999982 6.576 0.5550576546630089 0.5550576546630089 +1.95 0.050000000000000044 0.050000000000000044 5.116 0.43204166465747257 0.43204166465747257 +2.1 0.10000000000000009 0.10000000000000009 3.569 0.3000149996250187 0.3000149996250187 +2.3 0.09999999999999964 0.10000000000000009 2.194 0.1840108692441835 0.1840108692441835 +2.5 0.10000000000000009 0.10000000000000009 1.363 0.11400438588054408 0.11400438588054408 +2.7 0.10000000000000009 0.09999999999999964 0.8563 0.07120344092808999 0.07120344092808999 +2.9 0.10000000000000009 0.10000000000000009 0.5433 0.04510277153346565 0.04510277153346565 +3.1 0.10000000000000009 0.10000000000000009 0.3468 0.028704355070267647 0.028704355070267647 +3.3 0.09999999999999964 0.10000000000000009 0.2251 0.01850432381904294 0.01850432381904294 +3.5 0.10000000000000009 0.10000000000000009 0.1481 0.012101652779682616 0.012101652779682616 +3.7 0.10000000000000009 0.09999999999999964 0.09881 0.008081584003151858 0.008081584003151858 +3.9 0.10000000000000009 0.10000000000000009 0.06681 0.00544132336844632 0.00544132336844632 +4.25 0.25 0.25 0.0353 0.0028608565151017275 0.0028608565151017275 +4.75 0.25 0.25 0.01529 0.0012403628501370073 0.0012403628501370073 +5.25 0.25 0.25 0.007351 5.962424003708558E-4 5.962424003708558E-4 +5.75 0.25 0.25 0.00389 3.1519200497474555E-4 3.1519200497474555E-4 +6.25 0.25 0.25 0.002216 1.801360596882257E-4 1.801360596882257E-4 +6.75 0.25 0.25 0.001354 1.1011357772772621E-4 1.1011357772772621E-4 +7.5 0.5 0.5 7.156E-4 5.80538543078752E-5 5.80538543078752E-5 +8.5 0.5 0.5 3.397E-4 2.7640730815229903E-5 2.7640730815229903E-5 +9.5 0.5 0.5 1.771E-4 1.4434680460612904E-5 1.4434680460612904E-5 +10.5 0.5 0.5 9.884E-5 8.118528191735249E-6 8.118528191735249E-6 +11.5 0.5 0.5 5.889E-5 4.855810951839044E-6 4.855810951839044E-6 +12.5 0.5 0.5 3.655E-5 3.0326556019436167E-6 3.0326556019436167E-6 +13.5 0.5 0.5 2.306E-5 1.9304144632694812E-6 1.9304144632694812E-6 +14.5 0.5 0.5 1.552E-5 1.3184839779079608E-6 1.3184839779079608E-6 +15.5 0.5 0.5 1.054E-5 9.080198235721509E-7 9.080198235721509E-7 +17.0 1.0 1.0 6.455E-6 5.540324900220203E-7 5.540324900220203E-7 +19.0 1.0 1.0 3.429E-6 2.991471209956733E-7 2.991471209956733E-7 +21.0 1.0 1.0 1.922E-6 1.7129214809792072E-7 1.7129214809792072E-7 +23.0 1.0 1.0 1.114E-6 1.0435516278555652E-7 1.0435516278555652E-7 +25.0 1.0 1.0 6.875E-7 6.868951885113186E-8 6.868951885113186E-8 +27.0 1.0 1.0 4.376E-7 4.5224993090104504E-8 4.5224993090104504E-8 +29.0 1.0 1.0 3.065E-7 3.284158948650324E-8 3.284158948650324E-8 +31.0 1.0 1.0 1.89E-7 2.1439449619801346E-8 2.1439449619801346E-8 +33.0 1.0 1.0 1.248E-7 1.510297983842924E-8 1.510297983842924E-8 +35.0 1.0 1.0 9.719E-8 1.2281714049757061E-8 1.2281714049757061E-8 +38.0 2.0 2.0 5.766E-8 6.948093263622762E-9 6.948093263622762E-9 +42.5 2.5 2.5 2.892E-8 3.74877313263953E-9 3.74877313263953E-9 +47.5 2.5 2.5 1.593E-8 2.336193485137736E-9 2.336193485137736E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d12-x01-y01 +Path=/REF/ALICE_2012_I1127497/d12-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 633.4 81.20221671851083 81.20221671851083 +0.225 0.024999999999999994 0.024999999999999994 511.6 56.20080070603977 56.20080070603977 +0.275 0.025000000000000022 0.024999999999999967 411.7 40.70049139752492 40.70049139752492 +0.325 0.025000000000000022 0.024999999999999967 329.5 29.60067566796407 29.60067566796407 +0.375 0.025000000000000022 0.025000000000000022 263.4 22.700220263248546 22.700220263248546 +0.425 0.024999999999999967 0.025000000000000022 213.1 18.100276240985938 18.100276240985938 +0.475 0.024999999999999967 0.025000000000000022 173.3 14.600342461736984 14.600342461736984 +0.525 0.025000000000000022 0.025000000000000022 142.2 11.90042016064979 11.90042016064979 +0.575 0.02499999999999991 0.025000000000000022 117.6 9.800510190801294 9.800510190801294 +0.625 0.025000000000000022 0.025000000000000022 97.8 8.130301347428643 8.130301347428643 +0.675 0.025000000000000022 0.02499999999999991 81.93 6.7902650905542705 6.7902650905542705 +0.725 0.025000000000000022 0.025000000000000022 68.95 5.690219679414847 5.690219679414847 +0.775 0.025000000000000022 0.025000000000000022 58.23 4.800260409602796 4.800260409602796 +0.825 0.02499999999999991 0.025000000000000022 49.33 4.050308630215727 4.050308630215727 +0.875 0.025000000000000022 0.025000000000000022 42.17 3.460231206147936 3.460231206147936 +0.925 0.025000000000000022 0.02499999999999991 36.03 2.9502711739770633 2.9502711739770633 +0.975 0.025000000000000022 0.025000000000000022 30.87 2.530316185775999 2.530316185775999 +1.05 0.050000000000000044 0.050000000000000044 24.53 2.010099500024812 2.010099500024812 +1.15 0.04999999999999982 0.050000000000000044 18.35 1.510132444522665 1.510132444522665 +1.25 0.050000000000000044 0.050000000000000044 13.83 1.140043858805441 1.140043858805441 +1.35 0.050000000000000044 0.04999999999999982 10.4 0.8600581375697808 0.8600581375697808 +1.45 0.050000000000000044 0.050000000000000044 7.903 0.655061829142868 0.655061829142868 +1.55 0.050000000000000044 0.050000000000000044 6.018 0.5140476631597503 0.5140476631597503 +1.65 0.04999999999999982 0.050000000000000044 4.641 0.3950455669919611 0.3950455669919611 +1.75 0.050000000000000044 0.050000000000000044 3.585 0.3050409808533929 0.3050409808533929 +1.85 0.050000000000000044 0.04999999999999982 2.817 0.24003333101883997 0.24003333101883997 +1.95 0.050000000000000044 0.050000000000000044 2.196 0.1870240626229684 0.1870240626229684 +2.1 0.10000000000000009 0.10000000000000009 1.535 0.13001538370516008 0.13001538370516008 +2.3 0.09999999999999964 0.10000000000000009 0.9511 0.080106241954045 0.080106241954045 +2.5 0.10000000000000009 0.10000000000000009 0.5976 0.050104889980919026 0.050104889980919026 +2.7 0.10000000000000009 0.09999999999999964 0.3807 0.03180251562376788 0.03180251562376788 +2.9 0.10000000000000009 0.10000000000000009 0.2457 0.02050219500443794 0.02050219500443794 +3.1 0.10000000000000009 0.10000000000000009 0.1595 0.013203408650799232 0.013203408650799232 +3.3 0.09999999999999964 0.10000000000000009 0.1061 0.008802272433866155 0.008802272433866155 +3.5 0.10000000000000009 0.10000000000000009 0.07141 0.005881912954133204 0.005881912954133204 +3.7 0.10000000000000009 0.09999999999999964 0.0488 0.004001512214151045 0.004001512214151045 +3.9 0.10000000000000009 0.10000000000000009 0.03387 0.002771154993860863 0.002771154993860863 +4.25 0.25 0.25 0.01869 0.0015208221460775747 0.0015208221460775747 +4.75 0.25 0.25 0.008563 6.974130770210723E-4 6.974130770210723E-4 +5.25 0.25 0.25 0.004297 3.502413453605956E-4 3.502413453605956E-4 +5.75 0.25 0.25 0.002322 1.8916923639957954E-4 1.8916923639957954E-4 +6.25 0.25 0.25 0.001347 1.1011357772772621E-4 1.1011357772772621E-4 +6.75 0.25 0.25 8.26E-4 6.73130745100831E-5 6.73130745100831E-5 +7.5 0.5 0.5 4.385E-4 3.575052447167733E-5 3.575052447167733E-5 +8.5 0.5 0.5 2.046E-4 1.6743058263053377E-5 1.6743058263053377E-5 +9.5 0.5 0.5 1.059E-4 8.637129152675675E-6 8.637129152675675E-6 +10.5 0.5 0.5 5.885E-5 4.858991664944487E-6 4.858991664944487E-6 +11.5 0.5 0.5 3.425E-5 2.845487655921213E-6 2.845487655921213E-6 +12.5 0.5 0.5 2.113E-5 1.7722584461641029E-6 1.7722584461641029E-6 +13.5 0.5 0.5 1.307E-5 1.1100450441310928E-6 1.1100450441310928E-6 +14.5 0.5 0.5 9.095E-6 7.829029314033765E-7 7.829029314033765E-7 +15.5 0.5 0.5 5.981E-6 5.224758367618545E-7 5.224758367618545E-7 +17.0 1.0 1.0 3.458E-6 3.0101494979485654E-7 3.0101494979485654E-7 +19.0 1.0 1.0 1.801E-6 1.600562401157793E-7 1.600562401157793E-7 +21.0 1.0 1.0 9.951E-7 9.133153891181293E-8 9.133153891181293E-8 +23.0 1.0 1.0 6.102E-7 5.888471788163717E-8 5.888471788163717E-8 +25.0 1.0 1.0 3.495E-7 3.6268443583920165E-8 3.6268443583920165E-8 +27.0 1.0 1.0 2.145E-7 2.3660304309116567E-8 2.3660304309116567E-8 +29.0 1.0 1.0 1.433E-7 1.6851409436602032E-8 1.6851409436602032E-8 +31.0 1.0 1.0 7.991E-8 1.0566304935974544E-8 1.0566304935974544E-8 +33.0 1.0 1.0 8.515E-8 1.0947328441222543E-8 1.0947328441222543E-8 +35.0 1.0 1.0 5.243E-8 7.559345209738737E-9 7.559345209738737E-9 +38.0 2.0 2.0 2.787E-8 3.865177874302811E-9 3.865177874302811E-9 +42.5 2.5 2.5 1.437E-8 2.1944019686465833E-9 2.1944019686465833E-9 +47.5 2.5 2.5 9.037E-9 1.5506650186291042E-9 1.5506650186291042E-9 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d13-x01-y01 +Path=/REF/ALICE_2012_I1127497/d13-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 256.0 32.101401838549044 32.101401838549044 +0.225 0.024999999999999994 0.024999999999999994 204.0 22.300896842952305 22.300896842952305 +0.275 0.025000000000000022 0.024999999999999967 162.6 16.40030487521497 16.40030487521497 +0.325 0.025000000000000022 0.024999999999999967 128.6 11.800423721205947 11.800423721205947 +0.375 0.025000000000000022 0.025000000000000022 101.9 9.100549433962765 9.100549433962765 +0.425 0.024999999999999967 0.025000000000000022 81.59 7.220339327206166 7.220339327206166 +0.475 0.024999999999999967 0.025000000000000022 65.69 5.770311949972895 5.770311949972895 +0.525 0.025000000000000022 0.025000000000000022 53.48 4.670267658282553 4.670267658282553 +0.575 0.02499999999999991 0.025000000000000022 43.86 3.82020941834345 3.82020941834345 +0.625 0.025000000000000022 0.025000000000000022 36.27 3.1402547667346994 3.1402547667346994 +0.675 0.025000000000000022 0.02499999999999991 30.18 2.600173071162764 2.600173071162764 +0.725 0.025000000000000022 0.025000000000000022 25.2 2.1702073633641557 2.1702073633641557 +0.775 0.025000000000000022 0.025000000000000022 21.17 1.8102486017119306 1.8102486017119306 +0.825 0.02499999999999991 0.025000000000000022 17.87 1.530130713370593 1.530130713370593 +0.875 0.025000000000000022 0.025000000000000022 15.18 1.3001538370516006 1.3001538370516006 +0.925 0.025000000000000022 0.02499999999999991 12.92 1.1001818031580055 1.1001818031580055 +0.975 0.025000000000000022 0.025000000000000022 11.02 0.9402127418834526 0.9402127418834526 +1.05 0.050000000000000044 0.050000000000000044 8.662 0.7370976868773907 0.7370976868773907 +1.15 0.04999999999999982 0.050000000000000044 6.417 0.5480912332814676 0.5480912332814676 +1.25 0.050000000000000044 0.050000000000000044 4.815 0.41404347597806684 0.41404347597806684 +1.35 0.050000000000000044 0.04999999999999982 3.598 0.3100403199585499 0.3100403199585499 +1.45 0.050000000000000044 0.050000000000000044 2.71 0.23405341270744165 0.23405341270744165 +1.55 0.050000000000000044 0.050000000000000044 2.052 0.18202472359545008 0.18202472359545008 +1.65 0.04999999999999982 0.050000000000000044 1.576 0.1390323703315167 0.1390323703315167 +1.75 0.050000000000000044 0.050000000000000044 1.214 0.10701868995647443 0.10701868995647443 +1.85 0.050000000000000044 0.04999999999999982 0.955 0.08433415678122358 0.08433415678122358 +1.95 0.050000000000000044 0.050000000000000044 0.7439 0.06552472815662802 0.06552472815662802 +2.1 0.10000000000000009 0.10000000000000009 0.5199 0.04550890022841686 0.04550890022841686 +2.3 0.09999999999999964 0.10000000000000009 0.3231 0.02820638225650358 0.02820638225650358 +2.5 0.10000000000000009 0.10000000000000009 0.2052 0.017804493814764857 0.017804493814764857 +2.7 0.10000000000000009 0.09999999999999964 0.1324 0.011501738998951419 0.011501738998951419 +2.9 0.10000000000000009 0.10000000000000009 0.08684 0.0075017064725301005 0.0075017064725301005 +3.1 0.10000000000000009 0.10000000000000009 0.05782 0.004973630464761129 0.004973630464761129 +3.3 0.09999999999999964 0.10000000000000009 0.03939 0.003382499076126999 0.003382499076126999 +3.5 0.10000000000000009 0.10000000000000009 0.02709 0.0023117525819170183 0.0023117525819170183 +3.7 0.10000000000000009 0.09999999999999964 0.01898 0.0016215116404145855 0.0016215116404145855 +3.9 0.10000000000000009 0.10000000000000009 0.01343 0.00114109596441316 0.00114109596441316 +4.25 0.25 0.25 0.007619 6.447456862980938E-4 6.447456862980938E-4 +4.75 0.25 0.25 0.003656 3.0941396219304646E-4 3.0941396219304646E-4 +5.25 0.25 0.25 0.001902 1.612513565834409E-4 1.612513565834409E-4 +5.75 0.25 0.25 0.00105 8.920201791439473E-5 8.920201791439473E-5 +6.25 0.25 0.25 6.182E-4 5.243786799632494E-5 5.243786799632494E-5 +6.75 0.25 0.25 3.836E-4 3.25123053627392E-5 3.25123053627392E-5 +7.5 0.5 0.5 2.017E-4 1.714934401077779E-5 1.714934401077779E-5 +8.5 0.5 0.5 9.315E-5 7.919501246922056E-6 7.919501246922056E-6 +9.5 0.5 0.5 4.697E-5 4.012542834662329E-6 4.012542834662329E-6 +10.5 0.5 0.5 2.56E-5 2.2079175709251464E-6 2.2079175709251464E-6 +11.5 0.5 0.5 1.469E-5 1.284562182223967E-6 1.284562182223967E-6 +12.5 0.5 0.5 9.095E-6 8.028430730846471E-7 8.028430730846471E-7 +13.5 0.5 0.5 5.762E-6 5.195007218474292E-7 5.195007218474292E-7 +14.5 0.5 0.5 3.765E-6 3.4595375413485544E-7 3.4595375413485544E-7 +15.5 0.5 0.5 2.458E-6 2.3156208670678368E-7 2.3156208670678368E-7 +17.0 1.0 1.0 1.532E-6 1.426218777046495E-7 1.426218777046495E-7 +19.0 1.0 1.0 7.141E-7 6.943176506470219E-8 6.943176506470219E-8 +21.0 1.0 1.0 3.969E-7 4.080012254883557E-8 4.080012254883557E-8 +23.0 1.0 1.0 2.315E-7 2.5622255950637913E-8 2.5622255950637913E-8 +25.0 1.0 1.0 1.229E-7 1.542076522096099E-8 1.542076522096099E-8 +27.0 1.0 1.0 8.847E-8 1.1793426134927882E-8 1.1793426134927882E-8 +29.0 1.0 1.0 5.966E-8 8.720756847888833E-9 8.720756847888833E-9 +31.0 1.0 1.0 2.89E-8 5.2877689056917E-9 5.2877689056917E-9 +33.0 1.0 1.0 2.166E-8 4.320752249319556E-9 4.320752249319556E-9 +35.0 1.0 1.0 1.462E-8 3.3394760068010667E-9 3.3394760068010667E-9 +38.0 2.0 2.0 1.4E-8 2.4075921581530373E-9 2.4075921581530373E-9 +42.5 2.5 2.5 4.139E-9 1.0047765920840313E-9 1.0047765920840313E-9 +47.5 2.5 2.5 2.931E-9 7.84658524455065E-10 7.84658524455065E-10 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d14-x01-y01 +Path=/REF/ALICE_2012_I1127497/d14-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 166.2 21.300938946440837 21.300938946440837 +0.225 0.024999999999999994 0.024999999999999994 131.9 14.900335566691108 14.900335566691108 +0.275 0.025000000000000022 0.024999999999999967 104.7 11.20044641967453 11.20044641967453 +0.325 0.025000000000000022 0.024999999999999967 82.56 8.060223321968197 8.060223321968197 +0.375 0.025000000000000022 0.025000000000000022 65.25 6.220200961383803 6.220200961383803 +0.425 0.024999999999999967 0.025000000000000022 52.06 4.940161940665509 4.940161940665509 +0.475 0.024999999999999967 0.025000000000000022 41.8 3.9401142115426047 3.9401142115426047 +0.525 0.025000000000000022 0.025000000000000022 33.94 3.1801415062855303 3.1801415062855303 +0.575 0.02499999999999991 0.025000000000000022 27.77 2.5900772189261074 2.5900772189261074 +0.625 0.025000000000000022 0.025000000000000022 22.89 2.1300938946440833 2.1300938946440833 +0.675 0.025000000000000022 0.02499999999999991 19.01 1.760113632695344 1.760113632695344 +0.725 0.025000000000000022 0.025000000000000022 15.85 1.4601369798755184 1.4601369798755184 +0.775 0.025000000000000022 0.025000000000000022 13.29 1.2200409829181968 1.2200409829181968 +0.825 0.02499999999999991 0.025000000000000022 11.19 1.030048542545447 1.030048542545447 +0.875 0.025000000000000022 0.025000000000000022 9.488 0.8710826596827651 0.8710826596827651 +0.925 0.025000000000000022 0.02499999999999991 8.07 0.7410816419261781 0.7410816419261781 +0.975 0.025000000000000022 0.025000000000000022 6.867 0.6280963301914763 0.6280963301914763 +1.05 0.050000000000000044 0.050000000000000044 5.392 0.49304969323588466 0.49304969323588466 +1.15 0.04999999999999982 0.050000000000000044 3.988 0.3660341514121326 0.3660341514121326 +1.25 0.050000000000000044 0.050000000000000044 2.983 0.2760289839853779 0.2760289839853779 +1.35 0.050000000000000044 0.04999999999999982 2.225 0.2060218435020908 0.2060218435020908 +1.45 0.050000000000000044 0.050000000000000044 1.675 0.1550129026887762 0.1550129026887762 +1.55 0.050000000000000044 0.050000000000000044 1.266 0.12001666550941999 0.12001666550941999 +1.65 0.04999999999999982 0.050000000000000044 0.9716 0.09201760701083243 0.09201760701083243 +1.75 0.050000000000000044 0.050000000000000044 0.748 0.07081384045509748 0.07081384045509748 +1.85 0.050000000000000044 0.04999999999999982 0.588 0.05561519576518633 0.05561519576518633 +1.95 0.050000000000000044 0.050000000000000044 0.458 0.043211572524035735 0.043211572524035735 +2.1 0.10000000000000009 0.10000000000000009 0.3202 0.030004166377354997 0.030004166377354997 +2.3 0.09999999999999964 0.10000000000000009 0.1993 0.018602419197512994 0.018602419197512994 +2.5 0.10000000000000009 0.10000000000000009 0.1269 0.011801694793545545 0.011801694793545545 +2.7 0.10000000000000009 0.09999999999999964 0.08209 0.007631107390149872 0.007631107390149872 +2.9 0.10000000000000009 0.10000000000000009 0.054 0.0050008099344006265 0.0050008099344006265 +3.1 0.10000000000000009 0.10000000000000009 0.03606 0.0033315011631395238 0.0033315011631395238 +3.3 0.09999999999999964 0.10000000000000009 0.02465 0.0022710790386950425 0.0022710790386950425 +3.5 0.10000000000000009 0.10000000000000009 0.01704 0.0015608010763707206 0.0015608010763707206 +3.7 0.10000000000000009 0.09999999999999964 0.01198 0.001100727032465361 0.001100727032465361 +3.9 0.10000000000000009 0.10000000000000009 0.008523 7.785036929905985E-4 7.785036929905985E-4 +4.25 0.25 0.25 0.00486 4.4236636400160444E-4 4.4236636400160444E-4 +4.75 0.25 0.25 0.002344 2.1319005605327843E-4 2.1319005605327843E-4 +5.25 0.25 0.25 0.001226 1.1211155159036914E-4 1.1211155159036914E-4 +5.75 0.25 0.25 6.803E-4 6.198265886520197E-5 6.198265886520197E-5 +6.25 0.25 0.25 4.0E-4 3.646642291204334E-5 3.646642291204334E-5 +6.75 0.25 0.25 2.482E-4 2.2649724060129297E-5 2.2649724060129297E-5 +7.5 0.5 0.5 1.305E-4 1.1926860441876563E-5 1.1926860441876563E-5 +8.5 0.5 0.5 6.018E-5 5.498445234791377E-6 5.498445234791377E-6 +9.5 0.5 0.5 3.02E-5 2.765248632582611E-6 2.765248632582611E-6 +10.5 0.5 0.5 1.642E-5 1.5132745950421556E-6 1.5132745950421556E-6 +11.5 0.5 0.5 9.289E-6 8.642511209133606E-7 8.642511209133606E-7 +12.5 0.5 0.5 5.775E-6 5.422628513922008E-7 5.422628513922008E-7 +13.5 0.5 0.5 3.621E-6 3.4613581149600804E-7 3.4613581149600804E-7 +14.5 0.5 0.5 2.376E-6 2.304951192541829E-7 2.304951192541829E-7 +15.5 0.5 0.5 1.532E-6 1.5178932768808222E-7 1.5178932768808222E-7 +17.0 1.0 1.0 9.534E-7 9.315798409154204E-8 9.315798409154204E-8 +19.0 1.0 1.0 4.413E-7 4.4679413604030215E-8 4.4679413604030215E-8 +21.0 1.0 1.0 2.493E-7 2.6207060117456898E-8 2.6207060117456898E-8 +23.0 1.0 1.0 1.396E-7 1.5677372228788855E-8 1.5677372228788855E-8 +25.0 1.0 1.0 7.576E-8 9.339213028944142E-9 9.339213028944142E-9 +27.0 1.0 1.0 5.413E-8 7.05768375602081E-9 7.05768375602081E-9 +29.0 1.0 1.0 3.517E-8 5.017579097532992E-9 5.017579097532992E-9 +31.0 1.0 1.0 1.873E-8 3.1737044600907627E-9 3.1737044600907627E-9 +33.0 1.0 1.0 1.384E-8 2.5471749056552832E-9 2.5471749056552832E-9 +35.0 1.0 1.0 8.568E-9 1.8411849445397927E-9 1.8411849445397927E-9 +38.0 2.0 2.0 8.002E-9 1.3361081543048825E-9 1.3361081543048825E-9 +42.5 2.5 2.5 2.778E-9 6.019975083004912E-10 6.019975083004912E-10 +47.5 2.5 2.5 1.645E-9 4.204616510456096E-10 4.204616510456096E-10 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d15-x01-y01 +Path=/REF/ALICE_2012_I1127497/d15-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 76.46 9.981623114503973 9.981623114503973 +0.225 0.024999999999999994 0.024999999999999994 59.84 7.000578547520197 7.000578547520197 +0.275 0.025000000000000022 0.024999999999999967 46.95 5.250466645927769 5.250466645927769 +0.325 0.025000000000000022 0.024999999999999967 36.62 3.7803306733670796 3.7803306733670796 +0.375 0.025000000000000022 0.025000000000000022 28.6 2.900275848949544 2.900275848949544 +0.425 0.024999999999999967 0.025000000000000022 22.56 2.2801973598791836 2.2801973598791836 +0.475 0.024999999999999967 0.025000000000000022 17.93 1.8002499826412999 1.8002499826412999 +0.525 0.025000000000000022 0.025000000000000022 14.4 1.4401388821915753 1.4401388821915753 +0.575 0.02499999999999991 0.025000000000000022 11.68 1.1701709276853531 1.1701709276853531 +0.625 0.025000000000000022 0.025000000000000022 9.523 0.9451528976837557 0.9451528976837557 +0.675 0.025000000000000022 0.02499999999999991 7.849 0.7781445881068634 0.7781445881068634 +0.725 0.025000000000000022 0.025000000000000022 6.499 0.6421526298318804 0.6421526298318804 +0.775 0.025000000000000022 0.025000000000000022 5.421 0.5341348144429456 0.5341348144429456 +0.825 0.02499999999999991 0.025000000000000022 4.519 0.4451359342942333 0.4451359342942333 +0.875 0.025000000000000022 0.025000000000000022 3.802 0.3741336659537604 0.3741336659537604 +0.925 0.025000000000000022 0.02499999999999991 3.223 0.31712773451718157 0.31712773451718157 +0.975 0.025000000000000022 0.025000000000000022 2.716 0.26615221208924794 0.26615221208924794 +1.05 0.050000000000000044 0.050000000000000044 2.125 0.2080600874747485 0.2080600874747485 +1.15 0.04999999999999982 0.050000000000000044 1.56 0.15308167754502822 0.15308167754502822 +1.25 0.050000000000000044 0.050000000000000044 1.153 0.11403946685248928 0.11403946685248928 +1.35 0.050000000000000044 0.04999999999999982 0.8539 0.08452609064661633 0.08452609064661633 +1.45 0.050000000000000044 0.050000000000000044 0.64 0.0634315378971691 0.0634315378971691 +1.55 0.050000000000000044 0.050000000000000044 0.4818 0.04872309513977945 0.04872309513977945 +1.65 0.04999999999999982 0.050000000000000044 0.3678 0.037126405697293134 0.037126405697293134 +1.75 0.050000000000000044 0.050000000000000044 0.282 0.028421294833275983 0.028421294833275983 +1.85 0.050000000000000044 0.04999999999999982 0.2214 0.022322410264126947 0.022322410264126947 +1.95 0.050000000000000044 0.050000000000000044 0.1723 0.017318487231857173 0.017318487231857173 +2.1 0.10000000000000009 0.10000000000000009 0.1207 0.012106609764917675 0.012106609764917675 +2.3 0.09999999999999964 0.10000000000000009 0.0756 0.0075441434238752375 0.0075441434238752375 +2.5 0.10000000000000009 0.10000000000000009 0.04857 0.004832649376894624 0.004832649376894624 +2.7 0.10000000000000009 0.09999999999999964 0.03188 0.0031619139773244936 0.0031619139773244936 +2.9 0.10000000000000009 0.10000000000000009 0.0212 0.002101523257068548 0.002101523257068548 +3.1 0.10000000000000009 0.10000000000000009 0.01432 0.001412869420717994 0.001412869420717994 +3.3 0.09999999999999964 0.10000000000000009 0.00992 9.780961097969872E-4 9.780961097969872E-4 +3.5 0.10000000000000009 0.10000000000000009 0.006993 6.876081733080257E-4 6.876081733080257E-4 +3.7 0.10000000000000009 0.09999999999999964 0.004992 4.901805789706482E-4 4.901805789706482E-4 +3.9 0.10000000000000009 0.10000000000000009 0.003615 3.539562119810867E-4 3.539562119810867E-4 +4.25 0.25 0.25 0.002103 2.0570367036103172E-4 2.0570367036103172E-4 +4.75 0.25 0.25 0.001034 1.0140019723846694E-4 1.0140019723846694E-4 +5.25 0.25 0.25 5.503E-4 5.383270381468871E-5 5.383270381468871E-5 +5.75 0.25 0.25 3.11E-4 3.0468508332374922E-5 3.0468508332374922E-5 +6.25 0.25 0.25 1.82E-4 1.7824140933015537E-5 1.7824140933015537E-5 +6.75 0.25 0.25 1.13E-4 1.1101801655587259E-5 1.1101801655587259E-5 +7.5 0.5 0.5 5.928E-5 5.81725880462611E-6 5.81725880462611E-6 +8.5 0.5 0.5 2.725E-5 2.6945314991664134E-6 2.6945314991664134E-6 +9.5 0.5 0.5 1.344E-5 1.3375350462698164E-6 1.3375350462698164E-6 +10.5 0.5 0.5 7.241E-6 7.32738698309295E-7 7.32738698309295E-7 +11.5 0.5 0.5 3.889E-6 4.0255807034513666E-7 4.0255807034513666E-7 +12.5 0.5 0.5 2.457E-6 2.603459237245708E-7 2.603459237245708E-7 +13.5 0.5 0.5 1.483E-6 1.6414932226482083E-7 1.6414932226482083E-7 +14.5 0.5 0.5 9.882E-7 1.1344236422077952E-7 1.1344236422077952E-7 +15.5 0.5 0.5 6.08E-7 7.412422006335041E-8 7.412422006335041E-8 +17.0 1.0 1.0 3.752E-7 4.381791870913086E-8 4.381791870913086E-8 +19.0 1.0 1.0 1.686E-7 2.2073740054644117E-8 2.2073740054644117E-8 +21.0 1.0 1.0 1.018E-7 1.4638647478507022E-8 1.4638647478507022E-8 +23.0 1.0 1.0 4.778E-8 8.359503573777573E-9 8.359503573777573E-9 +25.0 1.0 1.0 2.863E-8 5.8407961786044204E-9 5.8407961786044204E-9 +27.0 1.0 1.0 1.983E-8 4.525803796012372E-9 4.525803796012372E-9 +29.0 1.0 1.0 1.07E-8 3.0606698613212107E-9 3.0606698613212107E-9 +31.0 1.0 1.0 8.56E-9 2.6222907924179578E-9 2.6222907924179578E-9 +33.0 1.0 1.0 6.024E-9 2.101905088247326E-9 2.101905088247326E-9 +35.0 1.0 1.0 2.517E-9 1.2831932824013693E-9 1.2831932824013693E-9 +38.0 2.0 2.0 2.01E-9 7.87949236943599E-10 7.87949236943599E-10 +42.5 2.5 2.5 1.419E-9 5.560575509783138E-10 5.560575509783138E-10 +47.5 2.5 2.5 3.601E-10 2.573162451148392E-10 2.573162451148392E-10 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d16-x01-y01 +Path=/REF/ALICE_2012_I1127497/d16-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.1921 0.029602702579325423 0.029602702579325423 +0.225 0.024999999999999994 0.024999999999999994 0.2001 0.02600173071162764 0.02600173071162764 +0.275 0.025000000000000022 0.024999999999999967 0.2076 0.024900803199896984 0.024900803199896984 +0.325 0.025000000000000022 0.024999999999999967 0.2163 0.025000799987200412 0.025000799987200412 +0.375 0.025000000000000022 0.025000000000000022 0.2254 0.02570175091311874 0.02570175091311874 +0.425 0.024999999999999967 0.025000000000000022 0.2366 0.027401642286549177 0.027401642286549177 +0.475 0.024999999999999967 0.025000000000000022 0.248 0.02850157890363269 0.02850157890363269 +0.525 0.025000000000000022 0.025000000000000022 0.2589 0.029301535795927147 0.029301535795927147 +0.575 0.02499999999999991 0.025000000000000022 0.27 0.0302026488904533 0.0302026488904533 +0.625 0.025000000000000022 0.025000000000000022 0.281 0.030702605752606735 0.030702605752606735 +0.675 0.025000000000000022 0.02499999999999991 0.2927 0.031902507738420814 0.031902507738420814 +0.725 0.025000000000000022 0.025000000000000022 0.3038 0.03310377621963996 0.03310377621963996 +0.775 0.025000000000000022 0.025000000000000022 0.3137 0.03410527818388233 0.03410527818388233 +0.825 0.02499999999999991 0.025000000000000022 0.3255 0.03530509878190401 0.03530509878190401 +0.875 0.025000000000000022 0.025000000000000022 0.3355 0.03640673014704836 0.03640673014704836 +0.925 0.025000000000000022 0.02499999999999991 0.3462 0.037508532362650504 0.037508532362650504 +0.975 0.025000000000000022 0.025000000000000022 0.3552 0.03851051804377604 0.03851051804377604 +1.05 0.050000000000000044 0.050000000000000044 0.3673 0.03980452235613436 0.03980452235613436 +1.15 0.04999999999999982 0.050000000000000044 0.385 0.04170587488591985 0.04170587488591985 +1.25 0.050000000000000044 0.050000000000000044 0.3968 0.04310568407994472 0.04310568407994472 +1.35 0.050000000000000044 0.04999999999999982 0.4063 0.044207239226172 0.044207239226172 +1.45 0.050000000000000044 0.050000000000000044 0.4153 0.04531103618325231 0.04531103618325231 +1.55 0.050000000000000044 0.050000000000000044 0.4227 0.0469106597693957 0.0469106597693957 +1.65 0.04999999999999982 0.050000000000000044 0.4284 0.04751515547696335 0.04751515547696335 +1.75 0.050000000000000044 0.050000000000000044 0.4323 0.04791502895752021 0.04791502895752021 +1.85 0.050000000000000044 0.04999999999999982 0.4392 0.04872309513977945 0.04872309513977945 +1.95 0.050000000000000044 0.050000000000000044 0.4393 0.04872309513977945 0.04872309513977945 +2.1 0.10000000000000009 0.10000000000000009 0.43 0.04751515547696335 0.04751515547696335 +2.3 0.09999999999999964 0.10000000000000009 0.4158 0.0459156835950419 0.0459156835950419 +2.5 0.10000000000000009 0.10000000000000009 0.4037 0.04442206658857735 0.04442206658857735 +2.7 0.10000000000000009 0.09999999999999964 0.3804 0.04182343840479881 0.04182343840479881 +2.9 0.10000000000000009 0.10000000000000009 0.3532 0.03875164512636851 0.03875164512636851 +3.1 0.10000000000000009 0.10000000000000009 0.3248 0.03563593691766782 0.03563593691766782 +3.3 0.09999999999999964 0.10000000000000009 0.2983 0.03263449095665504 0.03263449095665504 +3.5 0.10000000000000009 0.10000000000000009 0.2791 0.030436984081869872 0.030436984081869872 +3.7 0.10000000000000009 0.09999999999999964 0.2565 0.027935103364763125 0.027935103364763125 +3.9 0.10000000000000009 0.10000000000000009 0.2339 0.02543855341799136 0.02543855341799136 +4.25 0.25 0.25 0.2032 0.02203837562072123 0.02203837562072123 +4.75 0.25 0.25 0.1721 0.018638669480410878 0.018638669480410878 +5.25 0.25 0.25 0.1494 0.016230834852218785 0.016230834852218785 +5.75 0.25 0.25 0.139 0.015126797413861269 0.015126797413861269 +6.25 0.25 0.25 0.1336 0.014527904184706066 0.014527904184706066 +6.75 0.25 0.25 0.1323 0.014434680460612906 0.014434680460612906 +7.5 0.5 0.5 0.1334 0.014534441853748633 0.014534441853748633 +8.5 0.5 0.5 0.1431 0.015662694531912446 0.015662694531912446 +9.5 0.5 0.5 0.1535 0.016896153408394468 0.016896153408394468 +10.5 0.5 0.5 0.1614 0.017947980387776227 0.017947980387776227 +11.5 0.5 0.5 0.1743 0.019531768993104544 0.019531768993104544 +12.5 0.5 0.5 0.1847 0.02114426636230257 0.02114426636230257 +13.5 0.5 0.5 0.1965 0.022908513701242163 0.022908513701242163 +14.5 0.5 0.5 0.2063 0.024714570601165622 0.024714570601165622 +15.5 0.5 0.5 0.2246 0.027679956647364896 0.027679956647364896 +17.0 1.0 1.0 0.238 0.030004166377354997 0.030004166377354997 +19.0 1.0 1.0 0.2789 0.03717041834577599 0.03717041834577599 +21.0 1.0 1.0 0.2715 0.03864634523470492 0.03864634523470492 +23.0 1.0 1.0 0.3038 0.04661072837877563 0.04661072837877563 +25.0 1.0 1.0 0.3466 0.05715776412701952 0.05715776412701952 +27.0 1.0 1.0 0.3443 0.06091182151274086 0.06091182151274086 +29.0 1.0 1.0 0.3779 0.07119691004531026 0.07119691004531026 +31.0 1.0 1.0 0.3463 0.07128113354878694 0.07128113354878694 +33.0 1.0 1.0 0.4304 0.0925981101319028 0.0925981101319028 +35.0 1.0 1.0 0.3841 0.09116227289838709 0.09116227289838709 +38.0 2.0 2.0 0.4235 0.09715606002715425 0.09715606002715425 +42.5 2.5 2.5 0.3933 0.10123339369990517 0.10123339369990517 +47.5 2.5 2.5 0.416 0.12466872101694154 0.12466872101694154 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d17-x01-y01 +Path=/REF/ALICE_2012_I1127497/d17-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.2002 0.03090258888831161 0.03090258888831161 +0.225 0.024999999999999994 0.024999999999999994 0.2064 0.026801679051880314 0.026801679051880314 +0.275 0.025000000000000022 0.024999999999999967 0.2135 0.025600781238079434 0.025600781238079434 +0.325 0.025000000000000022 0.024999999999999967 0.2225 0.025801744127093424 0.025801744127093424 +0.375 0.025000000000000022 0.025000000000000022 0.2319 0.026501698058803702 0.026501698058803702 +0.425 0.024999999999999967 0.025000000000000022 0.2432 0.028301590061337544 0.028301590061337544 +0.475 0.024999999999999967 0.025000000000000022 0.2551 0.02940153057240388 0.02940153057240388 +0.525 0.025000000000000022 0.025000000000000022 0.2669 0.030301485112119504 0.030301485112119504 +0.575 0.02499999999999991 0.025000000000000022 0.2783 0.031202563997210227 0.031202563997210227 +0.625 0.025000000000000022 0.025000000000000022 0.2899 0.031702523558858844 0.031702523558858844 +0.675 0.025000000000000022 0.02499999999999991 0.3023 0.0330037876614185 0.0330037876614185 +0.725 0.025000000000000022 0.025000000000000022 0.3136 0.03420365477547684 0.03420365477547684 +0.775 0.025000000000000022 0.025000000000000022 0.3235 0.03520511326497899 0.03520511326497899 +0.825 0.02499999999999991 0.025000000000000022 0.3364 0.036504931173746924 0.036504931173746924 +0.875 0.025000000000000022 0.025000000000000022 0.3471 0.03770649811372039 0.03770649811372039 +0.925 0.025000000000000022 0.02499999999999991 0.3575 0.03880824654632054 0.03880824654632054 +0.975 0.025000000000000022 0.025000000000000022 0.3679 0.039910149085163785 0.039910149085163785 +1.05 0.050000000000000044 0.050000000000000044 0.3812 0.041304358123568516 0.041304358123568516 +1.15 0.04999999999999982 0.050000000000000044 0.3985 0.04320567092408125 0.04320567092408125 +1.25 0.050000000000000044 0.050000000000000044 0.4128 0.044907126383236774 0.044907126383236774 +1.35 0.050000000000000044 0.04999999999999982 0.4233 0.046106940909151635 0.046106940909151635 +1.45 0.050000000000000044 0.050000000000000044 0.4319 0.04721059203187353 0.04721059203187353 +1.55 0.050000000000000044 0.050000000000000044 0.4402 0.048910223880084626 0.048910223880084626 +1.65 0.04999999999999982 0.050000000000000044 0.4467 0.04961703336556912 0.04961703336556912 +1.75 0.050000000000000044 0.050000000000000044 0.4511 0.05011686342938872 0.05011686342938872 +1.85 0.050000000000000044 0.04999999999999982 0.4594 0.05102509186664929 0.05102509186664929 +1.95 0.050000000000000044 0.050000000000000044 0.4594 0.05102509186664929 0.05102509186664929 +2.1 0.10000000000000009 0.10000000000000009 0.4507 0.04991693099540476 0.04991693099540476 +2.3 0.09999999999999964 0.10000000000000009 0.4378 0.04841745553000488 0.04841745553000488 +2.5 0.10000000000000009 0.10000000000000009 0.4264 0.047023930078205926 0.047023930078205926 +2.7 0.10000000000000009 0.09999999999999964 0.4044 0.04452527372178637 0.04452527372178637 +2.9 0.10000000000000009 0.10000000000000009 0.378 0.041558272341376275 0.041558272341376275 +3.1 0.10000000000000009 0.10000000000000009 0.351 0.03853751419072071 0.03853751419072071 +3.3 0.09999999999999964 0.10000000000000009 0.3249 0.03564056677439347 0.03564056677439347 +3.5 0.10000000000000009 0.10000000000000009 0.3063 0.03353818719012702 0.03353818719012702 +3.7 0.10000000000000009 0.09999999999999964 0.283 0.03094139621930465 0.03094139621930465 +3.9 0.10000000000000009 0.10000000000000009 0.2618 0.0285448769484123 0.0285448769484123 +4.25 0.25 0.25 0.2293 0.024945139807184883 0.024945139807184883 +4.75 0.25 0.25 0.1972 0.02144574549881631 0.02144574549881631 +5.25 0.25 0.25 0.1742 0.018931983519959023 0.018931983519959023 +5.75 0.25 0.25 0.164 0.017833956375409243 0.017833956375409243 +6.25 0.25 0.25 0.1563 0.01703555106241063 0.01703555106241063 +6.75 0.25 0.25 0.1564 0.01714934401077779 0.01714934401077779 +7.5 0.5 0.5 0.1566 0.017142053552593985 0.017142053552593985 +8.5 0.5 0.5 0.1655 0.018170580618131055 0.018170580618131055 +9.5 0.5 0.5 0.1793 0.01972308292331602 0.01972308292331602 +10.5 0.5 0.5 0.1889 0.02098761539575185 0.02098761539575185 +11.5 0.5 0.5 0.1994 0.022489997776789575 0.022489997776789575 +12.5 0.5 0.5 0.2124 0.024338652386687313 0.024338652386687313 +13.5 0.5 0.5 0.2179 0.025619523805098333 0.025619523805098333 +14.5 0.5 0.5 0.2394 0.028789234098878007 0.028789234098878007 +15.5 0.5 0.5 0.2312 0.028696515467910036 0.028696515467910036 +17.0 1.0 1.0 0.278 0.03521647341799005 0.03521647341799005 +19.0 1.0 1.0 0.2848 0.03837095255528589 0.03837095255528589 +21.0 1.0 1.0 0.31 0.04447785966073457 0.04447785966073457 +23.0 1.0 1.0 0.3346 0.051815441713836626 0.051815441713836626 +25.0 1.0 1.0 0.3339 0.05639476926098731 0.05639476926098731 +27.0 1.0 1.0 0.3364 0.061285969030439584 0.061285969030439584 +29.0 1.0 1.0 0.4297 0.08219957420814294 0.08219957420814294 +31.0 1.0 1.0 0.4296 0.0888162710318329 0.0888162710318329 +33.0 1.0 1.0 0.3144 0.07517140413747771 0.07517140413747771 +35.0 1.0 1.0 0.4334 0.10562580177210491 0.10562580177210491 +38.0 2.0 2.0 0.4193 0.10022105567194949 0.10022105567194949 +42.5 2.5 2.5 0.4502 0.11837013981574915 0.11837013981574915 +47.5 2.5 2.5 0.6208 0.17940222964054825 0.17940222964054825 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d18-x01-y01 +Path=/REF/ALICE_2012_I1127497/d18-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.2161 0.03280243893371345 0.03280243893371345 +0.225 0.024999999999999994 0.024999999999999994 0.2208 0.02840070421662111 0.02840070421662111 +0.275 0.025000000000000022 0.024999999999999967 0.228 0.027300732590903126 0.027300732590903126 +0.325 0.025000000000000022 0.024999999999999967 0.2374 0.027400729917285052 0.027400729917285052 +0.375 0.025000000000000022 0.025000000000000022 0.2472 0.02820070921094007 0.02820070921094007 +0.425 0.024999999999999967 0.025000000000000022 0.2592 0.030101494979485652 0.030101494979485652 +0.475 0.024999999999999967 0.025000000000000022 0.271 0.031201442274356485 0.031201442274356485 +0.525 0.025000000000000022 0.025000000000000022 0.2832 0.03210140183854904 0.03210140183854904 +0.575 0.02499999999999991 0.025000000000000022 0.2958 0.03320240955111541 0.03320240955111541 +0.625 0.025000000000000022 0.025000000000000022 0.3085 0.033702373803635846 0.033702373803635846 +0.675 0.025000000000000022 0.02499999999999991 0.3209 0.03500228563965502 0.03500228563965502 +0.725 0.025000000000000022 0.025000000000000022 0.333 0.03620345287400085 0.03620345287400085 +0.775 0.025000000000000022 0.025000000000000022 0.3436 0.03730335105590381 0.03730335105590381 +0.825 0.02499999999999991 0.025000000000000022 0.3569 0.03870465088332409 0.03870465088332409 +0.875 0.025000000000000022 0.025000000000000022 0.3685 0.039906139878469825 0.039906139878469825 +0.925 0.025000000000000022 0.02499999999999991 0.3806 0.04130774745734752 0.04130774745734752 +0.975 0.025000000000000022 0.025000000000000022 0.3907 0.04230756433547079 0.04230756433547079 +1.05 0.050000000000000044 0.050000000000000044 0.4051 0.043904100036329184 0.043904100036329184 +1.15 0.04999999999999982 0.050000000000000044 0.4242 0.04600532577865306 0.04600532577865306 +1.25 0.050000000000000044 0.050000000000000044 0.4397 0.04780512524824091 0.04780512524824091 +1.35 0.050000000000000044 0.04999999999999982 0.4512 0.04910651687912715 0.04910651687912715 +1.45 0.050000000000000044 0.050000000000000044 0.4596 0.05010808318026144 0.05010808318026144 +1.55 0.050000000000000044 0.050000000000000044 0.4688 0.052009614495783375 0.052009614495783375 +1.65 0.04999999999999982 0.050000000000000044 0.4757 0.05271366046861098 0.05271366046861098 +1.75 0.050000000000000044 0.050000000000000044 0.4811 0.05331350673140907 0.05331350673140907 +1.85 0.050000000000000044 0.04999999999999982 0.491 0.0544206762177759 0.0544206762177759 +1.95 0.050000000000000044 0.050000000000000044 0.4917 0.05452063829413592 0.05452063829413592 +2.1 0.10000000000000009 0.10000000000000009 0.4818 0.05321588108826161 0.05321588108826161 +2.3 0.09999999999999964 0.10000000000000009 0.4698 0.05181631017353513 0.05181631017353513 +2.5 0.10000000000000009 0.10000000000000009 0.4595 0.05062529012262547 0.05062529012262547 +2.7 0.10000000000000009 0.09999999999999964 0.4382 0.04812660386937769 0.04812660386937769 +2.9 0.10000000000000009 0.10000000000000009 0.4121 0.04526367196770496 0.04526367196770496 +3.1 0.10000000000000009 0.10000000000000009 0.3856 0.042238371180716716 0.042238371180716716 +3.3 0.09999999999999964 0.10000000000000009 0.36 0.03933675126392621 0.03933675126392621 +3.5 0.10000000000000009 0.10000000000000009 0.3415 0.037238823826753704 0.037238823826753704 +3.7 0.10000000000000009 0.09999999999999964 0.3209 0.03494137948049562 0.03494137948049562 +3.9 0.10000000000000009 0.10000000000000009 0.2973 0.03224484454916786 0.03224484454916786 +4.25 0.25 0.25 0.2669 0.02894995682207488 0.02894995682207488 +4.75 0.25 0.25 0.2344 0.025450343809072597 0.025450343809072597 +5.25 0.25 0.25 0.2109 0.02293141949378625 0.02293141949378625 +5.75 0.25 0.25 0.1985 0.02152812114421507 0.02152812114421507 +6.25 0.25 0.25 0.1929 0.021034257771549728 0.021034257771549728 +6.75 0.25 0.25 0.1914 0.020840585404445815 0.020840585404445815 +7.5 0.5 0.5 0.1924 0.020940391591371923 0.020940391591371923 +8.5 0.5 0.5 0.2019 0.022058105086339576 0.022058105086339576 +9.5 0.5 0.5 0.2113 0.023195258136093248 0.023195258136093248 +10.5 0.5 0.5 0.2265 0.0250569351677335 0.0250569351677335 +11.5 0.5 0.5 0.2424 0.027139823138701547 0.027139823138701547 +12.5 0.5 0.5 0.257 0.029248247810766372 0.029248247810766372 +13.5 0.5 0.5 0.2627 0.03048212591011329 0.03048212591011329 +14.5 0.5 0.5 0.2785 0.03308549531138985 0.03308549531138985 +15.5 0.5 0.5 0.2955 0.0360224929731411 0.0360224929731411 +17.0 1.0 1.0 0.3091 0.03869431482789171 0.03869431482789171 +19.0 1.0 1.0 0.3352 0.04428724421320432 0.04428724421320432 +21.0 1.0 1.0 0.3828 0.05355688564507835 0.05355688564507835 +23.0 1.0 1.0 0.375 0.056321665458329624 0.056321665458329624 +25.0 1.0 1.0 0.3912 0.06326784333292862 0.06326784333292862 +27.0 1.0 1.0 0.4384 0.0749645916416544 0.0749645916416544 +29.0 1.0 1.0 0.4547 0.08277934524988706 0.08277934524988706 +31.0 1.0 1.0 0.4296 0.08431239529274447 0.08431239529274447 +33.0 1.0 1.0 0.426 0.09000072221932444 0.09000072221932444 +35.0 1.0 1.0 0.5317 0.116633314280269 0.116633314280269 +38.0 2.0 2.0 0.501 0.1102575620989327 0.1102575620989327 +42.5 2.5 2.5 0.5446 0.13031116606031887 0.13031116606031887 +47.5 2.5 2.5 0.5743 0.15672041985650753 0.15672041985650753 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d19-x01-y01 +Path=/REF/ALICE_2012_I1127497/d19-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.2437 0.03650219171501897 0.03650219171501897 +0.225 0.024999999999999994 0.024999999999999994 0.2469 0.03140143308831621 0.03140143308831621 +0.275 0.025000000000000022 0.024999999999999967 0.2542 0.030301485112119504 0.030301485112119504 +0.325 0.025000000000000022 0.024999999999999967 0.2639 0.030301485112119504 0.030301485112119504 +0.375 0.025000000000000022 0.025000000000000022 0.2741 0.03130143766666317 0.03130143766666317 +0.425 0.024999999999999967 0.025000000000000022 0.2865 0.03330135132393279 0.03330135132393279 +0.475 0.024999999999999967 0.025000000000000022 0.2993 0.03450130432317016 0.03450130432317016 +0.525 0.025000000000000022 0.025000000000000022 0.3118 0.03540225981487623 0.03540225981487623 +0.575 0.02499999999999991 0.025000000000000022 0.3253 0.03650219171501897 0.03650219171501897 +0.625 0.025000000000000022 0.025000000000000022 0.3387 0.03700216209899091 0.03700216209899091 +0.675 0.025000000000000022 0.02499999999999991 0.3525 0.03840325507037131 0.03840325507037131 +0.725 0.025000000000000022 0.025000000000000022 0.3657 0.03980452235613436 0.03980452235613436 +0.775 0.025000000000000022 0.025000000000000022 0.377 0.04100439000887588 0.04100439000887588 +0.825 0.02499999999999991 0.025000000000000022 0.391 0.04240577790820491 0.04240577790820491 +0.875 0.025000000000000022 0.025000000000000022 0.4035 0.04380730532685159 0.04380730532685159 +0.925 0.025000000000000022 0.02499999999999991 0.4151 0.045008999100179956 0.045008999100179956 +0.975 0.025000000000000022 0.025000000000000022 0.4269 0.046210821243513944 0.046210821243513944 +1.05 0.050000000000000044 0.050000000000000044 0.4413 0.04780512524824091 0.04780512524824091 +1.15 0.04999999999999982 0.050000000000000044 0.4628 0.05020637409731956 0.05020637409731956 +1.25 0.050000000000000044 0.050000000000000044 0.4782 0.05200615348206402 0.05200615348206402 +1.35 0.050000000000000044 0.04999999999999982 0.4903 0.05340758373115189 0.05340758373115189 +1.45 0.050000000000000044 0.050000000000000044 0.5009 0.05471105921109552 0.05471105921109552 +1.55 0.050000000000000044 0.050000000000000044 0.5108 0.05671066919019736 0.05671066919019736 +1.65 0.04999999999999982 0.050000000000000044 0.5173 0.05741707063234766 0.05741707063234766 +1.75 0.050000000000000044 0.050000000000000044 0.5228 0.057916923260822484 0.057916923260822484 +1.85 0.050000000000000044 0.04999999999999982 0.5324 0.059024486444186876 0.059024486444186876 +1.95 0.050000000000000044 0.050000000000000044 0.5342 0.059127404813673325 0.059127404813673325 +2.1 0.10000000000000009 0.10000000000000009 0.5248 0.057916923260822484 0.057916923260822484 +2.3 0.09999999999999964 0.10000000000000009 0.5132 0.0565173424711389 0.0565173424711389 +2.5 0.10000000000000009 0.10000000000000009 0.505 0.055529181517468815 0.055529181517468815 +2.7 0.10000000000000009 0.09999999999999964 0.4847 0.05323044241784958 0.05323044241784958 +2.9 0.10000000000000009 0.10000000000000009 0.4598 0.050367151994132046 0.050367151994132046 +3.1 0.10000000000000009 0.10000000000000009 0.4316 0.04714679204357387 0.04714679204357387 +3.3 0.09999999999999964 0.10000000000000009 0.4091 0.044644820528253894 0.044644820528253894 +3.5 0.10000000000000009 0.10000000000000009 0.3928 0.04274681274668324 0.04274681274668324 +3.7 0.10000000000000009 0.09999999999999964 0.3719 0.04044947465666272 0.04044947465666272 +3.9 0.10000000000000009 0.10000000000000009 0.3496 0.03795273376187808 0.03795273376187808 +4.25 0.25 0.25 0.321 0.03476348659153739 0.03476348659153739 +4.75 0.25 0.25 0.2904 0.0314701445818096 0.0314701445818096 +5.25 0.25 0.25 0.2664 0.028844410203711913 0.028844410203711913 +5.75 0.25 0.25 0.2534 0.02744667557282667 0.02744667557282667 +6.25 0.25 0.25 0.2482 0.026947541631844638 0.026947541631844638 +6.75 0.25 0.25 0.2471 0.02686037974415105 0.02686037974415105 +7.5 0.5 0.5 0.2502 0.02725949375905576 0.02725949375905576 +8.5 0.5 0.5 0.2585 0.02819397098671984 0.02819397098671984 +9.5 0.5 0.5 0.2747 0.030050124791754194 0.030050124791754194 +10.5 0.5 0.5 0.2895 0.03203825837963106 0.03203825837963106 +11.5 0.5 0.5 0.306 0.03426674773012461 0.03426674773012461 +12.5 0.5 0.5 0.3207 0.03652998768135571 0.03652998768135571 +13.5 0.5 0.5 0.331 0.038576288053673594 0.038576288053673594 +14.5 0.5 0.5 0.3754 0.04478537707779181 0.04478537707779181 +15.5 0.5 0.5 0.3845 0.047077064479425654 0.047077064479425654 +17.0 1.0 1.0 0.3761 0.04732546883021869 0.04732546883021869 +19.0 1.0 1.0 0.4181 0.055659320872608574 0.055659320872608574 +21.0 1.0 1.0 0.4453 0.06292932543735075 0.06292932543735075 +23.0 1.0 1.0 0.517 0.07812509199994583 0.07812509199994583 +25.0 1.0 1.0 0.4962 0.08124807690031807 0.08124807690031807 +27.0 1.0 1.0 0.4555 0.08082233602167163 0.08082233602167163 +29.0 1.0 1.0 0.547 0.10248029078803397 0.10248029078803397 +31.0 1.0 1.0 0.4509 0.09406449914819087 0.09406449914819087 +33.0 1.0 1.0 0.8332 0.1709037740952493 0.1709037740952493 +35.0 1.0 1.0 0.6004 0.14013739686464852 0.14013739686464852 +38.0 2.0 2.0 0.6128 0.1400512049216286 0.1400512049216286 +42.5 2.5 2.5 0.6751 0.16842057475261152 0.16842057475261152 +47.5 2.5 2.5 0.782 0.2212595082702662 0.2212595082702662 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d20-x01-y01 +Path=/REF/ALICE_2012_I1127497/d20-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.2815 0.04180299032365986 0.04180299032365986 +0.225 0.024999999999999994 0.024999999999999994 0.2828 0.03580125696117386 0.03580125696117386 +0.275 0.025000000000000022 0.024999999999999967 0.2901 0.03490128937446294 0.03490128937446294 +0.325 0.025000000000000022 0.024999999999999967 0.3001 0.03470129680573912 0.03470129680573912 +0.375 0.025000000000000022 0.025000000000000022 0.311 0.035802234567132815 0.035802234567132815 +0.425 0.024999999999999967 0.025000000000000022 0.3234 0.03800210520484359 0.03800210520484359 +0.475 0.024999999999999967 0.025000000000000022 0.3363 0.03910204598227566 0.03910204598227566 +0.525 0.025000000000000022 0.025000000000000022 0.3498 0.040101994962844424 0.040101994962844424 +0.575 0.02499999999999991 0.025000000000000022 0.3637 0.04120303386887912 0.04120303386887912 +0.625 0.025000000000000022 0.025000000000000022 0.3775 0.041702997494185 0.041702997494185 +0.675 0.025000000000000022 0.02499999999999991 0.3928 0.04330415684434925 0.04330415684434925 +0.725 0.025000000000000022 0.025000000000000022 0.4067 0.04470548064835004 0.04470548064835004 +0.775 0.025000000000000022 0.025000000000000022 0.419 0.04600532577865306 0.04600532577865306 +0.825 0.02499999999999991 0.025000000000000022 0.4329 0.04750673636443573 0.04750673636443573 +0.875 0.025000000000000022 0.025000000000000022 0.4469 0.049008264609145265 0.049008264609145265 +0.925 0.025000000000000022 0.02499999999999991 0.4592 0.05030993937583308 0.05030993937583308 +0.975 0.025000000000000022 0.025000000000000022 0.4712 0.051613951602255764 0.051613951602255764 +1.05 0.050000000000000044 0.050000000000000044 0.4847 0.05300603739198017 0.05300603739198017 +1.15 0.04999999999999982 0.050000000000000044 0.5067 0.0555090082779363 0.0555090082779363 +1.25 0.050000000000000044 0.050000000000000044 0.5232 0.0575086949947571 0.0575086949947571 +1.35 0.050000000000000044 0.04999999999999982 0.5354 0.05890848835269837 0.05890848835269837 +1.45 0.050000000000000044 0.050000000000000044 0.5438 0.060014081680885525 0.060014081680885525 +1.55 0.050000000000000044 0.050000000000000044 0.5534 0.0620136275345992 0.0620136275345992 +1.65 0.04999999999999982 0.050000000000000044 0.5603 0.06282037885909317 0.06282037885909317 +1.75 0.050000000000000044 0.050000000000000044 0.5661 0.06342278770284385 0.06342278770284385 +1.85 0.050000000000000044 0.04999999999999982 0.5771 0.06463095233709619 0.06463095233709619 +1.95 0.050000000000000044 0.050000000000000044 0.5776 0.06463412411412411 0.06463412411412411 +2.1 0.10000000000000009 0.10000000000000009 0.5667 0.0631202820019049 0.0631202820019049 +2.3 0.09999999999999964 0.10000000000000009 0.5561 0.06182070850451327 0.06182070850451327 +2.5 0.10000000000000009 0.10000000000000009 0.5495 0.06103277807866851 0.06103277807866851 +2.7 0.10000000000000009 0.09999999999999964 0.5303 0.05873406166782611 0.05873406166782611 +2.9 0.10000000000000009 0.10000000000000009 0.5065 0.05608029957123981 0.05608029957123981 +3.1 0.10000000000000009 0.10000000000000009 0.4829 0.05325410782277739 0.05325410782277739 +3.3 0.09999999999999964 0.10000000000000009 0.4598 0.050656885020695853 0.050656885020695853 +3.5 0.10000000000000009 0.10000000000000009 0.4468 0.049063734060913064 0.049063734060913064 +3.7 0.10000000000000009 0.09999999999999964 0.4281 0.046966583865552754 0.046966583865552754 +3.9 0.10000000000000009 0.10000000000000009 0.4091 0.044769855930078664 0.044769855930078664 +4.25 0.25 0.25 0.3797 0.041481562169233696 0.041481562169233696 +4.75 0.25 0.25 0.3519 0.03848792018283139 0.03848792018283139 +5.25 0.25 0.25 0.3293 0.03606715957765457 0.03606715957765457 +5.75 0.25 0.25 0.3183 0.034869470887869805 0.034869470887869805 +6.25 0.25 0.25 0.3137 0.03437702721295138 0.03437702721295138 +6.75 0.25 0.25 0.3136 0.03449811589058162 0.03449811589058162 +7.5 0.5 0.5 0.3151 0.03459046111285596 0.03459046111285596 +8.5 0.5 0.5 0.3304 0.03635010316353999 0.03635010316353999 +9.5 0.5 0.5 0.3458 0.038242515607632296 0.038242515607632296 +10.5 0.5 0.5 0.3671 0.04108345165635429 0.04108345165635429 +11.5 0.5 0.5 0.3771 0.04267798027086099 0.04267798027086099 +12.5 0.5 0.5 0.4014 0.046264132975772934 0.046264132975772934 +13.5 0.5 0.5 0.3985 0.04713066942024058 0.04713066942024058 +14.5 0.5 0.5 0.4212 0.05115906566777779 0.05115906566777779 +15.5 0.5 0.5 0.4174 0.052281641137209914 0.052281641137209914 +17.0 1.0 1.0 0.4624 0.05908849295759708 0.05908849295759708 +19.0 1.0 1.0 0.4709 0.06400453108960333 0.06400453108960333 +21.0 1.0 1.0 0.4937 0.07186487319963766 0.07186487319963766 +23.0 1.0 1.0 0.5054 0.07974540739127238 0.07974540739127238 +25.0 1.0 1.0 0.5197 0.08919489895728343 0.08919489895728343 +27.0 1.0 1.0 0.6072 0.11103666061261029 0.11103666061261029 +29.0 1.0 1.0 0.5366 0.10922421892602391 0.10922421892602391 +31.0 1.0 1.0 0.4956 0.11275393562975973 0.11275393562975973 +33.0 1.0 1.0 0.5997 0.14401034685049544 0.14401034685049544 +35.0 1.0 1.0 0.8039 0.1977504740828704 0.1977504740828704 +38.0 2.0 2.0 0.584 0.14912025348690902 0.14912025348690902 +42.5 2.5 2.5 0.5765 0.1669965568507327 0.1669965568507327 +47.5 2.5 2.5 0.9197 0.28430661265612517 0.28430661265612517 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d21-x01-y01 +Path=/REF/ALICE_2012_I1127497/d21-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.3347 0.04910498956317983 0.04910498956317983 +0.225 0.024999999999999994 0.024999999999999994 0.3345 0.042102969016448236 0.042102969016448236 +0.275 0.025000000000000022 0.024999999999999967 0.3417 0.04120194170181789 0.04120194170181789 +0.325 0.025000000000000022 0.024999999999999967 0.3505 0.04050197526047341 0.04050197526047341 +0.375 0.025000000000000022 0.025000000000000022 0.3615 0.04180299032365986 0.04180299032365986 +0.425 0.024999999999999967 0.025000000000000022 0.3744 0.04420282796383055 0.04420282796383055 +0.475 0.024999999999999967 0.025000000000000022 0.3872 0.045302759297861754 0.045302759297861754 +0.525 0.025000000000000022 0.025000000000000022 0.4009 0.04630388752577909 0.04630388752577909 +0.575 0.02499999999999991 0.025000000000000022 0.4155 0.04740379731624883 0.04740379731624883 +0.625 0.025000000000000022 0.025000000000000022 0.43 0.04780512524824091 0.04780512524824091 +0.675 0.025000000000000022 0.02499999999999991 0.4453 0.0494064773081425 0.0494064773081425 +0.725 0.025000000000000022 0.025000000000000022 0.4589 0.050807971815454316 0.050807971815454316 +0.775 0.025000000000000022 0.025000000000000022 0.4711 0.052009614495783375 0.052009614495783375 +0.825 0.02499999999999991 0.025000000000000022 0.4866 0.05371126511263722 0.05371126511263722 +0.875 0.025000000000000022 0.025000000000000022 0.4994 0.05501308935153524 0.05501308935153524 +0.925 0.025000000000000022 0.02499999999999991 0.5129 0.056514953773315606 0.056514953773315606 +0.975 0.025000000000000022 0.025000000000000022 0.525 0.057719494107277135 0.057719494107277135 +1.05 0.050000000000000044 0.050000000000000044 0.5368 0.05901025334634651 0.05901025334634651 +1.15 0.04999999999999982 0.050000000000000044 0.5581 0.061513738302918966 0.061513738302918966 +1.25 0.050000000000000044 0.050000000000000044 0.5753 0.06361131974735315 0.06361131974735315 +1.35 0.050000000000000044 0.04999999999999982 0.5868 0.06501299870025994 0.06501299870025994 +1.45 0.050000000000000044 0.050000000000000044 0.5929 0.06571947960840833 0.06571947960840833 +1.55 0.050000000000000044 0.050000000000000044 0.6013 0.06781887642832193 0.06781887642832193 +1.65 0.04999999999999982 0.050000000000000044 0.6065 0.06832927630232885 0.06832927630232885 +1.75 0.050000000000000044 0.050000000000000044 0.6115 0.06882906362867361 0.06882906362867361 +1.85 0.050000000000000044 0.04999999999999982 0.6241 0.07024450156417938 0.07024450156417938 +1.95 0.050000000000000044 0.050000000000000044 0.6258 0.07034443830183024 0.07034443830183024 +2.1 0.10000000000000009 0.10000000000000009 0.6149 0.0688262304648453 0.0688262304648453 +2.3 0.09999999999999964 0.10000000000000009 0.6032 0.06742677509713778 0.06742677509713778 +2.5 0.10000000000000009 0.10000000000000009 0.5996 0.06683958408009433 0.06683958408009433 +2.7 0.10000000000000009 0.09999999999999964 0.5824 0.06484080505360802 0.06484080505360802 +2.9 0.10000000000000009 0.10000000000000009 0.5611 0.06239270790725468 0.06239270790725468 +3.1 0.10000000000000009 0.10000000000000009 0.543 0.060179896975651265 0.060179896975651265 +3.3 0.09999999999999964 0.10000000000000009 0.5249 0.0580827857458645 0.0580827857458645 +3.5 0.10000000000000009 0.10000000000000009 0.5159 0.05698991138789391 0.05698991138789391 +3.7 0.10000000000000009 0.09999999999999964 0.5016 0.055292675826007914 0.055292675826007914 +3.9 0.10000000000000009 0.10000000000000009 0.4816 0.053002830113117544 0.053002830113117544 +4.25 0.25 0.25 0.4536 0.04981616203603004 0.04981616203603004 +4.75 0.25 0.25 0.4312 0.04742931582892589 0.04742931582892589 +5.25 0.25 0.25 0.4094 0.04500688836167193 0.04500688836167193 +5.75 0.25 0.25 0.4027 0.04431568571059236 0.04431568571059236 +6.25 0.25 0.25 0.4017 0.04433835811123367 0.04433835811123367 +6.75 0.25 0.25 0.4025 0.04447133908485329 0.04447133908485329 +7.5 0.5 0.5 0.405 0.0447615906777228 0.0447615906777228 +8.5 0.5 0.5 0.4186 0.046359680758176064 0.046359680758176064 +9.5 0.5 0.5 0.4268 0.047618588807313476 0.047618588807313476 +10.5 0.5 0.5 0.4384 0.04946766620733184 0.04946766620733184 +11.5 0.5 0.5 0.4636 0.05302980294136496 0.05302980294136496 +12.5 0.5 0.5 0.469 0.05483885483851755 0.05483885483851755 +13.5 0.5 0.5 0.4978 0.05983477249894078 0.05983477249894078 +14.5 0.5 0.5 0.53 0.06565257039903312 0.06565257039903312 +15.5 0.5 0.5 0.5248 0.06731040038508165 0.06731040038508165 +17.0 1.0 1.0 0.593 0.07697921797472355 0.07697921797472355 +19.0 1.0 1.0 0.6111 0.08501152862994525 0.08501152862994525 +21.0 1.0 1.0 0.6049 0.09127699600666095 0.09127699600666095 +23.0 1.0 1.0 0.6251 0.103158567264188 0.103158567264188 +25.0 1.0 1.0 0.5569 0.10348062620606817 0.10348062620606817 +27.0 1.0 1.0 0.6437 0.12918057129460297 0.12918057129460297 +29.0 1.0 1.0 0.6944 0.15237010861714315 0.15237010861714315 +31.0 1.0 1.0 0.4779 0.12992805701618107 0.12992805701618107 +33.0 1.0 1.0 0.611 0.17337773790195787 0.17337773790195787 +35.0 1.0 1.0 0.5473 0.1810758128519654 0.1810758128519654 +38.0 2.0 2.0 1.133 0.28743347056318963 0.28743347056318963 +42.5 2.5 2.5 0.7562 0.2424142735071514 0.2424142735071514 +47.5 2.5 2.5 1.041 0.37282837874818486 0.37282837874818486 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d22-x01-y01 +Path=/REF/ALICE_2012_I1127497/d22-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.4015 0.059008473967727716 0.059008473967727716 +0.225 0.024999999999999994 0.024999999999999994 0.3982 0.050503564230656044 0.050503564230656044 +0.275 0.025000000000000022 0.024999999999999967 0.4029 0.0495036362300791 0.0495036362300791 +0.325 0.025000000000000022 0.024999999999999967 0.4118 0.04850371119821658 0.04850371119821658 +0.375 0.025000000000000022 0.025000000000000022 0.422 0.04990360708405756 0.04990360708405756 +0.425 0.024999999999999967 0.025000000000000022 0.4329 0.05230468430265114 0.05230468430265114 +0.475 0.024999999999999967 0.025000000000000022 0.4458 0.053404587817901944 0.053404587817901944 +0.525 0.025000000000000022 0.025000000000000022 0.4588 0.054205903737508145 0.054205903737508145 +0.575 0.02499999999999991 0.025000000000000022 0.4714 0.05500581787411219 0.05500581787411219 +0.625 0.025000000000000022 0.025000000000000022 0.4867 0.055407309987040514 0.055407309987040514 +0.675 0.025000000000000022 0.02499999999999991 0.5014 0.0570087712549569 0.0570087712549569 +0.725 0.025000000000000022 0.025000000000000022 0.514 0.05831037643507372 0.05831037643507372 +0.775 0.025000000000000022 0.025000000000000022 0.5259 0.059514199986221775 0.059514199986221775 +0.825 0.02499999999999991 0.025000000000000022 0.5414 0.06121601097752123 0.06121601097752123 +0.875 0.025000000000000022 0.025000000000000022 0.5544 0.06262044394604689 0.06262044394604689 +0.925 0.025000000000000022 0.02499999999999991 0.5651 0.06382264488408483 0.06382264488408483 +0.975 0.025000000000000022 0.025000000000000022 0.5774 0.06512772067253698 0.06512772067253698 +1.05 0.050000000000000044 0.050000000000000044 0.5877 0.0662148019705564 0.0662148019705564 +1.15 0.04999999999999982 0.050000000000000044 0.6068 0.06862106090698394 0.06862106090698394 +1.25 0.050000000000000044 0.050000000000000044 0.6205 0.07041817947092924 0.07041817947092924 +1.35 0.050000000000000044 0.04999999999999982 0.6299 0.07151789985730844 0.07151789985730844 +1.45 0.050000000000000044 0.050000000000000044 0.6372 0.07242761904135742 0.07242761904135742 +1.55 0.050000000000000044 0.050000000000000044 0.6436 0.07432967106075475 0.07432967106075475 +1.65 0.04999999999999982 0.050000000000000044 0.6492 0.07484176641421554 0.07484176641421554 +1.75 0.050000000000000044 0.050000000000000044 0.6541 0.07544481426844392 0.07544481426844392 +1.85 0.050000000000000044 0.04999999999999982 0.6656 0.0766627027960794 0.0766627027960794 +1.95 0.050000000000000044 0.050000000000000044 0.666 0.07666681159406591 0.07666681159406591 +2.1 0.10000000000000009 0.10000000000000009 0.6523 0.07473539991195605 0.07473539991195605 +2.3 0.09999999999999964 0.10000000000000009 0.6422 0.07343922657544809 0.07343922657544809 +2.5 0.10000000000000009 0.10000000000000009 0.6426 0.07335345935946035 0.07335345935946035 +2.7 0.10000000000000009 0.09999999999999964 0.6286 0.07165472768771088 0.07165472768771088 +2.9 0.10000000000000009 0.10000000000000009 0.6121 0.06970918160472118 0.06970918160472118 +3.1 0.10000000000000009 0.10000000000000009 0.5938 0.06741876593352922 0.06741876593352922 +3.3 0.09999999999999964 0.10000000000000009 0.5836 0.06612110101926616 0.06612110101926616 +3.5 0.10000000000000009 0.10000000000000009 0.5789 0.06553472362038311 0.06553472362038311 +3.7 0.10000000000000009 0.09999999999999964 0.5677 0.06414429047078157 0.06414429047078157 +3.9 0.10000000000000009 0.10000000000000009 0.5524 0.06235543280260349 0.06235543280260349 +4.25 0.25 0.25 0.5292 0.05957784823237577 0.05957784823237577 +4.75 0.25 0.25 0.5122 0.0577 0.0577 +5.25 0.25 0.25 0.4997 0.05638794197343968 0.05638794197343968 +5.75 0.25 0.25 0.4841 0.05471096782181796 0.05471096782181796 +6.25 0.25 0.25 0.4819 0.05454841885884503 0.05454841885884503 +6.75 0.25 0.25 0.4924 0.05582338219778519 0.05582338219778519 +7.5 0.5 0.5 0.4871 0.0551951084789223 0.0551951084789223 +8.5 0.5 0.5 0.4975 0.0566850950427006 0.0566850950427006 +9.5 0.5 0.5 0.5197 0.05957851961907076 0.05957851961907076 +10.5 0.5 0.5 0.5464 0.06346337526479347 0.06346337526479347 +11.5 0.5 0.5 0.5384 0.06383549169545105 0.06383549169545105 +12.5 0.5 0.5 0.6137 0.07431231391902691 0.07431231391902691 +13.5 0.5 0.5 0.6178 0.07741627735818869 0.07741627735818869 +14.5 0.5 0.5 0.6105 0.07942455539692998 0.07942455539692998 +15.5 0.5 0.5 0.6271 0.08507978608341701 0.08507978608341701 +17.0 1.0 1.0 0.6724 0.09156691542254769 0.09156691542254769 +19.0 1.0 1.0 0.5613 0.08490259124431951 0.08490259124431951 +21.0 1.0 1.0 0.6904 0.11270603355632741 0.11270603355632741 +23.0 1.0 1.0 0.7514 0.13508001332543612 0.13508001332543612 +25.0 1.0 1.0 0.7138 0.1460057875565212 0.1460057875565212 +27.0 1.0 1.0 0.8817 0.19347454612945858 0.19347454612945858 +29.0 1.0 1.0 0.9388 0.2282732134964591 0.2282732134964591 +31.0 1.0 1.0 0.7842 0.22790351028450614 0.22790351028450614 +33.0 1.0 1.0 0.735 0.2484509005819862 0.2484509005819862 +35.0 1.0 1.0 0.8437 0.30773048272798714 0.30773048272798714 +38.0 2.0 2.0 0.8432 0.28351684253320825 0.28351684253320825 +42.5 2.5 2.5 0.3783 0.20394925839531752 0.20394925839531752 +47.5 2.5 2.5 0.6934 0.3771792279540325 0.3771792279540325 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d23-x01-y01 +Path=/REF/ALICE_2012_I1127497/d23-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.4886 0.07261549421438926 0.07261549421438926 +0.225 0.024999999999999994 0.024999999999999994 0.4799 0.06230802516530275 0.06230802516530275 +0.275 0.025000000000000022 0.024999999999999967 0.4827 0.06120661728930949 0.06120661728930949 +0.325 0.025000000000000022 0.024999999999999967 0.4891 0.059606794914673945 0.059606794914673945 +0.375 0.025000000000000022 0.025000000000000022 0.4974 0.06100663898298283 0.06100663898298283 +0.425 0.024999999999999967 0.025000000000000022 0.5068 0.0634078859448886 0.0634078859448886 +0.475 0.024999999999999967 0.025000000000000022 0.518 0.06430777557962955 0.06430777557962955 +0.525 0.025000000000000022 0.025000000000000022 0.5287 0.06480933574725171 0.06480933574725171 +0.575 0.02499999999999991 0.025000000000000022 0.5415 0.06561097469173889 0.06561097469173889 +0.625 0.025000000000000022 0.025000000000000022 0.5534 0.06551289949315327 0.06551289949315327 +0.675 0.025000000000000022 0.02499999999999991 0.5666 0.06701678894127949 0.06701678894127949 +0.725 0.025000000000000022 0.025000000000000022 0.5807 0.06851868358338477 0.06851868358338477 +0.775 0.025000000000000022 0.025000000000000022 0.591 0.06962327197137462 0.06962327197137462 +0.825 0.02499999999999991 0.025000000000000022 0.603 0.07092820313528322 0.07092820313528322 +0.875 0.025000000000000022 0.025000000000000022 0.6124 0.07203360326958523 0.07203360326958523 +0.925 0.025000000000000022 0.02499999999999991 0.6274 0.07373906698623194 0.07373906698623194 +0.975 0.025000000000000022 0.025000000000000022 0.6354 0.07454891011946452 0.07454891011946452 +1.05 0.050000000000000044 0.050000000000000044 0.6448 0.07562916104255024 0.07562916104255024 +1.15 0.04999999999999982 0.050000000000000044 0.6642 0.0781368670987006 0.0781368670987006 +1.25 0.050000000000000044 0.050000000000000044 0.6735 0.07943047274188918 0.07943047274188918 +1.35 0.050000000000000044 0.04999999999999982 0.6803 0.08033013133314297 0.08033013133314297 +1.45 0.050000000000000044 0.050000000000000044 0.686 0.08114832099310497 0.08114832099310497 +1.55 0.050000000000000044 0.050000000000000044 0.691 0.08285076945931161 0.08285076945931161 +1.65 0.04999999999999982 0.050000000000000044 0.6925 0.08297385130268452 0.08297385130268452 +1.75 0.050000000000000044 0.050000000000000044 0.6941 0.08317794178747151 0.08317794178747151 +1.85 0.050000000000000044 0.04999999999999982 0.7095 0.08491407421623344 0.08491407421623344 +1.95 0.050000000000000044 0.050000000000000044 0.7103 0.08501394003338512 0.08501394003338512 +2.1 0.10000000000000009 0.10000000000000009 0.6945 0.08275808117640235 0.08275808117640235 +2.3 0.09999999999999964 0.10000000000000009 0.6876 0.08175879157619687 0.08175879157619687 +2.5 0.10000000000000009 0.10000000000000009 0.691 0.08197475221066546 0.08197475221066546 +2.7 0.10000000000000009 0.09999999999999964 0.6828 0.08088015825899453 0.08088015825899453 +2.9 0.10000000000000009 0.10000000000000009 0.6655 0.0787403962397955 0.0787403962397955 +3.1 0.10000000000000009 0.10000000000000009 0.6586 0.07780906116899239 0.07780906116899239 +3.3 0.09999999999999964 0.10000000000000009 0.6502 0.07671955422185402 0.07671955422185402 +3.5 0.10000000000000009 0.10000000000000009 0.6577 0.07743280958353507 0.07743280958353507 +3.7 0.10000000000000009 0.09999999999999964 0.6507 0.07655148594246881 0.07655148594246881 +3.9 0.10000000000000009 0.10000000000000009 0.6453 0.07577077272933146 0.07577077272933146 +4.25 0.25 0.25 0.6202 0.07281819827488181 0.07281819827488181 +4.75 0.25 0.25 0.6085 0.07146362711197914 0.07146362711197914 +5.25 0.25 0.25 0.5896 0.06935416353759881 0.06935416353759881 +5.75 0.25 0.25 0.5949 0.07012403297015939 0.07012403297015939 +6.25 0.25 0.25 0.5928 0.07001785486574122 0.07001785486574122 +6.75 0.25 0.25 0.5917 0.07006083071160375 0.07006083071160375 +7.5 0.5 0.5 0.5981 0.07081334619971012 0.07081334619971012 +8.5 0.5 0.5 0.6205 0.07389736125194188 0.07389736125194188 +9.5 0.5 0.5 0.6092 0.07331425509408113 0.07331425509408113 +10.5 0.5 0.5 0.6407 0.07839413243349276 0.07839413243349276 +11.5 0.5 0.5 0.6322 0.07940510059183856 0.07940510059183856 +12.5 0.5 0.5 0.6352 0.08265307011841726 0.08265307011841726 +13.5 0.5 0.5 0.6593 0.08964128513135006 0.08964128513135006 +14.5 0.5 0.5 0.6826 0.0973131543009474 0.0973131543009474 +15.5 0.5 0.5 0.6733 0.1020684574195182 0.1020684574195182 +17.0 1.0 1.0 0.757 0.11227488588281886 0.11227488588281886 +19.0 1.0 1.0 0.6926 0.11650429176644093 0.11650429176644093 +21.0 1.0 1.0 0.8371 0.15441554325909032 0.15441554325909032 +23.0 1.0 1.0 0.6308 0.14422205101855956 0.14422205101855956 +25.0 1.0 1.0 0.6933 0.17987134290931392 0.17987134290931392 +27.0 1.0 1.0 0.8716 0.2441341639345055 0.2441341639345055 +29.0 1.0 1.0 0.4064 0.17917882129314278 0.17917882129314278 +31.0 1.0 1.0 0.6818 0.28329816448399375 0.28329816448399375 +33.0 1.0 1.0 1.095 0.4337971876349592 0.4337971876349592 +35.0 1.0 1.0 0.7538 0.40167664856199947 0.40167664856199947 +38.0 2.0 2.0 0.7239 0.3523743747777355 0.3523743747777355 +42.5 2.5 2.5 0.6326 0.3873643504505803 0.3873643504505803 +47.5 2.5 2.5 0.7719 0.5707724678013123 0.5707724678013123 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d24-x01-y01 +Path=/REF/ALICE_2012_I1127497/d24-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.5797 0.08903510543600203 0.08903510543600203 +0.225 0.024999999999999994 0.024999999999999994 0.5626 0.07671466613366704 0.07671466613366704 +0.275 0.025000000000000022 0.024999999999999967 0.56 0.07541299622744078 0.07541299622744078 +0.325 0.025000000000000022 0.024999999999999967 0.5625 0.07301342342336783 0.07301342342336783 +0.375 0.025000000000000022 0.025000000000000022 0.5661 0.07401520114138715 0.07401520114138715 +0.425 0.024999999999999967 0.025000000000000022 0.5734 0.07631474300552941 0.07631474300552941 +0.475 0.024999999999999967 0.025000000000000022 0.5813 0.07681666485860994 0.07681666485860994 +0.525 0.025000000000000022 0.025000000000000022 0.5906 0.07721871534802946 0.07721871534802946 +0.575 0.02499999999999991 0.025000000000000022 0.6006 0.07772322690161546 0.07772322690161546 +0.625 0.025000000000000022 0.025000000000000022 0.6081 0.07712593597487165 0.07712593597487165 +0.675 0.025000000000000022 0.02499999999999991 0.6226 0.07893066577699696 0.07893066577699696 +0.725 0.025000000000000022 0.025000000000000022 0.6281 0.07933630946798571 0.07933630946798571 +0.775 0.025000000000000022 0.025000000000000022 0.6398 0.08074515465339081 0.08074515465339081 +0.825 0.02499999999999991 0.025000000000000022 0.6502 0.08205485969764376 0.08205485969764376 +0.875 0.025000000000000022 0.025000000000000022 0.6606 0.08326541899252053 0.08326541899252053 +0.925 0.025000000000000022 0.02499999999999991 0.6669 0.08407710746689613 0.08407710746689613 +0.975 0.025000000000000022 0.025000000000000022 0.6715 0.08449473356369615 0.08449473356369615 +1.05 0.050000000000000044 0.050000000000000044 0.6844 0.08605585395543988 0.08605585395543988 +1.15 0.04999999999999982 0.050000000000000044 0.6994 0.08817766157026392 0.08817766157026392 +1.25 0.050000000000000044 0.050000000000000044 0.7057 0.08926102172841179 0.08926102172841179 +1.35 0.050000000000000044 0.04999999999999982 0.7108 0.0899605469080752 0.0899605469080752 +1.45 0.050000000000000044 0.050000000000000044 0.7103 0.08999344420567533 0.08999344420567533 +1.55 0.050000000000000044 0.050000000000000044 0.7155 0.09179613281614864 0.09179613281614864 +1.65 0.04999999999999982 0.050000000000000044 0.717 0.09194715873804911 0.09194715873804911 +1.75 0.050000000000000044 0.050000000000000044 0.721 0.09244636282731733 0.09244636282731733 +1.85 0.050000000000000044 0.04999999999999982 0.726 0.09301360115595998 0.09301360115595998 +1.95 0.050000000000000044 0.050000000000000044 0.726 0.09292066508586774 0.09292066508586774 +2.1 0.10000000000000009 0.10000000000000009 0.7259 0.09250951302433712 0.09250951302433712 +2.3 0.09999999999999964 0.10000000000000009 0.7181 0.09141580826093483 0.09141580826093483 +2.5 0.10000000000000009 0.10000000000000009 0.7282 0.0925351824983341 0.0925351824983341 +2.7 0.10000000000000009 0.09999999999999964 0.7265 0.09214683933809124 0.09214683933809124 +2.9 0.10000000000000009 0.10000000000000009 0.7207 0.09131073321357135 0.09131073321357135 +3.1 0.10000000000000009 0.10000000000000009 0.6969 0.08840955830678038 0.08840955830678038 +3.3 0.09999999999999964 0.10000000000000009 0.6921 0.08762305632651717 0.08762305632651717 +3.5 0.10000000000000009 0.10000000000000009 0.6979 0.08826007024696955 0.08826007024696955 +3.7 0.10000000000000009 0.09999999999999964 0.7007 0.08849005593850644 0.08849005593850644 +3.9 0.10000000000000009 0.10000000000000009 0.6843 0.0864237235948556 0.0864237235948556 +4.25 0.25 0.25 0.6827 0.08613019215118471 0.08613019215118471 +4.75 0.25 0.25 0.6695 0.08460508258964115 0.08460508258964115 +5.25 0.25 0.25 0.674 0.08527895402735661 0.08527895402735661 +5.75 0.25 0.25 0.6648 0.08431678361987013 0.08431678361987013 +6.25 0.25 0.25 0.6487 0.08264345104120471 0.08264345104120471 +6.75 0.25 0.25 0.6739 0.08619796981367948 0.08619796981367948 +7.5 0.5 0.5 0.6513 0.08324433914687533 0.08324433914687533 +8.5 0.5 0.5 0.6479 0.0836627754739227 0.0836627754739227 +9.5 0.5 0.5 0.6902 0.09057615580272768 0.09057615580272768 +10.5 0.5 0.5 0.6656 0.08995804577690647 0.08995804577690647 +11.5 0.5 0.5 0.6051 0.08582592848318042 0.08582592848318042 +12.5 0.5 0.5 0.7718 0.11260004440496461 0.11260004440496461 +13.5 0.5 0.5 0.6905 0.10911173172486999 0.10911173172486999 +14.5 0.5 0.5 0.7634 0.1275881264068095 0.1275881264068095 +15.5 0.5 0.5 0.6536 0.12283342379010691 0.12283342379010691 +17.0 1.0 1.0 0.6723 0.12147238369275545 0.12147238369275545 +19.0 1.0 1.0 0.6428 0.1383540747502581 0.1383540747502581 +21.0 1.0 1.0 0.6554 0.16802630746403968 0.16802630746403968 +23.0 1.0 1.0 0.7495 0.22048818562453634 0.22048818562453634 +25.0 1.0 1.0 0.6647 0.24600812994695928 0.24600812994695928 +27.0 1.0 1.0 0.562 0.2682032251856789 0.2682032251856789 +29.0 1.0 1.0 1.327 0.5219473153489728 0.5219473153489728 +35.0 5.0 5.0 0.6324 0.25350678491906287 0.25350678491906287 +45.0 5.0 5.0 1.314 0.715489343037337 0.715489343037337 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d25-x01-y01 +Path=/REF/ALICE_2012_I1127497/d25-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.1957 0.03020149002946709 0.03020149002946709 +0.225 0.024999999999999994 0.024999999999999994 0.2029 0.02640075756488817 0.02640075756488817 +0.275 0.025000000000000022 0.024999999999999967 0.2103 0.025200793638296394 0.025200793638296394 +0.325 0.025000000000000022 0.024999999999999967 0.2191 0.025400787389370433 0.025400787389370433 +0.375 0.025000000000000022 0.025000000000000022 0.2284 0.026100766272276376 0.026100766272276376 +0.425 0.024999999999999967 0.025000000000000022 0.2396 0.02780071941515183 0.02780071941515183 +0.475 0.024999999999999967 0.025000000000000022 0.2513 0.028901557051480807 0.028901557051480807 +0.525 0.025000000000000022 0.025000000000000022 0.2626 0.02980151002885592 0.02980151002885592 +0.575 0.02499999999999991 0.025000000000000022 0.2738 0.030701465763054377 0.030701465763054377 +0.625 0.025000000000000022 0.025000000000000022 0.2851 0.031102572240893515 0.031102572240893515 +0.675 0.025000000000000022 0.02499999999999991 0.297 0.032402469041725813 0.032402469041725813 +0.725 0.025000000000000022 0.025000000000000022 0.3083 0.03360238086802778 0.03360238086802778 +0.775 0.025000000000000022 0.025000000000000022 0.3182 0.03460361252817399 0.03460361252817399 +0.825 0.02499999999999991 0.025000000000000022 0.3304 0.03590348172531461 0.03590348172531461 +0.875 0.025000000000000022 0.025000000000000022 0.3407 0.037004864545083796 0.037004864545083796 +0.925 0.025000000000000022 0.02499999999999991 0.3513 0.038106429903626504 0.038106429903626504 +0.975 0.025000000000000022 0.025000000000000022 0.361 0.03910818328687744 0.03910818328687744 +1.05 0.050000000000000044 0.050000000000000044 0.3735 0.04050308630215727 0.04050308630215727 +1.15 0.04999999999999982 0.050000000000000044 0.3911 0.04240424507051151 0.04240424507051151 +1.25 0.050000000000000044 0.050000000000000044 0.404 0.043904100036329184 0.043904100036329184 +1.35 0.050000000000000044 0.04999999999999982 0.414 0.04510543204537565 0.04510543204537565 +1.45 0.050000000000000044 0.050000000000000044 0.4228 0.046106940909151635 0.046106940909151635 +1.55 0.050000000000000044 0.050000000000000044 0.4306 0.04780847205255571 0.04780847205255571 +1.65 0.04999999999999982 0.050000000000000044 0.4366 0.04841249838626385 0.04841249838626385 +1.75 0.050000000000000044 0.050000000000000044 0.4408 0.048912370623391384 0.048912370623391384 +1.85 0.050000000000000044 0.04999999999999982 0.4483 0.04971699910493392 0.04971699910493392 +1.95 0.050000000000000044 0.050000000000000044 0.4483 0.04971971439982334 0.04971971439982334 +2.1 0.10000000000000009 0.10000000000000009 0.4393 0.04861244696577205 0.04861244696577205 +2.3 0.09999999999999964 0.10000000000000009 0.4256 0.04701287057817253 0.04701287057817253 +2.5 0.10000000000000009 0.10000000000000009 0.4139 0.04562148616605996 0.04562148616605996 +2.7 0.10000000000000009 0.09999999999999964 0.3911 0.043022784661153675 0.043022784661153675 +2.9 0.10000000000000009 0.10000000000000009 0.3642 0.04005508706768717 0.04005508706768717 +3.1 0.10000000000000009 0.10000000000000009 0.3364 0.036930475220338016 0.036930475220338016 +3.3 0.09999999999999964 0.10000000000000009 0.3101 0.03392889623904674 0.03392889623904674 +3.5 0.10000000000000009 0.10000000000000009 0.2911 0.03183080269173243 0.03183080269173243 +3.7 0.10000000000000009 0.09999999999999964 0.2682 0.02923354237857602 0.02923354237857602 +3.9 0.10000000000000009 0.10000000000000009 0.2463 0.026836542251191753 0.026836542251191753 +4.25 0.25 0.25 0.2148 0.023336237914453994 0.023336237914453994 +4.75 0.25 0.25 0.1832 0.019936148073286374 0.019936148073286374 +5.25 0.25 0.25 0.1604 0.017423260314877925 0.017423260314877925 +5.75 0.25 0.25 0.15 0.016319620093617374 0.016319620093617374 +6.25 0.25 0.25 0.1436 0.015620499351813307 0.015620499351813307 +6.75 0.25 0.25 0.143 0.0156259399717265 0.0156259399717265 +7.5 0.5 0.5 0.1436 0.0156259399717265 0.0156259399717265 +8.5 0.5 0.5 0.153 0.01674305826305338 0.01674305826305338 +9.5 0.5 0.5 0.1649 0.018062391868188442 0.018062391868188442 +10.5 0.5 0.5 0.1736 0.019204426573058618 0.019204426573058618 +11.5 0.5 0.5 0.1854 0.020751144546747296 0.020751144546747296 +12.5 0.5 0.5 0.1969 0.02242944493294473 0.02242944493294473 +13.5 0.5 0.5 0.206 0.023920075250717755 0.023920075250717755 +14.5 0.5 0.5 0.2209 0.026144406667583796 0.026144406667583796 +15.5 0.5 0.5 0.2276 0.02769295939404093 0.02769295939404093 +17.0 1.0 1.0 0.2556 0.03193117598836598 0.03193117598836598 +19.0 1.0 1.0 0.2816 0.03705199049983685 0.03705199049983685 +21.0 1.0 1.0 0.2886 0.040189799700919134 0.040189799700919134 +23.0 1.0 1.0 0.3175 0.04724034292847587 0.04724034292847587 +25.0 1.0 1.0 0.3411 0.054486053261362216 0.054486053261362216 +27.0 1.0 1.0 0.341 0.057716981903075976 0.057716981903075976 +29.0 1.0 1.0 0.4008 0.0712769247372528 0.0712769247372528 +31.0 1.0 1.0 0.3831 0.07267530529691636 0.07267530529691636 +33.0 1.0 1.0 0.3796 0.07673174049896171 0.07673174049896171 +35.0 1.0 1.0 0.4059 0.08676456650038655 0.08676456650038655 +38.0 2.0 2.0 0.4219 0.09015985803005681 0.09015985803005681 +42.5 2.5 2.5 0.4185 0.09771576126705456 0.09771576126705456 +47.5 2.5 2.5 0.5062 0.13046578095424102 0.13046578095424102 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d26-x01-y01 +Path=/REF/ALICE_2012_I1127497/d26-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.2039 0.031201442274356485 0.031201442274356485 +0.225 0.024999999999999994 0.024999999999999994 0.2102 0.027200735284179357 0.027200735284179357 +0.275 0.025000000000000022 0.024999999999999967 0.2175 0.026000769219390412 0.026000769219390412 +0.325 0.025000000000000022 0.024999999999999967 0.2266 0.026200763347658404 0.026200763347658404 +0.375 0.025000000000000022 0.025000000000000022 0.236 0.02690074348414928 0.02690074348414928 +0.425 0.024999999999999967 0.025000000000000022 0.2476 0.028800694436072197 0.028800694436072197 +0.475 0.024999999999999967 0.025000000000000022 0.2593 0.029800671133382212 0.029800671133382212 +0.525 0.025000000000000022 0.025000000000000022 0.271 0.030701465763054377 0.030701465763054377 +0.575 0.02499999999999991 0.025000000000000022 0.2827 0.03170141952657641 0.03170141952657641 +0.625 0.025000000000000022 0.025000000000000022 0.2946 0.032201397485202406 0.032201397485202406 +0.675 0.025000000000000022 0.02499999999999991 0.3068 0.03340239512370333 0.03340239512370333 +0.725 0.025000000000000022 0.025000000000000022 0.3184 0.03460231206147936 0.03460231206147936 +0.775 0.025000000000000022 0.025000000000000022 0.3285 0.0357035012288711 0.0357035012288711 +0.825 0.02499999999999991 0.025000000000000022 0.3412 0.03700337822415677 0.03700337822415677 +0.875 0.025000000000000022 0.025000000000000022 0.352 0.038204711751301045 0.038204711751301045 +0.925 0.025000000000000022 0.02499999999999991 0.3632 0.0394045682630834 0.0394045682630834 +0.975 0.025000000000000022 0.025000000000000022 0.3731 0.04040606390135025 0.04040606390135025 +1.05 0.050000000000000044 0.050000000000000044 0.3864 0.04190298318735791 0.04190298318735791 +1.15 0.04999999999999982 0.050000000000000044 0.4046 0.04390284728807461 0.04390284728807461 +1.25 0.050000000000000044 0.050000000000000044 0.4185 0.045503955871989854 0.045503955871989854 +1.35 0.050000000000000044 0.04999999999999982 0.429 0.04670385423067351 0.04670385423067351 +1.45 0.050000000000000044 0.050000000000000044 0.4377 0.047806694091936545 0.047806694091936545 +1.55 0.050000000000000044 0.050000000000000044 0.4461 0.04950646422438185 0.04950646422438185 +1.65 0.04999999999999982 0.050000000000000044 0.4525 0.05020995917146319 0.05020995917146319 +1.75 0.050000000000000044 0.050000000000000044 0.4571 0.050711931534896205 0.050711931534896205 +1.85 0.050000000000000044 0.04999999999999982 0.4655 0.05161637337124723 0.05161637337124723 +1.95 0.050000000000000044 0.050000000000000044 0.4658 0.05161637337124723 0.05161637337124723 +2.1 0.10000000000000009 0.10000000000000009 0.4564 0.05051197877731579 0.05051197877731579 +2.3 0.09999999999999964 0.10000000000000009 0.4434 0.048912370623391384 0.048912370623391384 +2.5 0.10000000000000009 0.10000000000000009 0.4321 0.04762058378474586 0.04762058378474586 +2.7 0.10000000000000009 0.09999999999999964 0.4099 0.045021772510642 0.045021772510642 +2.9 0.10000000000000009 0.10000000000000009 0.3833 0.04205757957847789 0.04205757957847789 +3.1 0.10000000000000009 0.10000000000000009 0.3559 0.03902883549377306 0.03902883549377306 +3.3 0.09999999999999964 0.10000000000000009 0.3298 0.03603123644839294 0.03603123644839294 +3.5 0.10000000000000009 0.10000000000000009 0.3109 0.033933169613226524 0.033933169613226524 +3.7 0.10000000000000009 0.09999999999999964 0.2889 0.03143119469571591 0.03143119469571591 +3.9 0.10000000000000009 0.10000000000000009 0.2662 0.028933890163612634 0.028933890163612634 +4.25 0.25 0.25 0.2351 0.025538402455909413 0.025538402455909413 +4.75 0.25 0.25 0.2031 0.02203837562072123 0.02203837562072123 +5.25 0.25 0.25 0.1799 0.019520758181996927 0.019520758181996927 +5.75 0.25 0.25 0.1688 0.018317477992343817 0.018317477992343817 +6.25 0.25 0.25 0.1627 0.017718069872308326 0.017718069872308326 +6.75 0.25 0.25 0.1617 0.017622996340009835 0.017622996340009835 +7.5 0.5 0.5 0.1625 0.017722866585290317 0.017722866585290317 +8.5 0.5 0.5 0.1719 0.01873232500251904 0.01873232500251904 +9.5 0.5 0.5 0.1829 0.02005617112013158 0.02005617112013158 +10.5 0.5 0.5 0.1941 0.021484180226389833 0.021484180226389833 +11.5 0.5 0.5 0.2075 0.023114713928578046 0.023114713928578046 +12.5 0.5 0.5 0.2202 0.024968980756130195 0.024968980756130195 +13.5 0.5 0.5 0.228 0.02633362869032675 0.02633362869032675 +14.5 0.5 0.5 0.2433 0.028624814409878713 0.028624814409878713 +15.5 0.5 0.5 0.2539 0.03062760193028504 0.03062760193028504 +17.0 1.0 1.0 0.2765 0.03439534852272906 0.03439534852272906 +19.0 1.0 1.0 0.3026 0.03950721453101952 0.03950721453101952 +21.0 1.0 1.0 0.3251 0.044617149169349675 0.044617149169349675 +23.0 1.0 1.0 0.3401 0.04972444067055959 0.04972444067055959 +25.0 1.0 1.0 0.361 0.05637029359511976 0.05637029359511976 +27.0 1.0 1.0 0.3788 0.06222997669933679 0.06222997669933679 +29.0 1.0 1.0 0.4222 0.07273307363228917 0.07273307363228917 +31.0 1.0 1.0 0.4016 0.07302362631368015 0.07302362631368015 +33.0 1.0 1.0 0.3981 0.07639607319751454 0.07639607319751454 +35.0 1.0 1.0 0.4547 0.09100549433962765 0.09100549433962765 +38.0 2.0 2.0 0.4529 0.09244030506224003 0.09244030506224003 +42.5 2.5 2.5 0.4673 0.10285587003180714 0.10285587003180714 +47.5 2.5 2.5 0.5332 0.12836607807360947 0.12836607807360947 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d27-x01-y01 +Path=/REF/ALICE_2012_I1127497/d27-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.2584 0.03850207786600614 0.03850207786600614 +0.225 0.024999999999999994 0.024999999999999994 0.2609 0.03310135948869774 0.03310135948869774 +0.275 0.025000000000000022 0.024999999999999967 0.2682 0.03210140183854904 0.03210140183854904 +0.325 0.025000000000000022 0.024999999999999967 0.2781 0.03200140621910231 0.03200140621910231 +0.375 0.025000000000000022 0.025000000000000022 0.2886 0.03310135948869774 0.03310135948869774 +0.425 0.024999999999999967 0.025000000000000022 0.301 0.03520127838587684 0.03520127838587684 +0.475 0.024999999999999967 0.025000000000000022 0.3139 0.036301239648254435 0.036301239648254435 +0.525 0.025000000000000022 0.025000000000000022 0.3268 0.03730120641480648 0.03730120641480648 +0.575 0.02499999999999991 0.025000000000000022 0.3405 0.03840208327682236 0.03840208327682236 +0.625 0.025000000000000022 0.025000000000000022 0.3541 0.038902056500910075 0.038902056500910075 +0.675 0.025000000000000022 0.02499999999999991 0.3685 0.04040309394093477 0.04040309394093477 +0.725 0.025000000000000022 0.025000000000000022 0.382 0.04180299032365986 0.04180299032365986 +0.775 0.025000000000000022 0.025000000000000022 0.3937 0.043004185842775815 0.043004185842775815 +0.825 0.02499999999999991 0.025000000000000022 0.4077 0.0445055052774373 0.0445055052774373 +0.875 0.025000000000000022 0.025000000000000022 0.4208 0.04590533738030906 0.04590533738030906 +0.925 0.025000000000000022 0.02499999999999991 0.4326 0.04720677917418218 0.04720677917418218 +0.975 0.025000000000000022 0.025000000000000022 0.4446 0.0484083670453776 0.0484083670453776 +1.05 0.050000000000000044 0.050000000000000044 0.4587 0.04990360708405756 0.04990360708405756 +1.15 0.04999999999999982 0.050000000000000044 0.4805 0.05240467536394058 0.05240467536394058 +1.25 0.050000000000000044 0.050000000000000044 0.4963 0.05430589286624427 0.05430589286624427 +1.35 0.050000000000000044 0.04999999999999982 0.5085 0.05570574476658579 0.05570574476658579 +1.45 0.050000000000000044 0.050000000000000044 0.5184 0.05690878666778971 0.05690878666778971 +1.55 0.050000000000000044 0.050000000000000044 0.5281 0.05891027075137238 0.05891027075137238 +1.65 0.04999999999999982 0.050000000000000044 0.5348 0.05961417616641196 0.05961417616641196 +1.75 0.050000000000000044 0.050000000000000044 0.5404 0.060214034908815064 0.060214034908815064 +1.85 0.050000000000000044 0.04999999999999982 0.5506 0.06132087735836793 0.06132087735836793 +1.95 0.050000000000000044 0.050000000000000044 0.5519 0.061423529693432635 0.061423529693432635 +2.1 0.10000000000000009 0.10000000000000009 0.5419 0.060116303944936604 0.060116303944936604 +2.3 0.09999999999999964 0.10000000000000009 0.5307 0.05871669268615187 0.05871669268615187 +2.5 0.10000000000000009 0.10000000000000009 0.523 0.05772806942900481 0.05772806942900481 +2.7 0.10000000000000009 0.09999999999999964 0.5031 0.05542923416393194 0.05542923416393194 +2.9 0.10000000000000009 0.10000000000000009 0.4785 0.05266925099144661 0.05266925099144661 +3.1 0.10000000000000009 0.10000000000000009 0.4519 0.049640306203729244 0.049640306203729244 +3.3 0.09999999999999964 0.10000000000000009 0.4291 0.047042533945356305 0.047042533945356305 +3.5 0.10000000000000009 0.10000000000000009 0.4139 0.0452442261509687 0.0452442261509687 +3.7 0.10000000000000009 0.09999999999999964 0.3938 0.042946594742773264 0.042946594742773264 +3.9 0.10000000000000009 0.10000000000000009 0.3726 0.04055440789852566 0.04055440789852566 +4.25 0.25 0.25 0.3436 0.037359068510871625 0.037359068510871625 +4.75 0.25 0.25 0.314 0.034164601563606734 0.034164601563606734 +5.25 0.25 0.25 0.2904 0.031640480400904156 0.031640480400904156 +5.75 0.25 0.25 0.2781 0.030337105992497043 0.030337105992497043 +6.25 0.25 0.25 0.2731 0.029837727795527593 0.029837727795527593 +6.75 0.25 0.25 0.2724 0.029748613413065155 0.029748613413065155 +7.5 0.5 0.5 0.2749 0.030048128061494945 0.030048128061494945 +8.5 0.5 0.5 0.2858 0.03127059321471212 0.03127059321471212 +9.5 0.5 0.5 0.3018 0.033118574848564966 0.033118574848564966 +10.5 0.5 0.5 0.319 0.03537357770992355 0.03537357770992355 +11.5 0.5 0.5 0.3332 0.037360005353318675 0.037360005353318675 +12.5 0.5 0.5 0.3514 0.03998012005984975 0.03998012005984975 +13.5 0.5 0.5 0.3569 0.04144514446832101 0.04144514446832101 +14.5 0.5 0.5 0.3935 0.04676066723219419 0.04676066723219419 +15.5 0.5 0.5 0.3979 0.04840247927534291 0.04840247927534291 +17.0 1.0 1.0 0.4091 0.051170792450381294 0.051170792450381294 +19.0 1.0 1.0 0.4389 0.05781219594514639 0.05781219594514639 +21.0 1.0 1.0 0.4646 0.0646926580069176 0.0646926580069176 +23.0 1.0 1.0 0.5145 0.07627194766098476 0.07627194766098476 +25.0 1.0 1.0 0.5065 0.08040460185835137 0.08040460185835137 +27.0 1.0 1.0 0.5127 0.08643078155379598 0.08643078155379598 +29.0 1.0 1.0 0.545 0.09739060529640424 0.09739060529640424 +31.0 1.0 1.0 0.4688 0.09099280191311837 0.09099280191311837 +33.0 1.0 1.0 0.7501 0.14752057483619022 0.14752057483619022 +35.0 1.0 1.0 0.6772 0.14356615199969666 0.14356615199969666 +38.0 2.0 2.0 0.6042 0.13013293203490037 0.13013293203490037 +42.5 2.5 2.5 0.6411 0.15023934238407727 0.15023934238407727 +47.5 2.5 2.5 0.8352 0.2145149178961687 0.2145149178961687 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d28-x01-y01 +Path=/REF/ALICE_2012_I1127497/d28-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.3572 0.05240467536394058 0.05240467536394058 +0.225 0.024999999999999994 0.024999999999999994 0.356 0.04500177774266256 0.04500177774266256 +0.275 0.025000000000000022 0.024999999999999967 0.3623 0.04410181402164768 0.04410181402164768 +0.325 0.025000000000000022 0.024999999999999967 0.3712 0.04330184753564217 0.04330184753564217 +0.375 0.025000000000000022 0.025000000000000022 0.382 0.04470178967334529 0.04470178967334529 +0.425 0.024999999999999967 0.025000000000000022 0.3942 0.04710265385304739 0.04710265385304739 +0.475 0.024999999999999967 0.025000000000000022 0.407 0.04820259329123278 0.04820259329123278 +0.525 0.025000000000000022 0.025000000000000022 0.4205 0.049102545758850424 0.049102545758850424 +0.575 0.02499999999999991 0.025000000000000022 0.4345 0.050103592685555 0.050103592685555 +0.625 0.025000000000000022 0.025000000000000022 0.4493 0.050503564230656044 0.050503564230656044 +0.675 0.025000000000000022 0.02499999999999991 0.4644 0.05210470228299938 0.05210470228299938 +0.725 0.025000000000000022 0.025000000000000022 0.4777 0.05350598097409298 0.05350598097409298 +0.775 0.025000000000000022 0.025000000000000022 0.4898 0.05480739001266161 0.05480739001266161 +0.825 0.02499999999999991 0.025000000000000022 0.5053 0.05640886455159331 0.05640886455159331 +0.875 0.025000000000000022 0.025000000000000022 0.5182 0.05781046618044176 0.05781046618044176 +0.925 0.025000000000000022 0.02499999999999991 0.5307 0.05921216091310973 0.05921216091310973 +0.975 0.025000000000000022 0.025000000000000022 0.5429 0.06041398844638549 0.06041398844638549 +1.05 0.050000000000000044 0.050000000000000044 0.5542 0.06170810319560957 0.06170810319560957 +1.15 0.04999999999999982 0.050000000000000044 0.5749 0.06420942298448101 0.06420942298448101 +1.25 0.050000000000000044 0.050000000000000044 0.5909 0.0662091383420748 0.0662091383420748 +1.35 0.050000000000000044 0.04999999999999982 0.6017 0.06750896236797008 0.06750896236797008 +1.45 0.050000000000000044 0.050000000000000044 0.6082 0.06831434695581887 0.06831434695581887 +1.55 0.050000000000000044 0.050000000000000044 0.616 0.07021602381223249 0.07021602381223249 +1.65 0.04999999999999982 0.050000000000000044 0.6213 0.07082287765969413 0.07082287765969413 +1.75 0.050000000000000044 0.050000000000000044 0.6263 0.07132271727857822 0.07132271727857822 +1.85 0.050000000000000044 0.04999999999999982 0.6386 0.07273637329424666 0.07273637329424666 +1.95 0.050000000000000044 0.050000000000000044 0.6398 0.07273637329424666 0.07273637329424666 +2.1 0.10000000000000009 0.10000000000000009 0.628 0.07112278116046925 0.07112278116046925 +2.3 0.09999999999999964 0.10000000000000009 0.6168 0.0697232385937429 0.0697232385937429 +2.5 0.10000000000000009 0.10000000000000009 0.6145 0.06933491184100547 0.06933491184100547 +2.7 0.10000000000000009 0.09999999999999964 0.5984 0.06733929016554897 0.06733929016554897 +2.9 0.10000000000000009 0.10000000000000009 0.5786 0.0650888623345039 0.0650888623345039 +3.1 0.10000000000000009 0.10000000000000009 0.5604 0.0628669229404462 0.0628669229404462 +3.3 0.09999999999999964 0.10000000000000009 0.5449 0.06096900852072305 0.06096900852072305 +3.5 0.10000000000000009 0.10000000000000009 0.5373 0.06007495318350235 0.06007495318350235 +3.7 0.10000000000000009 0.09999999999999964 0.524 0.05848221952012424 0.05848221952012424 +3.9 0.10000000000000009 0.10000000000000009 0.5056 0.056291029480726326 0.056291029480726326 +4.25 0.25 0.25 0.4791 0.05330225135958142 0.05330225135958142 +4.75 0.25 0.25 0.4585 0.051013429604369866 0.051013429604369866 +5.25 0.25 0.25 0.4398 0.04898591634337363 0.04898591634337363 +5.75 0.25 0.25 0.4302 0.047887889909662966 0.047887889909662966 +6.25 0.25 0.25 0.4287 0.04780062761094252 0.04780062761094252 +6.75 0.25 0.25 0.4327 0.04832690761884108 0.04832690761884108 +7.5 0.5 0.5 0.4326 0.048319768211364585 0.048319768211364585 +8.5 0.5 0.5 0.4452 0.04989438846203048 0.04989438846203048 +9.5 0.5 0.5 0.4581 0.051505339529023586 0.051505339529023586 +10.5 0.5 0.5 0.4747 0.053883207031504725 0.053883207031504725 +11.5 0.5 0.5 0.4889 0.05622499444197394 0.05622499444197394 +12.5 0.5 0.5 0.5175 0.06058225812892748 0.06058225812892748 +13.5 0.5 0.5 0.5381 0.06455857805125513 0.06455857805125513 +14.5 0.5 0.5 0.5572 0.06859154466842105 0.06859154466842105 +15.5 0.5 0.5 0.5593 0.0708983074551149 0.0708983074551149 +17.0 1.0 1.0 0.6199 0.07998931178601301 0.07998931178601301 +19.0 1.0 1.0 0.5953 0.08180861812792098 0.08180861812792098 +21.0 1.0 1.0 0.6339 0.09295939973988644 0.09295939973988644 +23.0 1.0 1.0 0.6676 0.10539544582191396 0.10539544582191396 +25.0 1.0 1.0 0.6095 0.10566896422318145 0.10566896422318145 +27.0 1.0 1.0 0.7233 0.13349831459610267 0.13349831459610267 +29.0 1.0 1.0 0.7762 0.15444675457904578 0.15444675457904578 +31.0 1.0 1.0 0.58 0.13432799410398413 0.13432799410398413 +33.0 1.0 1.0 0.6528 0.16250199998769246 0.16250199998769246 +35.0 1.0 1.0 0.6461 0.17842533452399634 0.17842533452399634 +38.0 2.0 2.0 1.038 0.24662927644543745 0.24662927644543745 +42.5 2.5 2.5 0.6317 0.19004128498828876 0.19004128498828876 +47.5 2.5 2.5 0.9267 0.3046968657534895 0.3046968657534895 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d29-x01-y01 +Path=/REF/ALICE_2012_I1127497/d29-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.3858 0.057404268133998536 0.057404268133998536 +0.225 0.024999999999999994 0.024999999999999994 0.3829 0.049601612877002293 0.049601612877002293 +0.275 0.025000000000000022 0.024999999999999967 0.3884 0.04900163262586258 0.04900163262586258 +0.325 0.025000000000000022 0.024999999999999967 0.3967 0.0481016631729091 0.0481016631729091 +0.375 0.025000000000000022 0.025000000000000022 0.4068 0.049501616135233406 0.049501616135233406 +0.425 0.024999999999999967 0.025000000000000022 0.4185 0.052001538438780824 0.052001538438780824 +0.475 0.024999999999999967 0.025000000000000022 0.4309 0.05310235399678624 0.05310235399678624 +0.525 0.025000000000000022 0.025000000000000022 0.4439 0.054002314765202425 0.054002314765202425 +0.575 0.02499999999999991 0.025000000000000022 0.4576 0.055003272629908125 0.055003272629908125 +0.625 0.025000000000000022 0.025000000000000022 0.4717 0.055403249002202025 0.055403249002202025 +0.675 0.025000000000000022 0.02499999999999991 0.4866 0.057104290556839944 0.057104290556839944 +0.725 0.025000000000000022 0.025000000000000022 0.4997 0.05840547919502074 0.05840547919502074 +0.775 0.025000000000000022 0.025000000000000022 0.5116 0.059805350931166686 0.059805350931166686 +0.825 0.02499999999999991 0.025000000000000022 0.5265 0.061406595736940184 0.061406595736940184 +0.875 0.025000000000000022 0.025000000000000022 0.5389 0.06280963301914762 0.06280963301914762 +0.925 0.025000000000000022 0.02499999999999991 0.5515 0.06431119653683952 0.06431119653683952 +0.975 0.025000000000000022 0.025000000000000022 0.5628 0.06551289949315327 0.06551289949315327 +1.05 0.050000000000000044 0.050000000000000044 0.574 0.06680606259913842 0.06680606259913842 +1.15 0.04999999999999982 0.050000000000000044 0.5943 0.06930721463166732 0.06930721463166732 +1.25 0.050000000000000044 0.050000000000000044 0.6091 0.07130848476864447 0.07130848476864447 +1.35 0.050000000000000044 0.04999999999999982 0.6192 0.07250834434739217 0.07250834434739217 +1.45 0.050000000000000044 0.050000000000000044 0.6252 0.07331336849442945 0.07331336849442945 +1.55 0.050000000000000044 0.050000000000000044 0.6325 0.07521303078589507 0.07521303078589507 +1.65 0.04999999999999982 0.050000000000000044 0.6372 0.07571908610119381 0.07571908610119381 +1.75 0.050000000000000044 0.050000000000000044 0.6418 0.07622125687759289 0.07622125687759289 +1.85 0.050000000000000044 0.04999999999999982 0.6541 0.077631179303164 0.077631179303164 +1.95 0.050000000000000044 0.050000000000000044 0.6552 0.07773113919144631 0.07773113919144631 +2.1 0.10000000000000009 0.10000000000000009 0.6435 0.0760213128010823 0.0760213128010823 +2.3 0.09999999999999964 0.10000000000000009 0.6329 0.0746217126579121 0.0746217126579121 +2.5 0.10000000000000009 0.10000000000000009 0.632 0.07443251977462538 0.07443251977462538 +2.7 0.10000000000000009 0.09999999999999964 0.6175 0.07253647358398393 0.07253647358398393 +2.9 0.10000000000000009 0.10000000000000009 0.5986 0.07028719655812145 0.07028719655812145 +3.1 0.10000000000000009 0.10000000000000009 0.5815 0.06806181014342773 0.06806181014342773 +3.3 0.09999999999999964 0.10000000000000009 0.5673 0.06626348919276738 0.06626348919276738 +3.5 0.10000000000000009 0.10000000000000009 0.5622 0.06556866629724903 0.06556866629724903 +3.7 0.10000000000000009 0.09999999999999964 0.5504 0.06407503413967097 0.06407503413967097 +3.9 0.10000000000000009 0.10000000000000009 0.5336 0.06208252572181644 0.06208252572181644 +4.25 0.25 0.25 0.5085 0.058992372388301184 0.058992372388301184 +4.75 0.25 0.25 0.4892 0.05680792198276575 0.05680792198276575 +5.25 0.25 0.25 0.4716 0.054782205139990485 0.054782205139990485 +5.75 0.25 0.25 0.4637 0.05397795846454366 0.05397795846454366 +6.25 0.25 0.25 0.4615 0.05378940416104272 0.05378940416104272 +6.75 0.25 0.25 0.4659 0.05430653735969547 0.05430653735969547 +7.5 0.5 0.5 0.4655 0.05430653735969547 0.05430653735969547 +8.5 0.5 0.5 0.4786 0.05596543576172708 0.05596543576172708 +9.5 0.5 0.5 0.49 0.0574543296888929 0.0574543296888929 +10.5 0.5 0.5 0.5064 0.05989874790010222 0.05989874790010222 +11.5 0.5 0.5 0.5142 0.0615042274969778 0.0615042274969778 +12.5 0.5 0.5 0.5466 0.06640075300777847 0.06640075300777847 +13.5 0.5 0.5 0.5627 0.06987739262451054 0.06987739262451054 +14.5 0.5 0.5 0.5851 0.07419029586138608 0.07419029586138608 +15.5 0.5 0.5 0.5802 0.07555408658702717 0.07555408658702717 +17.0 1.0 1.0 0.6418 0.08517804881540783 0.08517804881540783 +19.0 1.0 1.0 0.6119 0.08579609548225374 0.08579609548225374 +21.0 1.0 1.0 0.6624 0.09844942864232377 0.09844942864232377 +23.0 1.0 1.0 0.6698 0.10645398066770448 0.10645398066770448 +25.0 1.0 1.0 0.6249 0.10756323721420809 0.10756323721420809 +27.0 1.0 1.0 0.7364 0.13432069833052537 0.13432069833052537 +29.0 1.0 1.0 0.7612 0.14953758724815644 0.14953758724815644 +31.0 1.0 1.0 0.6252 0.13814434479919907 0.13814434479919907 +33.0 1.0 1.0 0.6939 0.16425568483312838 0.16425568483312838 +35.0 1.0 1.0 0.6298 0.16703667262011657 0.16703667262011657 +38.0 2.0 2.0 0.9875 0.23165836915596208 0.23165836915596208 +42.5 2.5 2.5 0.7054 0.19768340850966729 0.19768340850966729 +47.5 2.5 2.5 0.8653 0.27606703895974255 0.27606703895974255 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I1127497/d30-x01-y01 +Path=/REF/ALICE_2012_I1127497/d30-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +0.175 0.024999999999999994 0.025000000000000022 0.5101 0.07701272622106037 0.07701272622106037 +0.225 0.024999999999999994 0.024999999999999994 0.4991 0.06640609911747565 0.06640609911747565 +0.275 0.025000000000000022 0.024999999999999967 0.5003 0.06540489278333847 0.06540489278333847 +0.325 0.025000000000000022 0.024999999999999967 0.5056 0.06360503124753576 0.06360503124753576 +0.375 0.025000000000000022 0.025000000000000022 0.5124 0.06490493047527282 0.06490493047527282 +0.425 0.024999999999999967 0.025000000000000022 0.5212 0.06730601756158212 0.06730601756158212 +0.475 0.024999999999999967 0.025000000000000022 0.5313 0.06810594687690642 0.06810594687690642 +0.525 0.025000000000000022 0.025000000000000022 0.5415 0.06860728824257667 0.06860728824257667 +0.575 0.02499999999999991 0.025000000000000022 0.5534 0.0693087296089028 0.0693087296089028 +0.625 0.025000000000000022 0.025000000000000022 0.5639 0.06911041889614039 0.06911041889614039 +0.675 0.025000000000000022 0.02499999999999991 0.5774 0.07071195089940596 0.07071195089940596 +0.725 0.025000000000000022 0.025000000000000022 0.5889 0.07191362875004988 0.07191362875004988 +0.775 0.025000000000000022 0.025000000000000022 0.5995 0.07311750816322996 0.07311750816322996 +0.825 0.02499999999999991 0.025000000000000022 0.611 0.07441941950862019 0.07441941950862019 +0.875 0.025000000000000022 0.025000000000000022 0.6205 0.07552390350081224 0.07552390350081224 +0.925 0.025000000000000022 0.02499999999999991 0.6329 0.07702863104067215 0.07702863104067215 +0.975 0.025000000000000022 0.025000000000000022 0.6399 0.07773403373040666 0.07773403373040666 +1.05 0.050000000000000044 0.050000000000000044 0.6502 0.0790205036683518 0.0790205036683518 +1.15 0.04999999999999982 0.050000000000000044 0.6682 0.0814270839463136 0.0814270839463136 +1.25 0.050000000000000044 0.050000000000000044 0.6765 0.0826218494104314 0.0826218494104314 +1.35 0.050000000000000044 0.04999999999999982 0.6828 0.0835216139690799 0.0835216139690799 +1.45 0.050000000000000044 0.050000000000000044 0.6866 0.08403427872005566 0.08403427872005566 +1.55 0.050000000000000044 0.050000000000000044 0.6916 0.08573645665643058 0.08573645665643058 +1.65 0.04999999999999982 0.050000000000000044 0.6932 0.0858524315322519 0.0858524315322519 +1.75 0.050000000000000044 0.050000000000000044 0.6954 0.08615578912644234 0.08615578912644234 +1.85 0.050000000000000044 0.04999999999999982 0.7077 0.08757819363289014 0.08757819363289014 +1.95 0.050000000000000044 0.050000000000000044 0.7083 0.08758247541603285 0.08758247541603285 +2.1 0.10000000000000009 0.10000000000000009 0.6971 0.0858456754880524 0.0858456754880524 +2.3 0.09999999999999964 0.10000000000000009 0.69 0.0848462138224211 0.0848462138224211 +2.5 0.10000000000000009 0.10000000000000009 0.6953 0.08536000234301777 0.08536000234301777 +2.7 0.10000000000000009 0.09999999999999964 0.689 0.08446448957994124 0.08446448957994124 +2.9 0.10000000000000009 0.10000000000000009 0.6752 0.08262263612352247 0.08262263612352247 +3.1 0.10000000000000009 0.10000000000000009 0.6635 0.08115417426109392 0.08115417426109392 +3.3 0.09999999999999964 0.10000000000000009 0.6562 0.08006260050735299 0.08006260050735299 +3.5 0.10000000000000009 0.10000000000000009 0.6631 0.08077406762074076 0.08077406762074076 +3.7 0.10000000000000009 0.09999999999999964 0.659 0.08018883962248113 0.08018883962248113 +3.9 0.10000000000000009 0.10000000000000009 0.6505 0.07900588585668791 0.07900588585668791 +4.25 0.25 0.25 0.6323 0.0767428172534733 0.0767428172534733 +4.75 0.25 0.25 0.6203 0.07537220973276557 0.07537220973276557 +5.25 0.25 0.25 0.6083 0.07396032720317021 0.07396032720317021 +5.75 0.25 0.25 0.6094 0.07420309966571477 0.07420309966571477 +6.25 0.25 0.25 0.6033 0.07356310216406048 0.07356310216406048 +6.75 0.25 0.25 0.6097 0.07456339584541466 0.07456339584541466 +7.5 0.5 0.5 0.6078 0.07423233796668403 0.07423233796668403 +8.5 0.5 0.5 0.6226 0.07639751304852796 0.07639751304852796 +9.5 0.5 0.5 0.6267 0.07753192890674138 0.07753192890674138 +10.5 0.5 0.5 0.642 0.08039633076204411 0.08039633076204411 +11.5 0.5 0.5 0.6186 0.07908432208725065 0.07908432208725065 +12.5 0.5 0.5 0.6684 0.08747445341355384 0.08747445341355384 +13.5 0.5 0.5 0.6622 0.09006802984411284 0.09006802984411284 +14.5 0.5 0.5 0.6994 0.0986108006254893 0.0986108006254893 +15.5 0.5 0.5 0.6615 0.09816577815104406 0.09816577815104406 +17.0 1.0 1.0 0.7259 0.1069516245785916 0.1069516245785916 +19.0 1.0 1.0 0.672 0.10957577286973612 0.10957577286973612 +21.0 1.0 1.0 0.7775 0.13828875586973802 0.13828875586973802 +23.0 1.0 1.0 0.6589 0.13714171502500616 0.13714171502500616 +25.0 1.0 1.0 0.6788 0.16062867116427254 0.16062867116427254 +27.0 1.0 1.0 0.7752 0.20266931193449098 0.20266931193449098 +29.0 1.0 1.0 0.6656 0.21059005199676456 0.21059005199676456 +31.0 1.0 1.0 0.8214 0.2773476158181281 0.2773476158181281 +33.0 1.0 1.0 0.868 0.32920815603505327 0.32920815603505327 +35.0 1.0 1.0 0.5317 0.28329675254051184 0.28329675254051184 +38.0 2.0 2.0 0.7129 0.30308813899590326 0.30308813899590326 +42.5 2.5 2.5 1.035 0.4456545747549328 0.4456545747549328 +47.5 2.5 2.5 0.5444 0.4026058245977075 0.4026058245977075 +# END YODA_SCATTER2D + + diff --git a/analyses/pluginALICE/ALICE_2012_I930312.cc b/analyses/pluginALICE/ALICE_2012_I930312.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I930312.cc @@ -0,0 +1,310 @@ +// -*- C++ -*- +#include "Rivet/Projections/ChargedFinalState.hh" +#include "Rivet/Tools/Cuts.hh" +#include "Rivet/Projections/SingleValueProjection.hh" +#include "Rivet/Tools/AliceCommon.hh" +#include "Rivet/Projections/AliceCommon.hh" +#include + +#define _USE_MATH_DEFINES +#include + +namespace Rivet { + + /// Analysis + class ALICE_2012_I930312 : public Analysis { + + public: + + DEFAULT_RIVET_ANALYSIS_CTOR(ALICE_2012_I930312); + + /// Book histograms and initialise projections before the run + void init() { + + // Declare centrality projection + declareCentrality(ALICE::V0MMultiplicity(), "ALICE_2015_PBPBCentrality", "V0M", "V0M"); + + // Charged final states with |eta| < 1.0 and 8 < pT < 15 GeV/c for trigger particles + const Cut& cutTrigger = Cuts::abseta < 1.0 && Cuts::pT > 8*GeV && Cuts::pT < 15*GeV; + const ChargedFinalState cfsTrigger(cutTrigger); + addProjection(cfsTrigger,"CFSTrigger"); + + // Set limit values of pT bins + pt_limits[0] = 3; + pt_limits[1] = 4; + pt_limits[2] = 6; + pt_limits[3] = 8; + pt_limits[4] = 10; + + // Charged final states with |eta| < 1.0 and different pT bins for associated particles + for (int ipt = 0; ipt < PT_BINS; ipt++) { + Cut mycut = Cuts::abseta < 1.0 && Cuts::pT > pt_limits[ipt]*GeV && Cuts::pT < pt_limits[ipt + 1]*GeV; + addProjection(ChargedFinalState(mycut), "CFSAssoc" + std::to_string(ipt)); + } + + // Create event strings + event_string[0] = "pp"; + event_string[1] = "central"; + event_string[2] = "peripheral"; + event_string[3] = "other"; + + // For each event type + for (int itype = 0; itype < EVENT_TYPES; itype++) { + // For each pT range + for (int ipt = 0; ipt < PT_BINS; ipt++) { + // Initialize yield histograms + _histYield[itype][ipt] = bookHisto1D("Yield_" + event_string[itype] + "_" + std::to_string(ipt), + 36, -0.5 * M_PI, 1.5 * M_PI, + "Associated particle per trigger particle yield", + "#Delta#eta (rad)", "1 / N_trig dN_assoc / d#Delta#eta (rad^-1)"); + _histYieldBkgRemoved[itype][ipt] = bookHisto1D("Yield_" + event_string[itype] + "_nobkg_" + std::to_string(ipt), + 36, -0.5 * M_PI, 1.5 * M_PI, + "Associated particle per trigger particle yield no bkg", + "#Delta#eta (rad)", "1 / N_trig dN_assoc / d#Delta#eta (rad^-1)"); + } + } + + // Histogram for counting trigger particles for each event type + _histTriggerCounter = bookHisto1D("Trigger", EVENT_TYPES, 0.0, EVENT_TYPES, "Trigger counter", "event type", "N"); + + // Initialize IAA and ICP histograms + _histIAA[0] = bookScatter2D(1, 1, 1); + _histIAA[1] = bookScatter2D(2, 1, 1); + _histIAA[2] = bookScatter2D(5, 1, 1); + + _histIAA[3] = bookScatter2D(3, 1, 1); + _histIAA[4] = bookScatter2D(4, 1, 1); + _histIAA[5] = bookScatter2D(6, 1, 1); + + } + + /// Perform the per-event analysis + void analyze(const Event& event) { + + const double weight = event.weight(); + + // Create charged final state for trigger particle + const ChargedFinalState& triggerFinalState = applyProjection(event, "CFSTrigger"); + Particles triggerParticles = triggerFinalState.particlesByPt(); + + // Create charged final state for associated particle + ChargedFinalState associatedFinalState[PT_BINS]; + Particles associatedParticles[PT_BINS]; + for (int ipt = 0; ipt < PT_BINS; ipt++) { + associatedFinalState[ipt] = applyProjection(event, "CFSAssoc" + std::to_string(ipt)); + associatedParticles[ipt] = associatedFinalState[ipt].particlesByPt(); + } + + // Check event type + if (event.genEvent()->heavy_ion()) { + // Prepare centrality projection and value + const CentralityProjection& centrProj = apply(event, "V0M"); + double centr = centrProj(); + + // Set the flag for the type of the event + if (centr > 0.0 && centr < 5.0) + event_type = 1; // PbPb, central + else if (centr > 60.0 && centr < 90.0) + event_type = 2; // PbPb, peripherial + else + event_type = 3; // PbPb, other + } + else { + event_type = 0; // pp + } + + // Veto event if not valid event type + if (event_type == 3) + vetoEvent; + + // Fill trigger histogram for a proper event type + _histTriggerCounter->fill(event_type, triggerParticles.size()); + + // Loop over trigger particles + foreach (const Particle& triggerParticle, triggerParticles) { + // For each pt bin + for (int ipt = 0; ipt < PT_BINS; ipt++) { + // Loop over associated particles + foreach (const Particle& associatedParticle, associatedParticles[ipt]) { + // If associated and trigger particle are not the same particles + if (associatedParticle != triggerParticle) { + // If pt of trigger particle is greater than pt of associated particle + if (triggerParticle.pt() > associatedParticle.pt()) { + // Calculate delta phi in range (-0.5*PI, 1.5*PI) + double dPhi = triggerParticle.phi() - associatedParticle.phi(); + while (dPhi > 1.5 * M_PI) { dPhi -= 2 * M_PI; } + while (dPhi < -0.5 * M_PI) { dPhi += 2 * M_PI; } + // Fill yield histogram for calculated delta phi + _histYield[event_type][ipt]->fill(dPhi, weight); + } + } + } + } + } + + } + + /// Normalise histograms etc., after the run + void finalize() { + + // Check for the reentrant finalize + reentrant_flag = true; + // For each event type + for (int itype = 0; itype < EVENT_TYPES; itype++) { + // For each pT range + for (int ipt = 0; ipt < PT_BINS; ipt++) { + if (_histYield[itype][ipt]->numEntries() <= 0) + reentrant_flag = false; + } + } + + // Postprocessing of the histograms + if (reentrant_flag == true) { + + // Variables for near and away side peak calculation + double nearSide[EVENT_TYPES][PT_BINS] = { {0.0} }; + double awaySide[EVENT_TYPES][PT_BINS] = { {0.0} }; + + // Variables for background error calculation + double background[EVENT_TYPES][PT_BINS] = { {0.0} }; + double backgroundError[EVENT_TYPES][PT_BINS] = { {0.0} }; + + // Variables for integration error calculation + double scalingFactor[EVENT_TYPES] = {0.0}; + double numberOfEntries[EVENT_TYPES][PT_BINS][2] = { { {0.0} } }; + int numberOfBins[EVENT_TYPES][PT_BINS][2] = { { {0} } }; + + // For each event type + for (int itype = 0; itype < EVENT_TYPES; itype++) { + // For each pT range + for (int ipt = 0; ipt < PT_BINS; ipt++) { + + // Check if histograms are fine + if (_histTriggerCounter->numEntries() == 0 || _histYield[itype][ipt]->numEntries() == 0) { + std::cout << "There are no entries in one of the histograms" << std::endl; + continue; + } + + // Scale yield histogram + if ((_histTriggerCounter->bin(itype).sumW() != 0)) { + scalingFactor[itype] = 1. / _histTriggerCounter->bin(itype).sumW(); + scale(_histYield[itype][ipt], (1. / _histTriggerCounter->bin(itype).sumW())); + } + + // Calculate background + double sum = 0.0; + int nbins = 0; + for (unsigned int ibin = 0; ibin < _histYield[itype][ipt]->numBins(); ibin++) { + if ((_histYield[itype][ipt]->bin(ibin).xMid() > (-0.5 * M_PI) && + _histYield[itype][ipt]->bin(ibin).xMid() < (-0.5 * M_PI + 0.4)) || + (_histYield[itype][ipt]->bin(ibin).xMid() > (0.5 * M_PI - 0.4) && + _histYield[itype][ipt]->bin(ibin).xMid() < (0.5 * M_PI + 0.4)) || + (_histYield[itype][ipt]->bin(ibin).xMid() > (1.5 * M_PI - 0.4) && + _histYield[itype][ipt]->bin(ibin).xMid() < (1.5 * M_PI))) { + sum += _histYield[itype][ipt]->bin(ibin).sumW(); + nbins++; + } + } + if (nbins == 0) { + std::cout << "Failed to estimate background!" << std::endl; + continue; + } + background[itype][ipt] = sum / nbins; + + // Calculate background error + sum = 0.0; + nbins = 0; + for (unsigned int ibin = 0; ibin < _histYield[itype][ipt]->numBins(); ibin++) { + if (_histYield[itype][ipt]->bin(ibin).xMid() > (0.5 * M_PI - 0.4) && + _histYield[itype][ipt]->bin(ibin).xMid() < (0.5 * M_PI + 0.4)) { + sum += (_histYield[itype][ipt]->bin(ibin).sumW() - background[itype][ipt]) * + (_histYield[itype][ipt]->bin(ibin).sumW() - background[itype][ipt]); + nbins++; + } + } + backgroundError[itype][ipt] = sqrt(sum / (nbins - 1)); + + // Fill histograms with removed background + for (unsigned int ibin = 0; ibin < _histYield[itype][ipt]->numBins(); ibin++) { + _histYieldBkgRemoved[itype][ipt]->fillBin(ibin, _histYield[itype][ipt]->bin(ibin).sumW() - background[itype][ipt]); + } + + // Integrate near-side yield + unsigned int lowerBin = _histYield[itype][ipt]->binIndexAt(-0.7 + 0.02); + unsigned int upperBin = _histYield[itype][ipt]->binIndexAt( 0.7 - 0.02) + 1; + nbins = upperBin - lowerBin; + numberOfBins[itype][ipt][0] = nbins; + nearSide[itype][ipt] = _histYield[itype][ipt]->integralRange(lowerBin, upperBin) - nbins * background[itype][ipt]; + numberOfEntries[itype][ipt][0] = _histYield[itype][ipt]->integralRange(lowerBin, upperBin) * _histTriggerCounter->bin(itype).sumW(); + + // Integrate away-side yield + lowerBin = _histYield[itype][ipt]->binIndexAt(M_PI - 0.7 + 0.02); + upperBin = _histYield[itype][ipt]->binIndexAt(M_PI + 0.7 - 0.02) + 1; + nbins = upperBin - lowerBin; + numberOfBins[itype][ipt][1] = nbins; + awaySide[itype][ipt] = _histYield[itype][ipt]->integralRange(lowerBin, upperBin) - nbins * background[itype][ipt]; + numberOfEntries[itype][ipt][1] = _histYield[itype][ipt]->integralRange(lowerBin, upperBin) * _histTriggerCounter->bin(itype).sumW(); + + } + } + + // Variables for IAA/ICP plots + double dI = 0.0; + int near = 0; + int away = 1; + double xval[PT_BINS] = { 3.5, 5.0, 7.0, 9.0 }; + double xerr[PT_BINS] = { 0.5, 1.0, 1.0, 1.0 }; + + int types1[3] = {1, 2, 1}; + int types2[3] = {0, 0, 2}; + + // Fill IAA/ICP plots for near side peak + for (int ihist = 0; ihist < 3; ihist++) { + int type1 = types1[ihist]; + int type2 = types2[ihist]; + for (int ipt = 0; ipt < PT_BINS; ipt++) { + dI = scalingFactor[type1] * scalingFactor[type1] * numberOfEntries[type1][ipt][near] + + scalingFactor[type2] * scalingFactor[type2] * numberOfEntries[type2][ipt][near] * nearSide[type1][ipt] * nearSide[type1][ipt] / (nearSide[type2][ipt] * nearSide[type2][ipt]) + + numberOfBins[type1][ipt][near] * numberOfBins[type1][ipt][near] * backgroundError[type1][ipt] * backgroundError[type1][ipt] + + numberOfBins[type2][ipt][near] * numberOfBins[type2][ipt][near] * backgroundError[type2][ipt] * backgroundError[type2][ipt] * nearSide[type1][ipt] * nearSide[type1][ipt] / (nearSide[type2][ipt] * nearSide[type2][ipt]); + dI = sqrt(dI)/nearSide[type2][ipt]; + _histIAA[ihist]->addPoint(xval[ipt], nearSide[type1][ipt] / nearSide[type2][ipt], xerr[ipt], dI); + } + } + + // Fill IAA/ICP plots for away side peak + for (int ihist = 0; ihist < 3; ihist++) { + int type1 = types1[ihist]; + int type2 = types2[ihist]; + for (int ipt = 0; ipt < PT_BINS; ipt++) { + dI = scalingFactor[type1] * scalingFactor[type1] * numberOfEntries[type1][ipt][away] + + scalingFactor[type2] * scalingFactor[type2] * numberOfEntries[type2][ipt][away] * awaySide[type1][ipt] * awaySide[type1][ipt] / (awaySide[type2][ipt] * awaySide[type2][ipt]) + + numberOfBins[type1][ipt][away] * numberOfBins[type1][ipt][away] * backgroundError[type1][ipt] * backgroundError[type1][ipt] + + numberOfBins[type2][ipt][away] * numberOfBins[type2][ipt][away] * backgroundError[type2][ipt] * backgroundError[type2][ipt] * awaySide[type1][ipt] * awaySide[type1][ipt] / (awaySide[type2][ipt] * awaySide[type2][ipt]); + dI = sqrt(dI)/awaySide[type2][ipt]; + _histIAA[ihist + 3]->addPoint(xval[ipt], awaySide[type1][ipt] / awaySide[type2][ipt], xerr[ipt], dI); + } + } + + } + + } + + private: + + static const int PT_BINS = 4; + static const int EVENT_TYPES = 3; + + Histo1DPtr _histYield[EVENT_TYPES][PT_BINS]; + Histo1DPtr _histYieldBkgRemoved[EVENT_TYPES][PT_BINS]; + Histo1DPtr _histTriggerCounter; + Scatter2DPtr _histIAA[6]; + int pt_limits[5]; + int event_type; + string event_string[EVENT_TYPES + 1]; + bool reentrant_flag; + }; + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(ALICE_2012_I930312); +} diff --git a/analyses/pluginALICE/ALICE_2012_I930312.info b/analyses/pluginALICE/ALICE_2012_I930312.info new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I930312.info @@ -0,0 +1,39 @@ +Name: ALICE_2012_I930312 +Year: 2012 +Summary: Particle-yield modification in jet-like azimuthal di-hadron correlations in Pb-Pb collisions at $\sqrt{s_\rm{NN}} = 2.76$ TeV +Experiment: ALICE +Collider: LHC +SpireID: +InspireID: 930312 +Status: NEW +Authors: +References: + - arXiv:1110.0121 [nucl-ex] +RunInfo: +NumEvents: +Options: + - cent=REF,GEN,IMP,USR +Beams: [[p, p], [1000822080, 1000822080]] +# This is _total_ energy of beams, so this becomes 208*2760=574080 +Energies: [2760, 574080] +Description: + 'The yield of charged particles associated with high-pT trigger particles (83 GeV/c on the away-side drops to about 60% of that observed in pp collisions, while on the near-side a moderate enhancement of 20-30% is found.' +BibKey: Aamodt:2011vg +BibTeX: '@article{Aamodt:2011vg, + author = "Aamodt, K. and others", + title = "{Particle-yield modification in jet-like azimuthal + di-hadron correlations in Pb-Pb collisions at + $\sqrt{s_{NN}} = 2.76$ TeV}", + collaboration = "ALICE", + journal = "Phys. Rev. Lett.", + volume = "108", + year = "2012", + pages = "092301", + doi = "10.1103/PhysRevLett.108.092301", + eprint = "1110.0121", + archivePrefix = "arXiv", + primaryClass = "nucl-ex", + reportNumber = "CERN-PH-EP-2011-161", + SLACcitation = "%%CITATION = ARXIV:1110.0121;%%" +}' +Reentrant: True diff --git a/analyses/pluginALICE/ALICE_2012_I930312.plot b/analyses/pluginALICE/ALICE_2012_I930312.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I930312.plot @@ -0,0 +1,47 @@ +# BEGIN PLOT /ALICE_2012_I930312/d01-x01-y01 +Title=$I_{AA}, near-side$ +XLabel=$p_{t,assoc} (GeV/c)$ +YLabel=$ I_{AA} $ +LogX=0 +LogY=0 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I930312/d02-x01-y01 +Title=$I_{AA}, near-side$ +XLabel=$p_{t,assoc} (GeV/c)$ +YLabel=$ I_{AA} $ +LogX=0 +LogY=0 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I930312/d03-x01-y01 +Title=$I_{AA}, away-side$ +XLabel=$p_{t,assoc} (GeV/c)$ +YLabel=$ I_{AA} $ +LogX=0 +LogY=0 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I930312/d04-x01-y01 +Title=$I_{AA}, away-side$ +XLabel=$p_{t,assoc} (GeV/c)$ +YLabel=$ I_{AA} $ +LogX=0 +LogY=0 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I930312/d05-x01-y01 +Title=$I_{CP} (0-5% / 60-90%), near-side$ +XLabel=$p_{t,assoc} (GeV/c)$ +YLabel=$ I_{CP} (0-5% / 60-90%)$ +LogX=0 +LogY=0 +# END PLOT + +# BEGIN PLOT /ALICE_2012_I930312/d06-x01-y01 +Title=$I_{CP} (0-5% / 60-90%), away-side$ +XLabel=$p_{t,assoc} (GeV/c)$ +YLabel=$ I_{CP} (0-5% / 60-90%)$ +LogX=0 +LogY=0 +# END PLOT \ No newline at end of file diff --git a/analyses/pluginALICE/ALICE_2012_I930312.yoda b/analyses/pluginALICE/ALICE_2012_I930312.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginALICE/ALICE_2012_I930312.yoda @@ -0,0 +1,162 @@ +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d01-x01-y01 +Path=/REF/ALICE_2012_I930312/d01-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.4 0.1118033988749895 0.1118033988749895 +5.0 1.0 1.0 1.21 0.09848857801796104 0.09848857801796104 +7.0 1.0 1.0 1.12 0.08944271909999159 0.08944271909999159 +9.0 1.0 1.0 1.25 0.12041594578792295 0.12041594578792295 +# END YODA_SCATTER2D + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d01-x01-y02 +Path=/REF/ALICE_2012_I930312/d01-x01-y02 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.29 0.10295630140987 0.10295630140987 +5.0 1.0 1.0 1.19 0.08544003745317531 0.08544003745317531 +7.0 1.0 1.0 1.12 0.08944271909999159 0.08944271909999159 +9.0 1.0 1.0 1.25 0.12041594578792295 0.12041594578792295 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d01-x01-y03 +Path=/REF/ALICE_2012_I930312/d01-x01-y03 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.25 0.1140175425099138 0.1140175425099138 +5.0 1.0 1.0 1.22 0.09848857801796104 0.09848857801796104 +7.0 1.0 1.0 1.09 0.09433981132056604 0.09433981132056604 +9.0 1.0 1.0 1.3 0.12727922061357855 0.12727922061357855 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d02-x01-y01 +Path=/REF/ALICE_2012_I930312/d02-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.02 0.07615773105863909 0.07615773105863909 +5.0 1.0 1.0 1.03 0.07615773105863909 0.07615773105863909 +7.0 1.0 1.0 0.97 0.0806225774829855 0.0806225774829855 +9.0 1.0 1.0 0.96 0.09899494936611666 0.09899494936611666 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d02-x01-y02 +Path=/REF/ALICE_2012_I930312/d02-x01-y02 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.94 0.07615773105863909 0.07615773105863909 +5.0 1.0 1.0 1.01 0.07615773105863909 0.07615773105863909 +7.0 1.0 1.0 0.96 0.0806225774829855 0.0806225774829855 +9.0 1.0 1.0 0.96 0.09899494936611666 0.09899494936611666 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d02-x01-y03 +Path=/REF/ALICE_2012_I930312/d02-x01-y03 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.97 0.0806225774829855 0.0806225774829855 +5.0 1.0 1.0 1.01 0.07615773105863909 0.07615773105863909 +7.0 1.0 1.0 0.99 0.08602325267042628 0.08602325267042628 +9.0 1.0 1.0 1.03 0.1063014581273465 0.1063014581273465 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d03-x01-y01 +Path=/REF/ALICE_2012_I930312/d03-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.65 0.14317821063276354 0.14317821063276354 +5.0 1.0 1.0 0.54 0.11704699910719625 0.11704699910719625 +7.0 1.0 1.0 0.49 0.1077032961426901 0.1077032961426901 +9.0 1.0 1.0 0.61 0.14317821063276354 0.14317821063276354 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d03-x01-y02 +Path=/REF/ALICE_2012_I930312/d03-x01-y02 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.46 0.11661903789690602 0.11661903789690602 +5.0 1.0 1.0 0.5 0.1077032961426901 0.1077032961426901 +7.0 1.0 1.0 0.48 0.1077032961426901 0.1077032961426901 +9.0 1.0 1.0 0.61 0.14317821063276354 0.14317821063276354 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d04-x01-y01 +Path=/REF/ALICE_2012_I930312/d04-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.99 0.08944271909999159 0.08944271909999159 +5.0 1.0 1.0 0.95 0.0806225774829855 0.0806225774829855 +7.0 1.0 1.0 0.92 0.09219544457292887 0.09219544457292887 +9.0 1.0 1.0 0.86 0.1140175425099138 0.1140175425099138 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d04-x01-y02 +Path=/REF/ALICE_2012_I930312/d04-x01-y02 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.87 0.0806225774829855 0.0806225774829855 +5.0 1.0 1.0 0.9 0.0806225774829855 0.0806225774829855 +7.0 1.0 1.0 0.9 0.09219544457292887 0.09219544457292887 +9.0 1.0 1.0 0.85 0.1140175425099138 0.1140175425099138 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d05-x01-y01 +Path=/REF/ALICE_2012_I930312/d05-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.38 0.1118033988749895 0.1118033988749895 +5.0 1.0 1.0 1.17 0.08544003745317531 0.08544003745317531 +7.0 1.0 1.0 1.16 0.08944271909999159 0.08944271909999159 +9.0 1.0 1.0 1.3 0.1140175425099138 0.1140175425099138 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d05-x01-y02 +Path=/REF/ALICE_2012_I930312/d05-x01-y02 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.37 0.1118033988749895 0.1118033988749895 +5.0 1.0 1.0 1.18 0.09486832980505137 0.09486832980505137 +7.0 1.0 1.0 1.16 0.08944271909999159 0.08944271909999159 +9.0 1.0 1.0 1.3 0.1140175425099138 0.1140175425099138 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d05-x01-y03 +Path=/REF/ALICE_2012_I930312/d05-x01-y03 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 1.28 0.1140175425099138 0.1140175425099138 +5.0 1.0 1.0 1.21 0.09848857801796104 0.09848857801796104 +7.0 1.0 1.0 1.1 0.08944271909999159 0.08944271909999159 +9.0 1.0 1.0 1.26 0.1140175425099138 0.1140175425099138 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d06-x01-y01 +Path=/REF/ALICE_2012_I930312/d06-x01-y01 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.65 0.15231546211727817 0.15231546211727817 +5.0 1.0 1.0 0.57 0.12649110640673517 0.12649110640673517 +7.0 1.0 1.0 0.53 0.11704699910719625 0.11704699910719625 +9.0 1.0 1.0 0.71 0.16155494421403513 0.16155494421403513 +# END YODA_SCATTER2D + + +# BEGIN YODA_SCATTER2D /REF/ALICE_2012_I930312/d06-x01-y02 +Path=/REF/ALICE_2012_I930312/d06-x01-y02 +Type=Scatter2D +# xval xerr- xerr+ yval yerr- yerr+ +3.5 0.5 0.5 0.53 0.130384048104053 0.130384048104053 +5.0 1.0 1.0 0.55 0.12649110640673517 0.12649110640673517 +7.0 1.0 1.0 0.53 0.11704699910719625 0.11704699910719625 +9.0 1.0 1.0 0.71 0.16552945357246848 0.16552945357246848 +# END YODA_SCATTER2D \ No newline at end of file