diff --git a/analyses/pluginBABAR/BABAR_2018_I1679886.cc b/analyses/pluginBABAR/BABAR_2018_I1679886.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginBABAR/BABAR_2018_I1679886.cc @@ -0,0 +1,99 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/UnstableParticles.hh" + +namespace Rivet { + + + /// @brief Add a short analysis description here + class BABAR_2018_I1679886 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(BABAR_2018_I1679886); + + + /// @name Analysis methods + //@{ + + /// Book histograms and initialise projections before the run + void init() { + + declare(UnstableParticles(), "UFS"); + _h_KK = bookHisto1D( 1, 1, 1); + + } + + void findDecayProducts(const Particle & mother, unsigned int & nstable, + unsigned int & nK0, unsigned int & nKp, + unsigned int & nKm, FourMomentum & ptot) { + for(const Particle & p : mother.children()) { + int id = p.pdgId(); + if ( id == PID::KPLUS ) { + ++nKp; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::KMINUS ) { + ++nKm; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::K0S) { + ++nK0; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PI0 || id == PID::PIPLUS || id == PID::PIMINUS) { + ++nstable; + } + else if ( !p.children().empty() ) { + findDecayProducts(p, nstable, nK0, nKp, nKm, ptot); + } + else + ++nstable; + } + } + + /// Perform the per-event analysis + void analyze(const Event& event) { + + // Loop over taus + for(const Particle& tau : apply(event, "UFS").particles(Cuts::abspid==PID::TAU)) { + unsigned int nstable(0),nK0(0),nKp(0),nKm(0); + FourMomentum p_tot(0,0,0,0); + findDecayProducts(tau, nstable, nK0, nKp, nKm, p_tot); + if (tau.pdgId() < 0) { + swap(nKp,nKm); + } + if(nstable!=3) continue; + if(nKm==1 && nK0==1 ) + _h_KK->fill(p_tot.mass(), event.weight()); + } + + + } + + + /// Normalise histograms etc., after the run + void finalize() { + normalize(_h_KK); + } + + //@} + + + /// @name Histograms + //@{ + Histo1DPtr _h_KK; + //@} + + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(BABAR_2018_I1679886); + + +} diff --git a/analyses/pluginBABAR/BABAR_2018_I1679886.info b/analyses/pluginBABAR/BABAR_2018_I1679886.info new file mode 100644 --- /dev/null +++ b/analyses/pluginBABAR/BABAR_2018_I1679886.info @@ -0,0 +1,34 @@ +Name: BABAR_2018_I1679886 +Year: 2018 +Summary: Mass spectrum for $K^-K_S^0$ decays of the $\tau^-$ lepton +Experiment: BABAR +Collider: PEP-II +InspireID: 1679886 +Status: VALIDATED +Authors: + - Peter Richardson +References: + - Phys.Rev. D98 (2018) no.3, 032010 +RunInfo: e+ e- > tau+ tau-, or any process producing tau leptons +Description: + 'Mass spectra for $K^-K_S^0$ in tau decays + measured by BaBar. Useful for testing models of the hadronic current in $\tau$ decays.' +Keywords: [] +BibKey: BaBar:2018qry +BibTeX: '@article{BaBar:2018qry, + author = "Lees, J. P. and others", + title = "{Measurement of the spectral function for the $\tau^-\to + K^-K_S\nu_{\tau}$ decay}", + collaboration = "BaBar", + journal = "Phys. Rev.", + volume = "D98", + year = "2018", + number = "3", + pages = "032010", + doi = "10.1103/PhysRevD.98.032010", + eprint = "1806.10280", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "BABAR-PUB-18/005, SLAC-PUB-17286, BABAR-PUB-18-005", + SLACcitation = "%%CITATION = ARXIV:1806.10280;%%" +}' diff --git a/analyses/pluginBABAR/BABAR_2018_I1679886.plot b/analyses/pluginBABAR/BABAR_2018_I1679886.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginBABAR/BABAR_2018_I1679886.plot @@ -0,0 +1,6 @@ +BEGIN PLOT /BABAR_2018_I1679886/d01-x01-y01 +Title=$K^-K^0_S$ mass in $\tau^-\to K^-K^0_S\nu_\tau$ decays +XLabel=$m_{K^-K^0_S}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{K^-K^0_S}$ [ $\text{GeV}^{-1}$] +LogY=0 +END PLOT diff --git a/analyses/pluginBABAR/BABAR_2018_I1679886.yoda b/analyses/pluginBABAR/BABAR_2018_I1679886.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginBABAR/BABAR_2018_I1679886.yoda @@ -0,0 +1,24 @@ +BEGIN YODA_SCATTER2D_V2 /REF/BABAR_2018_I1679886/d01-x01-y01 +IsRef: 1 +Path: /REF/BABAR_2018_I1679886/d01-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.00000 0.02000 0.02000 1.40000e-01 3.50000e-02 3.50000e-02 +1.04000 0.02000 0.02000 6.50000e-01 6.75000e-02 6.75000e-02 +1.08000 0.02000 0.02000 1.15000e+00 8.00000e-02 8.00000e-02 +1.12000 0.02000 0.02000 1.77000e+00 8.75000e-02 8.75000e-02 +1.16000 0.02000 0.02000 2.11000e+00 8.50000e-02 8.50000e-02 +1.20000 0.02000 0.02000 2.30750e+00 8.25000e-02 8.25000e-02 +1.24000 0.02000 0.02000 2.45500e+00 8.00000e-02 8.00000e-02 +1.28000 0.02000 0.02000 2.46000e+00 8.00000e-02 8.00000e-02 +1.32000 0.02000 0.02000 2.40750e+00 7.50000e-02 7.50000e-02 +1.36000 0.02000 0.02000 2.25500e+00 7.25000e-02 7.25000e-02 +1.40000 0.02000 0.02000 2.19500e+00 7.75000e-02 7.75000e-02 +1.44000 0.02000 0.02000 1.62750e+00 6.50000e-02 6.50000e-02 +1.48000 0.02000 0.02000 1.43250e+00 6.25000e-02 6.25000e-02 +1.52000 0.02000 0.02000 9.52500e-01 6.25000e-02 6.25000e-02 +1.60000 0.06000 0.06000 3.07500e-01 2.00000e-02 2.00000e-02 +1.72000 0.06000 0.06000 5.50000e-02 8.50000e-02 8.50000e-02 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginBELLE/BELLE_2007_I753243.cc b/analyses/pluginBELLE/BELLE_2007_I753243.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2007_I753243.cc @@ -0,0 +1,96 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/UnstableParticles.hh" + +namespace Rivet { + + + /// @brief Add a short analysis description here + class BELLE_2007_I753243 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(BELLE_2007_I753243); + + + /// @name Analysis methods + //@{ + + /// Book histograms and initialise projections before the run + void init() { + + declare(UnstableParticles(), "UFS"); + _hist_Kpi = bookHisto1D( 1, 1, 1); + + } + + void findDecayProducts(const Particle & mother, unsigned int & nstable, + unsigned int & npip, unsigned int & npim, + unsigned int & nK, FourMomentum & ptot) { + for(const Particle & p : mother.children()) { + int id = p.pdgId(); + if (id == PID::K0S ) { + ++nK; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PIPLUS) { + ++npip; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PIMINUS) { + ++npim; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PI0 || id == PID::KPLUS || + id == PID::KMINUS) { + ++nstable; + } + else if ( !p.children().empty() ) { + findDecayProducts(p, nstable, npip, npim, nK,ptot); + } + else + ++nstable; + } + } + + /// Perform the per-event analysis + void analyze(const Event& event) { + + // Loop over taus + for(const Particle& tau : apply(event, "UFS").particles(Cuts::abspid==PID::TAU)) { + unsigned int nstable(0),npip(0),npim(0),nK(0); + FourMomentum p_tot(0,0,0,0); + findDecayProducts(tau, nstable, npip, npim, nK, p_tot); + if (tau.pdgId() < 0) swap(npip, npim); + if(nstable==3 && npim==1 && nK==1) + _hist_Kpi->fill(p_tot.mass(), event.weight()); + } + } + + + /// Normalise histograms etc., after the run + void finalize() { + + normalize(_hist_Kpi); + } + + //@} + + + /// @name Histograms + //@{ + Histo1DPtr _hist_Kpi; + //@} + + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(BELLE_2007_I753243); + + +} diff --git a/analyses/pluginBELLE/BELLE_2007_I753243.info b/analyses/pluginBELLE/BELLE_2007_I753243.info new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2007_I753243.info @@ -0,0 +1,32 @@ +Name: BELLE_2007_I753243 +Year: 2007 +Summary: $K_S^0\pi^-$ spectrum in $\tau$ decays +Experiment: BELLE +Collider: KEKB +InspireID: 753243 +Status: VALIDATED +Authors: + - Peter Richardson +References: + - Phys.Lett. B654 (2007) 65-73 +RunInfo: e+ e- > tau+ tau-, or any process producing tau leptons +NeedCrossSection: no +Description: + 'Measurement of the spectrum of $K_S^0\pi^-$ spectrum in $\tau$ decays by BELLE. Useful for testing models of the hadronic current in $\tau$ decays.' +Keywords: [] +BibKey: Epifanov:2007rf +BibTeX: '@article{Epifanov:2007rf, + author = "Epifanov, D. and others", + title = "{Study of tau- ---> K(S) pi- nu(tau) decay at Belle}", + collaboration = "Belle", + journal = "Phys. Lett.", + volume = "B654", + year = "2007", + pages = "65-73", + doi = "10.1016/j.physletb.2007.08.045", + eprint = "0706.2231", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "BELLE-PREPRINT-2007-28, KEK-PREPRINT-2007-17", + SLACcitation = "%%CITATION = ARXIV:0706.2231;%%" +}' diff --git a/analyses/pluginBELLE/BELLE_2007_I753243.plot b/analyses/pluginBELLE/BELLE_2007_I753243.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2007_I753243.plot @@ -0,0 +1,6 @@ +BEGIN PLOT /BELLE_2007_I753243/d01-x01-y01 +Title=$K^0_S\pi^-$ mass in $\tau^-\to K^0_S\pi^-\nu_\tau$ decays +XLabel=$m_{K^0_S\pi^-}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{K^0_S\pi^-}$ [ $\text{GeV}^{-1}$] +LogY=1 +END PLOT diff --git a/analyses/pluginBELLE/BELLE_2007_I753243.yoda b/analyses/pluginBELLE/BELLE_2007_I753243.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2007_I753243.yoda @@ -0,0 +1,108 @@ +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2007_I753243/d01-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2007_I753243/d01-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.63575 0.00575 0.00575 0.01118 0.00989 0.00989 +0.64725 0.00575 0.00575 0.05067 0.03556 0.03556 +0.65875 0.00575 0.00575 0.07109 0.02664 0.02664 +0.67025 0.00575 0.00575 0.05823 0.03188 0.03188 +0.68175 0.00575 0.00575 0.19600 0.04730 0.04730 +0.69325 0.00575 0.00575 0.18412 0.03433 0.03433 +0.70475 0.00575 0.00575 0.18844 0.03728 0.03728 +0.71625 0.00575 0.00575 0.12470 0.03171 0.03171 +0.72775 0.00575 0.00575 0.16022 0.04072 0.04072 +0.73925 0.00575 0.00575 0.19650 0.03887 0.03887 +0.75075 0.00575 0.00575 0.24746 0.04612 0.04612 +0.76225 0.00575 0.00575 0.31197 0.04596 0.04596 +0.77375 0.00575 0.00575 0.38061 0.04412 0.04412 +0.78525 0.00575 0.00575 0.43765 0.04725 0.04725 +0.79675 0.00575 0.00575 0.50624 0.04884 0.04884 +0.80825 0.00575 0.00575 0.61154 0.05151 0.05151 +0.81975 0.00575 0.00575 1.02886 0.05833 0.05833 +0.83125 0.00575 0.00575 1.25126 0.06410 0.06410 +0.84275 0.00575 0.00575 1.94741 0.07446 0.07446 +0.85425 0.00575 0.00575 3.20032 0.08952 0.08952 +0.86575 0.00575 0.00575 5.68674 0.11573 0.11573 +0.87725 0.00575 0.00575 9.57489 0.14900 0.14900 +0.88875 0.00575 0.00575 13.07850 0.17615 0.17615 +0.90025 0.00575 0.00575 12.83146 0.17565 0.17565 +0.91175 0.00575 0.00575 8.97121 0.14504 0.14504 +0.92325 0.00575 0.00575 5.39607 0.11174 0.11174 +0.93475 0.00575 0.00575 3.61815 0.09145 0.09145 +0.94625 0.00575 0.00575 2.68666 0.07986 0.07986 +0.95775 0.00575 0.00575 1.95676 0.06907 0.06907 +0.96925 0.00575 0.00575 1.40083 0.05899 0.05899 +0.98075 0.00575 0.00575 1.12485 0.05463 0.05463 +0.99225 0.00575 0.00575 0.94942 0.05118 0.05118 +1.00375 0.00575 0.00575 0.76553 0.04555 0.04555 +1.01525 0.00575 0.00575 0.67588 0.04322 0.04322 +1.02675 0.00575 0.00575 0.55311 0.04000 0.04000 +1.03825 0.00575 0.00575 0.52194 0.03923 0.03923 +1.04975 0.00575 0.00575 0.46156 0.03831 0.03831 +1.06125 0.00575 0.00575 0.44322 0.03838 0.03838 +1.07275 0.00575 0.00575 0.41175 0.03551 0.03551 +1.08425 0.00575 0.00575 0.30183 0.03243 0.03243 +1.09575 0.00575 0.00575 0.30376 0.03286 0.03286 +1.10725 0.00575 0.00575 0.26531 0.03017 0.03017 +1.11875 0.00575 0.00575 0.24433 0.03066 0.03066 +1.13025 0.00575 0.00575 0.19872 0.02788 0.02788 +1.14175 0.00575 0.00575 0.18220 0.02451 0.02451 +1.15325 0.00575 0.00575 0.18210 0.02652 0.02652 +1.16475 0.00575 0.00575 0.15722 0.02510 0.02510 +1.17625 0.00575 0.00575 0.17267 0.02433 0.02433 +1.18775 0.00575 0.00575 0.15465 0.02361 0.02361 +1.19925 0.00575 0.00575 0.13474 0.02073 0.02073 +1.21075 0.00575 0.00575 0.13006 0.02084 0.02084 +1.22225 0.00575 0.00575 0.10691 0.02127 0.02127 +1.23375 0.00575 0.00575 0.10972 0.01986 0.01986 +1.24525 0.00575 0.00575 0.11256 0.01896 0.01896 +1.25675 0.00575 0.00575 0.10571 0.01875 0.01875 +1.26825 0.00575 0.00575 0.13117 0.02174 0.02174 +1.27975 0.00575 0.00575 0.10552 0.01853 0.01853 +1.29125 0.00575 0.00575 0.09014 0.01830 0.01830 +1.30275 0.00575 0.00575 0.08052 0.01627 0.01627 +1.31425 0.00575 0.00575 0.08823 0.01596 0.01596 +1.32575 0.00575 0.00575 0.10054 0.01884 0.01884 +1.33725 0.00575 0.00575 0.09984 0.01740 0.01740 +1.34875 0.00575 0.00575 0.10679 0.01789 0.01789 +1.36025 0.00575 0.00575 0.08720 0.01676 0.01676 +1.37175 0.00575 0.00575 0.06626 0.01662 0.01662 +1.38325 0.00575 0.00575 0.08654 0.01562 0.01562 +1.39475 0.00575 0.00575 0.06626 0.01693 0.01693 +1.40625 0.00575 0.00575 0.07366 0.01365 0.01365 +1.41775 0.00575 0.00575 0.06830 0.01275 0.01275 +1.42925 0.00575 0.00575 0.04540 0.01336 0.01336 +1.44075 0.00575 0.00575 0.05905 0.01288 0.01288 +1.45225 0.00575 0.00575 0.03358 0.01074 0.01074 +1.46375 0.00575 0.00575 0.04876 0.01063 0.01063 +1.47525 0.00575 0.00575 0.03150 0.00927 0.00927 +1.48675 0.00575 0.00575 0.04062 0.00938 0.00938 +1.49825 0.00575 0.00575 0.03528 0.01521 0.01521 +1.50975 0.00575 0.00575 0.03857 0.01017 0.01017 +1.52125 0.00575 0.00575 0.02896 0.01049 0.01049 +1.53275 0.00575 0.00575 0.02570 0.00933 0.00933 +1.54425 0.00575 0.00575 0.03242 0.01212 0.01212 +1.55575 0.00575 0.00575 0.01449 0.00676 0.00676 +1.56725 0.00575 0.00575 0.00946 0.00530 0.00530 +1.57875 0.00575 0.00575 0.00832 0.00414 0.00414 +1.59025 0.00575 0.00575 0.01655 0.00586 0.00586 +1.60175 0.00575 0.00575 0.01696 0.00607 0.00607 +1.61325 0.00575 0.00575 0.02772 0.00810 0.00810 +1.62475 0.00575 0.00575 0.00445 0.00295 0.00295 +1.63625 0.00575 0.00575 0.00268 0.00255 0.00255 +1.64775 0.00575 0.00575 0.00730 0.00437 0.00437 +1.65925 0.00575 0.00575 0.01125 0.00727 0.00727 +1.67075 0.00575 0.00575 0.00359 0.00401 0.00401 +1.68225 0.00575 0.00575 0.00435 0.00287 0.00287 +1.69375 0.00575 0.00575 0.00327 0.00637 0.00637 +1.70525 0.00575 0.00575 0.00164 0.00287 0.00287 +1.71675 0.00575 0.00575 0.00246 0.00260 0.00260 +1.72825 0.00575 0.00575 0.00164 0.00138 0.00138 +1.73975 0.00575 0.00575 0.00000 0.00047 0.00047 +1.75125 0.00575 0.00575 0.00627 0.00327 0.00327 +1.76275 0.00575 0.00575 0.00290 0.00236 0.00236 +1.77425 0.00575 0.00575 0.00491 0.00285 0.00285 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginBELLE/BELLE_2010_I841618.cc b/analyses/pluginBELLE/BELLE_2010_I841618.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2010_I841618.cc @@ -0,0 +1,117 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/UnstableParticles.hh" + +namespace Rivet { + + + /// @brief Add a short analysis description here + class BELLE_2010_I841618 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(BELLE_2010_I841618); + + + /// @name Analysis methods + //@{ + + /// Book histograms and initialise projections before the run + void init() { + + declare(UnstableParticles(), "UFS"); + _h_3pi = bookHisto1D( 1, 1, 1); + _h_Kpipi = bookHisto1D( 2, 1, 1); + _h_KKpi = bookHisto1D( 3, 1, 1); + _h_3K = bookHisto1D( 4, 1, 1); + + } + + void findDecayProducts(const Particle & mother, unsigned int & nstable, + unsigned int & npip, unsigned int & npim, + unsigned int & nKp, unsigned int & nKm, FourMomentum & ptot) { + for(const Particle & p : mother.children()) { + int id = p.pdgId(); + if ( id == PID::KPLUS ) { + ++nKp; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::KMINUS ) { + ++nKm; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PIPLUS) { + ++npip; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PIMINUS) { + ++npim; + ++nstable; + ptot += p.momentum(); + } + else if (id == PID::PI0 || id == PID::K0S) { + ++nstable; + } + else if ( !p.children().empty() ) { + findDecayProducts(p, nstable, npip, npim, nKp, nKm,ptot); + } + else + ++nstable; + } + } + + /// Perform the per-event analysis + void analyze(const Event& event) { + + // Loop over taus + for(const Particle& tau : apply(event, "UFS").particles(Cuts::abspid==PID::TAU)) { + unsigned int nstable(0),npip(0),npim(0),nKp(0),nKm(0); + FourMomentum p_tot(0,0,0,0); + findDecayProducts(tau, nstable, npip, npim, nKp, nKm, p_tot); + if (tau.pdgId() < 0) { + swap(npip, npim); + swap(nKp,nKm); + } + if(nstable!=4) continue; + if(npim==2 && npip==1 ) + _h_3pi->fill(p_tot.mass(), event.weight()); + else if(npim==1 && npip==1 && nKm==1) + _h_Kpipi->fill(p_tot.mass(), event.weight()); + else if(nKm==1 && nKp==1 && npim==1) + _h_KKpi->fill(p_tot.mass(), event.weight()); + else if(nKm==2 && nKp==1 ) + _h_3K->fill(p_tot.mass(), event.weight()); + } + } + + + /// Normalise histograms etc., after the run + void finalize() { + + normalize(_h_3pi); + normalize(_h_Kpipi); + normalize(_h_KKpi); + normalize(_h_3K); + + } + + //@} + + + /// @name Histograms + //@{ + Histo1DPtr _h_3pi, _h_Kpipi, _h_KKpi, _h_3K; + //@} + + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(BELLE_2010_I841618); + + +} diff --git a/analyses/pluginBELLE/BELLE_2010_I841618.info b/analyses/pluginBELLE/BELLE_2010_I841618.info new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2010_I841618.info @@ -0,0 +1,35 @@ +Name: BELLE_2010_I841618 +Year: 2010 +Summary: Mass spectra for $h^-h^-h^+$ decays of the $\tau^-$ lepton +Experiment: BELLE +Collider: KEKB +InspireID: 841618 +Status: VALIDATED +Authors: + - Peter Richardson +References: + - Phys.Rev. D81 (2010) 113007 +RunInfo: e+ e- > tau+ tau-, or any process producing tau leptons +NeedCrossSection: no +Description: + 'Mass spectra for $\pi^+\pi^-\pi^+$, $K^-\pi^+\pi^-$, $K^+K^-\pi^-$ and $K^-K^-K^+$ in tau decays + measured by BELLE. Useful for testing models of the hadronic current in $\tau$ decays.' +Keywords: [] +BibKey: Lee:2010tc +BibTeX: '@article{Lee:2010tc, + author = "Lee, M. J. and others", + title = "{Measurement of the branching fractions and the invariant + mass distributions for $\tau^- \to h^-h^+h^-\nu_{\tau}$ + decays}", + collaboration = "Belle", + journal = "Phys. Rev.", + volume = "D81", + year = "2010", + pages = "113007", + doi = "10.1103/PhysRevD.81.113007", + eprint = "1001.0083", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "BELLE-PREPRINT-2009-23, KEK-PREPRINT-2009-26", + SLACcitation = "%%CITATION = ARXIV:1001.0083;%%" +}' diff --git a/analyses/pluginBELLE/BELLE_2010_I841618.plot b/analyses/pluginBELLE/BELLE_2010_I841618.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2010_I841618.plot @@ -0,0 +1,24 @@ +BEGIN PLOT /BELLE_2010_I841618/d01-x01-y01 +Title=$\pi^-\pi^-\pi^+$ mass in $\tau^-\to \pi^-\pi^-\pi^+\nu_\tau$ decays +XLabel=$m_{\pi^-\pi^-\pi^+}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{\pi^-\pi^-\pi^+}$ [ $\text{GeV}^{-1}$] +LogY=0 +END PLOT +BEGIN PLOT /BELLE_2010_I841618/d02-x01-y01 +Title=$K^-\pi^-\pi^+$ mass in $\tau^-\to K^-\pi^-\pi^+\nu_\tau$ decays +XLabel=$m_{K^-\pi^-\pi^+}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{K^-\pi^-\pi^+}$ [ $\text{GeV}^{-1}$] +LogY=0 +END PLOT +BEGIN PLOT /BELLE_2010_I841618/d03-x01-y01 +Title=$K^-K^+\pi^-$ mass in $\tau^-\to K^-K^+\pi^-\nu_\tau$ decays +XLabel=$m_{K^-K^+\pi^-}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{K^-K^+\pi^-}$ [ $\text{GeV}^{-1}$] +LogY=0 +END PLOT +BEGIN PLOT /BELLE_2010_I841618/d04-x01-y01 +Title=$K^-K^+K^-$ mass in $\tau^-\to K^-K^+K^-\nu_\tau$ decays +XLabel=$m_{K^-K^+K^-}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{K^-K^+K^-}$ [ $\text{GeV}^{-1}$] +LogY=0 +END PLOT diff --git a/analyses/pluginBELLE/BELLE_2010_I841618.yoda b/analyses/pluginBELLE/BELLE_2010_I841618.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginBELLE/BELLE_2010_I841618.yoda @@ -0,0 +1,371 @@ +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2010_I841618/d01-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2010_I841618/d01-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.44500 0.00500 0.00500 -1.38200e-05 9.27285e-06 9.27285e-06 +0.45500 0.00500 0.00500 -2.51300e-05 1.73646e-05 1.73646e-05 +0.46500 0.00500 0.00500 -5.09500e-05 3.66793e-05 3.66793e-05 +0.47500 0.00500 0.00500 -7.90900e-05 6.02195e-05 6.02195e-05 +0.48500 0.00500 0.00500 -1.18000e-04 9.70096e-05 9.70096e-05 +0.49500 0.00500 0.00500 -1.57300e-04 1.43573e-04 1.43573e-04 +0.50500 0.00500 0.00500 -1.89900e-04 2.00203e-04 2.00203e-04 +0.51500 0.00500 0.00500 -2.11500e-04 2.73258e-04 2.73258e-04 +0.52500 0.00500 0.00500 -2.04200e-04 3.58958e-04 3.58958e-04 +0.53500 0.00500 0.00500 -1.41800e-04 4.34675e-04 4.34675e-04 +0.54500 0.00500 0.00500 -1.73000e-05 5.17404e-04 5.17404e-04 +0.55500 0.00500 0.00500 1.97400e-04 5.94862e-04 5.94862e-04 +0.56500 0.00500 0.00500 5.41500e-04 6.64486e-04 6.64486e-04 +0.57500 0.00500 0.00500 1.02900e-03 6.73202e-04 6.73202e-04 +0.58500 0.00500 0.00500 1.67300e-03 6.25927e-04 6.25927e-04 +0.59500 0.00500 0.00500 2.61800e-03 5.90146e-04 5.90146e-04 +0.60500 0.00500 0.00500 3.68600e-03 5.61363e-04 5.61363e-04 +0.61500 0.00500 0.00500 5.05600e-03 6.00403e-04 6.00403e-04 +0.62500 0.00500 0.00500 6.76700e-03 6.68027e-04 6.68027e-04 +0.63500 0.00500 0.00500 8.85300e-03 7.33108e-04 7.33108e-04 +0.64500 0.00500 0.00500 1.11300e-02 7.67531e-04 7.67531e-04 +0.65500 0.00500 0.00500 1.44000e-02 8.28550e-04 8.28550e-04 +0.66500 0.00500 0.00500 1.76400e-02 8.53037e-04 8.53037e-04 +0.67500 0.00500 0.00500 2.18300e-02 9.11295e-04 9.11295e-04 +0.68500 0.00500 0.00500 2.62200e-02 9.77070e-04 9.77070e-04 +0.69500 0.00500 0.00500 3.19100e-02 1.07764e-03 1.07764e-03 +0.70500 0.00500 0.00500 3.78800e-02 1.14495e-03 1.14495e-03 +0.71500 0.00500 0.00500 4.59100e-02 1.21733e-03 1.21733e-03 +0.72500 0.00500 0.00500 5.35400e-02 1.25969e-03 1.25969e-03 +0.73500 0.00500 0.00500 6.26600e-02 1.34778e-03 1.34778e-03 +0.74500 0.00500 0.00500 7.32600e-02 1.40934e-03 1.40934e-03 +0.75500 0.00500 0.00500 8.52500e-02 1.44950e-03 1.44950e-03 +0.76500 0.00500 0.00500 9.85100e-02 1.56730e-03 1.56730e-03 +0.77500 0.00500 0.00500 1.13400e-01 1.72748e-03 1.72748e-03 +0.78500 0.00500 0.00500 1.32200e-01 1.96733e-03 1.96733e-03 +0.79500 0.00500 0.00500 1.52500e-01 2.21157e-03 2.21157e-03 +0.80500 0.00500 0.00500 1.77400e-01 2.33812e-03 2.33812e-03 +0.81500 0.00500 0.00500 2.06300e-01 2.31910e-03 2.31910e-03 +0.82500 0.00500 0.00500 2.41300e-01 2.45767e-03 2.45767e-03 +0.83500 0.00500 0.00500 2.80000e-01 2.80132e-03 2.80132e-03 +0.84500 0.00500 0.00500 3.24300e-01 3.22219e-03 3.22219e-03 +0.85500 0.00500 0.00500 3.78500e-01 3.48916e-03 3.48916e-03 +0.86500 0.00500 0.00500 4.41200e-01 3.71298e-03 3.71298e-03 +0.87500 0.00500 0.00500 5.12800e-01 4.09783e-03 4.09783e-03 +0.88500 0.00500 0.00500 5.98400e-01 4.73535e-03 4.73535e-03 +0.89500 0.00500 0.00500 6.95200e-01 5.61756e-03 5.61756e-03 +0.90500 0.00500 0.00500 8.01000e-01 6.22687e-03 6.22687e-03 +0.91500 0.00500 0.00500 9.13000e-01 6.29005e-03 6.29005e-03 +0.92500 0.00500 0.00500 1.02800e+00 6.68353e-03 6.68353e-03 +0.93500 0.00500 0.00500 1.14800e+00 7.51685e-03 7.51685e-03 +0.94500 0.00500 0.00500 1.27300e+00 8.74356e-03 8.74356e-03 +0.95500 0.00500 0.00500 1.39500e+00 9.33349e-03 9.33349e-03 +0.96500 0.00500 0.00500 1.52200e+00 9.49977e-03 9.49977e-03 +0.97500 0.00500 0.00500 1.64300e+00 1.02477e-02 1.02477e-02 +0.98500 0.00500 0.00500 1.75500e+00 1.21206e-02 1.21206e-02 +0.99500 0.00500 0.00500 1.86300e+00 1.40406e-02 1.40406e-02 +1.00500 0.00500 0.00500 1.96100e+00 1.42921e-02 1.42921e-02 +1.01500 0.00500 0.00500 2.05500e+00 1.41508e-02 1.41508e-02 +1.02500 0.00500 0.00500 2.13900e+00 1.52102e-02 1.52102e-02 +1.03500 0.00500 0.00500 2.21800e+00 1.79498e-02 1.79498e-02 +1.04500 0.00500 0.00500 2.29200e+00 1.85373e-02 1.85373e-02 +1.05500 0.00500 0.00500 2.34700e+00 1.76894e-02 1.76894e-02 +1.06500 0.00500 0.00500 2.39800e+00 1.86658e-02 1.86658e-02 +1.07500 0.00500 0.00500 2.44300e+00 1.87015e-02 1.87015e-02 +1.08500 0.00500 0.00500 2.46800e+00 2.01276e-02 2.01276e-02 +1.09500 0.00500 0.00500 2.48500e+00 2.20436e-02 2.20436e-02 +1.10500 0.00500 0.00500 2.49600e+00 1.89596e-02 1.89596e-02 +1.11500 0.00500 0.00500 2.50300e+00 1.89711e-02 1.89711e-02 +1.12500 0.00500 0.00500 2.49400e+00 2.05676e-02 2.05676e-02 +1.13500 0.00500 0.00500 2.47400e+00 2.13987e-02 2.13987e-02 +1.14500 0.00500 0.00500 2.44900e+00 2.05736e-02 2.05736e-02 +1.15500 0.00500 0.00500 2.42700e+00 1.95528e-02 1.95528e-02 +1.16500 0.00500 0.00500 2.39700e+00 2.19660e-02 2.19660e-02 +1.17500 0.00500 0.00500 2.35000e+00 2.08373e-02 2.08373e-02 +1.18500 0.00500 0.00500 2.30100e+00 1.94963e-02 1.94963e-02 +1.19500 0.00500 0.00500 2.23900e+00 1.96005e-02 1.96005e-02 +1.20500 0.00500 0.00500 2.17800e+00 1.91898e-02 1.91898e-02 +1.21500 0.00500 0.00500 2.11400e+00 2.10819e-02 2.10819e-02 +1.22500 0.00500 0.00500 2.04100e+00 2.23148e-02 2.23148e-02 +1.23500 0.00500 0.00500 1.96600e+00 2.18711e-02 2.18711e-02 +1.24500 0.00500 0.00500 1.88900e+00 2.01005e-02 2.01005e-02 +1.25500 0.00500 0.00500 1.81900e+00 1.76217e-02 1.76217e-02 +1.26500 0.00500 0.00500 1.74100e+00 1.65963e-02 1.65963e-02 +1.27500 0.00500 0.00500 1.66300e+00 1.56822e-02 1.56822e-02 +1.28500 0.00500 0.00500 1.57700e+00 1.60829e-02 1.60829e-02 +1.29500 0.00500 0.00500 1.49600e+00 1.57821e-02 1.57821e-02 +1.30500 0.00500 0.00500 1.41500e+00 1.47673e-02 1.47673e-02 +1.31500 0.00500 0.00500 1.33500e+00 1.40072e-02 1.40072e-02 +1.32500 0.00500 0.00500 1.25800e+00 1.34814e-02 1.34814e-02 +1.33500 0.00500 0.00500 1.17900e+00 1.28776e-02 1.28776e-02 +1.34500 0.00500 0.00500 1.09900e+00 1.33991e-02 1.33991e-02 +1.35500 0.00500 0.00500 1.01400e+00 1.28443e-02 1.28443e-02 +1.36500 0.00500 0.00500 9.34100e-01 1.17906e-02 1.17906e-02 +1.37500 0.00500 0.00500 8.54400e-01 1.09026e-02 1.09026e-02 +1.38500 0.00500 0.00500 7.88600e-01 1.07064e-02 1.07064e-02 +1.39500 0.00500 0.00500 6.84500e-01 9.22957e-03 9.22957e-03 +1.40500 0.00500 0.00500 6.10500e-01 8.06834e-03 8.06834e-03 +1.41500 0.00500 0.00500 5.50300e-01 6.88882e-03 6.88882e-03 +1.42500 0.00500 0.00500 4.97200e-01 6.08521e-03 6.08521e-03 +1.43500 0.00500 0.00500 4.46300e-01 5.65360e-03 5.65360e-03 +1.44500 0.00500 0.00500 4.00400e-01 5.63395e-03 5.63395e-03 +1.45500 0.00500 0.00500 3.59100e-01 5.70863e-03 5.70863e-03 +1.46500 0.00500 0.00500 3.24700e-01 5.45374e-03 5.45374e-03 +1.47500 0.00500 0.00500 2.93300e-01 4.92950e-03 4.92950e-03 +1.48500 0.00500 0.00500 2.66000e-01 4.43768e-03 4.43768e-03 +1.49500 0.00500 0.00500 2.42200e-01 4.06021e-03 4.06021e-03 +1.50500 0.00500 0.00500 2.18900e-01 3.84848e-03 3.84848e-03 +1.51500 0.00500 0.00500 1.96000e-01 3.79477e-03 3.79477e-03 +1.52500 0.00500 0.00500 1.76800e-01 3.84828e-03 3.84828e-03 +1.53500 0.00500 0.00500 1.59100e-01 3.80327e-03 3.80327e-03 +1.54500 0.00500 0.00500 1.41800e-01 3.50632e-03 3.50632e-03 +1.55500 0.00500 0.00500 1.27500e-01 3.10028e-03 3.10028e-03 +1.56500 0.00500 0.00500 1.13500e-01 2.68528e-03 2.68528e-03 +1.57500 0.00500 0.00500 1.02700e-01 2.38588e-03 2.38588e-03 +1.58500 0.00500 0.00500 9.02800e-02 2.15130e-03 2.15130e-03 +1.59500 0.00500 0.00500 8.02500e-02 2.05794e-03 2.05794e-03 +1.60500 0.00500 0.00500 7.04100e-02 1.97562e-03 1.97562e-03 +1.61500 0.00500 0.00500 6.19100e-02 1.85499e-03 1.85499e-03 +1.62500 0.00500 0.00500 5.44400e-02 1.67820e-03 1.67820e-03 +1.63500 0.00500 0.00500 4.64900e-02 1.44065e-03 1.44065e-03 +1.64500 0.00500 0.00500 4.00800e-02 1.27496e-03 1.27496e-03 +1.65500 0.00500 0.00500 3.38900e-02 1.17031e-03 1.17031e-03 +1.66500 0.00500 0.00500 2.79800e-02 1.11583e-03 1.11583e-03 +1.67500 0.00500 0.00500 2.32200e-02 1.12566e-03 1.12566e-03 +1.68500 0.00500 0.00500 1.87300e-02 1.13558e-03 1.13558e-03 +1.69500 0.00500 0.00500 1.45200e-02 1.10420e-03 1.10420e-03 +1.70500 0.00500 0.00500 1.08600e-02 1.01894e-03 1.01894e-03 +1.71500 0.00500 0.00500 8.15300e-03 9.20246e-04 9.20246e-04 +1.72500 0.00500 0.00500 5.57700e-03 7.35926e-04 7.35926e-04 +1.73500 0.00500 0.00500 3.51700e-03 5.28201e-04 5.28201e-04 +1.74500 0.00500 0.00500 2.07700e-03 3.45843e-04 3.45843e-04 +1.75500 0.00500 0.00500 8.89000e-04 1.60333e-04 1.60333e-04 +1.76500 0.00500 0.00500 1.72100e-04 3.29419e-05 3.29419e-05 +1.77500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.78500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.79500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2010_I841618/d02-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2010_I841618/d02-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.77500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +0.78500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +0.79500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +0.80500 0.00500 0.00500 4.59800e-05 6.45127e-06 6.45127e-06 +0.81500 0.00500 0.00500 4.58900e-05 6.38167e-06 6.38167e-06 +0.82500 0.00500 0.00500 2.28900e-04 3.14772e-05 3.14772e-05 +0.83500 0.00500 0.00500 2.28200e-04 3.09609e-05 3.09609e-05 +0.84500 0.00500 0.00500 3.18400e-04 4.24981e-05 4.24981e-05 +0.85500 0.00500 0.00500 1.04200e-03 1.36451e-04 1.36451e-04 +0.86500 0.00500 0.00500 1.03800e-03 1.32883e-04 1.32883e-04 +0.87500 0.00500 0.00500 2.20000e-03 2.74708e-04 2.74708e-04 +0.88500 0.00500 0.00500 4.91100e-03 5.95935e-04 5.95935e-04 +0.89500 0.00500 0.00500 5.32500e-03 6.25362e-04 6.25362e-04 +0.90500 0.00500 0.00500 7.22900e-03 8.17987e-04 8.17987e-04 +0.91500 0.00500 0.00500 8.18300e-03 8.87632e-04 8.87632e-04 +0.92500 0.00500 0.00500 8.81300e-03 9.11037e-04 9.11037e-04 +0.93500 0.00500 0.00500 1.11500e-02 1.09117e-03 1.09117e-03 +0.94500 0.00500 0.00500 1.31700e-02 1.21288e-03 1.21288e-03 +0.95500 0.00500 0.00500 1.76800e-02 1.51963e-03 1.51963e-03 +0.96500 0.00500 0.00500 2.31600e-02 1.84609e-03 1.84609e-03 +0.97500 0.00500 0.00500 3.23600e-02 2.37628e-03 2.37628e-03 +0.98500 0.00500 0.00500 4.54800e-02 3.05629e-03 3.05629e-03 +0.99500 0.00500 0.00500 6.10000e-02 3.72635e-03 3.72635e-03 +1.00500 0.00500 0.00500 8.31100e-02 4.58684e-03 4.58684e-03 +1.01500 0.00500 0.00500 1.24900e-01 6.19240e-03 6.19240e-03 +1.02500 0.00500 0.00500 1.86900e-01 8.27170e-03 8.27170e-03 +1.03500 0.00500 0.00500 2.79700e-01 1.09680e-02 1.09680e-02 +1.04500 0.00500 0.00500 3.72400e-01 1.28409e-02 1.28409e-02 +1.05500 0.00500 0.00500 4.71400e-01 1.42167e-02 1.42167e-02 +1.06500 0.00500 0.00500 5.85400e-01 1.54081e-02 1.54081e-02 +1.07500 0.00500 0.00500 7.03500e-01 1.61955e-02 1.61955e-02 +1.08500 0.00500 0.00500 8.08600e-01 1.64397e-02 1.64397e-02 +1.09500 0.00500 0.00500 9.24400e-01 1.70127e-02 1.70127e-02 +1.10500 0.00500 0.00500 1.02400e+00 1.77558e-02 1.77558e-02 +1.11500 0.00500 0.00500 1.13600e+00 1.92642e-02 1.92642e-02 +1.12500 0.00500 0.00500 1.24300e+00 2.09942e-02 2.09942e-02 +1.13500 0.00500 0.00500 1.36200e+00 2.29395e-02 2.29395e-02 +1.14500 0.00500 0.00500 1.48000e+00 2.48506e-02 2.48506e-02 +1.15500 0.00500 0.00500 1.59100e+00 2.66593e-02 2.66593e-02 +1.16500 0.00500 0.00500 1.73300e+00 2.90454e-02 2.90454e-02 +1.17500 0.00500 0.00500 1.85100e+00 3.12191e-02 3.12191e-02 +1.18500 0.00500 0.00500 2.00000e+00 3.40032e-02 3.40032e-02 +1.19500 0.00500 0.00500 2.16500e+00 3.62841e-02 3.62841e-02 +1.20500 0.00500 0.00500 2.32600e+00 3.61531e-02 3.61531e-02 +1.21500 0.00500 0.00500 2.52600e+00 3.46598e-02 3.46598e-02 +1.22500 0.00500 0.00500 2.72600e+00 3.65415e-02 3.65415e-02 +1.23500 0.00500 0.00500 2.95500e+00 4.88702e-02 4.88702e-02 +1.24500 0.00500 0.00500 3.20800e+00 6.72746e-02 6.72746e-02 +1.25500 0.00500 0.00500 3.39700e+00 7.76767e-02 7.76767e-02 +1.26500 0.00500 0.00500 3.47000e+00 7.01283e-02 7.01283e-02 +1.27500 0.00500 0.00500 3.35000e+00 5.25232e-02 5.25232e-02 +1.28500 0.00500 0.00500 3.08800e+00 4.37627e-02 4.37627e-02 +1.29500 0.00500 0.00500 2.78000e+00 5.68059e-02 5.68059e-02 +1.30500 0.00500 0.00500 2.53600e+00 7.54969e-02 7.54969e-02 +1.31500 0.00500 0.00500 2.37100e+00 8.67786e-02 8.67786e-02 +1.32500 0.00500 0.00500 2.27400e+00 8.86502e-02 8.86502e-02 +1.33500 0.00500 0.00500 2.25900e+00 8.13340e-02 8.13340e-02 +1.34500 0.00500 0.00500 2.27100e+00 6.75006e-02 6.75006e-02 +1.35500 0.00500 0.00500 2.28800e+00 5.33424e-02 5.33424e-02 +1.36500 0.00500 0.00500 2.30100e+00 4.56854e-02 4.56854e-02 +1.37500 0.00500 0.00500 2.29500e+00 4.71304e-02 4.71304e-02 +1.38500 0.00500 0.00500 2.27000e+00 5.12284e-02 5.12284e-02 +1.39500 0.00500 0.00500 2.20300e+00 5.22551e-02 5.22551e-02 +1.40500 0.00500 0.00500 2.11500e+00 5.08797e-02 5.08797e-02 +1.41500 0.00500 0.00500 2.01200e+00 4.78818e-02 4.78818e-02 +1.42500 0.00500 0.00500 1.87100e+00 4.33674e-02 4.33674e-02 +1.43500 0.00500 0.00500 1.74300e+00 3.97278e-02 3.97278e-02 +1.44500 0.00500 0.00500 1.62300e+00 3.78275e-02 3.78275e-02 +1.45500 0.00500 0.00500 1.50900e+00 3.75841e-02 3.75841e-02 +1.46500 0.00500 0.00500 1.39400e+00 3.80702e-02 3.80702e-02 +1.47500 0.00500 0.00500 1.29600e+00 3.92849e-02 3.92849e-02 +1.48500 0.00500 0.00500 1.20700e+00 4.05195e-02 4.05195e-02 +1.49500 0.00500 0.00500 1.11900e+00 4.09933e-02 4.09933e-02 +1.50500 0.00500 0.00500 1.03900e+00 4.06999e-02 4.06999e-02 +1.51500 0.00500 0.00500 9.76300e-01 3.98592e-02 3.98592e-02 +1.52500 0.00500 0.00500 9.00100e-01 3.72654e-02 3.72654e-02 +1.53500 0.00500 0.00500 8.52200e-01 3.53140e-02 3.53140e-02 +1.54500 0.00500 0.00500 7.99100e-01 3.34783e-02 3.34783e-02 +1.55500 0.00500 0.00500 7.42600e-01 3.24306e-02 3.24306e-02 +1.56500 0.00500 0.00500 6.85400e-01 3.23406e-02 3.23406e-02 +1.57500 0.00500 0.00500 6.37600e-01 3.34387e-02 3.34387e-02 +1.58500 0.00500 0.00500 5.77500e-01 3.41325e-02 3.41325e-02 +1.59500 0.00500 0.00500 5.28700e-01 3.52686e-02 3.52686e-02 +1.60500 0.00500 0.00500 4.84800e-01 3.62737e-02 3.62737e-02 +1.61500 0.00500 0.00500 4.31200e-01 3.58758e-02 3.58758e-02 +1.62500 0.00500 0.00500 3.85700e-01 3.52966e-02 3.52966e-02 +1.63500 0.00500 0.00500 3.33000e-01 3.32029e-02 3.32029e-02 +1.64500 0.00500 0.00500 2.95200e-01 3.17531e-02 3.17531e-02 +1.65500 0.00500 0.00500 2.69100e-01 3.09780e-02 3.09780e-02 +1.66500 0.00500 0.00500 2.13400e-01 2.60741e-02 2.60741e-02 +1.67500 0.00500 0.00500 1.77800e-01 2.28881e-02 2.28881e-02 +1.68500 0.00500 0.00500 1.42100e-01 1.91240e-02 1.91240e-02 +1.69500 0.00500 0.00500 1.17100e-01 1.63896e-02 1.63896e-02 +1.70500 0.00500 0.00500 9.08700e-02 1.31441e-02 1.31441e-02 +1.71500 0.00500 0.00500 7.04600e-02 1.04889e-02 1.04889e-02 +1.72500 0.00500 0.00500 4.51700e-02 6.88498e-03 6.88498e-03 +1.73500 0.00500 0.00500 3.00500e-02 4.67043e-03 4.67043e-03 +1.74500 0.00500 0.00500 1.50000e-02 2.37014e-03 2.37014e-03 +1.75500 0.00500 0.00500 7.74500e-03 1.23996e-03 1.23996e-03 +1.76500 0.00500 0.00500 1.30300e-03 2.10680e-04 2.10680e-04 +1.77500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.78500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.79500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2010_I841618/d03-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2010_I841618/d03-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.12500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.13500 0.00500 0.00500 4.43500e-05 1.49376e-05 1.49376e-05 +1.14500 0.00500 0.00500 1.91200e-04 6.39112e-05 6.39112e-05 +1.15500 0.00500 0.00500 5.98000e-04 1.97689e-04 1.97689e-04 +1.16500 0.00500 0.00500 1.54400e-03 5.02576e-04 5.02576e-04 +1.17500 0.00500 0.00500 2.91800e-03 9.30992e-04 9.30992e-04 +1.18500 0.00500 0.00500 5.05300e-03 1.57229e-03 1.57229e-03 +1.19500 0.00500 0.00500 8.15300e-03 2.45887e-03 2.45887e-03 +1.20500 0.00500 0.00500 1.23100e-02 3.57115e-03 3.57115e-03 +1.21500 0.00500 0.00500 1.71700e-02 4.75442e-03 4.75442e-03 +1.22500 0.00500 0.00500 2.34100e-02 6.12272e-03 6.12272e-03 +1.23500 0.00500 0.00500 3.09000e-02 7.54527e-03 7.54527e-03 +1.24500 0.00500 0.00500 3.94200e-02 8.88927e-03 8.88927e-03 +1.25500 0.00500 0.00500 5.17300e-02 1.06325e-02 1.06325e-02 +1.26500 0.00500 0.00500 6.27500e-02 1.15785e-02 1.15785e-02 +1.27500 0.00500 0.00500 7.82200e-02 1.27184e-02 1.27184e-02 +1.28500 0.00500 0.00500 9.39600e-02 1.31559e-02 1.31559e-02 +1.29500 0.00500 0.00500 1.14400e-01 1.33214e-02 1.33214e-02 +1.30500 0.00500 0.00500 1.38300e-01 1.28048e-02 1.28048e-02 +1.31500 0.00500 0.00500 1.70400e-01 1.20002e-02 1.20002e-02 +1.32500 0.00500 0.00500 2.10900e-01 1.15303e-02 1.15303e-02 +1.33500 0.00500 0.00500 2.63800e-01 1.32335e-02 1.32335e-02 +1.34500 0.00500 0.00500 3.41800e-01 1.84700e-02 1.84700e-02 +1.35500 0.00500 0.00500 4.49500e-01 2.57335e-02 2.57335e-02 +1.36500 0.00500 0.00500 6.32400e-01 3.39619e-02 3.39619e-02 +1.37500 0.00500 0.00500 9.13800e-01 3.96600e-02 3.96600e-02 +1.38500 0.00500 0.00500 1.32400e+00 4.01032e-02 4.01032e-02 +1.39500 0.00500 0.00500 1.77800e+00 3.67327e-02 3.67327e-02 +1.40500 0.00500 0.00500 2.26100e+00 4.51209e-02 4.51209e-02 +1.41500 0.00500 0.00500 2.74600e+00 6.04090e-02 6.04090e-02 +1.42500 0.00500 0.00500 3.19600e+00 7.08201e-02 7.08201e-02 +1.43500 0.00500 0.00500 3.58400e+00 7.28556e-02 7.28556e-02 +1.44500 0.00500 0.00500 3.90200e+00 7.01416e-02 7.01416e-02 +1.45500 0.00500 0.00500 4.14900e+00 6.84391e-02 6.84391e-02 +1.46500 0.00500 0.00500 4.33800e+00 7.23487e-02 7.23487e-02 +1.47500 0.00500 0.00500 4.45700e+00 7.72827e-02 7.72827e-02 +1.48500 0.00500 0.00500 4.52500e+00 8.22589e-02 8.22589e-02 +1.49500 0.00500 0.00500 4.53800e+00 8.60984e-02 8.60984e-02 +1.50500 0.00500 0.00500 4.52600e+00 8.58079e-02 8.58079e-02 +1.51500 0.00500 0.00500 4.47700e+00 8.00884e-02 8.00884e-02 +1.52500 0.00500 0.00500 4.36800e+00 7.37307e-02 7.37307e-02 +1.53500 0.00500 0.00500 4.26100e+00 7.03195e-02 7.03195e-02 +1.54500 0.00500 0.00500 4.09900e+00 6.97423e-02 6.97423e-02 +1.55500 0.00500 0.00500 3.88800e+00 7.12950e-02 7.12950e-02 +1.56500 0.00500 0.00500 3.65800e+00 7.39229e-02 7.39229e-02 +1.57500 0.00500 0.00500 3.39900e+00 7.59900e-02 7.59900e-02 +1.58500 0.00500 0.00500 3.14500e+00 7.78794e-02 7.78794e-02 +1.59500 0.00500 0.00500 2.83800e+00 7.75612e-02 7.75612e-02 +1.60500 0.00500 0.00500 2.54700e+00 7.63901e-02 7.63901e-02 +1.61500 0.00500 0.00500 2.25500e+00 7.39768e-02 7.39768e-02 +1.62500 0.00500 0.00500 1.99800e+00 7.15300e-02 7.15300e-02 +1.63500 0.00500 0.00500 1.75400e+00 6.79003e-02 6.79003e-02 +1.64500 0.00500 0.00500 1.50700e+00 6.26924e-02 6.26924e-02 +1.65500 0.00500 0.00500 1.29600e+00 5.80050e-02 5.80050e-02 +1.66500 0.00500 0.00500 1.10300e+00 5.33428e-02 5.33428e-02 +1.67500 0.00500 0.00500 9.45200e-01 4.96375e-02 4.96375e-02 +1.68500 0.00500 0.00500 8.11400e-01 4.63603e-02 4.63603e-02 +1.69500 0.00500 0.00500 6.85000e-01 4.24662e-02 4.24662e-02 +1.70500 0.00500 0.00500 5.73800e-01 3.83589e-02 3.83589e-02 +1.71500 0.00500 0.00500 4.80900e-01 3.43412e-02 3.43412e-02 +1.72500 0.00500 0.00500 3.78700e-01 2.85967e-02 2.85967e-02 +1.73500 0.00500 0.00500 2.71700e-01 2.14996e-02 2.14996e-02 +1.74500 0.00500 0.00500 1.71600e-01 1.41094e-02 1.41094e-02 +1.75500 0.00500 0.00500 8.27700e-02 7.01701e-03 7.01701e-03 +1.76500 0.00500 0.00500 1.56700e-02 1.36061e-03 1.36061e-03 +1.77500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.78500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.79500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2010_I841618/d04-x01-y01 +IsRef: 1 +Path: /REF/BELLE_2010_I841618/d04-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.48500 0.00500 0.00500 2.15300e-02 3.05341e-03 3.05341e-03 +1.49500 0.00500 0.00500 1.83800e-01 2.58436e-02 2.58436e-02 +1.50500 0.00500 0.00500 8.12700e-01 1.12250e-01 1.12250e-01 +1.51500 0.00500 0.00500 1.52800e+00 2.05463e-01 2.05463e-01 +1.52500 0.00500 0.00500 2.88800e+00 3.73661e-01 3.73661e-01 +1.53500 0.00500 0.00500 3.58500e+00 4.40864e-01 4.40864e-01 +1.54500 0.00500 0.00500 5.02000e+00 5.78170e-01 5.78170e-01 +1.55500 0.00500 0.00500 5.25700e+00 5.58129e-01 5.58129e-01 +1.56500 0.00500 0.00500 6.15800e+00 5.92585e-01 5.92585e-01 +1.57500 0.00500 0.00500 6.09100e+00 5.24612e-01 5.24612e-01 +1.58500 0.00500 0.00500 7.45200e+00 5.72648e-01 5.72648e-01 +1.59500 0.00500 0.00500 7.08000e+00 4.95929e-01 4.95929e-01 +1.60500 0.00500 0.00500 6.75300e+00 4.57297e-01 4.57297e-01 +1.61500 0.00500 0.00500 6.80800e+00 4.85206e-01 4.85206e-01 +1.62500 0.00500 0.00500 6.79000e+00 5.46123e-01 5.46123e-01 +1.63500 0.00500 0.00500 5.54800e+00 5.19924e-01 5.19924e-01 +1.64500 0.00500 0.00500 4.96700e+00 5.48267e-01 5.48267e-01 +1.65500 0.00500 0.00500 4.94000e+00 6.43780e-01 6.43780e-01 +1.66500 0.00500 0.00500 4.10200e+00 6.32126e-01 6.32126e-01 +1.67500 0.00500 0.00500 3.38100e+00 6.16767e-01 6.16767e-01 +1.68500 0.00500 0.00500 2.75700e+00 5.94978e-01 5.94978e-01 +1.69500 0.00500 0.00500 2.35100e+00 5.97622e-01 5.97622e-01 +1.70500 0.00500 0.00500 1.82500e+00 5.44315e-01 5.44315e-01 +1.71500 0.00500 0.00500 1.52300e+00 5.31133e-01 5.31133e-01 +1.72500 0.00500 0.00500 1.01500e+00 4.10732e-01 4.10732e-01 +1.73500 0.00500 0.00500 5.79800e-01 2.69949e-01 2.69949e-01 +1.74500 0.00500 0.00500 3.57700e-01 1.89348e-01 1.89348e-01 +1.75500 0.00500 0.00500 1.65200e-01 9.79094e-02 9.79094e-02 +1.76500 0.00500 0.00500 5.77800e-02 3.76844e-02 3.76844e-02 +1.77500 0.00500 0.00500 2.47800e-03 1.74184e-03 1.74184e-03 +1.78500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +1.79500 0.00500 0.00500 0.00000e+00 0.00000e+00 0.00000e+00 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCESR/CLEO_1999_I508944.cc b/analyses/pluginCESR/CLEO_1999_I508944.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginCESR/CLEO_1999_I508944.cc @@ -0,0 +1,101 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/UnstableParticles.hh" + +namespace Rivet { + + + /// @brief Add a short analysis description here + class CLEO_1999_I508944 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(CLEO_1999_I508944); + + + /// @name Analysis methods + //@{ + + /// Book histograms and initialise projections before the run + void init() { + declare(UnstableParticles(), "UFS"); + _hist_pipi = bookHisto1D( 1, 1, 1); + } + + + /// Perform the per-event analysis + void analyze(const Event& event) { + // Find the taus + Particles taus; + const UnstableParticles& ufs = apply(event, "UFS"); + foreach (const Particle& p, ufs.particles()) { + if (p.abspid() != PID::TAU) continue; + Particles pip, pim, pi0; + unsigned int nstable = 0; + // get the boost to the rest frame + // find the decay products we want + findDecayProducts(p, nstable, pip, pim, pi0); + if (p.pid() < 0) { + swap(pip, pim); + } + if (nstable != 3) continue; + // pipi + if (pim.size() == 1 && pi0.size() == 1) + _hist_pipi->fill((pi0[0].momentum()+pim[0].momentum()).mass(),event.weight()); + } + } + + void findDecayProducts(const Particle & mother, + unsigned int & nstable, + Particles& pip, Particles& pim, + Particles& pi0) { + for(const Particle & p : mother.children()) { + long id = p.pdgId(); + if (id == PID::PI0 ) { + pi0.push_back(p); + ++nstable; + } + else if (id == PID::PIPLUS) { + pip.push_back(p); + ++nstable; + } + else if (id == PID::PIMINUS) { + pim.push_back(p); + ++nstable; + } + else if (id == PID::K0S || id == PID::KPLUS || + id == PID::KMINUS) { + ++nstable; + } + else if ( !p.children().empty() ) { + findDecayProducts(p, nstable, pip, pim, pi0); + } + else + ++nstable; + } + } + + /// Normalise histograms etc., after the run + void finalize() { + + normalize(_hist_pipi); + + } + + //@} + + + /// @name Histograms + //@{ + Histo1DPtr _hist_pipi; + //@} + + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(CLEO_1999_I508944); + + +} diff --git a/analyses/pluginCESR/CLEO_1999_I508944.info b/analyses/pluginCESR/CLEO_1999_I508944.info new file mode 100644 --- /dev/null +++ b/analyses/pluginCESR/CLEO_1999_I508944.info @@ -0,0 +1,35 @@ +Name: CLEO_1999_I508944 +Year: 1999 +Summary: Measurement of Semi-Leptonic Tau Decays into $\pi^\pm\pi^0$ +Experiment: CLEO +Collider: CESR +InspireID: 508944 +Status: VALIDATED +Authors: + - Peter Richardson +References: + - Phys.Rev. D61 (2000) 112002 + - hep-ex/9910046 +RunInfo: + Tau production, can be any process but original data was in + $e^+ e^-$ at the $\Upsilon(4S)$ resonance +Description: + 'Measurement of the invariant mass spectrum of the $\pi^-\pi^0$ system in $\tau\to\pi^-\pi^0\nu_\tau$ measured by CLEO at CESR.' +Keywords: [] +BibKey: Anderson:1999ui +BibTeX: '@article{Anderson:1999ui, + author = "Anderson, S. and others", + title = "{Hadronic structure in the decay tau- ---> pi- pi0 + neutrino(tau)}", + collaboration = "CLEO", + journal = "Phys. Rev.", + volume = "D61", + year = "2000", + pages = "112002", + doi = "10.1103/PhysRevD.61.112002", + eprint = "hep-ex/9910046", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "SLAC-REPRINT-1999-116, CLNS-99-1635, CLEO-99-13", + SLACcitation = "%%CITATION = HEP-EX/9910046;%%" +}' diff --git a/analyses/pluginCESR/CLEO_1999_I508944.plot b/analyses/pluginCESR/CLEO_1999_I508944.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginCESR/CLEO_1999_I508944.plot @@ -0,0 +1,6 @@ +BEGIN PLOT /CLEO_1999_I508944/d01-x01-y01 +Title=$\pi^-\pi^0$ mass in $\tau^-\to\pi^-\pi^0\nu_\tau$ decays +XLabel=$m_{\pi^-\pi^0}$ [$\text{GeV}$] +YLabel=$1/\Gamma\text{d}\Gamma/\text{d}m_{\pi^-\pi^0}$ [ $\text{GeV}^{-1}$] +LogY=1 +END PLOT diff --git a/analyses/pluginCESR/CLEO_1999_I508944.yoda b/analyses/pluginCESR/CLEO_1999_I508944.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginCESR/CLEO_1999_I508944.yoda @@ -0,0 +1,51 @@ +BEGIN YODA_SCATTER2D_V2 /REF/CLEO_1999_I508944/d01-x01-y01 +IsRef: 1 +Path: /REF/CLEO_1999_I508944/d01-x01-y01 +Title: +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.28750 0.01250 0.01250 6.00000e-03 5.60000e-03 5.60000e-03 +0.31250 0.01250 0.01250 3.20000e-02 1.00000e-02 1.00000e-02 +0.33750 0.01250 0.01250 2.40000e-02 1.04000e-02 1.04000e-02 +0.36250 0.01250 0.01250 3.40000e-02 9.20000e-03 9.20000e-03 +0.38750 0.01250 0.01250 6.24000e-02 1.04000e-02 1.04000e-02 +0.41250 0.01250 0.01250 6.48000e-02 1.16000e-02 1.16000e-02 +0.43750 0.01250 0.01250 9.96000e-02 1.24000e-02 1.24000e-02 +0.46250 0.01250 0.01250 1.65600e-01 1.36000e-02 1.36000e-02 +0.48750 0.01250 0.01250 2.02400e-01 1.48000e-02 1.48000e-02 +0.51250 0.01250 0.01250 2.43600e-01 1.60000e-02 1.60000e-02 +0.53750 0.01250 0.01250 3.19200e-01 1.76000e-02 1.76000e-02 +0.56250 0.01250 0.01250 4.29600e-01 1.88000e-02 1.88000e-02 +0.58750 0.01250 0.01250 5.77200e-01 2.08000e-02 2.08000e-02 +0.61250 0.01250 0.01250 8.18000e-01 2.36000e-02 2.36000e-02 +0.63750 0.01250 0.01250 1.07640e+00 2.60000e-02 2.60000e-02 +0.66250 0.01250 0.01250 1.54320e+00 3.00000e-02 3.00000e-02 +0.68750 0.01250 0.01250 2.28600e+00 3.48000e-02 3.48000e-02 +0.71250 0.01250 0.01250 3.30720e+00 4.04000e-02 4.04000e-02 +0.73750 0.01250 0.01250 4.31360e+00 4.52000e-02 4.52000e-02 +0.76250 0.01250 0.01250 4.91240e+00 4.72000e-02 4.72000e-02 +0.78750 0.01250 0.01250 4.45880e+00 4.40000e-02 4.40000e-02 +0.81250 0.01250 0.01250 3.51240e+00 3.84000e-02 3.84000e-02 +0.83750 0.01250 0.01250 2.51720e+00 3.16000e-02 3.16000e-02 +0.86250 0.01250 0.01250 1.78680e+00 2.64000e-02 2.64000e-02 +0.88750 0.01250 0.01250 1.30480e+00 2.20000e-02 2.20000e-02 +0.91250 0.01250 0.01250 1.04840e+00 1.96000e-02 1.96000e-02 +0.93750 0.01250 0.01250 8.29200e-01 1.72000e-02 1.72000e-02 +0.96250 0.01250 0.01250 6.35200e-01 1.48000e-02 1.48000e-02 +0.98750 0.01250 0.01250 5.18400e-01 1.36000e-02 1.36000e-02 +1.02500 0.02500 0.02500 4.05600e-01 9.60000e-03 9.60000e-03 +1.07500 0.02500 0.02500 3.02000e-01 8.20000e-03 8.20000e-03 +1.12500 0.02500 0.02500 2.22000e-01 6.80000e-03 6.80000e-03 +1.17500 0.02500 0.02500 1.74000e-01 6.00000e-03 6.00000e-03 +1.22500 0.02500 0.02500 1.27800e-01 5.00000e-03 5.00000e-03 +1.27500 0.02500 0.02500 8.54000e-02 4.00000e-03 4.00000e-03 +1.32500 0.02500 0.02500 5.84000e-02 3.40000e-03 3.40000e-03 +1.37500 0.02500 0.02500 3.62000e-02 2.60000e-03 2.60000e-03 +1.42500 0.02500 0.02500 1.39600e-02 1.68000e-03 1.68000e-03 +1.47500 0.02500 0.02500 5.82000e-03 1.18000e-03 1.18000e-03 +1.52500 0.02500 0.02500 1.42000e-03 6.40000e-04 6.40000e-04 +1.57500 0.02500 0.02500 1.18000e-03 5.00000e-04 5.00000e-04 +1.62500 0.02500 0.02500 1.36000e-03 5.20000e-04 5.20000e-04 +1.67500 0.02500 0.02500 5.60000e-04 4.20000e-04 4.20000e-04 +END YODA_SCATTER2D_V2