diff --git a/analyses/pluginBELLE/BELLE_2017_I1606201.cc b/analyses/pluginBELLE/BELLE_2017_I1606201.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2017_I1606201.cc @@ -0,0 +1,115 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/UnstableParticles.hh" + +namespace Rivet { + + + /// @brief Add a short analysis description here + class BELLE_2017_I1606201 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(BELLE_2017_I1606201); + + + /// @name Analysis methods + //@{ + + /// Book histograms and initialise projections before the run + void init() { + // Initialise and register projections + declare(UnstableParticles(), "UFS"); + // Book histograms + for(unsigned int ix=1;ix<16;++ix) + _h[ix] = bookHisto1D(ix, 1, 1); + } + + + /// Perform the per-event analysis + void analyze(const Event& event) { + const UnstableParticles& ufs = apply(event, "UFS"); + + foreach (const Particle& p, ufs.particles()) { + const Vector3 mom3 = p.p3(); + double pp = mom3.mod(); + double xp = 2.*pp/sqrtS(); + int id = abs(p.pdgId()); + if(id==3122) + _h[ 1]->fill(xp,event.weight()); + else if(id==3212) + _h[ 2]->fill(xp,event.weight()); + else if(id==3224) + _h[ 3]->fill(xp,event.weight()); + else if(id==3124) + _h[ 4]->fill(xp,event.weight()); + else if(id==3312) + _h[ 5]->fill(xp,event.weight()); + else if(id==3334) + _h[ 6]->fill(xp,event.weight()); + else if(id==3324) + _h[ 7]->fill(xp,event.weight()); + else if(id==4122) + _h[ 8]->fill(xp,event.weight()); + else if(id==14122) + _h[ 9]->fill(xp,event.weight()); + else if(id==4124) + _h[10]->fill(xp,event.weight()); + else if(id==4112) + _h[11]->fill(xp,event.weight()); + else if(id==4114) + _h[12]->fill(xp,event.weight()); + else if(id==4332) { + if(isDecay(p,{3334,-211})) + _h[13]->fill(xp,event.weight()); + } + else if(id==4132) { + if(isDecay(p,{3312,211})) + _h[14]->fill(xp,event.weight()); + else if(isDecay(p,{3334,321})) + _h[15]->fill(xp,event.weight()); + } + } + } + + // Check for explicit decay into pdgids + bool isDecay(const Particle& mother, vector ids) { + if(mother.pdgId()<0) { + for(unsigned int ix=0;ix=8 &&ix<=12) ) + scale(_h[ix], crossSection()/nanobarn/sumOfWeights()); + else + scale(_h[ix], crossSection()/picobarn/sumOfWeights()); + } + } + + //@} + + + /// @name Histograms + //@{ + Histo1DPtr _h[16]; + //@} + + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(BELLE_2017_I1606201); + + +} diff --git a/analyses/pluginBELLE/BELLE_2017_I1606201.info b/analyses/pluginBELLE/BELLE_2017_I1606201.info new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2017_I1606201.info @@ -0,0 +1,40 @@ +Name: BELLE_2017_I1606201 +Year: 2017 +Summary: Baryon spectra in $e^+e^-$ collisions at 10.52 GeV +Experiment: BELLE +Collider: KEKB +InspireID: 1606201 +Status: VALIDATED +Status: VALIDATED +Authors: + - Peter Richardson +References: + - Phys.Rev. D97 (2018) no.7, 072005 +RunInfo: e+ e- to hadrons and e+ e- +NeedCrossSection: yes +Beams: [e-, e+] +Energies: [10.52] +Description: + 'Measurement of spectra for hyperon and charm baryon production in $e^+e^-$ collisions at 10.52 GeV by BELLE. + The spectra for $\Lambda^0$, $\Sigma^0$, $\Sigma^{*+}$, $\Lambda^0(1520)$, $\Xi^-$, $\Omega^-$ + and $\Xi^{*0}$ hyperons are measured. The spectra for the $\Lambda_c^+$, $\Lambda_c(2595)^+$, $\Lambda_c(2625)^+$, + $\Sigma_c(2455)^0$, $\Sigma_c(2520)^0$, $\Omega_c^0$ and $\Xi_c^0$ charm baryons are also measured.' +BibKey: Niiyama:2017wpp +BibTeX: '@article{Niiyama:2017wpp, + author = "Niiyama, M. and others", + title = "{Production cross sections of hyperons and charmed + baryons from $e^+e^-$ annihilation near $\sqrt{s} = + 10.52$~GeV}", + collaboration = "Belle", + journal = "Phys. Rev.", + volume = "D97", + year = "2018", + number = "7", + pages = "072005", + doi = "10.1103/PhysRevD.97.072005", + eprint = "1706.06791", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "BELLE-PREPRINT-2017-14, KEK-PREPRINT-2017-15", + SLACcitation = "%%CITATION = ARXIV:1706.06791;%%" +}' diff --git a/analyses/pluginBELLE/BELLE_2017_I1606201.plot b/analyses/pluginBELLE/BELLE_2017_I1606201.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2017_I1606201.plot @@ -0,0 +1,119 @@ +BEGIN PLOT /BELLE_2017_I1606201/d01-x01-y01 +Title=$\Lambda^0$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d02-x01-y01 +Title=$\Sigma^0$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d03-x01-y01 +Title=$\Sigma^{*+}$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d04-x01-y01 +Title=$\Lambda^0(1520)$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d05-x01-y01 +Title=$\Xi^-$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$pb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d06-x01-y01 +Title=$\Omega^-$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$pb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d07-x01-y01 +Title=$\Xi^{*0}$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$pb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d08-x01-y01 +Title=$\Lambda_c^+$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d09-x01-y01 +Title=$\Lambda_c(2595)^+$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + , +BEGIN PLOT /BELLE_2017_I1606201/d10-x01-y01 +Title=$\Lambda_c(2625)^+$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d11-x01-y01 +Title=$\Sigma_c(2455)^0$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d12-x01-y01 +Title=$\Sigma_c(2520)^0$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$nb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d13-x01-y01 +Title=$\Omega^0_c\to\Omega^-\pi^+$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$pb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d14-x01-y01 +Title=$\Xi_c^0\to\Xi^-\pi^+$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$pb +LogY=1 +ConnectGaps=1 +END PLOT + +BEGIN PLOT /BELLE_2017_I1606201/d15-x01-y01 +Title=$\Xi_c^0\to\Omega^-K^+$ Momentum Spectra +XLabel=$x_p$ +YLabel=$\frac{\text{d}\sigma}{\text{d}x_p}/$pb +LogY=1 +ConnectGaps=1 +END PLOT diff --git a/analyses/pluginBELLE/BELLE_2017_I1606201.yoda b/analyses/pluginBELLE/BELLE_2017_I1606201.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2017_I1606201.yoda @@ -0,0 +1,373 @@ +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d01-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d01-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.12500 0.02500 0.02500 0.77600 0.04214 0.04214 +0.17500 0.02500 0.02500 0.78800 0.04307 0.04307 +0.22500 0.02500 0.02500 0.72100 0.03906 0.03906 +0.27500 0.02500 0.02500 0.63500 0.03405 0.03405 +0.32500 0.02500 0.02500 0.51900 0.02805 0.02805 +0.37500 0.02500 0.02500 0.39900 0.02204 0.02204 +0.42500 0.02500 0.02500 0.28900 0.01604 0.01604 +0.47500 0.02500 0.02500 0.19800 0.01103 0.01103 +0.52500 0.02500 0.02500 0.13200 0.00714 0.00714 +0.57500 0.02500 0.02500 0.08660 0.00474 0.00474 +0.62500 0.02500 0.02500 0.05080 0.00274 0.00274 +0.67500 0.02500 0.02500 0.02920 0.00164 0.00164 +0.72500 0.02500 0.02500 0.01500 0.00085 0.00085 +0.77500 0.02500 0.02500 0.00779 0.00047 0.00047 +0.82500 0.02500 0.02500 0.00284 0.00019 0.00019 +0.87500 0.02500 0.02500 0.00081 0.00008 0.00008 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d02-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d02-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.15000 0.05000 0.05000 0.16300 0.00836 0.00836 +0.25000 0.05000 0.05000 0.14900 0.00742 0.00742 +0.35000 0.05000 0.05000 0.11200 0.00553 0.00553 +0.45000 0.05000 0.05000 0.07090 0.00349 0.00349 +0.55000 0.05000 0.05000 0.03690 0.00187 0.00187 +0.65000 0.05000 0.05000 0.01500 0.00078 0.00078 +0.75000 0.05000 0.05000 0.00482 0.00029 0.00029 +0.85000 0.05000 0.05000 0.00091 0.00009 0.00009 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d03-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d03-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.25000 0.05000 0.05000 0.05290 0.00575 0.00575 +0.35000 0.05000 0.05000 0.04490 0.00478 0.00478 +0.45000 0.05000 0.05000 0.03380 0.00356 0.00356 +0.55000 0.05000 0.05000 0.01370 0.00145 0.00145 +0.65000 0.05000 0.05000 0.00449 0.00051 0.00051 +0.75000 0.05000 0.05000 0.00107 0.00016 0.00016 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d04-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d04-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.05000 0.05000 0.05000 0.01810 0.00179 0.00179 +0.15000 0.05000 0.05000 0.03250 0.00239 0.00239 +0.25000 0.05000 0.05000 0.02920 0.00204 0.00204 +0.35000 0.05000 0.05000 0.02010 0.00156 0.00156 +0.45000 0.05000 0.05000 0.01350 0.00130 0.00130 +0.55000 0.05000 0.05000 0.00685 0.00100 0.00100 +0.65000 0.05000 0.05000 0.00341 0.00069 0.00069 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d05-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d05-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.05000 0.05000 0.05000 12.30000 0.62169 0.62169 +0.15000 0.05000 0.05000 38.80000 1.84835 1.84835 +0.25000 0.05000 0.05000 38.30000 1.77775 1.77775 +0.35000 0.05000 0.05000 30.80000 1.45602 1.45602 +0.45000 0.05000 0.05000 18.40000 0.86585 0.86585 +0.55000 0.05000 0.05000 9.25000 0.44272 0.44272 +0.65000 0.05000 0.05000 3.86000 0.19172 0.19172 +0.75000 0.05000 0.05000 1.22000 0.14155 0.14155 +0.85000 0.05000 0.05000 0.20900 0.03147 0.03147 +0.95000 0.05000 0.05000 0.00000 0.00000 0.00000 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d06-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d06-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.05000 0.05000 0.05000 0.58200 0.09396 0.09396 +0.15000 0.05000 0.05000 1.75000 0.12343 0.12343 +0.25000 0.05000 0.05000 1.93000 0.11307 0.11307 +0.35000 0.05000 0.05000 1.75000 0.09596 0.09596 +0.45000 0.05000 0.05000 1.39000 0.07767 0.07767 +0.55000 0.05000 0.05000 0.87400 0.06720 0.06720 +0.65000 0.05000 0.05000 0.36400 0.02941 0.02941 +0.75000 0.05000 0.05000 0.14700 0.01374 0.01374 +0.85000 0.05000 0.05000 0.04540 0.00866 0.00866 +0.95000 0.05000 0.05000 0.01680 0.00933 0.00933 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d07-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d07-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.05000 0.05000 0.05000 2.71000 0.36056 0.36056 +0.15000 0.05000 0.05000 7.56000 0.42202 0.42202 +0.25000 0.05000 0.05000 8.23000 0.42544 0.42544 +0.35000 0.05000 0.05000 7.44000 0.37577 0.37577 +0.45000 0.05000 0.05000 4.96000 0.26420 0.26420 +0.55000 0.05000 0.05000 2.86000 0.16101 0.16101 +0.65000 0.05000 0.05000 1.04000 0.07701 0.07701 +0.75000 0.05000 0.05000 0.24000 0.03195 0.03195 +0.85000 0.05000 0.05000 0.06180 0.01624 0.01624 +0.95000 0.05000 0.05000 0.00248 0.00350 0.00350 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d08-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d08-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.01000 0.01000 0.01000 0.00007 0.00007 0.00007 +0.03000 0.01000 0.01000 0.00000 0.00000 0.00000 +0.05000 0.01000 0.01000 0.00200 0.00270 0.00270 +0.07000 0.01000 0.01000 0.00546 0.00571 0.00571 +0.09000 0.01000 0.01000 0.00684 0.00671 0.00671 +0.11000 0.01000 0.01000 0.00563 0.00291 0.00291 +0.13000 0.01000 0.01000 0.01130 0.00443 0.00443 +0.15000 0.01000 0.01000 0.01080 0.00374 0.00374 +0.17000 0.01000 0.01000 0.01730 0.00616 0.00616 +0.19000 0.01000 0.01000 0.01650 0.00349 0.00349 +0.21000 0.01000 0.01000 0.02320 0.00348 0.00348 +0.23000 0.01000 0.01000 0.02770 0.00392 0.00392 +0.25000 0.01000 0.01000 0.03580 0.00416 0.00416 +0.27000 0.01000 0.01000 0.03780 0.00420 0.00420 +0.29000 0.01000 0.01000 0.05480 0.00483 0.00483 +0.31000 0.01000 0.01000 0.05930 0.00510 0.00510 +0.33000 0.01000 0.01000 0.08200 0.00587 0.00587 +0.35000 0.01000 0.01000 0.09630 0.00637 0.00637 +0.37000 0.01000 0.01000 0.10800 0.00681 0.00681 +0.39000 0.01000 0.01000 0.12800 0.00766 0.00766 +0.41000 0.01000 0.01000 0.14300 0.00832 0.00832 +0.43000 0.01000 0.01000 0.16900 0.00940 0.00940 +0.45000 0.01000 0.01000 0.19600 0.01060 0.01060 +0.47000 0.01000 0.01000 0.22100 0.01200 0.01200 +0.49000 0.01000 0.01000 0.25900 0.01386 0.01386 +0.51000 0.01000 0.01000 0.27200 0.01310 0.01310 +0.53000 0.01000 0.01000 0.30700 0.01510 0.01510 +0.55000 0.01000 0.01000 0.34000 0.01609 0.01609 +0.57000 0.01000 0.01000 0.35900 0.01708 0.01708 +0.59000 0.01000 0.01000 0.37900 0.01808 0.01808 +0.61000 0.01000 0.01000 0.39100 0.01908 0.01908 +0.63000 0.01000 0.01000 0.39400 0.01907 0.01907 +0.65000 0.01000 0.01000 0.39100 0.01907 0.01907 +0.67000 0.01000 0.01000 0.37800 0.01807 0.01807 +0.69000 0.01000 0.01000 0.35200 0.01707 0.01707 +0.71000 0.01000 0.01000 0.32800 0.01607 0.01607 +0.73000 0.01000 0.01000 0.29600 0.01407 0.01407 +0.75000 0.01000 0.01000 0.26100 0.01308 0.01308 +0.77000 0.01000 0.01000 0.21800 0.01108 0.01108 +0.79000 0.01000 0.01000 0.18300 0.00898 0.00898 +0.81000 0.01000 0.01000 0.14700 0.00718 0.00718 +0.83000 0.01000 0.01000 0.11800 0.00581 0.00581 +0.85000 0.01000 0.01000 0.08740 0.00431 0.00431 +0.87000 0.01000 0.01000 0.06600 0.00333 0.00333 +0.89000 0.01000 0.01000 0.04490 0.00236 0.00236 +0.91000 0.01000 0.01000 0.03000 0.00186 0.00186 +0.93000 0.01000 0.01000 0.01730 0.00109 0.00109 +0.95000 0.01000 0.01000 0.00980 0.00086 0.00086 +0.97000 0.01000 0.01000 0.00335 0.00089 0.00089 +0.99000 0.01000 0.01000 0.00013 0.00020 0.00020 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d09-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d09-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.45000 0.01000 0.01000 0.00480 0.00080 0.00080 +0.47000 0.01000 0.01000 0.00501 0.00080 0.00080 +0.49000 0.01000 0.01000 0.00646 0.00071 0.00071 +0.51000 0.01000 0.01000 0.00803 0.00086 0.00086 +0.53000 0.01000 0.01000 0.01090 0.00096 0.00096 +0.55000 0.01000 0.01000 0.01160 0.00097 0.00097 +0.57000 0.01000 0.01000 0.01360 0.00105 0.00105 +0.59000 0.01000 0.01000 0.01450 0.00108 0.00108 +0.61000 0.01000 0.01000 0.01590 0.00113 0.00113 +0.63000 0.01000 0.01000 0.01710 0.00119 0.00119 +0.65000 0.01000 0.01000 0.01900 0.00126 0.00126 +0.67000 0.01000 0.01000 0.02210 0.00143 0.00143 +0.69000 0.01000 0.01000 0.02400 0.00152 0.00152 +0.71000 0.01000 0.01000 0.02630 0.00161 0.00161 +0.73000 0.01000 0.01000 0.02870 0.00171 0.00171 +0.75000 0.01000 0.01000 0.02900 0.00178 0.00178 +0.77000 0.01000 0.01000 0.02690 0.00159 0.00159 +0.79000 0.01000 0.01000 0.02950 0.00178 0.00178 +0.81000 0.01000 0.01000 0.02700 0.00158 0.00158 +0.83000 0.01000 0.01000 0.02820 0.00168 0.00168 +0.85000 0.01000 0.01000 0.02600 0.00157 0.00157 +0.87000 0.01000 0.01000 0.02310 0.00138 0.00138 +0.89000 0.01000 0.01000 0.01860 0.00117 0.00117 +0.91000 0.01000 0.01000 0.01520 0.00097 0.00097 +0.93000 0.01000 0.01000 0.01140 0.00077 0.00077 +0.95000 0.01000 0.01000 0.00627 0.00052 0.00052 +0.97000 0.01000 0.01000 0.00448 0.00039 0.00039 +0.99000 0.01000 0.01000 0.00260 0.00029 0.00029 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d10-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d10-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.45000 0.01000 0.01000 0.00881 0.00100 0.00100 +0.47000 0.01000 0.01000 0.01130 0.00094 0.00094 +0.49000 0.01000 0.01000 0.01420 0.00110 0.00110 +0.51000 0.01000 0.01000 0.01400 0.00110 0.00110 +0.53000 0.01000 0.01000 0.01730 0.00134 0.00134 +0.55000 0.01000 0.01000 0.01890 0.00140 0.00140 +0.57000 0.01000 0.01000 0.02160 0.00150 0.00150 +0.59000 0.01000 0.01000 0.02530 0.00168 0.00168 +0.61000 0.01000 0.01000 0.02780 0.00186 0.00186 +0.63000 0.01000 0.01000 0.03160 0.00205 0.00205 +0.65000 0.01000 0.01000 0.03430 0.00224 0.00224 +0.67000 0.01000 0.01000 0.03680 0.00243 0.00243 +0.69000 0.01000 0.01000 0.03930 0.00253 0.00253 +0.71000 0.01000 0.01000 0.04010 0.00262 0.00262 +0.73000 0.01000 0.01000 0.04060 0.00262 0.00262 +0.75000 0.01000 0.01000 0.04060 0.00262 0.00262 +0.77000 0.01000 0.01000 0.03790 0.00241 0.00241 +0.79000 0.01000 0.01000 0.03750 0.00241 0.00241 +0.81000 0.01000 0.01000 0.03590 0.00231 0.00231 +0.83000 0.01000 0.01000 0.03450 0.00221 0.00221 +0.85000 0.01000 0.01000 0.03120 0.00201 0.00201 +0.87000 0.01000 0.01000 0.02920 0.00191 0.00191 +0.89000 0.01000 0.01000 0.02480 0.00161 0.00161 +0.91000 0.01000 0.01000 0.02200 0.00151 0.00151 +0.93000 0.01000 0.01000 0.01390 0.00097 0.00097 +0.95000 0.01000 0.01000 0.01290 0.00092 0.00092 +0.97000 0.01000 0.01000 0.00844 0.00065 0.00065 +0.99000 0.01000 0.01000 0.00452 0.00040 0.00040 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d11-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d11-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.45000 0.01000 0.01000 0.00904 0.00086 0.00086 +0.47000 0.01000 0.01000 0.00966 0.00087 0.00087 +0.49000 0.01000 0.01000 0.01110 0.00097 0.00097 +0.51000 0.01000 0.01000 0.01200 0.00103 0.00103 +0.53000 0.01000 0.01000 0.01440 0.00121 0.00121 +0.55000 0.01000 0.01000 0.01450 0.00120 0.00120 +0.57000 0.01000 0.01000 0.01600 0.00130 0.00130 +0.59000 0.01000 0.01000 0.01750 0.00140 0.00140 +0.61000 0.01000 0.01000 0.01840 0.00149 0.00149 +0.63000 0.01000 0.01000 0.01960 0.00157 0.00157 +0.65000 0.01000 0.01000 0.02050 0.00167 0.00167 +0.67000 0.01000 0.01000 0.02140 0.00168 0.00168 +0.69000 0.01000 0.01000 0.02090 0.00167 0.00167 +0.71000 0.01000 0.01000 0.02000 0.00157 0.00157 +0.73000 0.01000 0.01000 0.01960 0.00156 0.00156 +0.75000 0.01000 0.01000 0.01880 0.00149 0.00149 +0.77000 0.01000 0.01000 0.01570 0.00126 0.00126 +0.79000 0.01000 0.01000 0.01480 0.00116 0.00116 +0.81000 0.01000 0.01000 0.01250 0.00102 0.00102 +0.83000 0.01000 0.01000 0.01030 0.00085 0.00085 +0.85000 0.01000 0.01000 0.00852 0.00071 0.00071 +0.87000 0.01000 0.01000 0.00634 0.00055 0.00055 +0.89000 0.01000 0.01000 0.00407 0.00036 0.00036 +0.91000 0.01000 0.01000 0.00300 0.00028 0.00028 +0.93000 0.01000 0.01000 0.00163 0.00018 0.00018 +0.95000 0.01000 0.01000 0.00079 0.00011 0.00011 +0.97000 0.01000 0.01000 0.00034 0.00006 0.00006 +0.99000 0.01000 0.01000 0.00009 0.00005 0.00005 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d12-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d12-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.45000 0.01000 0.01000 0.00956 0.00156 0.00156 +0.47000 0.01000 0.01000 0.01010 0.00163 0.00163 +0.49000 0.01000 0.01000 0.01140 0.00170 0.00170 +0.51000 0.01000 0.01000 0.01370 0.00192 0.00192 +0.53000 0.01000 0.01000 0.01470 0.00200 0.00200 +0.55000 0.01000 0.01000 0.01560 0.00208 0.00208 +0.57000 0.01000 0.01000 0.01440 0.00192 0.00192 +0.59000 0.01000 0.01000 0.02020 0.00251 0.00251 +0.61000 0.01000 0.01000 0.02200 0.00268 0.00268 +0.63000 0.01000 0.01000 0.02100 0.00255 0.00255 +0.65000 0.01000 0.01000 0.02130 0.00255 0.00255 +0.67000 0.01000 0.01000 0.01980 0.00237 0.00237 +0.69000 0.01000 0.01000 0.01820 0.00222 0.00222 +0.71000 0.01000 0.01000 0.01840 0.00221 0.00221 +0.73000 0.01000 0.01000 0.01880 0.00219 0.00219 +0.75000 0.01000 0.01000 0.01610 0.00196 0.00196 +0.77000 0.01000 0.01000 0.01370 0.00170 0.00170 +0.79000 0.01000 0.01000 0.01160 0.00140 0.00140 +0.81000 0.01000 0.01000 0.00927 0.00120 0.00120 +0.83000 0.01000 0.01000 0.00744 0.00102 0.00102 +0.85000 0.01000 0.01000 0.00665 0.00091 0.00091 +0.87000 0.01000 0.01000 0.00424 0.00069 0.00069 +0.89000 0.01000 0.01000 0.00324 0.00058 0.00058 +0.91000 0.01000 0.01000 0.00282 0.00051 0.00051 +0.93000 0.01000 0.01000 0.00130 0.00043 0.00043 +0.95000 0.01000 0.01000 0.00086 0.00049 0.00049 +0.97000 0.01000 0.01000 0.00055 0.00026 0.00026 +0.99000 0.01000 0.01000 0.00013 0.00044 0.00044 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d13-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d13-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.30000 0.10000 0.10000 0.00396 0.00181 0.00181 +0.50000 0.10000 0.10000 0.01030 0.00215 0.00215 +0.70000 0.10000 0.10000 0.01160 0.00207 0.00207 +0.90000 0.10000 0.10000 0.00234 0.00089 0.00089 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d14-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d14-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.05000 0.05000 0.05000 0.00087 0.01100 0.01100 +0.15000 0.05000 0.05000 0.04600 0.00830 0.00830 +0.25000 0.05000 0.05000 0.09600 0.02246 0.02246 +0.35000 0.05000 0.05000 0.17200 0.02915 0.02915 +0.45000 0.05000 0.05000 0.36500 0.03712 0.03712 +0.55000 0.05000 0.05000 0.61900 0.04469 0.04469 +0.65000 0.05000 0.05000 0.85500 0.05315 0.05315 +0.75000 0.05000 0.05000 0.75100 0.04610 0.04610 +0.85000 0.05000 0.05000 0.36800 0.02780 0.02780 +0.95000 0.05000 0.05000 0.05130 0.01019 0.01019 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2017_I1606201/d15-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2017_I1606201/d15-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.05000 0.05000 0.05000 0.00000 0.00170 0.00170 +0.15000 0.05000 0.05000 0.00174 0.00170 0.00170 +0.25000 0.05000 0.05000 0.04110 0.01215 0.01215 +0.35000 0.05000 0.05000 0.05000 0.01222 0.01222 +0.45000 0.05000 0.05000 0.11200 0.01490 0.01490 +0.55000 0.05000 0.05000 0.20000 0.02107 0.02107 +0.65000 0.05000 0.05000 0.26100 0.02247 0.02247 +0.75000 0.05000 0.05000 0.21300 0.02045 0.02045 +0.85000 0.05000 0.05000 0.07410 0.01247 0.01247 +0.95000 0.05000 0.05000 0.01760 0.00655 0.00655 +END YODA_SCATTER2D_V2