diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6980 +1,7010 @@ +2019-06-05 Peter Richardson + * L3_2004_I652683 add missing plots and sync yoda, still missing n charged as functiomn of CMS energy and jet plots + * PLUTO_1980_I154270 clean up to prepare for yoda sync + * CDF_2015_I1388868, changes to allow yoda sync, histograms renumbered and systematic error added to y values + * sync yoda for CDF analysis where y errors changed due better calc in HEPData + +2019-06-05 Przemyslaw Karczmarczyk + + * Adding more heavy-ion beam particles: DEUTERON, ALUMINIUM, + COPPER, XENON, URANIUM + +2019-06-04 Peter Richardson + * sync yoda for BELLE_2015_I1397632, two hists change label + final binchangeset: 7157:2482c97f5ef8 + * update BABAR_2007_S6895344.yoda with improved error calc + * sync yoda for H1_1994_S2919893.yoda, only difference handling of non-existance bins, better in new version + * sync yoda for OPAL_2000_S4418603.yoda, changes only in histos not used by rivet + * sync yoda for OPAL_1997_S3608263, missing histos in rivet copy + * sync yoda for OPAL_1997_S3396100, trival difference some asymmetric x bins in new output but bin limits same + * remove null bins from yoda to allow sync with hepdata in CLEO_2004_S5809304.yoda + * add OPAL_1997_I421977 for sigma +/- production + + +2019-06-03 Przemyslaw Karczmarczyk + + * Adding new heavy-ion beam particles: GOLD, LEAD. + * Switching already existing heavy-ion analyses to use new beam types + 2019-06-03 Peter Richardson * sync ALEPH_1996_S3196992.yoda with HEPdata, rounding issues in old version * sync ALEPH_2001_S4656318.yoda, differences in histos not used in analysis * sync DELPHI_2011_I890503.yoda, fixes y errors but still a zero width bin to deal with * switch to using counters in OPAL_2002_S5361494, errors now calculated, and allows yoda sync with HEPdata * add DELPHI_2003_I620250 for event shapes below Z pole + * switch to using counters in DELPHI_2000_S4328825, errors now calculated, and allows partial yoda sync with HEPdata + * update PLUTO_1980_I154270.yoda for new hepdata error calc + * update JADE_1983_I190818 to handle zero bins widths and update the yoda from HEPData 2019-06-02 Peter Richardson * add DELPHI_2000_I524694 for sigma- and lambdsa(1520) production at LEP * clean up code in OPAL_1997_S3396100, fixed normalisation of sigma-(1385) distributions 2019-06-01 Peter Richardson * update yoda for ARGUS_1993_S2653028, improved y errors, still zero bin width issues * update yoda for SND_2016_I1471515, ALEPH_1995_I382179, ALEPH_1999_S4193598 * add analysis CLEO_1991_I29927, B* production in e+e- 2019-05-31 Christian Gutschow * Skip beam particles when trying to determine promptness (thanks to Marek Schoenherr for pointing this out) * Apple's CLANG compiler really doesn't like uninitialised variables ... sorry Peter! 2019-05-29 Andy Buckley * Use integer rather than overloaded Projection comparison at the apply stage. Improves Smeared* projection reproducibility and may speed up the apply step. Thanks to Xiangyang Ju. 2019-05-29 Peter Richardson * Move BABAR and BELLE analyses to separate plugin and add new mainly radiative return analyses * new pluginNovosibirsk with analyses from SND, CMD, etc * new pluginOrsay with analyses from DM1 and DM2 * new PETRA analyses, mainly for R * move existing Tristan analyses to separate plugin and add new, mainy R analyses * new pluginFrascati with analyses from ADONE and DAPHNE * move older SLAC e+e- analyses to separate plugin and add new analyses * move DORIS analysis to separate plugin and add new ones * move CLEO analyses to new CESR plugin and add more analyses * new plugin with analyses from the BES experiment * new MC analyses for hadron/tau decays based on Herwig internal ones * sync BABAR_2007_I729388, BABAR_2013_I1238276, BABAR_2005_S6181155 and all those where no difference with yodadiff, similarly for BELLE * fix no of tracks plots in ATLAS_2016_I1424838, normalise to 100 not 1, agreed by Chris G * merge two versions of OPAL_2004_I631361, now using new options feature instead. 2019-05-29 Leif Lönnblad * The GenEvents in rivet can now be stripped from (most) light quarks and gluons to speed up searching. * Status lines in info files can now contain words like NOTREENTRY, NOHEPDATA, SINGLEWEIGHT, and UNPHYSICAL. * Can now configured to use HepMC3 (3.1.1 or later). 2019-05-23 Andy Buckley * Fix Unicode and argparse bugs in bin/rivet. Thanks to Frank Siegert. 2019-05-21 Andy Buckley * Release version 2.7.2 * Fixes to CMS_2016_I1487288 jet selection and normalisation. Thanks to Peter Richardson for highlighting the issues. 2019-05-20 Andy Buckley * Improve Vector3::azimuthalAngle() (also used by FourMomentum and FourVector) to use exact rather than fuzzy is-zero check, to only check the perpendicular components, and to note that IEEE floating point implementations of atan2 should already be 'safe' unless we decide that this function should throw or return NaN in case of null or along-z vectors. Thanks to Louis Moureaux from CMS for the report and diagnosis. 2019-05-17 Andy Buckley * Tools/Utils.h: Add isum() functions, and mark other container functions as wanting a conversion to use std::function. 2019-05-16 Andy Buckley * Add super-generic (i)discardIfAny(particlebases, particlebases, bool(pb,pb)) functions. 2019-05-16 Christian Gutschow * Introduce TTMODE options for MC_TTBAR to pick the decay mode 2019-05-09 Christian Gutschow * Release version 2.7.1 2019-05-09 Christian Gutschow * add correlation information for those analyses that are compatible with HEPData * prevent Variations meta data from being copied * comment out redudnant code in MeasureDefinition.cc to suppress compiler warning 2019-05-08 Andy Buckley * Use an std::map rather than std::set to store analyses in AnalysisHandler, hopefully therefore fixing the analysis evaluation order and making multi-analysis runs with random numbers repeatable. 2019-05-07 Andy Buckley * Modify LorentzTransform::setBetaVec to behave better for boost along x, y, and z axes. * Attach bare lepton GenParticle pointers to output of DressedLeptons, to allow ancestry/decay navigation (request by Markus Seidel). * Add Particle::setGenParticle method and manual Particle constructors with the option to pass a GenParticle*. * Improve DressedLeptons constructor to deconstruct incoming particles into bare and dressing components (report by Markus Seidel). * Remove GSL includes and single remaining method (for now). 2019-05-06 Andy Buckley * First set of script conversions from optparse to argparse for Python3. 2019-05-06 Peter Richardson * Fix normalisation in ATLAS_2016_I1444991 after yoda update from HepData 2019-05-04 Christian Gutschow * default entry point of ATLAS_2014_I1319490 should be average of muon and electron channel * fix units in ATLAS_2014_I1319490 and apply Peter Richardson's plot updates 2019-05-04 Peter Richardson * Fix plot selection and labels in ATLAS_2016_I1419652 (due yoda update from HepData) * Fix to mode switch and plot labels in ATLAS_2014_I1319490 2019-05-03 Peter Richardson * Fix info text and plot labels in ATLAS_2013_I1217863 * Fix Zfinder test in ATLAS_2014_I1312627, size is now no of Z's not leptons 2019-05-02 Peter Richardson * Fix unicode in ATLAS_2014_I1312627,ATLAS_2016_I1424838,ATLAS_2016_I1426523 2019-05-02 Peter Richardson * Fix make-plots CustomMajorTicks and CustomMinorTicks 2019-04-30 Peter Richardson * Fix make-plots rendering when last point is NaN-valued. 2019-04-30 Christian Gutschow * path sign behaviour in deltaEta (MathUtils.hh) * add signed option for deltaRap 2019-04-29 Andy Buckley * Add tau mistag efficiency functions for jet smearing. * Make RIVET_RANDOM_SEED have effect outside OpenMP builds, too. 2019-04-29 Christian Gutschow * remove IsRef from output Histo1D * fix HEPData IDs in hist booking for ATLAS_2014_I1315949 2019-04-26 Christian Gutschow * use jet size rather than 4-momentum size (?) to fill in CDF_1996_S3108457 2019-04-25 Christian Gutschow * fix mapping to ref data in STAR_2006_S6500200, put bin width manually into ref data file 2019-04-24 Christian Gutschow * Patch weird behaviour in ATLAS_2017_I1589844 and ATLAS_2017_I1609448 when Cut argument is passed to VetoedFinalState constructor. In version 2.6.2 or prior, this would select the particles passing the cut, after that they are being vetoed. 2019-04-24 Andy Buckley * Add CMS_2016_I1487288 (CMS WZ differential cross-sections at 8 TeV) from Shehu AbdusSalam, refined and extended to jet distributions by AB. 2019-04-24 Jon Butterworth * Fix logic of call the vetoedFinalState in ATLAS_2017_I1609448 which was giving wrong met calculation. 2019-04-23 Chris Gutschow * Apply suggested corrections from Peter Richardson to ATLAS_2014_I1282441 (normalisation of second plot is in millibarn not microbarn), ATLAS_2015_I1387176 and ATLAS_2015_I1397635 (Unicode issues in the .info), ATLAS_2016_I1419070 (need more than 1 entry for a variance not just 1), CMS_2010_PAS_QCD_10_024 and CMS_2012_PAS_FSQ_12_020 (class names need to be consistent with file names to find the .yoda ref data), CMS_2013_I1261026 (need to ensure more than 1 entry in histos to avoid LowStats issues from YODA), CMS_2014_I1298810, CMS_2016_I1421646, CMS_2016_I1454211 (the polymarker command in the yoda caused make-plots to fail if there is more than 1 MC line), CMS_2017_I1467451 (cross sections in fb), CMS_2017_I1605749 (data fixed in HepData so don't need to divide by bin width anymore), ALEPH_1996_S3486095 (delete a lot of unused variables), ALEPH_2014_I1267648 (only worked if the final decay products were direct children of the tau, which is not the case in Herwig or Pythia -- rewritten to search down the decay tree), DELPHI_1996_S3430090, DELPHI_2000_S4328825, OPAL_1998_S374990, ARGUS_1993_S2669951, ALEPH_1996_S3486095 (switch ' to ^\prime in plots as it wasn't working as it was), ALEPH_2004_S5765862 (fix typo in plot label), BABAR_2003_I593379 and BELLE_2008_I786560 (switch to Rivet particle from genParticle), and to add the 2D case to the Sphericity projection so tranSphericity works. 2019-04-23 Andy Buckley * Add RIVET_CACHE_PROJECTIONS environment variable, for runtime disabling of the caching mechanism (for debugging and cross-checking). * Add optional only_physical and remove_duplicates args (passed through to the Particle methods) to hasParticleAncestorWith and hasParticleDescendantWith functors. 2019-04-08 Przemyslaw Karczmarczyk * Restored behaviour of getData function to return finalized plots by default 2019-04-03 Andy Buckley * Remove/protect against last Unicode .encode() calls that broke Python3 compatibility. * Remove last assert (for mod2() >= 0) from Vector classes. 2019-04-01 Andy Buckley * Move inline projections *inside* analysis classes, since our aggregated build mechanism means there's no longer a unique unnamed namespace for each analysis .cc file. * Adding analyses ATLAS_2018_I1677498 (WWbb), ATLAS_2018_I1711114 (g -> bb), and ATLAS_2019_I1720442 (4-lepton lineshape). 2019-03-19 Andy Buckley * Extend more deltaPhi(x,y) functions with an optional bool for signed dPhi. * Add Particle::isSame and isSame(Particle, Particle) functions in lieu of implicit (and wrong) Particle::operator==. * Reinstate Particle -> GenParticle as an explicit cast option. 2019-03-15 Leif Lönnblad * src/Projections/Sphericity.cc: Skip zero-momentum particles. * [Reader,Writer]CompressedAscii[cc,hh]: Introduced possibility to wead and write HepMC (v3) files in a compressed and stripped format. Also included a simple progra bin/rivet-hepmz to convert between this new format and othe HepMC fortmats. 2019-03-15 Andy Buckley * Add CMS_2018_I1686000.cc single-top plus photon analysis (with an info file warning about fiducial definition oddity) * Remove Particle -> GenParticle implicit cast. * analyses/pluginCMS/CMS_2018_I1682495.cc: Fix normalisation of final plots (patch from Sal Rappoccio, spot by Deepak Kar) 2019-02-27 Andy Buckley * bin/make-plots: Fix a few Py2/3 incompabilities in make-plots. Thanks to Leif Gellersen for the tip-off * analyses/Makefile.am: Adopt a more make-friendly plugin building rule. Thanks to Dima Konstantinov. 2019-02-24 Jon Butterworth * Fix multiple bugs in ATLAS_2017_I1514251 (Z+jets) including a problem with REF data having zero bin widths 2019-02-23 Jon Butterworth * Added first version of ZEUS_2012_I1116258 (dijet photoproduction). Currently works but unvalidated, need to check exact recombination scheme with ZEUS contacts. Note ZEUS_2001_S4815815 also needs the recombination scheme checking. (Now done; changed to Et scheme are checking original code, 27/2/19.) 2019-02-20 Andy Buckley * Move UnstableParticles to a consistently-named header, with UnstableFinalState.hh retained for backward compatibility. * Improve/fix UnstableParticles projection's Cut constructor argument to apply the cut on a Rivet::Particle rather than a HepMC::FourVector, meaning that PID cuts can now be used. 2019-02-17 Andy Buckley * Convert ATLAS_2013_I1217863 analysis variants to use the LMODE analysis option (from Jon Butterworth). 2019-02-20 James Monk * src/Tools/RivetHepMC_2.cc: implementation of HepMC helper funcs for HepMC2 * Add HepMCUtils namespace for helper funcs * Relatives class spoofs HepMC3::Relatives interface using HepMC2 iterator_ranges * Replace calls to particles_in() and particles_out() by HepMCUtils::particles * Fix pyext/setup.py.in for both HepMC2 and HepMC3 * Configures with either --with-hepmc=/blah or --with-hepmc3=/blah * Compiles for either HepMC2 or HepMC3 (3.1 or higher) 2019-02-17 James Monk * Update many build paths to cope with new HepMC3 include and lib paths :( * Use RivetHepMC namespace in place of HepMC:: RivetHepMC.hh should take care of it * configure.ac addes appropriate define to CPPFLAGS * wrangle rivet-buildplugin to cope with HePMC3 paths * HepMC::Reader is still a bit fubar :( 2018-12-10 James Monk * Merge from default 2018-12-06 James Monk * RivetHepMC.hh: Much simplified. Use only Const version of GenParticlePtr Only func delarations - two separate implementation files for HepMC2 or 3 * configure.ac: HepMC version dependence for building RivetHepMC_2.cc or RivetHepMC_3.cc * src/Makefile.am: HepMC version dependence * src/Tools/RivetHepMC_3.cc: implementations of funs for HepMC v3 * bin/rivet-nopy.cc: re-implement using HepMC3 reader interface (may need separate implementation for HepMC2) * Particle.hh, Event.cc, Jet.cc: const GenParticle replaced by ConstGenParticle * Projections Beam, DISLepton, FinalPartons, FinalState, HeavyHadrons, InitialQuarks, MergedFinalState, PrimaryHadrons, UnstableFinalState, VetoedFinalState: Use ConstGenParticlePtr and vector consistently * pluginATLAS: Start to fix some uses of const GenParticlePtr 2019-02-15 Leif Lönnblad * Release 2.7.0 2019-02-12 Christian Bierlich * Introduced CentralityProjection, allowing an analysis to cut on percentiles of single event quantities, preloaded from a user generated or supplied (by experiment) histogram. Notably used for the centrality definition in heavy ion analyses. User specifies the centrality definition as a special analysis option called cent, eg: "MyAnalysis:cent=GEN". Example usage: Calibration analysis: MC_Cent_pPb_Calib, Analysis using that calibration: MC_Cent_pPb_Eta. * Introduced EventMixingFinalState to provide simple event mixing functionality. Currently only works with unit event weights. Example usage: ALICE_2016_I1507157. * Introduced Correlators, a framework for calculating single event correlators based on the generic framework (arXiv: 1010.0233 and arXiv: 1312.3572), and perfoming all event averages giving flow coefficents. Implemented as new analysis base class. Example usage: ALICE_2016_I1419244. * Introduced a PrimaryParticle projection, replicating experimental definitions of stable particles through decay chains. Recommended for analyses which would otherwise have to require stable particles at generator level. * Introduced AliceCommon and AtlasCommon convenience tools, defining several triggers, primary particle definitions and acceptances. * Contributed, validated analyses using above features: ALICE_2010_I880049: Multiplicity at mid-rapidity, PbPb @ 2.76 TeV/nn. ALICE_2012_I1127497: Nuclear modification factor, PbPb @ 2.76 TeV/nn. ALICE_2012_I930312: Di-hadron correlations, PbPb @ 2.76 TeV/nn. * Contributed, unvalidated analyses using above features: BRAHMS_2004_I647076: pi, K, p spectra as function of rapidity, AuAu @ 200 GeV/nn ALICE_2012_I1126966: pi, K, p spectra, PbPb @ 2.76 TeV/nn. ALICE_2013_I1225979: Charged multiplicity, PbPb @ 2.76 TeV/nn. ALICE_2014_I1243865: Multi-strange baryons, PbPb @ 2.76 TeV/nn. ALICE_2014_I1244523: Multi-strange baryons, pPb @ 5.02 TeV/nn. ALICE_2015_PBPBCentrality: Centrality calibration for PbPb. Note that the included 5.02 TeV/nn data is not well defined at particle level, and cannot be compared to experiment without full detector simulation. ALICE_2016_I1394676: Charged multiplicity, PbPb @ 2.76 TeV/nn. ALICE_2016_I1419244: Multiparticle correlations (flow) using generic framework, PbPb @ 5.02 TeV/nn. ALICE_2016_I1471838: Multi-strange baryons, pp @ 7 TeV. ALICE_2016_I1507090: Charged multiplicity, PbPb @ 5.02 TeV/nn. ALICE_2016_I1507157: Angular correlations, pp @ 7 TeV. ATLAS_2015_I1386475: Charged multiplicity, pPb @ 5.02 TeV/nn. ATLAS_PBPB_CENTRALITY: Forward energy flow + centrality calibration, data not unfolded, but well defined at particle level, PbPb @ 2.76 TeV/nn. ATLAS_2015_I1360290: Charged multiplicity + spectra, PbPb @ 2.76 TeV/nn. ATLAS_pPb_Calib: Forward energy flow + centrality calibration, data not unfolded, but well defined at particle level, pPb @ 5.02 TeV/nn. STAR_2016_I1414638: Di-hadron correlations, AuAu @ 200 GeV/nn. CMS_2017_I1471287: Multiparticle correlations (flow) using generic framework, pp @ 7 TeV. * Contributed analyses without data: ALICE_2015_PPCentrality: ALICE pp centrality (multiplicity classes) calibration. BRAHMS_2004_CENTRALITY: BRAHMS centrality calibration. STAR_BES_CALIB: STAR centrality calibration. MC_Cent_pPb_Calib: Example analysis, centrality calibration. MC_Cent_pPb_Eta: Example analysis, centrality usage. 2019-01-29 Andy Buckley * Add real CMS Run 1 and Run 2 MET resolution smearing functions, based on 8 TeV paper and 13 TeV PAS. 2019-01-07 Leif Lönnblad * Reintroduced the PXCONE option in FastJets using a local version of the Fortran based pxcone algorithm converted to c++ with f2c and slightly hacked to avoid dependency on Fortran runtime libraries. * Introduced rivet-merge for statistically correct merging of YODA files produced by Rivet. Only works on analysis with reentrant finalize. * Introduced --dump flag to the rivet script to periodically run finalize and write out the YODA file for anayses with reentrant finalize. * Introduced reentrant finalize. Rivet now produces YODA files where all analysis objects are stored in two version. One is prefixed by "/RAW" and gives the state of the object before finalize was run, and the other is the properly finalized object. Analyses must be flagged "Reentrant: True" in the .info file to properly use this feature. * Added an option system. Analyses can now be added to rivet with options. Adding eg. "MyAnalysis:Opt1=val1:Opt2=val2" will create and add a MyAnalysis object making the options available through the Analysis::getOption() function. Several objects of MyAnalysis with different options can be added in the same run. Allowed options must be specified in the MyAnalysis.info file. * Added several utilities for heavy ions. 2019-01-03 Andy Buckley * Add setting of cross-section error in AnalysisHandler and Run. 2018-12-21 Andy Buckley * Add hasNoTag jet-classification functor, to complement hasBTag and hasCTag. 2018-12-20 Andy Buckley * Rework VetoedFinalState to be based on Cuts, and to be constructible from Cut arguments. * Pre-emptively exclude all hadrons and partons from returning true in isDirect computations. * Cache the results of isDirect calculations on Particle (a bit awkwardly... roll on C++17). * Add a default-FinalState version of the DressedLeptons constructor. 2018-12-19 Andy Buckley * Add a FIRST/LAST enum switch for PartonicTops, to choose which top quark clone to use. 2018-12-14 Andy Buckley * Add a FastJet clustering mode for DressedLeptons. 2018-12-10 Andy Buckley * Release 2.6.2 * Info file bugfixes for LHCF_2016_I1385877, from Eugenio Berti. * Update references in three CMS analysis .info files. 2018-12-05 Andy Buckley * Rework doc directory no-build by default to be compatible with 'make dist' packaging. * Add fjcontrib RecursiveTools to Rivet/Tools/fjcontrib set. 2018-11-21 Andy Buckley * Add CMS_2018_I1653948, CMS_2018_I1653948, CMS_2018_I1682495, and CMS_2018_I1690148 analyses. * Add FastJet EnergyCorrelator and rejig the internal fjcontrib bundle a little. 2018-11-15 Andy Buckley * Merge ATLAS_2017_I1517194_MU and ATLAS_2018_I1656578. * Add signed calculation optional bool argument on all deltaPhi functions. 2018-11-12 Andy Buckley * Fix CMS_2012_I1102908 efficiency calculation. Thanks to Anton Karneyeu! 2018-11-09 Andy Buckley * Remove doc dir from default top-level make 2018-09-20 Andy Buckley * Use updated ATLAS R2 muon efficiencies. * Use proper ATLAS photon efficiency functions for Runs 1 and 2, from arXiv:1606.01813 and ATL-PHYS-PUB-2016-014. 2018-08-31 Andy Buckley * Update embedded yaml-cpp to v0.6.0. 2018-08-29 Andy Buckley * Change default plugin library installation to $prefix/lib/Rivet, since they're non-linkable. 2018-08-14 Andy Buckley * Version 2.6.1 release. 2018-08-08 Andy Buckley * Add a RIVET_RANDOM_SEED variable to fix the smearing random-seed engine for validation comparisons. 2018-07-19 Andy Buckley * Merge in ATLAS_2017_I1604029 (ttbar+gamma), ATLAS_2017_I1626105 (dileptonic ttbar), ATLAS_2017_I1644367 (triphotons), and ATLAS_2017_I1645627 (photon + jets). * Postpone Particles enhancement now, since the required C++11 isn't supported on lxplus7 = CentOS7. * Add MC_DILEPTON analysis. 2018-07-10 Andy Buckley * Fix HepData tarball download handling: StringIO is *not* safe anymore 2018-07-08 Andy Buckley * Add LorentzTransform factory functions direct from FourMomentum, and operator()s 2018-06-20 Andy Buckley * Add FinalState(fs, cut) augmenting constructor, and PrevFS projection machinery. Validated for a abscharge > 0 cut. * Add hasProjection() methods to ProjectionHandler and ProjectionApplier. * Clone MC_GENERIC as MC_FSPARTICLES and deprecate the badly-named original. * Fix Spires -> Inspire ID for CMS_2017_I1518399. 2018-06-04 Andy Buckley * Fix installation of (In)DirectFinalState.hh 2018-05-31 Andy Buckley * Add init-time setting of a single weight-vector index from the RIVET_WEIGHT_INDEX environment variable. To be removed in v3, but really we should have done this years ago... and we don't know how long the handover will be. 2018-05-22 Neil Warrack * Include 'unphysical' photon parents in PartonicTops' veto of prompt leptons from photon conversions. 2018-05-20 Andy Buckley * Make Particles and Jets into actual specialisations of std::vector rather than typedefs, and update surrounding classes to use them. The specialisations can implicitly cast to vectors of FourMomentum (and maybe Pseudojet). 2018-05-18 Andy Buckley * Make CmpAnaHandle::operator() const, for GCC 8 (thanks to CMS) 2018-05-07 Andy Buckley * CMS_2016_I1421646.cc: Add patch from CMS to veto if leading jets outside |y| < 2.5, rather than only considering jets in that acceptance. Thanks to CMS and Markus Seidel. 2018-04-27 Andy Buckley * Tidy keywords and luminosity entries, and add both to BSM search .info files. * Add Luminosity_fb and Keywords placeholders in mkanalysis output. 2018-04-26 Andy Buckley * Add pairMass and pairPt functions. * Add (i)discardIfAnyDeltaRLess and (i)discardIfAnyDeltaPhiLess functions. * Add normalize() methods to Cutflow and Cutflows. * Add DirectFinalState and IndirectFinalState alias headers, for forward compatibility. 'Prompt' is confusing. 2018-04-24 Andy Buckley * Add initializer_list overload for binIndex. Needed for other util functions operating on vectors. * Fix function signature bug is isMT2 overload. * Add isSameSign, isOppSign, isSameFlav, isOppFlav, and isOSSF etc. functions on PIDs and Particles. 2018-03-27 Andy Buckley * Add RatioPlotLogY key to make-plots. Thanks to Antonin Maire. 2018-02-22 Andy Buckley * Adding boolean operator syntactic sugar for composition of bool functors. * Copy & paste error fixes in implementation of BoolJetAND,OR,NOT. 2018-02-01 Andy Buckley * Make the project() and compare() methods of projections public. * Fix a serious bug in the SmearedParticles and SmearedJets compare methods. * Add string representations and streamability to the Cut objects, for debugging. 2018-01-08 Andy Buckley * Add highlighted source to HTML analysis metadata listings. 2017-12-21 Andy Buckley * Version 2.6.0 release. 2017-12-20 Andy Buckley * Typo fix in TOTEM_2012_I1220862 data -- thanks to Anton Karneyeu. 2017-12-19 Andy Buckley * Adding contributed analyses: 1 ALICE, 6 ATLAS, 1 CMS. * Fix bugged PID codes in MC_PRINTEVENT. 2017-12-13 Andy Buckley * Protect Run methods and rivet script against being told to run from a missing or unreadable file. 2017-12-11 Andy Buckley * Replace manual event count & weight handling with a YODA Counter object. 2017-11-28 Andy Buckley * Providing neater & more YODA-consistent sumW and sumW2 methods on AnalysisHandler and Analysis. * Fix to Python version check for >= 2.7.10 (patch submitted to GNU) 2017-11-17 Andy Buckley * Various improvements to DISKinematics, DISLepton, and the ZEUS 2001 analysis. 2017-11-06 Andy Buckley * Extend AOPath regex to allow dots and underscores in weight names. 2017-10-27 Andy Buckley * Add energy to the list of cuts (both as Cuts::E and Cuts::energy) * Add missing pT (rather than Et) functions to SmearedMET, although they are just copies of the MET functions for now. 2017-10-09 Andy Buckley * Embed zstr and enable transparent reading of gzipped HepMC streams. 2017-10-03 Andy Buckley * Use Lester MT2 bisection header, and expose a few more mT2 function signatures. 2017-09-26 Andy Buckley * Use generic YODA read and write functions -- enables zipped yoda.gz output. * Add ChargedLeptons enum and mode argument to ZFinder and WFinder constructors, to allow control over whether the selected charged leptons are prompt. This is mostly cosmetic/for symmetry in the case of ZFinder, since the same can be achieved by passing a PromptFinalState as the fs argument, but for WFinder it's essential since passing a prompt final state screws up the MET calculation. Both are slightly different in the treatment of the lepton dressing, although conventionally this is an area where only prompt photons are used. 2017-09-25 Andy Buckley * Add deltaR2 functions for squared distances. 2017-09-10 Andy Buckley * Add white backgrounds to make-plots main and ratio plot frames. 2017-09-05 Andy Buckley * Add CMS_2016_PAS_TOP_15_006 jet multiplicity in lepton+jets ttbar at 8 TeV analysis. * Add CMS_2017_I1467451 Higgs -> WW -> emu + MET in 8 TeV pp analysis. * Add ATLAS_2017_I1609448 Z->ll + pTmiss analysis. * Add vectorMissingEt/Pt and vectorMET/MPT convenience methods to MissingMomentum. * Add ATLAS_2017_I1598613 J/psi + mu analysis. * Add CMS SUSY 0-lepton search CMS_2017_I1594909 (unofficial implementation, validated vs. published cutflows) 2017-09-04 Andy Buckley * Change license explicitly to GPLv3, cf. MCnet3 agreement. * Add a better jet smearing resolution parametrisation, based on GAMBIT code from Matthias Danninger. 2017-08-16 Andy Buckley * Protect make-plots against NaNs in error band values (patch from Dmitry Kalinkin). 2017-07-20 Andy Buckley * Add sumPt, sumP4, sumP3 utility functions. * Record truth particles as constituents of SmearedParticles output. * Rename UnstableFinalState -> UnstableParticles, and convert ZFinder to be a general ParticleFinder rather than FinalState. 2017-07-19 Andy Buckley * Add implicit cast from FourVector & FourMomentum to Vector3, and tweak mT implementation. * Add rawParticles() to ParticleFinder, and update DressedLeptons, WFinder, ZFinder and VetoedFinalState to cope. * Add isCharged() and isChargedLepton() to Particle. * Add constituents() and rawConstituents() to Particle. * Add support for specifying bin edges as braced initializer lists rather than explicit vector. 2017-07-18 Andy Buckley * Enable methods for booking of Histo2D and Profile2D from Scatter3D reference data. * Remove IsRef annotation from autobooked histogram objects. 2017-07-17 Andy Buckley * Add pair-smearing to SmearedJets. 2017-07-08 Andy Buckley * Add Event::centrality(), for non-HepMC access to the generator value if one has been recorded -- otherwise -1. 2017-06-28 Andy Buckley * Split the smearing functions into separate header files for generic/momentum, Particle, Jet, and experiment-specific smearings & efficiencies. 2017-06-27 Andy Buckley * Add 'JetFinder' alias for JetAlg, by analogy with ParticleFinder. 2017-06-26 Andy Buckley * Convert SmearedParticles to a more general list of combined efficiency+smearing functions, with extra constructors and some variadic template cleverness to allow implicit conversions from single-operation eff and smearing function. Yay for C++11 ;-) This work based on a macro-based version of combined eff/smear functions by Karl Nordstrom -- thanks! * Add *EffFn, *SmearFn, and *EffSmearFn types to SmearingFunctions.hh. 2017-06-23 Andy Buckley * Add portable OpenMP enabling flags to AM_CXXFLAGS. 2017-06-22 Andy Buckley * Fix the smearing random number seed and make it thread-specific if OpenMP is available (not yet in the build system). * Remove the UNUSED macro and find an alternative solution for the cases where it was used, since there was a risk of macro clashes with embedding codes. * Add a -o output directory option to make-plots. * Vector4.hh: Add mT2(vec,vec) functions. 2017-06-21 Andy Buckley * Add a full set of in-range kinematics functors: ptInRange, (abs)etaInRange, (abs)phiInRange, deltaRInRange, deltaPhiInRange, deltaEtaInRange, deltaRapInRange. * Add a convenience JET_BTAG_EFFS functor with several constructors to handle mistag rates. * Add const efficiency functors operating on Particle, Jet, and FourMomentum. * Add const-efficiency constructor variants for SmearedParticles. 2017-06-21 Jon Butterworth * Fix normalisations in CMS_2016_I1454211. * Fix analysis name in ref histo paths for ATLAS_2017_I1591327. 2017-06-18 Andy Buckley * Move all standard plugin files into subdirs of src/Analyses, with some custom make rules driving rivet-buildplugin. 2017-06-18 David Grellscheid * Parallelise rivet-buildplugin, with source-file cat'ing and use of a temporary Makefile. 2016-06-18 Holger Schulz * Version 2.5.4 release! 2016-06-17 Holger Schulz * Fix 8 TeV DY (ATLAS_2016_I1467454), EL/MU bits were bissing. * Add 13 TeV DY (ATLAS_2017_I1514251) and mark ATLAS_2015_CONF_2015_041 obsolete * Add missing install statement for ATLAS_2016_I1448301.yoda/plot/info leading to segfault 2017-06-09 Andy Buckley * Slight improvements to Particle constructors. * Improvement to Beam projection: before falling back to barcodes 1 & 2, try a manual search for status=4 particles. Based on a patch from Andrii Verbytskyi. 2017-06-05 Andy Buckley * Add CMS_2016_I1430892: dilepton channel ttbar charge asymmetry analysis. * Add CMS_2016_I1413748: dilepton channel ttbar spin correlations and polarisation analysis. * Add CMS_2017_I1518399: leading jet mass for boosted top quarks at 8 TeV. * Add convenience constructors for ChargedLeptons projection. 2017-06-03 Andy Buckley * Add FinalState and Cut (optional) constructor arguments and usage to DISFinalState. Thanks to Andrii Verbytskyi for the idea and initial patch. 2017-05-23 Andy Buckley * Add ATLAS_2016_I1448301, Z/gamma cross section measurement at 8 TeV. * Add ATLAS_2016_I1426515, WW production at 8 TeV. 2016-05-19 Holger Schulz * Add BELLE measurement of semileptonic B0bar -> D*+ ell nu decays. I took the liberty to correct the data in the sense that I take the bin widhts into account in the normalisation. BELLE_2017_I1512299. This is a nice analysis as it probes the hadronic and the leptonic side of the decay so very valuable for model building and of course it is rare as it is an unfolded B measurement. 2016-05-17 Holger Schulz * Add ALEPH measurement of hadronic tau decays, ALEPH_2014_I1267648. * Add ALEPH dimuon invariant mass (OS and SS) analysis, ALEPH_2016_I1492968 * The latter needed GENKTEE FastJet algorithm so I added that FastJets * Protection against logspace exception in histobooking of MC_JetAnalysis * Fix compiler complaints about uninitialised variable in OPAL_2004. 2016-05-16 Holger Schulz * Tidy ALEPH_1999 charm fragmentation analysis and normalise to data integral. Added DSTARPLUS and DSTARMINUS to PID. 2017-05-16 Andy Buckley * Add ATLAS_2016_CONF_2016_092, inclusive jet cross sections using early 13 TeV data. * Add ATLAS_2017_I1591327, isolated diphoton + X differential cross-sections. * Add ATLAS_2017_I1589844, ATLAS_2017_I1589844_EL, ATLAS_2017_I1589844_MU: kT splittings in Z events at 8 TeV. * Add ATLAS_2017_I1509919, track-based underlying event at 13 TeV in ATLAS. * Add ATLAS_2016_I1492320_2l2j and ATLAS_2016_I1492320_3l, the WWW cross-section at 8 TeV. 2017-05-12 Andy Buckley * Add ATLAS_2016_I1449082, charge asymmetry in top quark pair production in dilepton channel. * Add ATLAS_2015_I1394865, inclusive 4-lepton/ZZ lineshape. 2017-05-11 Andy Buckley * Add ATLAS_2013_I1234228, high-mass Drell-Yan at 7 TeV. 2017-05-10 Andy Buckley * Add CMS_2017_I1519995, search for new physics with dijet angular distributions in proton-proton collisions at sqrt{(s) = 13 TeV. * Add CMS_2017_I1511284, inclusive energy spectrum in the very forward direction in proton-proton collisions at 13 TeV. * Add CMS_2016_I1486238, studies of 2 b-jet + 2 jet production in proton-proton collisions at 7 TeV. * Add CMS_2016_I1454211, boosted ttbar in pp collisions at sqrtS = 8 TeV. * Add CMS_2016_I1421646, CMS azimuthal decorrelations at 8 TeV. 2017-05-09 Andy Buckley * Add CMS_2015_I1380605, per-event yield of the highest transverse momentum charged particle and charged-particle jet. * Add CMS_2015_I1370682_PARTON, a partonic-top version of the CMS 7 TeV pseudotop ttbar differential cross-section analysis. * Adding EHS_1988_I265504 from Felix Riehn: charged-particle production in K+ p, pi+ p and pp interactions at 250 GeV/c. * Fix ALICE_2012_I1116147 for pi0 and Lambda feed-down. 2017-05-08 Andy Buckley * Add protection against leptons from QED FSR photon conversions in assigning PartonicTop decay modes. Thanks to Markus Seidel for the report and suggested fix. * Reimplement FastJets methods in terms of new static helper functions. * Add new mkClusterInputs, mkJet and mkJets static methods to FastJets, to help with direct calls to FastJet where particle lookup for constituents and ghost tags are required. * Fix Doxygen config and Makefile target to allow working with out-of-source builds. Thanks to Christian Holm Christensen. * Improve DISLepton for HERA analyses: thanks to Andrii Verbytskyi for the patch! 2017-03-30 Andy Buckley * Replace non-template Analysis::refData functions with C++11 default T=Scatter2D. 2017-03-29 Andy Buckley * Allow yes/no and true/false values for LogX, etc. plot options. * Add --errs as an alias for --mc-errs to rivet-mkhtml and rivet-cmphistos. 2017-03-08 Peter Richardson * Added 6 analyses AMY_1990_I295160, HRS_1986_I18502, JADE_1983_I190818, PLUTO_1980_I154270, TASSO_1989_I277658, TPC_1987_I235694 for charged multiplicity in e+e- at CMS energies below the Z pole * Added 2 analyses for charged multiplicity at the Z pole DELPHI_1991_I301657, OPAL_1992_I321190 * Updated ALEPH_1991_S2435284 to plot the average charged multiplcity * Added analyses OPAL_2004_I631361, OPAL_2004_I631361_qq, OPAL_2004_I648738 for gluon jets in e+e-, most need fictitious e+e- > g g process 2017-03-29 Andy Buckley * Add Cut and functor selection args to HeavyHadrons accessor methods. 2017-03-03 Andy Buckley * bin/rivet-mkanalysis: Add FastJets.hh include by default -- it's almost always used. 2017-03-02 Andy Buckley * src/Analyses/CMS_2016_I1473674.cc: Patch from CMS to use partonic tops. * src/Analyses/CMS_2015_I1370682.cc: Patch to inline jet finding from CMS. 2017-03-01 Andy Buckley * Convert DressedLeptons use of fromDecay to instead veto photons that match fromHadron() || fromHadronicTau() -- meaning that electrons and muons from leptonic taus will now be dressed. * Move Particle and Jet std::function aliases to .fhh files, and replace many uses of templates for functor arguments with ParticleSelector meta-types instead. * Move the canonical implementations of hasAncestorWith, etc. and isLastWith, etc. from ParticleUtils.hh into Particle. * Disable the event-to-event beam consistency check if the ignore-beams mode is active. 2017-02-27 Andy Buckley * Add BoolParticleAND, BoolJetOR, etc. functor combiners to Tools/ParticleUtils.hh and Tools/JetUtils.hh. 2017-02-24 Andy Buckley * Mark ATLAS_2016_CONF_2016_078 and CMS_2016_PAS_SUS_16_14 analyses as validated, since their cutflows match the documentation. 2017-02-22 Andy Buckley * Add aggregate signal regions to CMS_2016_PAS_SUS_16_14. 2017-02-18 Andy Buckley * Add getEnvParam function, for neater use of environment variable parameters with a required default. 2017-02-05 Andy Buckley * Add HasBTag and HasCTag jet functors, with lower-case aliases. 2017-01-31 Andy Buckley * Start making analyses HepMC3-compatible, including major tidying in ATLAS_2013_I1243871. * Add Cut-arg variants to HeavyHadrons particle-retrieving methods. * Convert core to be compatible with HepMC3. 2017-01-21 Andy Buckley * Removing lots of long-deprecated functions & methods. 2017-01-18 Andy Buckley * Use std::function in functor-expanded method signatures on JetAlg. 2017-01-16 Andy Buckley * Convert FinalState particles() accessors to use std::function rather than a template arg for sorting, and add filtering functor support -- including a mix of filtering and sorting functors. Yay for C++11! * Add ParticleEffFilter and JetEffFilter constructors from a double (encoding constant efficiency). * Add Vector3::abseta() 2016-12-13 Andy Buckley * Version 2.5.3 release. 2016-12-12 Holger Schulz * Add cut in BZ calculation in OPAL 4 jet analysis. Paper is not clear about treatment of parallel vectors, leads to division by zero and nan-fill and subsequent YODA RangeError (OPAL_2001_S4553896) 2016-12-12 Andy Buckley * Fix bugs in SmearedJets treatment of b & c tagging rates. * Adding ATLAS_2016_I1467454 analysis (high-mass Drell-Yan at 8 TeV) * Tweak to 'convert' call to improve the thumbnail quality from rivet-mkhtml/make-plots. 2016-12-07 Andy Buckley * Require Cython 0.24 or later. 2016-12-02 Andy Buckley * Adding L3_2004_I652683 (LEP 1 & 2 event shapes) and LHCB_2014_I1262703 (Z+jet at 7 TeV). * Adding leading dijet mass plots to MC_JetAnalysis (and all derived classes). Thanks to Chris Gutschow! * Adding CMS_2012_I1298807 (ZZ cross-section at 8 TeV), CMS_2016_I1459051 (inclusive jet cross-sections at 13 TeV) and CMS_PAS_FSQ_12_020 (preliminary 7 TeV leading-track underlying event). * Adding CDF_2015_1388868 (ppbar underlying event at 300, 900, and 1960 GeV) * Adding ATLAS_2016_I1467230 (13 TeV min bias), ATLAS_2016_I1468167 (13 TeV inelastic pp cross-section), and ATLAS_2016_I1479760 (7 TeV pp double-parton scattering with 4 jets). 2016-12-01 Andy Buckley * Adding ALICE_2012_I1116147 (eta and pi0 pTs and ratio) and ATLAS_2011_I929691 (7 TeV jet frag) 2016-11-30 Andy Buckley * Fix bash bugs in rivet-buildplugin, including fixing the --cmd mode. 2016-11-28 Andy Buckley * Add LHC Run 2 BSM analyses ATLAS_2016_CONF_2016_037 (3-lepton and same-sign 2-lepton), ATLAS_2016_CONF_2016_054 (1-lepton + jets), ATLAS_2016_CONF_2016_078 (ICHEP jets + MET), ATLAS_2016_CONF_2016_094 (1-lepton + many jets), CMS_2013_I1223519 (alphaT + b-jets), and CMS_2016_PAS_SUS_16_14 (jets + MET). * Provide convenience reversed-argument versions of apply and declare methods, to allow presentational choice of declare syntax in situations where the projection argument is very long, and reduce requirements on the user's memory since this is one situation in Rivet where there is no 'most natural' ordering choice. 2016-11-24 Andy Buckley * Adding pTvec() function to 4-vectors and ParticleBase. * Fix --pwd option of the rivet script 2016-11-21 Andy Buckley * Add weights and scaling to Cutflow/s. 2016-11-19 Andy Buckley * Add Et(const ParticleBase&) unbound function. 2016-11-18 Andy Buckley * Fix missing YAML quote mark in rivet-mkanalysis. 2016-11-15 Andy Buckley * Fix constness requirements on ifilter_select() and Particle/JetEffFilter::operator(). * src/Analyses/ATLAS_2016_I1458270.cc: Fix inverted particle efficiency filtering. 2016-10-24 Andy Buckley * Add rough ATLAS and CMS photon reco efficiency functions from Delphes (ATLAS and CMS versions are identical, hmmm) 2016-10-12 Andy Buckley * Tidying/fixing make-plots custom z-ticks code. Thanks to Dmitry Kalinkin. 2016-10-03 Holger Schulz * Fix SpiresID -> InspireID in some analyses (show-analysis pointed to non-existing web page) 2016-09-29 Holger Schulz * Add Luminosity_fb to AnalysisInfo * Added some keywords and Lumi to ATLAS_2016_I1458270 2016-09-28 Andy Buckley * Merge the ATLAS and CMS from-Delphes electron and muon tracking efficiency functions into generic trkeff functions -- this is how it should be. * Fix return type typo in Jet::bTagged(FN) templated method. * Add eta and pT cuts to ATLAS truth b-jet definition. * Use rounding rather than truncation in Cutflow percentage efficiency printing. 2016-09-28 Frank Siegert * make-plots bugfix in y-axis labels for RatioPlotMode=deviation 2016-09-27 Andy Buckley * Add vector and scalar pT (rather than Et) to MissingMomentum. 2016-09-27 Holger Schulz * Analysis keyword machinery * rivet -a @semileptonic * rivet -a @semileptonic@^bdecays -a @semileptonic@^ddecays 2016-09-22 Holger Schulz * Release version 2.5.2 2016-09-21 Andy Buckley * Add a requirement to DressedLeptons that the FinalState passed as 'bareleptons' will be filtered to only contain charged leptons, if that is not already the case. Thanks to Markus Seidel for the suggestion. 2016-09-21 Holger Schulz * Add Simone Amoroso's plugin for hadron spectra (ALEPH_1995_I382179) * Add Simone Amoroso's plugin for hadron spectra (OPAL_1993_I342766) 2016-09-20 Holger Schulz * Add CMS ttbar analysis from contrib, mark validated (CMS_2016_I1473674) * Extend rivet-mkhtml --booklet to also work with pdfmerge 2016-09-20 Andy Buckley * Fix make-plots automatic YMax calculation, which had a typo from code cleaning (mea culpa!). * Fix ChargedLeptons projection, which failed to exclude neutrinos!!! Thanks to Markus Seidel. * Add templated FN filtering arg versions of the Jet::*Tags() and Jet::*Tagged() functions. 2016-09-18 Andy Buckley * Add CMS partonic top analysis (CMS_2015_I1397174) 2016-09-18 Holger Schulz * Add L3 xp analysis of eta mesons, thanks Simone (L3_1992_I336180) * Add D0 1.8 TeV jet shapes analysis, thanks Simone (D0_1995_I398175) 2016-09-17 Andy Buckley * Add has{Ancestor,Parent,Child,Descendant}With functions and HasParticle{Ancestor,Parent,Child,Descendant}With functors. 2016-09-16 Holger Schulz * Add ATLAS 8TeV ttbar analysis from contrib (ATLAS_2015_I1404878) 2016-09-16 Andy Buckley * Add particles(GenParticlePtr) to RivetHepMC.hh * Add hasParent, hasParentWith, and hasAncestorWith to Particle. 2016-09-15 Holger Schulz * Add ATLAS 8TeV dijet analysis from contrib (ATLAS_2015_I1393758) * Add ATLAS 8TeV 'number of tracks in jets' analysis from contrib (ATLAS_2016_I1419070) * Add ATLAS 8TeV g->H->WW->enumunu analysis from contrib (ATLAS_2016_I1444991) 2016-09-14 Holger Schulz * Explicit std::toupper and std::tolower to make clang happy 2016-09-14 Andy Buckley * Add ATLAS Run 2 0-lepton SUSY and monojet search papers (ATLAS_2016_I1452559, ATLAS_2016_I1458270) 2016-09-13 Andy Buckley * Add experimental Cutflow and Cutflows objects for BSM cut tracking. * Add 'direct' versions of any, all, none to Utils.hh, with an implicity bool() transforming function. 2016-09-13 Holger Schulz * Add and mark validated B+ to omega analysis (BABAR_2013_I1116411) * Add and mark validated D0 to pi- analysis (BABAR_2015_I1334693) * Add a few more particle names and use PID names in recently added analyses * Add Simone's OPAL b-frag analysis (OPAL_2003_I599181) after some cleanup and heavy usage of new features * Restructured DELPHI_2011_I890503 in the same manner --- picks up a few more B-hadrons now (e.g. 20523 and such) * Clean up and add ATLAS 8TeV MinBias (from contrib ATLAS_2016_I1426695) 2016-09-12 Andy Buckley * Add a static constexpr DBL_NAN to Utils.hh for convenience, and move some utils stuff out of MathHeader.hh 2016-09-12 Holger Schulz * Add count function to Tools/Utils.h * Add and mark validated B0bar and Bminus-decay to pi analysis (BELLE_2013_I1238273) * Add and mark validated B0-decay analysis (BELLE_2011_I878990) * Add and mark validated B to D decay analysis (BELLE_2011_I878990) 2016-09-08 Andy Buckley * Add C-array version of multi-target Analysis::scale() and normalize(), and fix (semantic) constness. * Add == and != operators for cuts applied to integers. * Add missing delta{Phi,Eta,Rap}{Gtr,Less} functors to ParticleBaseUtils.hh 2016-09-07 Andy Buckley * Add templated functor filtering args to the Particle parent/child/descendent methods. 2016-09-06 Andy Buckley * Add ATLAS Run 1 medium and tight electron ID efficiency functions. * Update configure scripts to use newer (Py3-safe) Python testing macros. 2016-09-02 Andy Buckley * Add isFirstWith(out), isLastWith(out) functions, and functor wrappers, using Cut and templated function/functor args. * Add Particle::parent() method. * Add using import/typedef of HepMC *Ptr types (useful step for HepMC 2.07 and 3.00). * Various typo fixes (and canonical renaming) in ParticleBaseUtils functor collection. * Add ATLAS MV2c10 and MV2c20 b-tagging effs to SmearingFunctions.hh collection. 2016-09-01 Andy Buckley * Add a PartonicTops projection. * Add overloaded versions of the Event::allParticles() method with selection Cut or templated selection function arguments. 2016-08-25 Andy Buckley * Add rapidity scheme arg to DeltaR functor constructors. 2016-08-23 Andy Buckley * Provide an Analysis::bookCounter(d,x,y, title) function, for convenience and making the mkanalysis template valid. * Improve container utils functions, and provide combined remove_if+erase filter_* functions for both select- and discard-type selector functions. 2016-08-22 Holger Schulz * Bugfix in rivet-mkhtml (NoneType: ana.spiresID() --> spiresid) * Added include to Rivet/Tools/Utils.h to make gcc6 happy 2016-08-22 Andy Buckley * Add efffilt() functions and Particle/JetEffFilt functors to SmearingFunctions.hh 2016-08-20 Andy Buckley * Adding filterBy methods for Particle and Jet which accept generic boolean functions as well as the Cut specialisation. 2016-08-18 Andy Buckley * Add a Jet::particles(Cut&) method, for inline filtering of jet constituents. * Add 'conjugate' behaviours to container head and tail functions via negative length arg values. 2016-08-15 Andy Buckley * Add convenience headers for including all final-state and smearing projections, to save user typing. 2016-08-12 Andy Buckley * Add standard MET functions for ATLAS R1 (and currently copies for R2 and CMS). * Add lots of vector/container helpers for e.g. container slicing, summing, and min/max calculation. * Adapt SmearedMET to take *two* arguments, since SET is typically used to calculate MET resolution. * Adding functors for computing vector & ParticleBase differences w.r.t. another vector. 2016-08-12 Holger Schulz * Implemented a few more cuts in prompt photon analysis (CDF_1993_S2742446) but to no avail, the rise of the data towards larger costheta values cannot be reproduced --- maybe this is a candidate for more scrutiny and using the boosting machinery such that the c.m. cuts can be done in a non-approximate way 2016-08-11 Holger Schulz * Rename CDF_2009_S8383952 to CDF_2009_I856131 due to invalid Spires entry. * Add InspireID to all analysis known by their Spires key 2016-08-09 Holger Schulz * Release 2.5.1 2016-08-08 Andy Buckley * Add a simple MC_MET analysis for out-of-the-box MET distribution testing. 2016-08-08 Holger Schulz * Add DELPHI_2011_I890503 b-quark fragmentation function measurement, which superseded DELPHI_2002_069_CONF_603. The latter is marked OBSOLETE. 2016-08-05 Holger Schulz * Use Jet mass and energy smearing in CDF_1997_... six-jet analysis, mark validated. * Mark CDF_2001_S4563131 validated * D0_1996_S3214044 --- cut on jet Et rather than pT, fix filling of costheta and theta plots, mark validated. Concerning the jet algorithm, I tried with the implementation of fastjet fastjet/D0RunIConePlugin.hh but that really does not help. * D0_1996_S3324664 --- fix normalisations, sorting jets properly now, cleanup and mark validated. 2016-08-04 Holger Schulz * Use Jet mass and energy smearing in CDF_1996_S310 ... jet properties analysis. Cleanup analysis and mark validated. Added some more run info. The same for CDF_1996_S334... (pretty much the same cuts, different observables). * Minor fixes in SmearedJets projection 2016-08-03 Andy Buckley * Protect SmearedJets against loss of tagging information if a momentum smearing function is used (rather than a dedicated Jet smearing fn) via implicit casts. 2016-08-02 Andy Buckley * Add SmearedMET projection, wrapping MissingMomentum. * Include base truth-level projections in SmearedParticles/Jets compare() methods. 2016-07-29 Andy Buckley * Rename TOTEM_2012_002 to proper TOTEM_2012_I1220862 name. * Remove conditional building of obsolete, preliminary and unvalidated analyses. Now always built, since there are sufficient warnings. 2016-07-28 Holger Schulz * Mark D0_2000... W pT analysis validated * Mark LHCB_2011_S919... phi meson analysis validated 2016-07-25 Andy Buckley * Add unbound accessors for momentum properties of ParticleBase objects. * Add Rivet/Tools/ParticleBaseUtils.hh to collect tools like functors for particle & jet filtering. * Add vector versions of Analysis::scale() and ::normalize(), for batched scaling. * Add Analysis::scale() and Analysis::divide() methods for Counter types. * Utils.hh: add a generic sum() function for containers, and use auto in loop to support arrays. * Set data path as well as lib path in scripts with --pwd option, and use abs path to $PWD. * Add setAnalysisDataPaths and addAnalysisDataPath to RivetPaths.hh/cc and Python. * Pass absolutized RIVET_DATA_PATH from rivet-mkhtml to rivet-cmphistos. 2016-07-24 Holger Schulz * Mark CDF_2008_S77... b jet shapes validated * Added protection against low stats yoda exception in finalize for that analysis 2016-07-22 Andy Buckley * Fix newly introduced bug in make-plots which led to data point markers being skipped for all but the last bin. 2016-07-21 Andy Buckley * Add pid, abspid, charge, abscharge, charge3, and abscharge3 Cut enums, handled by Particle cut targets. * Add abscharge() and abscharge3() methods to Particle. * Add optional Cut and duplicate-removal flags to Particle children & descendants methods. * Add unbound versions of Particle is* and from* methods, for easier functor use. * Add Particle::isPrompt() as a member rather than unbound function. * Add protections against -ve mass from numerical precision errors in smearing functions. 2016-07-20 Andy Buckley * Move several internal system headers into the include/Rivet/Tools directory. * Fix median-computing safety logic in ATLAS_2010_S8914702 and tidy this and @todo markers in several similar analyses. * Add to_str/toString and stream functions for Particle, and a bit of Particle util function reorganisation. * Add isStrange/Charm/Bottom PID and Particle functions. * Add RangeError exception throwing from MathUtils.hh stats functions if given empty/mismatched datasets. * Add Rivet/Tools/PrettyPrint.hh, based on https://louisdx.github.io/cxx-prettyprint/ * Allow use of path regex group references in .plot file keyed values. 2016-07-20 Holger Schulz * Fix the --nskip behaviour on the main rivet script. 2016-07-07 Andy Buckley * Release version 2.5.0 2016-07-01 Andy Buckley * Fix pandoc interface flag version detection. 2016-06-28 Andy Buckley * Release version 2.4.3 * Add ATLAS_2016_I1468168 early ttbar fully leptonic fiducial cross-section analysis at 13 TeV. 2016-06-21 Andy Buckley * Add ATLAS_2016_I1457605 inclusive photon analysis at 8 TeV. 2016-06-15 Andy Buckley * Add a --show-bibtex option to the rivet script, for convenient outputting of a BibTeX db for the used analyses. 2016-06-14 Andy Buckley * Add and rename 4-vector boost calculation methods: new methods beta, betaVec, gamma & gammaVec are now preferred to the deprecated boostVector method. 2016-06-13 Andy Buckley * Add and use projection handling methods declare(proj, pname) and apply(evt, pname) rather than the longer and explicitly 'projectiony' addProjection & applyProjection. * Start using the DEFAULT_RIVET_ANALYSIS_CTOR macro (newly created preferred alias to long-present DEFAULT_RIVET_ANA_CONSTRUCTOR) * Add a DEFAULT_RIVET_PROJ_CLONE macro for implementing the clone() method boiler-plate code in projections. 2016-06-10 Andy Buckley * Add a NonPromptFinalState projection, and tweak the PromptFinalState and unbound Particle functions a little in response. May need some more finessing. * Add user-facing aliases to ProjectionApplier add, get, and apply methods... the templated versions of which can now be called without using the word 'projection', which makes the function names a bit shorter and pithier, and reduces semantic repetition. 2016-06-10 Andy Buckley * Adding ATLAS_2015_I1397635 Wt at 8 TeV analysis. * Adding ATLAS_2015_I1390114 tt+b(b) at 8 TeV analysis. 2016-06-09 Andy Buckley * Downgrade some non-fatal error messages from ERROR to WARNING status, because *sigh* ATLAS's software treats any appearance of the word 'ERROR' in its log file as a reason to report the job as failed (facepalm). 2016-06-07 Andy Buckley * Adding ATLAS 13 TeV minimum bias analysis, ATLAS_2016_I1419652. 2016-05-30 Andy Buckley * pyext/rivet/util.py: Add pandoc --wrap/--no-wrap CLI detection and batch conversion. * bin/rivet: add -o as a more standard 'output' option flag alias to -H. 2016-05-23 Andy Buckley * Remove the last ref-data bin from table 16 of ATLAS_2010_S8918562, due to data corruption. The corresponding HepData record will be amended by ATLAS. 2016-05-12 Holger Schulz * Mark ATLAS_2012_I1082009 as validated after exhaustive tests with Pythia8 and Sherpa in inclusive QCD mode. 2016-05-11 Andy Buckley * Specialise return error codes from the rivet script. 2016-05-11 Andy Buckley * Add Event::allParticles() to provide neater (but not *helpful*) access to Rivet-wrapped versions of the raw particles in the Event::genEvent() record, and hence reduce HepMC digging. 2016-05-05 Andy Buckley * Version 2.4.2 release! * Update SLD_2002_S4869273 ref data to match publication erratum, now updated in HepData. Thanks to Peter Skands for the report and Mike Whalley / Graeme Watt for the quick fix and heads-up. 2016-04-27 Andy Buckley * Add CMS_2014_I1305624 event shapes analysis, with standalone variable calculation struct embedded in an unnamed namespace. 2016-04-19 Andy Buckley * Various clean-ups and fixes in ATLAS analyses using isolated photons with median pT density correction. 2016-04-18 Andy Buckley * Add transformBy(LT) methods to Particle and Jet. * Add mkObjectTransform and mkFrameTransform factory methods to LorentzTransform. 2016-04-17 Andy Buckley * Add null GenVertex protection in Particle children & descendants methods. 2016-04-15 Andy Buckley * Add ATLAS_2015_I1397637, ATLAS 8 TeV boosted top cross-section vs. pT 2016-04-14 Andy Buckley * Add a --no-histos argument to the rivet script. 2016-04-13 Andy Buckley * Add ATLAS_2015_I1351916 (8 TeV Z FB asymmetry) and ATLAS_2015_I1408516 (8 TeV Z phi* and pT) analyses, and their _EL, _MU variants. 2016-04-12 Andy Buckley * Patch PID utils for ordering issues in baryon decoding. 2016-04-11 Andy Buckley * Actually implement ZEUS_2001_S4815815... only 10 years late! 2016-04-08 Andy Buckley * Add a --guess-prefix flag to rivet-config, cf. fastjet-config. * Add RIVET_DATA_PATH variable and related functions in C++ and Python as a common first-fallback for RIVET_REF_PATH, RIVET_INFO_PATH, and RIVET_PLOT_PATH. * Add --pwd options to rivet-mkhtml and rivet-cmphistos 2016-04-07 Andy Buckley * Remove implicit conventional event rotation for HERA -- this needs to be done explicitly from now. * Add comBoost functions and methods to Beam.hh, and tidy LorentzTransformation. * Restructure Beam projection functions for beam particle and sqrtS extraction, and add asqrtS functions. * Rename and improve PID and Particle Z,A,lambda functions -> nuclZ,nuclA,nuclNlambda. 2016-04-05 Andy Buckley * Improve binIndex function, with an optional argument to allow overflow lookup, and add it to testMath. * Adding setPE, setPM, setPtEtaPhiM, etc. methods and corresponding mk* static methods to FourMomentum, as well as adding more convenience aliases and vector attributes for completeness. Coordinate conversion functions taken from HEPUtils::P4. New attrs also mapped to ParticleBase. 2016-03-29 Andy Buckley * ALEPH_1996_S3196992.cc, ATLAS_2010_S8914702.cc, ATLAS_2011_I921594.cc, ATLAS_2011_S9120807.cc, ATLAS_2012_I1093738.cc, ATLAS_2012_I1199269.cc, ATLAS_2013_I1217867.cc, ATLAS_2013_I1244522.cc, ATLAS_2013_I1263495.cc, ATLAS_2014_I1307756.cc, ATLAS_2015_I1364361.cc, CDF_2008_S7540469.cc, CMS_2015_I1370682.cc, MC_JetSplittings.cc, STAR_2006_S6870392.cc: Updates for new FastJets interface, and other cleaning. * Deprecate 'standalone' FastJets constructors -- they are misleading. * More improvements around jets, including unbound conversion and filtering routines between collections of Particles, Jets, and PseudoJets. * Place 'Cut' forward declaration in a new Cuts.fhh header. * Adding a Cuts::OPEN extern const (a bit more standard- and constant-looking than Cuts::open()) 2016-03-28 Andy Buckley * Improvements to FastJets constructors, including specification of optional AreaDefinition as a constructor arg, disabling dodgy no-FS constructors which I suspect don't work properly in the brave new world of automatic ghost tagging, using a bit of judicious constructor delegation, and completing/exposing use of shared_ptr for internal memory management. 2016-03-26 Andy Buckley * Remove Rivet/Tools/RivetBoost.hh and Boost references from rivet-config, rivet-buildplugin, and configure.ac. It's gone ;-) * Replace Boost assign usage with C++11 brace initialisers. All Boost use is gone from Rivet! * Replace Boost lexical_cast and string algorithms. 2016-03-25 Andy Buckley * Bug-fix in semi-leptonic top selection of CMS_2015_I1370682. 2016-03-12 Andy Buckley * Allow multi-line major tick labels on make-plots linear x and y axes. Linebreaks are indicated by \n in the .dat file. 2016-03-09 Andy Buckley * Release 2.4.1 2016-03-03 Andy Buckley * Add a --nskip flag to the rivet command-line tool, to allow processing to begin in the middle of an event file (useful for batched processing of large files, in combination with --nevts) 2016-03-03 Holger Schulz * Add ATLAS 7 TeV event shapes in Z+jets analysis (ATLAS_2016_I1424838) 2016-02-29 Andy Buckley * Update make-plots to use multiprocessing rather than threading. * Add FastJets::trimJet method, thanks to James Monk for the suggestion and patch. * Add new preferred name PID::charge3 in place of PID::threeCharge, and also convenience PID::abscharge and PID::abscharge3 functions -- all derived from changes in external HEPUtils. * Add analyze(const GenEvent*) and analysis(string&) methods to AnalysisHandler, plus some docstring improvements. 2016-02-23 Andy Buckley * New ATLAS_2015_I1394679 analysis. * New MC_HHJETS analysis from Andreas Papaefstathiou. * Ref data updates for ATLAS_2013_I1219109, ATLAS_2014_I1312627, and ATLAS_2014_I1319490. * Add automatic output paging to 'rivet --show-analyses' 2016-02-16 Andy Buckley * Apply cross-section unit fixes and plot styling improvements to ATLAS_2013_I1217863 analyses, thanks to Christian Gutschow. * Fix to rivet-cmphistos to avoid overwriting RatioPlotYLabel if already set via e.g. the PLOT pseudo-file. Thanks to Johann Felix v. Soden-Fraunhofen. 2016-02-15 Andy Buckley * Add Analysis::bookCounter and some machinery in rivet-cmphistos to avoid getting tripped up by unplottable (for now) data types. * Add --font and --format options to rivet-mkhtml and make-plots, to replace the individual flags used for that purpose. Not fully cleaned up, but a necessary step. * Add new plot styling options to rivet-cmphistos and rivet-mkhtml. Thanks to Gavin Hesketh. * Modify rivet-cmphistos and rivet-mkhtml to apply plot hiding if *any* path component is hidden by an underscore prefix, as implemented in AOPath, plus other tidying using new AOPath methods. * Add pyext/rivet/aopaths.py, containing AOPath object for central & standard decoding of Rivet-standard analysis object path structures. 2016-02-12 Andy Buckley * Update ParticleIdUtils.hh (i.e. PID:: functions) to use the functions from the latest version of MCUtils' PIDUtils.h. 2016-01-15 Andy Buckley * Change rivet-cmphistos path matching logic from match to search (user can add explicit ^ marker if they want match semantics). 2015-12-20 Andy Buckley * Improve linspace (and hence also logspace) precision errors by using multiplication rather than repeated addition to build edge list (thanks to Holger Schulz for the suggestion). 2015-12-15 Andy Buckley * Add cmphistos and make-plots machinery for handling 'suffix' variations on plot paths, currently just by plotting every line, with the variations in a 70% faded tint. * Add Beam::pv() method for finding the beam interaction primary vertex 4-position. * Add a new Particle::setMomentum(E,x,y,z) method, and an origin position member which is automatically populated from the GenParticle, with access methods corresponding to the momentum ones. 2015-12-10 Andy Buckley * make-plots: improve custom tick attribute handling, allowing empty lists. Also, any whitespace now counts as a tick separator -- explicit whitespace in labels should be done via ~ or similar LaTeX markup. 2015-12-04 Andy Buckley * Pro-actively use -m/-M arguments when initially loading histograms in mkhtml, *before* passing them to cmphistos. 2015-12-03 Andy Buckley * Move contains() and has_key() functions on STL containers from std to Rivet namespaces. * Adding IsRef attributes to all YODA refdata files; this will be used to replace the /REF prefix in Rivet v3 onwards. The migration has also removed leading # characters from BEGIN/END blocks, as per YODA format evolution: new YODA versions as required by current Rivet releases are able to read both the old and new formats. 2015-12-02 Andy Buckley * Add handling of a command-line PLOT 'file' argument to rivet-mkhtml, cf. rivet-cmphistos. * Improvements to rivet-mkhtml behaviour re. consistency with rivet-cmphistos in how muti-part histo paths are decomposed into analysis-name + histo name, and removal of 'NONE' strings. 2015-11-30 Andy Buckley * Relax rivet/plotinfo.py pattern matching on .plot file components, to allow leading whitespace and around = signs, and to make the leading # optional on BEGIN/END blocks. 2015-11-26 Andy Buckley * Write out intermediate histogram files by default, with event interval of 10k. 2015-11-25 Andy Buckley * Protect make-plots against lock-up due to partial pstricks command when there are no data points. 2015-11-17 Andy Buckley * rivet-cmphistos: Use a ratio label that doesn't mention 'data' when plotting MC vs. MC. 2015-11-12 Andy Buckley * Tweak plot and subplot sizing defaults in make-plots so the total canvas is always the same size by default. 2015-11-10 Andy Buckley * Handle 2D histograms better in rivet-cmphistos (since they can't be overlaid) 2015-11-05 Andy Buckley * Allow comma-separated analysis name lists to be passed to a single -a/--analysis/--analyses option. * Convert namespace-global const variables to be static, to suppress compiler warnings. * Use standard MAX_DBL and MAX_INT macros as a source for MAXDOUBLE and MAXINT, to suppress GCC5 warnings. 2015-11-04 Holger Schulz * Adding LHCB inelastic xsection measurement (LHCB_2015_I1333223) * Adding ATLAS colour flow in ttbar->semileptonic measurement (ATLAS_2015_I1376945) 2015-10-07 Chris Pollard * Release 2.4.0 2015-10-06 Holger Schulz * Adding CMS_2015_I1327224 dijet analysis (Mjj>2 TeV) 2015-10-03 Holger Schulz * Adding CMS_2015_I1346843 Z+gamma 2015-09-30 Andy Buckley * Important improvement in FourVector & FourMomentum: new reverse() method to return a 4-vector in which only the spatial component has been inverted cf. operator- which flips the t/E component as well. 2015-09-28 Holger Schulz * Adding D0_2000_I503361 ZPT at 1800 GeV 2015-09-29 Chris Pollard * Adding ATLAS_2015_CONF_2015_041 2015-09-29 Chris Pollard * Adding ATLAS_2015_I1387176 2015-09-29 Chris Pollard * Adding ATLAS_2014_I1327229 2015-09-28 Chris Pollard * Adding ATLAS_2014_I1326641 2015-09-28 Holger Schulz * Adding CMS_2013_I1122847 FB assymetry in DY analysis 2015-09-28 Andy Buckley * Adding CMS_2015_I1385107 LHA pp 2.76 TeV track-jet underlying event. 2015-09-27 Andy Buckley * Adding CMS_2015_I1384119 LHC Run 2 minimum bias dN/deta with no B field. 2015-09-25 Andy Buckley * Adding TOTEM_2014_I1328627 forward charged density in eta analysis. 2015-09-23 Andy Buckley * Add CMS_2015_I1310737 Z+jets analysis. * Allow running MC_{W,Z}INC, MC_{W,Z}JETS as separate bare lepton analyses. 2015-09-23 Andy Buckley * FastJets now allows use of FastJet pure ghosts, by excluding them from the constituents of Rivet Jet objects. Thanks to James Monk for raising the issue and providing a patch. 2015-09-15 Andy Buckley * More MissingMomentum changes: add optional 'mass target' argument when retrieving the vector sum as a 4-momentum, with the mass defaulting to 0 rather than sqrt(sum(E)^2 - sum(p)^2). * Require Boost 1.55 for robust compilation, as pointed out by Andrii Verbytskyi. 2015-09-10 Andy Buckley * Allow access to MissingMomentum projection via WFinder. * Adding extra methods to MissingMomentum, to make it more user-friendly. 2015-09-09 Andy Buckley * Fix factor of 2 in LHCB_2013_I1218996 normalisation, thanks to Felix Riehn for the report. 2015-08-20 Frank Siegert * Add function to ZFinder to retrieve all fiducial dressed leptons, e.g. to allow vetoing on a third one (proposed by Christian Gutschow). 2015-08-18 Andy Buckley * Rename xs and counter AOs to start with underscores, and modify rivet-cmphistos to skip AOs whose basenames start with _. 2015-08-17 Andy Buckley * Add writing out of cross-section and total event counter by default. Need to add some name protection to avoid them being plotted. 2015-08-16 Andy Buckley * Add templated versions of Analysis::refData() to use data types other than Scatter2DPtr, and convert the cached ref data store to generic AnalysisObjectPtrs to make it possible. 2015-07-29 Andy Buckley * Add optional Cut arguments to all the Jet tag methods. * Add exception handling and pre-emptive testing for a non-writeable output directory (based on patch from Lukas Heinrich). 2015-07-24 Andy Buckley * Version 2.3.0 release. 2015-07-02 Holger Schulz * Tidy up ATLAS higgs combination analysis. * Add ALICE kaon, pion analysis (ALICE_2015_I1357424) * Add ALICE strange baryon analysis (ALICE_2014_I1300380) * Add CDF ZpT measurement in Z->ee events analysis (CDF_2012_I1124333) * Add validated ATLAS W+charm measurement (ATLAS_2014_I1282447) * Add validated CMS jet and dijet analysis (CMS_2013_I1208923) 2015-07-01 Andy Buckley * Define a private virtual operator= on Projection, to block 'sliced' accidental value copies of derived class instances. * Add new muon-in-jet options to FastJet constructors, pass that and invisibles enums correctly to JetAlg, tweak the default strategies, and add a FastJets constructor from a fastjet::JetDefinition (while deprecating the plugin-by-reference constructor). 2015-07-01 Holger Schulz * Add D0 phi* measurement (D0_2015_I1324946). * Remove WUD and MC_PHOTONJETUE analyses * Don't abort ATLAS_2015_I1364361 if there is no stable Higgs print a warning instead and veto event 2015-07-01 Andy Buckley * Add all, none, from-decay muon filtering options to JetAlg and FastJets. * Rename NONPROMPT_INVISIBLES to DECAY_INVISIBLES for clarity & extensibility. * Remove FastJets::ySubJet, splitJet, and filterJet methods -- they're BDRS-paper-specific and you can now use the FastJet objects directly to do this and much more. * Adding InvisiblesStrategy to JetAlg, using it rather than a bool in the useInvisibles method, and updating FastJets to use this approach for its particle filtering and to optionally use the enum in the constructor arguments. The new default invisibles-using behaviour is to still exclude _prompt_ invisibles, and the default is still to exclude them all. Only one analysis (src/Analyses/STAR_2006_S6870392.cc) required updating, since it was the only one to be using the FastJets legacy seed_threshold constructor argument. * Adding isVisible method to Particle, taken from VisibleFinalState (which now uses this). 2015-06-30 Andy Buckley * Marking many old & superseded ATLAS analyses as obsolete. * Adding cmpMomByMass and cmpMomByAscMass sorting functors. * Bump version to 2.3.0 and require YODA > 1.4.0 (current head at time of development). 2015-06-08 Andy Buckley * Add handling of -m/-M flags on rivet-cmphistos and rivet-mkhtml, moving current rivet-mkhtml -m/-M to -a/-A (for analysis name pattern matching). Requires YODA head (will be YODA 1.3.2 of 1.4.0). * src/Analyses/ATLAS_2015_I1364361.cc: Now use the built-in prompt photon selecting functions. * Tweak legend positions in MC_JETS .plot file. * Add a bit more debug output from ZFinder and WFinder. 2015-05-24 Holger Schulz * Normalisation discussion concerning ATLAS_2014_I1325553 is resolved. Changed YLabel accordingly. 2015-05-19 Holger Schulz * Add (preliminary) ATLAS combined Higgs analysis (ATLAS_2015_I1364361). Data will be updated and more histos added as soon as paper is published in journal. For now using data taken from public ressource https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/HIGG-2014-11/ 2015-05-19 Peter Richardson * Fix ATLAS_2014_I1325553 normalisation of histograms was wrong by factor of two |y| vs y problem 2015-05-01 Andy Buckley * Fix MC_HJETS/HINC/HKTSPLITTINGS analyses to (ab)use the ZFinder with a mass range of 115-135 GeV and a mass target of 125 GeV (was previously 115-125 and mass target of mZ) 2015-04-30 Andy Buckley * Removing uses of boost::assign::list_of, preferring the existing comma-based assign override for now, for C++11 compatibility. * Convert MC_Z* analysis finalize methods to use scale() rather than normalize(). 2015-04-01 Holger Schulz * Add CMS 7 TeV rapidity gap analysis (CMS_2015_I1356998). * Remove FinalState Projection. 2015-03-30 Holger Schulz * Add ATLAS 7 TeV photon + jets analysis (ATLAS_2013_I1244522). 2015-03-26 Andy Buckley * Updates for HepMC 2.07 interface constness improvements. 2015-03-25 Holger Schulz * Add ATLAS double parton scattering in W+2j analysis (ATLAS_2013_I1216670). 2015-03-24 Andy Buckley * 2.2.1 release! 2015-03-23 Holger Schulz * Add ATLAS differential Higgs analysis (ATLAS_2014_I1306615). 2015-03-19 Chris Pollard * Add ATLAS V+gamma analyses (ATLAS_2013_I1217863) 2015-03-20 Andy Buckley * Adding ATLAS R-jets analysis i.e. ratios of W+jets and Z+jets observables (ATLAS_2014_I1312627 and _EL, _MU variants) * include/Rivet/Tools/ParticleUtils.hh: Adding same/oppSign and same/opp/diffCharge functions, operating on two Particles. * include/Rivet/Tools/ParticleUtils.hh: Adding HasAbsPID functor and removing optional abs arg from HasPID. 2015-03-19 Andy Buckley * Mark ATLAS_2012_I1083318 as VALIDATED and fix d25-x01-y02 ref data. 2015-03-19 Chris Pollard * Add ATLAS W and Z angular analyses (ATLAS_2011_I928289) 2015-03-19 Andy Buckley * Add LHCb charged particle multiplicities and densities analysis (LHCB_2014_I1281685) * Add LHCb Z y and phi* analysis (LHCB_2012_I1208102) 2015-03-19 Holger Schulz * Add ATLAS dijet analysis (ATLAS_2014_I1325553). * Add ATLAS Z pT analysis (ATLAS_2014_I1300647). * Add ATLAS low-mass Drell-Yan analysis (ATLAS_2014_I1288706). * Add ATLAS gap fractions analysis (ATLAS_2014_I1307243). 2015-03-18 Andy Buckley * Adding CMS_2014_I1298810 and CMS_2014_I1303894 analyses. 2015-03-18 Holger Schulz * Add PDG_TAUS analysis which makes use of the TauFinder. * Add ATLAS 'traditional' Underlying Event in Z->mumu analysis (ATLAS_2014_I1315949). 2015-03-18 Andy Buckley * Change UnstableFinalState duplicate resolution to use the last in a chain rather than the first. 2015-03-17 Holger Schulz * Update Taufinder to use decaytyoe (can be HADRONIC, LEPTONIC or ANY), in FastJet.cc --- set TauFinder mode to hadronic for tau-tagging 2015-03-16 Chris Pollard * Removed fuzzyEquals() from Vector3::angle() 2015-03-16 Andy Buckley * Adding Cuts-based constructor to PrimaryHadrons. * Adding missing compare() method to HeavyHadrons projection. 2015-03-15 Chris Pollard * Adding FinalPartons projection which selects the quarks and gluons immediately before hadronization 2015-03-05 Andy Buckley * Adding Cuts-based constructors and other tidying in UnstableFinalState and HeavyHadrons 2015-03-03 Andy Buckley * Add support for a PLOT meta-file argument to rivet-cmphistos. 2015-02-27 Andy Buckley * Improved time reporting. 2015-02-24 Andy Buckley * Add Particle::fromHadron and Particle::fromPromptTau, and add a boolean 'prompt' argument to Particle::fromTau. * Fix WFinder use-transverse-mass property setting. Thanks to Christian Gutschow. 2015-02-04 Andy Buckley * Add more protection against math domain errors with log axes. * Add some protection against nan-valued points and error bars in make-plots. 2015-02-03 Andy Buckley * Converting 'bitwise' to 'logical' Cuts combinations in all analyses. 2015-02-02 Andy Buckley * Use vector MET rather than scalar VET (doh...) in WFinder cut. Thanks to Ines Ochoa for the bug report. * Updating and tidying analyses with deprecation warnings. * Adding more Cuts/FS constructors for Charged,Neutral,UnstableFinalState. * Add &&, || and ! operators for without-parens-warnings Cut combining. Note these don't short-circuit, but this is ok since Cut comparisons don't have side-effects. * Add absetaIn, absrapIn Cut range definitions. * Updating use of sorted particle/jet access methods and cmp functors in projections and analyses. 2014-12-09 Andy Buckley * Adding a --cmd arg to rivet-buildplugin to allow the output paths to be sed'ed (to help deal with naive Grid distribution). For example BUILDROOT=`rivet-config --prefix`; rivet-buildplugin PHOTONS.cc --cmd | sed -e "s:$BUILDROOT:$SITEROOT:g" 2014-11-26 Andy Buckley * Interface improvements in DressedLeptons constructor. * Adding DEPRECATED macro to throw compiler deprecation warnings when using deprecated features. 2014-11-25 Andy Buckley * Adding Cut-based constructors, and various constructors with lists of PDG codes to IdentifiedFinalState. 2014-11-20 Andy Buckley * Analysis updates (ATLAS, CMS, CDF, D0) to apply the changes below. * Adding JetAlg jets(Cut, Sorter) methods, and other interface improvements for cut and sorted ParticleBase retrieval from JetAlg and ParticleFinder projections. Some old many-doubles versions removed, syntactic sugar sorting methods deprecated. * Adding Cuts::Et and Cuts::ptIn, Cuts::etIn, Cuts::massIn. * Moving FastJet includes, conversions, uses etc. into Tools/RivetFastJet.hh 2014-10-07 Andy Buckley * Fix a bug in the isCharmHadron(pid) function and remove isStrange* functions. 2014-09-30 Andy Buckley * 2.2.0 release! * Mark Jet::containsBottom and Jet::containsCharm as deprecated methods: use the new methods. Analyses updated. * Add Jet::bTagged(), Jet::cTagged() and Jet::tauTagged() as ghost-assoc-based replacements for the 'contains' tagging methods. 2014-09-17 Andy Buckley * Adding support for 1D and 3D YODA scatters, and helper methods for calling the efficiency, asymm and 2D histo divide functions. 2014-09-12 Andy Buckley * Adding 5 new ATLAS analyses: ATLAS_2011_I921594: Inclusive isolated prompt photon analysis with full 2010 LHC data ATLAS_2013_I1263495: Inclusive isolated prompt photon analysis with 2011 LHC data ATLAS_2014_I1279489: Measurements of electroweak production of dijets + $Z$ boson, and distributions sensitive to vector boson fusion ATLAS_2014_I1282441: The differential production cross section of the $\phi(1020)$ meson in $\sqrt{s}=7$ TeV $pp$ collisions measured with the ATLAS detector ATLAS_2014_I1298811: Leading jet underlying event at 7 TeV in ATLAS * Adding a median(vector) function and fixing the other stats functions to operate on vector rather than vector. 2014-09-03 Andy Buckley * Fix wrong behaviour of LorentzTransform with a null boost vector -- thanks to Michael Grosse. 2014-08-26 Andy Buckley * Add calc() methods to Hemispheres as requested, to allow it to be used with Jet or FourMomentum inputs outside the normal projection system. 2014-08-17 Andy Buckley * Improvements to the particles methods on ParticleFinder/FinalState, in particular adding the range of cuts arguments cf. JetAlg (and tweaking the sorted jets equivalent) and returning as a copy rather than a reference if cut/sorted to avoid accidentally messing up the cached copy. * Creating ParticleFinder projection base class, and moving Particles-accessing methods from FinalState into it. * Adding basic forms of MC_ELECTRONS, MC_MUONS, and MC_TAUS analyses. 2014-08-15 Andy Buckley * Version bump to 2.2.0beta1 for use at BOOST and MCnet school. 2014-08-13 Andy Buckley * New analyses: ATLAS_2014_I1268975 (high mass dijet cross-section at 7 TeV) ATLAS_2014_I1304688 (jet multiplicity and pT at 7 TeV) ATLAS_2014_I1307756 (scalar diphoton resonance search at 8 TeV -- no histograms!) CMSTOTEM_2014_I1294140 (charged particle pseudorapidity at 8 TeV) 2014-08-09 Andy Buckley * Adding PromptFinalState, based on code submitted by Alex Grohsjean and Will Bell. Thanks! 2014-08-06 Andy Buckley * Adding MC_HFJETS and MC_JETTAGS analyses. 2014-08-05 Andy Buckley * Update all analyses to use the xMin/Max/Mid, xMean, xWidth, etc. methods on YODA classes rather than the deprecated lowEdge etc. * Merge new HasPID functor from Holger Schulz into Rivet/Tools/ParticleUtils.hh, mainly for use with the any() function in Rivet/Tools/Utils.hh 2014-08-04 Andy Buckley * Add ghost tagging of charms, bottoms and taus to FastJets, and tag info accessors to Jet. * Add constructors from and cast operators to FastJet's PseudoJet object from Particle and Jet. * Convert inRange to not use fuzzy comparisons on closed intervals, providing old version as fuzzyInRange. 2014-07-30 Andy Buckley * Remove classifier functions accepting a Particle from the PID inner namespace. 2014-07-29 Andy Buckley * MC_JetAnalysis.cc: re-enable +- ratios for eta and y, now that YODA divide doesn't throw an exception. * ATLAS_2012_I1093734: fix a loop index error which led to the first bin value being unfilled for half the dphi plots. * Fix accidental passing of a GenParticle pointer as a PID code int in HeavyHadrons.cc. Effect limited to incorrect deductions about excited HF decay chains and should be small. Thanks to Tomasz Przedzinski for finding and reporting the issue during HepMC3 design work! 2014-07-23 Andy Buckley * Fix to logspace: make sure that start and end values are exact, not the result of exp(log(x)). 2014-07-16 Andy Buckley * Fix setting of library paths for doc building: Python can't influence the dynamic loader in its own process by setting an environment variable because the loader only looks at the variable once, when it starts. 2014-07-02 Andy Buckley * rivet-cmphistos now uses the generic yoda.read() function rather than readYODA() -- AIDA files can also be compared and plotted directly now. 2014-06-24 Andy Buckley * Add stupid missing include and std:: prefix in Rivet.hh 2014-06-20 Holger Schulz * bin/make-plots: Automatic generation of minor xtick labels if LogX is requested but data resides e.g. in [200, 700]. Fixes m_12 plots of, e.g. ATLAS_2010_S8817804 2014-06-17 David Grellscheid * pyext/rivet/Makefile.am: 'make distcheck' and out-of-source builds should work now. 2014-06-10 Andy Buckley * Fix use of the install command for bash completion installation on Macs. 2014-06-07 Andy Buckley * Removing direct includes of MathUtils.hh and others from analysis code files. 2014-06-02 Andy Buckley * Rivet 2.1.2 release! 2014-05-30 Andy Buckley * Using Particle absrap(), abseta() and abspid() where automatic conversion was feasible. * Adding a few extra kinematics mappings to ParticleBase. * Adding p3() accessors to the 3-momentum on FourMomentum, Particle, and Jet. * Using Jet and Particle kinematics methods directly (without momentum()) where possible. * More tweaks to make-plots 2D histo parsing behaviour. 2014-05-30 Holger Schulz * Actually fill the XQ 2D histo, .plot decorations. * Have make-plots produce colourmaps using YODA_3D_SCATTER objects. Remove the grid in colourmaps. * Some tweaks for the SFM analysis, trying to contact Martin Wunsch who did the unfolding back then. 2014-05-29 Holger Schulz * Re-enable 2D histo in MC_PDFS 2014-05-28 Andy Buckley * Updating analysis and project routines to use Particle::pid() by preference to Particle::pdgId(), and Particle::abspid() by preference to abs(Particle::pdgId()), etc. * Adding interfacing of smart pointer types and booking etc. for YODA 2D histograms and profiles. * Improving ParticleIdUtils and ParticleUtils functions based on merging of improved function collections from MCUtils, and dropping the compiled ParticleIdUtils.cc file. 2014-05-27 Andy Buckley * Adding CMS_2012_I1090423 (dijet angular distributions), CMS_2013_I1256943 (Zbb xsec and angular correlations), CMS_2013_I1261026 (jet and UE properties vs. Nch) and D0_2000_I499943 (bbbar production xsec and angular correlations). 2014-05-26 Andy Buckley * Fixing a bug in plot file handling, and adding a texpand() routine to rivet.util, to be used to expand some 'standard' physics TeX macros. * Adding ATLAS_2012_I1124167 (min bias event shapes), ATLAS_2012_I1203852 (ZZ cross-section), and ATLAS_2013_I1190187 (WW cross-section) analyses. 2014-05-16 Andy Buckley * Adding any(iterable, fn) and all(iterable, fn) template functions for convenience. 2014-05-15 Holger Schulz * Fix some bugs in identified hadron PIDs in OPAL_1998_S3749908. 2014-05-13 Andy Buckley * Writing out [UNVALIDATED], [PRELIMINARY], etc. in the --list-analyses output if analysis is not VALIDATED. 2014-05-12 Andy Buckley * Adding CMS_2013_I1265659 colour coherence analysis. 2014-05-07 Andy Buckley * Bug fixes in CMS_2013_I1209721 from Giulio Lenzi. * Fixing compiler warnings from clang, including one which indicated a misapplied cut bug in CDF_2006_S6653332. 2014-05-05 Andy Buckley * Fix missing abs() in Particle::abspid()!!!! 2014-04-14 Andy Buckley * Adding the namespace protection workaround for Boost described at http://www.boost.org/doc/libs/1_55_0/doc/html/foreach.html 2014-04-13 Andy Buckley * Adding a rivet.pc template file and installation rule for pkg-config to use. * Updating data/refdata/ALEPH_2001_S4656318.yoda to corrected version in HepData. 2014-03-27 Andy Buckley * Flattening PNG output of make-plots (i.e. no transparency) and other tweaks. 2014-03-23 Andy Buckley * Renaming the internal meta-particle class in DressedLeptons (and exposed in the W/ZFinders) from ClusteredLepton to DressedLepton for consistency with the change in name of its containing class. * Removing need for cmake and unportable yaml-cpp trickery by using libtool to build an embedded symbol-mangled copy of yaml-cpp rather than trying to mangle and build direct from the tarball. 2014-03-10 Andy Buckley * Rivet 2.1.1 release. 2014-03-07 Andy Buckley * Adding ATLAS multilepton search (no ref data file), ATLAS_2012_I1204447. 2014-03-05 Andy Buckley * Also renaming Breit-Wigner functions to cdfBW, invcdfBW and bwspace. * Renaming index_between() to the more Rivety binIndex(), since that's the only real use of such a function... plus a bit of SFINAE type relaxation trickery. 2014-03-04 Andy Buckley * Adding programmatic access to final histograms via AnalysisHandler::getData(). * Adding CMS 4 jet correlations analysis, CMS_2013_I1273574. * Adding CMS W + 2 jet double parton scattering analysis, CMS_2013_I1272853. * Adding ATLAS isolated diphoton measurement, ATLAS_2012_I1199269. * Improving the index_between function so the numeric types don't have to exactly match. * Adding better momentum comparison functors and sortBy, sortByX functions to use them easily on containers of Particle, Jet, and FourMomentum. 2014-02-10 Andy Buckley * Removing duplicate and unused ParticleBase sorting functors. * Removing unused HT increment and units in ATLAS_2012_I1180197 (unvalidated SUSY). * Fixing photon isolation logic bug in CMS_2013_I1258128 (Z rapidity). * Replacing internal uses of #include Rivet/Rivet.hh with Rivet/Config/RivetCommon.hh, removing the MAXRAPIDITY const, and repurposing Rivet/Rivet.hh as a convenience include for external API users. * Adding isStable, children, allDescendants, stableDescendants, and flightLength functions to Particle. * Replacing Particle and Jet deltaX functions with generic ones on ParticleBase, and adding deltaRap variants. * Adding a Jet.fhh forward declaration header, including fastjet::PseudoJet. * Adding a RivetCommon.hh header to allow Rivet.hh to be used externally. * Fixing HeavyHadrons to apply pT cuts if specified. 2014-02-06 Andy Buckley * 2.1.0 release! 2014-02-05 Andy Buckley * Protect against invalid prefix value if the --prefix configure option is unused. 2014-02-03 Andy Buckley * Adding the ATLAS_2012_I1093734 fwd-bwd / azimuthal minbias correlations analysis. * Adding the LHCB_2013_I1208105 forward energy flow analysis. 2014-01-31 Andy Buckley * Checking the YODA minimum version in the configure script. * Fixing the JADE_OPAL analysis ycut values to the midpoints, thanks to information from Christoph Pahl / Stefan Kluth. 2014-01-29 Andy Buckley * Removing unused/overrestrictive Isolation* headers. 2014-01-27 Andy Buckley * Re-bundling yaml-cpp, now built as a mangled static lib based on the LHAPDF6 experience. * Throw a UserError rather than an assert if AnalysisHandler::init is called more than once. 2014-01-25 David Grellscheid * src/Core/Cuts.cc: New Cuts machinery, already used in FinalState. Old-style "mineta, maxeta, minpt" constructors kept around for ease of transition. Minimal set of convenience functions available, like EtaIn(), should be expanded as needed. 2014-01-22 Andy Buckley * configure.ac: Remove opportunistic C++11 build, until this becomes mandatory (in version 2.2.0?). Anyone who wants C++11 can explicitly set the CXXFLAGS (and DYLDFLAGS for pre-Mavericks Macs) 2014-01-21 Leif Lonnblad * src/Core/Analysis.cc: Fixed bug in Analysis::isCompatible where an 'abs' was left out when checking that beam energes does not differ by more than 1GeV. * src/Analyses/CMS_2011_S8978280.cc: Fixed checking of beam energy and booking corresponding histograms. 2013-12-19 Andy Buckley * Adding pid() and abspid() methods to Particle. * Adding hasCharm and hasBottom methods to Particle. * Adding a sorting functor arg version of the ZFinder::constituents() method. * Adding pTmin cut accessors to HeavyHadrons. * Tweak to the WFinder constructor to place the target W (trans) mass argument last. 2013-12-18 Andy Buckley * Adding a GenParticle* cast operator to Particle, removing the Particle and Jet copies of the momentum cmp functors, and general tidying/improvement/unification of the momentum properties of jets and particles. 2013-12-17 Andy Buckley * Using SFINAE techniques to improve the math util functions. * Adding isNeutrino to ParticleIdUtils, and isHadron/isMeson/isBaryon/isLepton/isNeutrino methods to Particle. * Adding a FourMomentum cast operator to ParticleBase, so that Particle and Jet objects can be used directly as FourMomentums. 2013-12-16 Andy Buckley * LeptonClusters renamed to DressedLeptons. * Adding singular particle accessor functions to WFinder and ZFinder. * Removing ClusteredPhotons and converting ATLAS_2010_S8919674. 2013-12-12 Andy Buckley * Fixing a problem with --disable-analyses (thanks to David Hall) * Require FastJet version 3. * Bumped version to 2.1.0a0 * Adding -DNDEBUG to the default build flags, unless in --enable-debug mode. * Adding a special treatment of RIVET_*_PATH variables: if they end in :: the default search paths will not be appended. Used primarily to restrict the doc builds to look only inside the build dirs, but potentially also useful in other special circumstances. * Adding a definition of exec_prefix to rivet-buildplugin. * Adding -DNDEBUG to the default non-debug build flags. 2013-11-27 Andy Buckley * Removing accidentally still-present no-as-needed linker flag from rivet-config. * Lots of analysis clean-up and migration to use new features and W/Z finder APIs. * More momentum method forwarding on ParticleBase and adding abseta(), absrap() etc. functions. * Adding the DEFAULT_RIVET_ANA_CONSTRUCTOR cosmetic macro. * Adding deltaRap() etc. function variations * Adding no-decay photon clustering option to WFinder and ZFinder, and replacing opaque bool args with enums. * Adding an option for ignoring photons from hadron/tau decays in LeptonClusters. 2013-11-22 Andy Buckley * Adding Particle::fromBottom/Charm/Tau() members. LHCb were aready mocking this up, so it seemed sensible to add it to the interface as a more popular (and even less dangerous) version of hasAncestor(). * Adding an empty() member to the JetAlg interface. 2013-11-07 Andy Buckley * Adding the GSL lib path to the library path in the env scripts and the rivet-config --ldflags output. 2013-10-25 Andy Buckley * 2.0.0 release!!!!!! 2013-10-24 Andy Buckley * Supporting zsh completion via bash completion compatibility. 2013-10-22 Andy Buckley * Updating the manual to describe YODA rather than AIDA and the new rivet-cmphistos script. * bin/make-plots: Adding paths to error messages in histogram combination. * CDF_2005_S6217184: fixes to low stats errors and final scatter plot binning. 2013-10-21 Andy Buckley * Several small fixes in jet shape analyses, SFM_1984, etc. found in the last H++ validation run. 2013-10-18 Andy Buckley * Updates to configure and the rivetenv scripts to try harder to discover YODA. 2013-09-26 Andy Buckley * Now bundling Cython-generated files in the tarballs, so Cython is not a build requirement for non-developers. 2013-09-24 Andy Buckley * Removing unnecessary uses of a momentum() indirection when accessing kinematic variables. * Clean-up in Jet, Particle, and ParticleBase, in particular splitting PID functions on Particle from those on PID codes, and adding convenience kinematic functions to ParticleBase. 2013-09-23 Andy Buckley * Add the -avoid-version flag to libtool. * Final analysis histogramming issues resolved. 2013-08-16 Andy Buckley * Adding a ConnectBins flag in make-plots, to decide whether to connect adjacent, gapless bins with a vertical line. Enabled by default (good for the step-histo default look of MC lines), but now rivet-cmphistos disables it for the reference data. 2013-08-14 Andy Buckley * Making 2.0.0beta3 -- just a few remaining analysis migration issues remaining but it's worth making another beta since there were lots of framework fixes/improvements. 2013-08-11 Andy Buckley * ARGUS_1993_S2669951 also fixed using scatter autobooking. * Fixing remaining issues with booking in BABAR_2007_S7266081 using the feature below (far nicer than hard-coding). * Adding a copy_pts param to some Analysis::bookScatter2D methods: pre-setting the points with x values is sometimes genuinely useful. 2013-07-26 Andy Buckley * Removed the (officially) obsolete CDF 2008 LEADINGJETS and NOTE_9351 underlying event analyses -- superseded by the proper versions of these analyses based on the final combined paper. * Removed the semi-demo Multiplicity projection -- only the EXAMPLE analysis and the trivial ALEPH_1991_S2435284 needed adaptation. 2013-07-24 Andy Buckley * Adding a rejection of histo paths containing /TMP/ from the writeData function. Use this to handle booked temporary histograms... for now. 2013-07-23 Andy Buckley * Make rivet-cmphistos _not_ draw a ratio plot if there is only one line. * Improvements and fixes to HepData lookup with rivet-mkanalysis. 2013-07-22 Andy Buckley * Add -std=c++11 or -std=c++0x to the Rivet compiler flags if supported. * Various fixes to analyses with non-zero numerical diffs. 2013-06-12 Andy Buckley * Adding a new HeavyHadrons projection. * Adding optional extra include_end args to logspace() and linspace(). 2013-06-11 Andy Buckley * Moving Rivet/RivetXXX.hh tools headers into Rivet/Tools/. * Adding PrimaryHadrons projection. * Adding particles_in/out functions on GenParticle to RivetHepMC. * Moved STL extensions from Utils.hh to RivetSTL.hh and tidying. * Tidying, improving, extending, and documenting in RivetSTL.hh. * Adding a #include of Logging.hh into Projection.hh, and removing unnecessary #includes from all Projection headers. 2013-06-10 Andy Buckley * Moving htmlify() and detex() Python functions into rivet.util. * Add HepData URL for Inspire ID lookup to the rivet script. * Fix analyses' info files which accidentally listed the Inspire ID under the SpiresID metadata key. 2013-06-07 Andy Buckley * Updating mk-analysis-html script to produce MathJax output * Adding a version of Analysis::removeAnalysisObject() which takes an AO pointer as its argument. * bin/rivet: Adding pandoc-based conversion of TeX summary and description strings to plain text on the terminal output. * Add MathJax to rivet-mkhtml output, set up so the .info entries should render ok. * Mark the OPAL 1993 analysis as UNVALIDATED: from the H++ benchmark runs it looks nothing like the data, and there are some outstanding ambiguities. 2013-06-06 Andy Buckley * Releasing 2.0.0b2 beta version. 2013-06-05 Andy Buckley * Renaming Analysis::add() etc. to very explicit addAnalysisObject(), sorting out shared_pointer polymorphism issues via the Boost dynamic_pointer_cast, and adding a full set of getHisto1D(), etc. explicitly named and typed accessors, including ones with HepData dataset/axis ID signatures. * Adding histo booking from an explicit reference Scatter2D (and more placeholders for 2D histos / 3D scatters) and rewriting existing autobooking to use this. * Converting inappropriate uses of size_t to unsigned int in Analysis. * Moving Analysis::addPlot to Analysis::add() (or reg()?) and adding get() and remove() (or unreg()?) * Fixing attempted abstraction of import fallbacks in rivet.util.import_ET(). * Removing broken attempt at histoDir() caching which led to all histograms being registered under the same analysis name. 2013-06-04 Andy Buckley * Updating the Cython version requirement to 0.18 * Adding Analysis::integrate() functions and tidying the Analysis.hh file a bit. 2013-06-03 Andy Buckley * Adding explicit protection against using inf/nan scalefactors in ATLAS_2011_S9131140 and H1_2000_S4129130. * Making Analysis::scale noisly complain about invalid scalefactors. 2013-05-31 Andy Buckley * Reducing the TeX main memory to ~500MB. Turns out that it *can* be too large with new versions of TeXLive! 2013-05-30 Andy Buckley * Reverting bookScatter2D behaviour to never look at ref data, and updating a few affected analyses. This should fix some bugs with doubled datapoints introduced by the previous behaviour+addPoint. * Adding a couple of minor Utils.hh and MathUtils.hh features. 2013-05-29 Andy Buckley * Removing Constraints.hh header. * Minor bugfixes and improvements in Scatter2D booking and MC_JetAnalysis. 2013-05-28 Andy Buckley * Removing defunct HistoFormat.hh and HistoHandler.{hh,cc} 2013-05-27 Andy Buckley * Removing includes of Logging.hh, RivetYODA.hh, and ParticleIdUtils.hh from analyses (and adding an include of ParticleIdUtils.hh to Analysis.hh) * Removing now-unused .fhh files. * Removing lots of unnecessary .fhh includes from core classes: everything still compiling ok. A good opportunity to tidy this up before the release. * Moving the rivet-completion script from the data dir to bin (the completion is for scripts in bin, and this makes development easier). * Updating bash completion scripts for YODA format and compare-histos -> rivet-cmphistos. 2013-05-23 Andy Buckley * Adding Doxy comments and a couple of useful convenience functions to Utils.hh. * Final tweaks to ATLAS ttbar jet veto analysis (checked logic with Kiran Joshi). 2013-05-15 Andy Buckley * Many 1.0 -> weight bugfixes in ATLAS_2011_I945498. * yaml-cpp v3 support re-introduced in .info parsing. * Lots of analysis clean-ups for YODA TODO issues. 2013-05-13 Andy Buckley * Analysis histo booking improvements for Scatter2D, placeholders for 2D histos, and general tidying. 2013-05-12 Andy Buckley * Adding configure-time differentiation between yaml-cpp API versions 3 and 5. 2013-05-07 Andy Buckley * Converting info file reading to use the yaml-cpp 0.5.x API. 2013-04-12 Andy Buckley * Tagging as 2.0.0b1 2013-04-04 Andy Buckley * Removing bundling of yaml-cpp: it needs to be installed by the user / bootstrap script from now on. 2013-04-03 Andy Buckley * Removing svn:external m4 directory, and converting Boost detection to use better boost.m4 macros. 2013-03-22 Andy Buckley * Moving PID consts to the PID namespace and corresponding code updates and opportunistic clean-ups. * Adding Particle::fromDecay() method. 2013-03-09 Andy Buckley * Version bump to 2.0.0b1 in anticipation of first beta release. * Adding many more 'popular' particle ID code named-consts and aliases, and updating the RapScheme enum with ETA -> ETARAP, and fixing affected analyses (plus other opportunistic tidying / minor bug-fixing). * Fixing a symbol misnaming in ATLAS_2012_I1119557. 2013-03-07 Andy Buckley * Renaming existing uses of ParticleVector to the new 'Particles' type. * Updating util classes, projections, and analyses to deal with the HepMC return value changes. * Adding new Particle(const GenParticle*) constructor. * Converting Particle::genParticle() to return a const pointer rather than a reference, for the same reason as below (+ consistency within Rivet and with the HepMC pointer-centric coding design). * Converting Event to use a different implementation of original and modified GenParticles, and to manage the memory in a more future-proof way. Event::genParticle() now returns a const pointer rather than a reference, to signal that the user is leaving the happy pastures of 'normal' Rivet behind. * Adding a Particles typedef by analogy to Jets, and in preference to the cumbersome ParticleVector. * bin/: Lots of tidying/pruning of messy/defunct scripts. * Creating spiresbib, util, and plotinfo rivet python module submodules: this eliminates lighthisto and the standalone spiresbib modules. Util contains convenience functions for Python version testing, clean ElementTree import, and process renaming, for primary use by the rivet-* scripts. * Removing defunct scripts that have been replaced/obsoleted by YODA. 2013-03-06 Andy Buckley * Fixing doc build so that the reference histos and titles are ~correctly documented. We may want to truncate some of the lists! 2013-03-06 Hendrik Hoeth * Added ATLAS_2012_I1125575 analysis * Converted rivet-mkhtml to yoda * Introduced rivet-cmphistos as yoda based replacement for compare-histos 2013-03-05 Andy Buckley * Replacing all AIDA ref data with YODA versions. * Fixing the histograms entries in the documentation to be tolerant to plotinfo loading failures. * Making the findDatafile() function primarily find YODA data files, then fall back to AIDA. The ref data loader will use the appropriate YODA format reader. 2013-02-05 David Grellscheid * include/Rivet/Math/MathUtils.hh: added BWspace bin edge method to give equal-area Breit-Wigner bins 2013-02-01 Andy Buckley * Adding an element to the PhiMapping enum and a new mapAngle(angle, mapping) function. * Fixes to Vector3::azimuthalAngle and Vector3::polarAngle calculation (using the mapAngle functions). 2013-01-25 Frank Siegert * Split MC_*JETS analyses into three separate bits: MC_*INC (inclusive properties) MC_*JETS (jet properties) MC_*KTSPLITTINGS (kT splitting scales). 2013-01-22 Hendrik Hoeth * Fix TeX variable in the rivetenv scripts, especially for csh 2012-12-21 Andy Buckley * Version 1.8.2 release! 2012-12-20 Andy Buckley * Adding ATLAS_2012_I1119557 analysis (from Roman Lysak and Lily Asquith). 2012-12-18 Andy Buckley * Adding TOTEM_2012_002 analysis, from Sercan Sen. 2012-12-18 Hendrik Hoeth * Added CMS_2011_I954992 analysis 2012-12-17 Hendrik Hoeth * Added CMS_2012_I1193338 analysis * Fixed xi cut in ATLAS_2011_I894867 2012-12-17 Andy Buckley * Adding analysis descriptions to the HTML analysis page ToC. 2012-12-14 Hendrik Hoeth * Added CMS_2012_PAS_FWD_11_003 analysis * Added LHCB_2012_I1119400 analysis 2012-12-12 Andy Buckley * Correction to jet acceptance in CMS_2011_S9120041, from Sercan Sen: thanks! 2012-12-12 Hendrik Hoeth * Added CMS_2012_PAS_QCD_11_010 analysis 2012-12-07 Andy Buckley * Version number bump to 1.8.2 -- release approaching. * Rewrite of ALICE_2012_I1181770 analysis to make it a bit more sane and acceptable. * Adding a note on FourVector and FourMomentum that operator- and operator-= invert both the space and time components: use of -= can result in a vector with negative energy. * Adding particlesByRapidity and particlesByAbsRapidity to FinalState. 2012-12-07 Hendrik Hoeth * Added ALICE_2012_I1181770 analysis * Bump version to 1.8.2 2012-12-06 Hendrik Hoeth * Added ATLAS_2012_I1188891 analysis * Added ATLAS_2012_I1118269 analysis * Added CMS_2012_I1184941 analysis * Added LHCB_2010_I867355 analysis * Added TGraphErrors support to root2flat 2012-11-27 Andy Buckley * Converting CMS_2012_I1102908 analysis to use YODA. * Adding XLabel and YLabel setting in histo/profile/scatter booking. 2012-11-27 Hendrik Hoeth * Fix make-plots png creation for SL5 2012-11-23 Peter Richardson * Added ATLAS_2012_CONF_2012_153 4-lepton SUSY search 2012-11-17 Andy Buckley * Adding MC_PHOTONS by Steve Lloyd and AB, for testing general unisolated photon properties, especially those associated with charged leptons (e and mu). 2012-11-16 Andy Buckley * Adding MC_PRINTEVENT, a convenient (but verbose!) analysis for printing out event details to stdout. 2012-11-15 Andy Buckley * Removing the long-unused/defunct autopackage system. 2012-11-15 Hendrik Hoeth * Added LHCF_2012_I1115479 analysis * Added ATLAS_2011_I894867 analysis 2012-11-14 Hendrik Hoeth * Added CMS_2012_I1102908 analysis 2012-11-14 Andy Buckley * Converting the argument order of logspace, clarifying the arguments, updating affected code, and removing Analysis::logBinEdges. * Merging updates from the AIDA maintenance branch up to r4002 (latest revision for next merges is r4009). 2012-11-11 Andy Buckley * include/Math/: Various numerical fixes to Vector3::angle and changing the 4 vector mass treatment to permit spacelike virtualities (in some cases even the fuzzy isZero assert check was being violated). The angle check allows a clean-up of some workaround code in MC_VH2BB. 2012-10-15 Hendrik Hoeth * Added CMS_2012_I1107658 analysis 2012-10-11 Hendrik Hoeth * Added CDF_2012_NOTE10874 analysis 2012-10-04 Hendrik Hoeth * Added ATLAS_2012_I1183818 analysis 2012-07-17 Hendrik Hoeth * Cleanup and multiple fixes in CMS_2011_S9120041 * Bugfixed in ALEPH_2004_S5765862 and ATLAS_2010_CONF_2010_049 (thanks to Anil Pratap) 2012-08-09 Andy Buckley * Fixing aida2root command-line help message and converting to TH* rather than TGraph by default. 2012-07-24 Andy Buckley * Improvements/migrations to rivet-mkhtml, rivet-mkanalysis, and rivet-buildplugin. 2012-07-17 Hendrik Hoeth * Add CMS_2012_I1087342 2012-07-12 Andy Buckley * Fix rivet-mkanalysis a bit for YODA compatibility. 2012-07-05 Hendrik Hoeth * Version 1.8.1! 2012-07-05 Holger Schulz * Add ATLAS_2011_I945498 2012-07-03 Hendrik Hoeth * Bugfix for transverse mass (thanks to Gavin Hesketh) 2012-06-29 Hendrik Hoeth * Merge YODA branch into trunk. YODA is alive!!!!!! 2012-06-26 Holger Schulz * Add ATLAS_2012_I1091481 2012-06-20 Hendrik Hoeth * Added D0_2011_I895662: 3-jet mass 2012-04-24 Hendrik Hoeth * fixed a few bugs in rivet-rmgaps * Added new TOTEM dN/deta analysis 2012-03-19 Andy Buckley * Version 1.8.0! * src/Projections/UnstableFinalState.cc: Fix compiler warning. * Version bump for testing: 1.8.0beta1. * src/Core/AnalysisInfo.cc: Add printout of YAML parser exception error messages to aid debugging. * bin/Makefile.am: Attempt to fix rivet-nopy build on SLC5. * src/Analyses/LHCB_2010_S8758301.cc: Add two missing entries to the PDGID -> lifetime map. * src/Projections/UnstableFinalState.cc: Extend list of vetoed particles to include reggeons. 2012-03-16 Andy Buckley * Version change to 1.8.0beta0 -- nearly ready for long-awaited release! * pyext/setup.py.in: Adding handling for the YAML library: fix for Genser build from Anton Karneyeu. * src/Analyses/LHCB_2011_I917009.cc: Hiding lifetime-lookup error message if the offending particle is not a hadron. * include/Rivet/Math/MathHeader.hh: Using unnamespaced std::isnan and std::isinf as standard. 2012-03-16 Hendrik Hoeth * Improve default plot behaviour for 2D histograms 2012-03-15 Hendrik Hoeth * Make ATLAS_2012_I1084540 less verbose, and general code cleanup of that analysis. * New-style plugin hook in ATLAS_2011_I926145, ATLAS_2011_I944826 and ATLAS_2012_I1084540 * Fix compiler warnings in ATLAS_2011_I944826 and CMS_2011_S8973270 * CMS_2011_S8941262: Weights are double, not int. * disable inRange() tests in test/testMath.cc until we have a proper fix for the compiler warnings we see on SL5. 2012-03-07 Andy Buckley * Marking ATLAS_2011_I919017 as VALIDATED (this should have happened a long time ago) and adding more references. 2012-02-28 Hendrik Hoeth * lighthisto.py: Caching for re.compile(). This speeds up aida2flat and flat2aida by more than an order of magnitude. 2012-02-27 Andy Buckley * doc/mk-analysis-html: Adding more LaTeX/text -> HTML conversion replacements, including better <,> handling. 2012-02-26 Andy Buckley * Adding CMS_2011_S8973270, CMS_2011_S8941262, CMS_2011_S9215166, CMS_QCD_10_024, from CMS. * Adding LHCB_2011_I917009 analysis, from Alex Grecu. * src/Core/Analysis.cc, include/Rivet/Analysis.hh: Add a numeric-arg version of histoPath(). 2012-02-24 Holger Schulz * Adding ATLAS Ks/Lambda analysis. 2012-02-20 Andy Buckley * src/Analyses/ATLAS_2011_I925932.cc: Using new overflow-aware normalize() in place of counters and scale(..., 1/count) 2012-02-14 Andy Buckley * Splitting MC_GENERIC to put the PDF and PID plotting into MC_PDFS and MC_IDENTIFIED respectively. * Renaming MC_LEADINGJETS to MC_LEADJETUE. 2012-02-14 Hendrik Hoeth * DELPHI_1996_S3430090 and ALEPH_1996_S3486095: fix rapidity vs {Thrust,Sphericity}-axis. 2012-02-14 Andy Buckley * bin/compare-histos: Don't attempt to remove bins from MC histos where they aren't found in the ref file, if the ref file is not expt data, or if the new --no-rmgapbins arg is given. * bin/rivet: Remove the conversion of requested analysis names to upper-case: mixed-case analysis names will now work. 2012-02-14 Frank Siegert * Bugfixes and improvements for MC_TTBAR: - Avoid assert failure with logspace starting at 0.0 - Ignore charged lepton in jet finding (otherwise jet multi is always +1). - Add some dR/deta/dphi distributions as noted in TODO - Change pT plots to logspace as well (to avoid low-stat high pT bins) 2012-02-10 Hendrik Hoeth * rivet-mkhtml -c option now has the semantics of a .plot file. The contents are appended to the dat output by compare-histos. 2012-02-09 David Grellscheid * Fixed broken UnstableFS behaviour 2012-01-25 Frank Siegert * Improvements in make-plots: - Add PlotTickLabels and RatioPlotTickLabels options (cf. make-plots.txt) - Make ErrorBars and ErrorBands non-exclusive (and change their order, such that Bars are on top of Bands) 2012-01-25 Holger Schulz * Add ATLAS diffractive gap analysis 2012-01-23 Andy Buckley * bin/rivet: When using --list-analyses, the analysis summary is now printed out when log level is <= INFO, rather than < INFO. The effect on command line behaviour is that useful identifying info is now printed by default when using --list-analyses, rather than requiring --list-analyses -v. To get the old behaviour, e.g. if using the output of rivet --list-analyses for scripting, now use --list-analyses -q. 2012-01-22 Andy Buckley * Tidying lighthisto, including fixing the order in which +- error values are passed to the Bin constructor in fromFlatHisto. 2012-01-16 Frank Siegert * Bugfix in ATLAS_2012_I1083318: Include non-signal neutrinos in jet clustering. * Add first version of ATLAS_2012_I1083318 (W+jets). Still UNVALIDATED until final happiness with validation plots arises and data is in Hepdata. * Bugfix in ATLAS_2010_S8919674: Really use neutrino with highest pT for Etmiss. Doesn't seem to make very much difference, but is more correct in principle. 2012-01-16 Peter Richardson * Fixes to ATLAS_20111_S9225137 to include reference data 2012-01-13 Holger Schulz * Add ATLAS inclusive lepton analysis 2012-01-12 Hendrik Hoeth * Font selection support in rivet-mkhtml 2012-01-11 Peter Richardson * Added pi0 to list of particles. 2012-01-11 Andy Buckley * Removing references to Boost random numbers. 2011-12-30 Andy Buckley * Adding a placeholder rivet-which script (not currently installed). * Tweaking to avoid a very time-consuming debug printout in compare-histos with the -v flag, and modifying the Rivet env vars in rivet-mkhtml before calling compare-histos to eliminate problems induced by relative paths (i.e. "." does not mean the same thing when the directory is changed within the script). 2011-12-12 Andy Buckley * Adding a command line completion function for rivet-mkhtml. 2011-12-12 Frank Siegert * Fix for factor of 2.0 in normalisation of CMS_2011_S9086218 * Add --ignore-missing option to rivet-mkhtml to ignore non-existing AIDA files. 2011-12-06 Andy Buckley * Include underflow and overflow bins in the normalisation when calling Analysis::normalise(h) 2011-11-23 Andy Buckley * Bumping version to 1.8.0alpha0 since the Jet interface changes are quite a major break with backward compatibility (although the vast majority of analyses should be unaffected). * Removing crufty legacy stuff from the Jet class -- there is never any ambiguity between whether Particle or FourMomentum objects are the constituents now, and the jet 4-momentum is set explicitly by the jet alg so that e.g. there is no mismatch if the FastJet pt recombination scheme is used. * Adding default do-nothing implementations of Analysis::init() and Analysis::finalize(), since it is possible for analysis implementations to not need to do anything in these methods, and forcing analysis authors to write do-nothing boilerplate code is not "the Rivet way"! 2011-11-19 Andy Buckley * Adding variant constructors to FastJets with a more natural Plugin* argument, and decrufting the constructor implementations a bit. * bin/rivet: Adding a more helpful error message if the rivet module can't be loaded, grouping the option parser options, removing the -A option (this just doesn't seem useful anymore), and providing a --pwd option as a shortcut to append "." to the search path. 2011-11-18 Andy Buckley * Adding a guide to compiling a new analysis template to the output message of rivet-mkanalysis. 2011-11-11 Andy Buckley * Version 1.7.0 release! * Protecting the OPAL 2004 analysis against NaNs in the hemispheres projection -- I can't track the origin of these and suspect some occasional memory corruption. 2011-11-09 Andy Buckley * Renaming source files for EXAMPLE and PDG_HADRON_MULTIPLICITIES(_RATIOS) analyses to match the analysis names. * Cosmetic fixes in ATLAS_2011_S9212183 SUSY analysis. * Adding new ATLAS W pT analysis from Elena Yatsenko (slightly adapted). 2011-10-20 Frank Siegert * Extend API of W/ZFinder to allow for specification of input final state in which to search for leptons/photons. 2011-10-19 Andy Buckley * Adding new version of LHCB_2010_S8758301, based on submission from Alex Grecu. There is some slightly dodgy-looking GenParticle* fiddling going on, but apparently it's necessary (and hopefully robust). 2011-10-17 Andy Buckley * bin/rivet-nopy linker line tweak to make compilation work with GCC 4.6 (-lHepMC has to be explicitly added for some reason). 2011-10-13 Frank Siegert * Add four CMS QCD analyses kindly provided by CMS. 2011-10-12 Andy Buckley * Adding a separate test program for non-matrix/vector math functions, and adding a new set of int/float literal arg tests for the inRange functions in it. * Adding a jet multiplicity plot for jets with pT > 30 GeV to MC_TTBAR. 2011-10-11 Andy Buckley * Removing SVertex. 2011-10-11 James Monk * root2flat was missing the first bin (plus spurious last bin) * My version of bash does not understand the pipe syntax |& in rivet-buildplugin 2011-09-30 James Monk * Fix bug in ATLAS_2010_S8817804 that misidentified the akt4 jets as akt6 2011-09-29 Andy Buckley * Converting FinalStateHCM to a slightly more general DISFinalState. 2011-09-26 Andy Buckley * Adding a default libname argument to rivet-buildplugin. If the first argument doesn't have a .so library suffix, then use RivetAnalysis.so as the default. 2011-09-19 Hendrik Hoeth * make-plots: Fixing regex for \physicscoor. Adding "FrameColor" option. 2011-09-17 Andy Buckley * Improving interactive metadata printout, by not printing headings for missing info. * Bumping the release number to 1.7.0alpha0, since with these SPIRES/Inspire changes and the MissingMomentum API change we need more than a minor release. * Updating the mkanalysis, BibTeX-grabbing and other places that care about analysis SPIRES IDs to also be able to handle the new Inspire system record IDs. The missing link is getting to HepData from an Inspire code... * Using the .info file rather than an in-code declaration to specify that an analysis needs cross-section information. * Adding Inspire support to the AnalysisInfo and Analysis interfaces. Maybe we can find a way to combine the two, e.g. return the SPIRES code prefixed with an "S" if no Inspire ID is available... 2011-09-17 Hendrik Hoeth * Added ALICE_2011_S8909580 (strange particle production at 900 GeV) * Feed-down correction in ALICE_2011_S8945144 2011-09-16 Andy Buckley * Adding ATLAS track jet analysis, modified from the version provided by Seth Zenz: ATLAS_2011_I919017. Note that this analysis is currently using the Inspire ID rather than the Spires one: we're clearly going to have to update the API to handle Inspire codes, so might as well start now... 2011-09-14 Andy Buckley * Adding the ATLAS Z pT measurement at 7 TeV (ATLAS_2011_S9131140) and an MC analysis for VH->bb events (MC_VH2BB). 2011-09-12 Andy Buckley * Removing uses of getLog, cout, cerr, and endl from all standard analyses and projections, except in a very few special cases. 2011-09-10 Andy Buckley * Changing the behaviour and interface of the MissingMomentum projection to calculate vector ET correctly. This was previously calculated according to the common definition of -E*sin(theta) of the summed visible 4-momentum in the event, but that is incorrect because the timelike term grows monotonically. Instead, transverse 2-vectors of size ET need to be constructed for each visible particle, and vector-summed in the transverse plane. The rewrite of this behaviour made it opportune to make an API improvement: the previous method names scalarET/vectorET() have been renamed to scalar/vectorEt() to better match the Rivet FourMomentum::Et() method, and MissingMomentum::vectorEt() now returns a Vector3 rather than a double so that the transverse missing Et direction is also available. Only one data analysis has been affected by this change in behaviour: the D0_2004_S5992206 dijet delta(phi) analysis. It's expected that this change will not be very significant, as it is a *veto* on significant missing ET to reduce non-QCD contributions. MC studies using this analysis ~always run with QCD events only, so these contributions should be small. The analysis efficiency may have been greatly improved, as fewer events will now fail the missing ET veto cut. * Add sorting of the ParticleVector returned by the ChargedLeptons projection. * configure.ac: Adding a check to make sure that no-one tries to install into --prefix=$PWD. 2011-09-04 Andy Buckley * lighthisto fixes from Christian Roehr. 2011-08-26 Andy Buckley * Removing deprecated features: the setBeams(...) method on Analysis, the MaxRapidity constant, the split(...) function, the default init() method from AnalysisHandler and its test, and the deprecated TotalVisibleMomentum and PVertex projections. 2011-08-23 Andy Buckley * Adding a new DECLARE_RIVET_PLUGIN wrapper macro to hide the details of the plugin hook system from analysis authors. Migration of all analyses and the rivet-mkanalysis script to use this as the standard plugin hook syntax. * Also call the --cflags option on root-config when using the --root option with rivet-biuldplugin (thanks to Richard Corke for the report) 2011-08-23 Frank Siegert * Added ATLAS_2011_S9126244 * Added ATLAS_2011_S9128077 2011-08-23 Hendrik Hoeth * Added ALICE_2011_S8945144 * Remove obsolete setBeams() from the analyses * Update CMS_2011_S8957746 reference data to the official numbers * Use Inspire rather than Spires. 2011-08-19 Frank Siegert * More NLO parton level generator friendliness: Don't crash or fail when there are no beam particles. * Add --ignore-beams option to skip compatibility check. 2011-08-09 David Mallows * Fix aida2flat to ignore empty dataPointSet 2011-08-07 Andy Buckley * Adding TEXINPUTS and LATEXINPUTS prepend definitions to the variables provided by rivetenv.(c)sh. A manual setting of these variables that didn't include the Rivet TEXMFHOME path was breaking make-plots on lxplus, presumably since the system LaTeX packages are so old there. 2011-08-02 Frank Siegert Version 1.6.0 release! 2011-08-01 Frank Siegert * Overhaul of the WFinder and ZFinder projections, including a change of interface. This solves potential problems with leptons which are not W/Z constituents being excluded from the RemainingFinalState. 2011-07-29 Andy Buckley * Version 1.5.2 release! * New version of aida2root from James Monk. 2011-07-29 Frank Siegert * Fix implementation of --config file option in make-plots. 2011-07-27 David Mallows * Updated MC_TTBAR.plot to reflect updated analysis. 2011-07-25 Andy Buckley * Adding a useTransverseMass flag method and implementation to InvMassFinalState, and using it in the WFinder, after feedback from Gavin Hesketh. This was the neatest way I could do it :S Some other tidying up happened along the way. * Adding transverse mass massT and massT2 methods and functions for FourMomentum. 2011-07-22 Frank Siegert * Added ATLAS_2011_S9120807 * Add two more observables to MC_DIPHOTON and make its isolation cut more LHC-like * Add linear photon pT histo to MC_PHOTONJETS 2011-07-20 Andy Buckley * Making MC_TTBAR work with semileptonic ttbar events and generally tidying the code. 2011-07-19 Andy Buckley * Version bump to 1.5.2.b01 in preparation for a release in the very near future. 2011-07-18 David Mallows * Replaced MC_TTBAR: Added t,tbar reconstruction. Not yet working. 2011-07-18 Andy Buckley * bin/rivet-buildplugin.in: Pass the AM_CXXFLAGS variable (including the warning flags) to the C++ compiler when building user analysis plugins. * include/LWH/DataPointSet.h: Fix accidental setting of errorMinus = scalefactor * error_Plus_. Thanks to Anton Karneyeu for the bug report! 2011-07-18 Hendrik Hoeth * Added CMS_2011_S8884919 (charged hadron multiplicity in NSD events corrected to pT>=0). * Added CMS_2010_S8656010 and CMS_2010_S8547297 (charged hadron pT and eta in NSD events) * Added CMS_2011_S8968497 (chi_dijet) * Added CMS_2011_S8978280 (strangeness) 2011-07-13 Andy Buckley * Rivet PDF manual updates, to not spread disinformation about bootstrapping a Genser repo. 2011-07-12 Andy Buckley * bin/make-plots: Protect property reading against unstripped \r characters from DOS newlines. * bin/rivet-mkhtml: Add a -M unmatch regex flag (note that these are matching the analysis path rather than individual histos on this script), and speed up the initial analysis identification and selection by avoiding loops of regex comparisons for repeats of strings which have already been analysed. * bin/compare-histos: remove the completely (?) unused histogram list, and add -m and -M regex flags, as for aida2flat and flat2aida. 2011-06-30 Hendrik Hoeth * fix fromFlat() in lighthistos: It would ignore histogram paths before. * flat2aida: preserve histogram order from .dat files 2011-06-27 Andy Buckley * pyext/setup.py.in: Use CXXFLAGS and LDFLAGS safely in the Python extension build, and improve the use of build/src directory arguments. 2011-06-23 Andy Buckley * Adding a tentative rivet-updateanalyses script, based on lhapdf-getdata, which will download new analyses as requested. We could change our analysis-providing behaviour a bit to allow this sort of delivery mechanism to be used as the normal way of getting analysis updates without us having to make a whole new Rivet release. It is nice to be able to identify analyses with releases, though, for tracking whether bugs have been addressed. 2011-06-10 Frank Siegert * Bugfixes in WFinder. 2011-06-10 Andy Buckley * Adding \physicsxcoor and \physicsycoor treatment to make-plots. 2011-06-06 Hendrik Hoeth * Allow for negative cross-sections. NLO tools need this. * make-plots: For RatioPlotMode=deviation also consider the MC uncertainties, not just data. 2011-06-04 Hendrik Hoeth * Add support for goodness-of-fit calculations to make-plots. The results are shown in the legend, and one histogram can be selected to determine the color of the plot margin. See the documentation for more details. 2011-06-04 Andy Buckley * Adding auto conversion of Histogram2D to DataPointSets in the AnalysisHandler _normalizeTree method. 2011-06-03 Andy Buckley * Adding a file-weight feature to the Run object, which will optionally rescale the weights in the provided HepMC files. This should be useful for e.g. running on multiple differently-weighted AlpGen HepMC files/streams. The new functionality is used by the rivet command via an optional weight appended to the filename with a colon delimiter, e.g. "rivet fifo1.hepmc fifo2.hepmc:2.31" 2011-06-01 Hendrik Hoeth * Add BeamThrust projection 2011-05-31 Hendrik Hoeth * Fix LIBS for fastjet-3.0 * Add basic infrastructure for Taylor plots in make-plots * Fix OPAL_2004_S6132243: They are using charged+neutral. * Release 1.5.1 2011-05-22 Andy Buckley * Adding plots of stable and decayed PID multiplicities to MC_GENERIC (useful for sanity-checking generator setups). * Removing actually-unused ProjectionApplier.fhh forward declaration header. 2011-05-20 Andy Buckley * Removing import of ipython shell from rivet-rescale, having just seen it throw a multi-coloured warning message on a student's lxplus Rivet session! * Adding support for the compare-histos --no-ratio flag when using rivet-mkhtml. Adding --rel-ratio, --linear, etc. is an exercise for the enthusiast ;-) 2011-05-10 Andy Buckley * Internal minor changes to the ProjectionHandler and ProjectionApplier interfaces, in particular changing the ProjectionHandler::create() function to be called getInstance and to return a reference rather than a pointer. The reference change is to make way for an improved singleton implementation, which cannot yet be used due to a bug in projection memory management. The code of the improved singleton is available, but commented out, in ProjectionManager.hh to allow for easier migration and to avoid branching. 2011-05-08 Andy Buckley * Extending flat2aida to be able to read from and write to stdin/out as for aida2flat, and also eliminating the internal histo parsing representation in favour of the one in lighthisto. lighthisto's fromFlat also needed a bit of an overhaul: it has been extended to parse each histo's chunk of text (including BEGIN and END lines) in fromFlatHisto, and for fromFlat to parse a collection of histos from a file, in keeping with the behaviour of fromDPS/fromAIDA. Merging into Professor is now needed. * Extending aida2flat to have a better usage message, to accept input from stdin for command chaining via pipes, and to be a bit more sensibly internally structured (although it also now has to hold all histos in memory before writing out -- that shouldn't be a problem for anything other than truly huge histo files). 2011-05-04 Andy Buckley * compare-histos: If using --mc-errs style, prefer dotted and dashdotted line styles to dashed, since dashes are often too long to be distinguishable from solid lines. Even better might be to always use a solid line for MC errs style, and to add more colours. * rivet-mkhtml: use a no-mc-errors drawing style by default, to match the behaviour of compare-histos, which it calls. The --no-mc-errs option has been replaced with an --mc-errs option. 2011-05-04 Hendrik Hoeth * Ignore duplicate files in compare-histos. 2011-04-25 Andy Buckley * Adding some hadron-specific N and sumET vs. |eta| plots to MC_GENERIC. * Re-adding an explicit attempt to get the beam particles, since HepMC's IO_HERWIG seems to not always set them even though it's meant to. 2011-04-19 Hendrik Hoeth * Added ATLAS_2011_S9002537 W asymmetry analysis 2011-04-14 Hendrik Hoeth * deltaR, deltaPhi, deltaEta now available in all combinations of FourVector, FourMomentum, Vector3, doubles. They also accept jets and particles as arguments now. 2011-04-13 David Grellscheid * added ATLAS 8983313: 0-lepton BSM 2011-04-01 Andy Buckley * bin/rivet-mkanalysis: Don't try to download SPIRES or HepData info if it's not a standard analysis (i.e. if the SPIRES ID is not known), and make the default .info file validly parseable by YAML, which was an unfortunate gotcha for anyone writing a first analysis. 2011-03-31 Andy Buckley * bin/compare-histos: Write more appropriate ratio plot labels when not comparing to data, and use the default make-plots labels when comparing to data. * bin/rivet-mkhtml: Adding a timestamp to the generated pages, and a -t/--title option to allow setting the main HTML page title on the command line: otherwise it becomes impossible to tell these pages apart when you have a lot of them, except by URL! 2011-03-24 Andy Buckley * bin/aida2flat: Adding a -M option to *exclude* histograms whose paths match a regex. Writing a negative lookahead regex with positive matching was far too awkward! 2011-03-18 Leif Lonnblad * src/Core/AnalysisHandler.cc (AnalysisHandler::removeAnalysis): Fixed strange shared pointer assignment that caused seg-fault. 2011-03-13 Hendrik Hoeth * filling of functions works now in a more intuitive way (I hope). 2011-03-09 Andy Buckley * Version 1.5.0 release! 2011-03-08 Andy Buckley * Adding some extra checks for external packages in make-plots. 2011-03-07 Andy Buckley * Changing the accuracy of the beam energy checking to 1%, to make the UI a bit more forgiving. It's still best to specify exactly the right energy of course! 2011-03-01 Andy Buckley * Adding --no-plottitle to compare-histos (+ completion). * Fixing segfaults in UA1_1990_S2044935 and UA5_1982_S875503. * Bump ABI version numbers for 1.5.0 release. * Use AnalysisInfo for storage of the NeedsCrossSection analysis flag. * Allow field setting in AnalysisInfo. 2011-02-27 Hendrik Hoeth * Support LineStyle=dashdotted in make-plots * New command line option --style for compare-histos. Options are "default", "bw" and "talk". * cleaner uninstall 2011-02-26 Andy Buckley * Changing internal storage and return type of Particle::pdgId() to PdgId, and adding Particle::energy(). * Renaming Analysis::energies() as Analysis::requiredEnergies(). * Adding beam energies into beam consistency checking: Analysis::isCompatible methods now also require the beam energies to be provided. * Removing long-deprecated AnalysisHandler::init() constructor and AnalysisHandler::removeIncompatibleAnalyses() methods. 2011-02-25 Andy Buckley * Adding --disable-obsolete, which takes its value from the value of --disable-preliminary by default. * Replacing RivetUnvalidated and RivetPreliminary plugin libraries with optionally-configured analysis contents in the experiment-specific plugin libraries. This avoids issues with making libraries rebuild consistently when sources were reassigned between libraries. 2011-02-24 Andy Buckley * Changing analysis plugin registration to fall back through available paths rather than have RIVET_ANALYSIS_PATH totally override the built-in paths. The first analysis hook of a given name to be found is now the one that's used: any duplicates found will be warned about but unused. getAnalysisLibPaths() now returns *all* the search paths, in keeping with the new search behaviour. 2011-02-22 Andy Buckley * Moving the definition of the MSG_* macros into the Logging.hh header. They can't be used everywhere, though, as they depend on the existence of a this->getLog() method in the call scope. This move makes them available in e.g. AnalysisHandler and other bits of framework other than projections and analyses. * Adding a gentle print-out from the Rivet AnalysisHandler if preliminary analyses are being used, and strengthening the current warning if unvalidated analyses are used. * Adding documentation about the validation "process" and the (un)validated and preliminary analysis statuses. * Adding the new RivetPreliminary analysis library, and the corresponding --disable-preliminary configure flag. Analyses in this library are subject to change names, histograms, reference data values, etc. between releases: make sure you check any dependences on these analyses when upgrading Rivet. * Change the Python script ref data search behaviours to use Rivet ref data by default where available, rather than requiring a -R option. Where relevant, -R is still a valid option, to avoid breaking legacy scripts, and there is a new --no-rivet-refs option to turn the default searching *off*. * Add the prepending and appending optional arguments to the path searching functions. This will make it easier to combine the search functions with user-supplied paths in Python scripts. * Make make-plots killable! * Adding Rivet version to top of run printout. * Adding Run::crossSection() and printing out the cross-section in pb at the end of a Rivet run. 2011-02-22 Hendrik Hoeth * Make lighthisto.py aware of 2D histograms * Adding published versions of the CDF_2008 leading jets and DY analyses, and marking the preliminary ones as "OBSOLETE". 2011-02-21 Andy Buckley * Adding PDF documentation for path searching and .info/.plot files, and tidying overfull lines. * Removing unneeded const declarations from various return by value path and internal binning functions. Should not affect ABI compatibility but will force recompilation of external packages using the RivetPaths.hh and Utils.hh headers. * Adding findAnalysis*File(fname) functions, to be used by Rivet scripts and external programs to find files known to Rivet according to Rivet's (newly standard) lookup rule. * Changing search path function behaviour to always return *all* search directories rather than overriding the built-in locations if the environment variables are set. 2011-02-20 Andy Buckley * Adding the ATLAS 2011 transverse jet shapes analysis. 2011-02-18 Hendrik Hoeth * Support for transparency in make-plots 2011-02-18 Frank Siegert * Added ATLAS prompt photon analysis ATLAS_2010_S8914702 2011-02-10 Hendrik Hoeth * Simple NOOP constructor for Thrust projection * Add CMS event shape analysis. Data read off the plots. We will get the final numbers when the paper is accepted by the journal. 2011-02-10 Frank Siegert * Add final version of ATLAS dijet azimuthal decorrelation 2011-02-10 Hendrik Hoeth * remove ATLAS conf note analyses for which we have final data * reshuffle histograms in ATLAS minbias analysis to match Hepdata * small pT-cut fix in ATLAS track based UE analysis 2011-01-31 Andy Buckley * Doc tweaks and adding cmp-by-|p| functions for Jets, to match those added by Hendrik for Particles. * Don't sum photons around muons in the D0 2010 Z pT analysis. 2011-01-27 Andy Buckley * Adding ATLAS 2010 min bias and underlying event analyses and data. 2011-01-23 Andy Buckley * Make make-plots write out PDF rather than PS by default. 2011-01-12 Andy Buckley * Fix several rendering and comparison bugs in rivet-mkhtml. * Allow make-plots to write into an existing directory, at the user's own risk. * Make rivet-mkhtml produce PDF-based output rather than PS by default (most people want PDF these days). Can we do the same change of default for make-plots? * Add getAnalysisPlotPaths() function, and use it in compare-histos * Use proper .info file search path function internally in AnalysisInfo::make. 2011-01-11 Andy Buckley * Clean up ATLAS dijet analysis. 2010-12-30 Andy Buckley * Adding a run timeout option, and small bug-fixes to the event timeout handling, and making first event timeout work nicely with the run timeout. Run timeout is intended to be used in conjunction with timed batch token expiry, of the type that likes to make 0 byte AIDA files on LCG when Grid proxies time out. 2010-12-21 Andy Buckley * Fix the cuts in the CDF 1994 colour coherence analysis. 2010-12-19 Andy Buckley * Fixing CDF midpoint cone jet algorithm default construction to have an overlap threshold of 0.5 rather than 0.75. This was recommended by the FastJet manual, and noticed while adding the ATLAS and CMS cones. * Adding ATLAS and CMS old iterative cones as "official" FastJets constructor options (they could always have been used by explicit instantiation and attachment of a Fastjet plugin object). * Removing defunct and unused ClosestJetShape projection. 2010-12-16 Andy Buckley * bin/compare-histos, pyext/lighthisto.py: Take ref paths from rivet module API rather than getting the environment by hand. * pyext/lighthisto.py: Only read .plot info from the first matching file (speed-up compare-histos). 2010-12-14 Andy Buckley * Augmenting the physics vector functionality to make FourMomentum support maths operators with the correct return type (FourMomentum rather than FourVector). 2010-12-11 Andy Buckley * Adding a --event-timeout option to control the event timeout, adding it to the completion script, and making sure that the init time check is turned OFF once successful! * Adding an 3600 second timeout for initialising an event file. If it takes longer than (or anywhere close to) this long, chances are that the event source is inactive for some reason (perhaps accidentally unspecified and stdin is not active, or the event generator has died at the other end of the pipe. The reason for not making it something shorter is that e.g. Herwig++ or Sherpa can have long initialisation times to set up the MPI handler or to run the matrix element integration. An timeout after an hour is still better than a batch job which runs for two days before you realise that you forgot to generate any events! 2010-12-10 Andy Buckley * Fixing unbooked-histo segfault in UA1_1990_S2044935 at 63 GeV. 2010-12-08 Hendrik Hoeth * Fixes in ATLAS_2010_CONF_083, declaring it validated * Added ATLAS_2010_CONF_046, only two plots are implemented. The paper will be out soon, and we don't need the other plots right now. Data is read off the plots in the note. * New option "SmoothLine" for HISTOGRAM sections in make-plots * Changed CustomTicks to CustomMajorTicks and added CustomMinorTicks in make-plots. 2010-12-07 Andy Buckley * Update the documentation to explain this latest bump to path lookup behaviours. * Various improvements to existing path lookups. In particular, the analysis lib path locations are added to the info and ref paths to avoid having to set three variables when you have all three file types in the same personal plugin directory. * Adding setAnalysisLibPaths and addAnalysisLibPath functions. rivet --analysis-path{,-append} now use these and work correctly. Hurrah! * Add --show-analyses as an alias for --show-analysis, following a comment at the ATLAS tutorial. 2010-12-07 Hendrik Hoeth * Change LegendXPos behaviour in make-plots. Now the top left corner of the legend is used as anchor point. 2010-12-03 Andy Buckley * 1.4.0 release. * Add bin-skipping to compare-histos to avoid one use of rivet-rmgaps (it's still needed for non-plotting post-processing like Professor). 2010-12-03 Hendrik Hoeth * Fix normalisation issues in UA5 and ALEPH analyses 2010-11-27 Andy Buckley * MathUtils.hh: Adding fuzzyGtrEquals and fuzzyLessEquals, and tidying up the math utils collection a bit. * CDF 1994 colour coherence analysis overhauled and correction/norm factors fixed. Moved to VALIDATED status. * Adding programmable completion for aida2flat and flat2aida. * Improvements to programmable completion using the neat _filedir completion shell function which I just discovered. 2010-11-26 Andy Buckley * Tweak to floating point inRange to use fuzzyEquals for CLOSED interval equality comparisons. * Some BibTeX generation improvements, and fixing the ATLAS dijet BibTeX key. * Resolution upgrade in PNG make-plots output. * CDF_2005_S6217184.cc, CDF_2008_S7782535.cc: Updates to use the new per-jet JetAlg interface (and some other fixes). * JetAlg.cc: Changed the interface on request to return per-jet rather than per-event jet shapes, with an extra jet index argument. * MathUtils.hh: Adding index_between(...) function, which is handy for working out which bin a value falls in, given a set of bin edges. 2010-11-25 Andy Buckley * Cmp.hh: Adding ASC/DESC (and ANTISORTED) as preferred non-EQUIVALENT enum value synonyms over misleading SORTED/UNSORTED. * Change of rapidity scheme enum name to RapScheme * Reworking JetShape a bit further: constructor args now avoid inconsistencies (it was previously possible to define incompatible range-ends and interval). Internal binning implementation also reworked to use a vector of bin edges: the bin details are available via the interface. The general jet pT cuts can be applied via the JetShape constructor. * MathUtils.hh: Adding linspace and logspace utility functions. Useful for defining binnings. * Adding more general cuts on jet pT and (pseudo)rapidity. 2010-11-11 Andy Buckley * Adding special handling of FourMomentum::mass() for computed zero-mass vectors for which mass2 can go (very slightly) negative due to numerical precision. 2010-11-10 Hendrik Hoeth * Adding ATLAS-CONF-2010-083 conference note. Data is read from plots. When I run Pythia 6 the bins close to pi/2 are higher than in the note, so I call this "unvalidated". But then ... the note doesn't specify a tune or even just a version for the generators in the plots. Not even if they used Pythia 6 or Pythia 8. Probably 6, since they mention AGILe. 2010-11-10 Andy Buckley * Adding a JetAlg::useInvisibles(bool) mechanism to allow ATLAS jet studies to include neutrinos. Anyone who chooses to use this mechanism had better be careful to remove hard neutrinos manually in the provided FinalState object. 2010-11-09 Hendrik Hoeth * Adding ATLAS-CONF-2010-049 conference note. Data is read from plots. Fragmentation functions look good, but I can't reproduce the MC lines (or even the relative differences between them) in the jet cross-section plots. So consider those unvalidated for now. Oh, and it seems ATLAS screwed up the error bands in their ratio plots, too. They are upside-down. 2010-11-07 Hendrik Hoeth * Adding ATLAS-CONF-2010-081 conference note. Data is read from plots. 2010-11-06 Andy Buckley * Deprecating the old JetShape projection and renaming to ClosestJetShape: the algorithm has a tenuous relationship with that actually used in the CDF (and ATLAS) jet shape analyses. CDF analyses to be migrated to the new JetShape projection... and some of that projection's features, design elements, etc. to be finished off: we may as well take this opportunity to clear up what was one of our nastiest pieces of code. 2010-11-05 Hendrik Hoeth * Adding ATLAS-CONF-2010-031 conference note. Data is read from plots. 2010-10-29 Andy Buckley * Making rivet-buildplugin use the same C++ compiler and CXXFLAGS variable as used for the Rivet system build. * Fixing NeutralFinalState projection to, erm, actually select neutral particles (by Hendrik). * Allow passing a general FinalState reference to the JetShape projection, rather than requiring a VetoedFS. 2010-10-07 Andy Buckley * Adding a --with-root flag to rivet-buildplugin to add root-config --libs flags to the plugin build command. 2010-09-24 Andy Buckley * Releasing as Rivet 1.3.0. * Bundling underscore.sty to fix problems with running make-plots on dat files generated by compare-histos from AIDA files with underscores in their names. 2010-09-16 Andy Buckley * Fix error in N_effective definition for weighted profile errors. 2010-08-18 Andy Buckley * Adding MC_GENERIC analysis. NB. Frank Siegert also added MC_HJETS. 2010-08-03 Andy Buckley * Fixing compare-histos treatment of what is now a ref file, and speeding things up... again. What a mess! 2010-08-02 Andy Buckley * Adding rivet-nopy: a super-simple Rivet C++ command line interface which avoids Python to make profiling and debugging easier. * Adding graceful exception handling to the AnalysisHandler event loop methods. * Changing compare-histos behaviour to always show plots for which there is at least one MC histo. The default behaviour should now be the correct one in 99% of use cases. 2010-07-30 Andy Buckley * Merging in a fix for shared_ptrs not being compared for insertion into a set based on raw pointer value. 2010-07-16 Andy Buckley * Adding an explicit library dependency declaration on libHepMC, and hence removing the -lHepMC from the rivet-config --libs output. 2010-07-14 Andy Buckley * Adding a manual section on use of Rivet (and AGILe) as libraries, and how to use the -config scripts to aid compilation. * FastJets projection now allows setting of a jet area definition, plus a hacky mapping for getting the area-enabled cluster sequence. Requested by Pavel Starovoitov & Paolo Francavilla. * Lots of script updates in last two weeks! 2010-06-30 Andy Buckley * Minimising amount of Log class mapped into SWIG. * Making Python ext build checks fail with error rather than warning if it has been requested (or, rather, not explicitly disabled). 2010-06-28 Andy Buckley * Converting rivet Python module to be a package, with the dlopen flag setting etc. done around the SWIG generated core wrapper module (rivet.rivetwrap). * Requiring Python >= 2.4.0 in rivet scripts (and adding a Python version checker function to rivet module) * Adding --epspng option to make-plots (and converting to use subprocess.Popen). 2010-06-27 Andy Buckley * Converting JADE_OPAL analysis to use the fastjet exclusive_ymerge_*max* function, rather than just exclusive_ymerge: everything looks good now. It seems that fastjet >= 2.4.2 is needed for this to work properly. 2010-06-24 Andy Buckley * Making rivet-buildplugin look in its own bin directory when trying to find rivet-config. 2010-06-23 Andy Buckley * Adding protection and warning about numerical precision issues in jet mass calculation/histogramming to the MC_JetAnalysis analysis. * Numerical precision improvement in calculation of Vector4::mass2. * Adding relative scale ratio plot flag to compare-histos * Extended command completion to rivet-config, compare-histos, and make-plots. * Providing protected log messaging macros, MSG_{TRACE,DEBUG,INFO,WARNING,ERROR} cf. Athena. * Adding environment-aware functions for Rivet search path list access. 2010-06-21 Andy Buckley * Using .info file beam ID and energy info in HTML and LaTeX documentation. * Using .info file beam ID and energy info in command-line printout. * Fixing a couple of references to temporary variables in the analysis beam info, which had been introduced during refactoring: have reinstated reference-type returns as the more efficient solution. This should not affect API compatibility. * Making SWIG configure-time check include testing for incompatibilities with the C++ compiler (re. the recurring _const_ char* literals issue). * Various tweaks to scripts: make-plots and compare-histos processes are now renamed (on Linux), rivet-config is avoided when computing the Rivet version,and RIVET_REF_PATH is also set using the rivet --analysis-path* flags. compare-histos now uses multiple ref data paths for .aida file globbing. * Hendrik changed VetoedFinalState comparison to always return UNDEFINED if vetoing on the results of other FS projections is being used. This is the only simple way to avoid problems emanating from the remainingFinalState thing. 2010-06-19 Andy Buckley * Adding --analysis-path and --analysis-path-append command-line flags to the rivet script, as a "persistent" way to set or extend the RIVET_ANALYSIS_PATH variable. * Changing -Q/-V script verbosity arguments to more standard -q/-v, after Hendrik moaned about it ;) * Small fix to TinyXML operator precendence: removes a warning, and I think fixes a small bug. * Adding plotinfo entries for new jet rapidity and jet mass plots in MC_JetAnalysis derivatives. * Moving MC_JetAnalysis base class into a new libRivetAnalysisTools library, with analysis base class and helper headers to be stored in the reinstated Rivet/Analyses include directory. 2010-06-08 Andy Buckley * Removing check for CEDARSTD #define guard, since we no longer compile against AGILe and don't have to be careful about duplication. * Moving crappy closest approach and decay significance functions from Utils into SVertex, which is the only place they have ever been used (and is itself almost entirely pointless). * Overhauling particle ID <-> name system to clear up ambiguities between enums, ints, particles and beams. There are no more enums, although the names are still available as const static ints, and names are now obtained via a singleton class which wraps an STL map for name/ID lookups in both directions. 2010-05-18 Hendrik Hoeth * Fixing factor-of-2 bug in the error calculation when scaling histograms. * Fixing D0_2001_S4674421 analysis. 2010-05-11 Andy Buckley * Replacing TotalVisibleMomentum with MissingMomentum in analyses and WFinder. Using vector ET rather than scalar ET in some places. 2010-05-07 Andy Buckley * Revamping the AnalysisHandler constructor and data writing, with some LWH/AIDA mangling to bypass the stupid AIDA idea of having to specify the sole output file and format when making the data tree. Preferred AnalysisHandler constructor now takes only one arg -- the runname -- and there is a new AH.writeData(outfile) method to replace AH.commitData(). Doing this now to begin migration to more flexible histogramming in the long term. 2010-04-21 Hendrik Hoeth * Fixing LaTeX problems (make-plots) on ancient machines, like lxplus. 2010-04-29 Andy Buckley * Fixing (I hope!) the treatment of weighted profile bin errors in LWH. 2010-04-21 Andy Buckley * Removing defunct and unused KtJets and Configuration classes. * Hiding some internal details from Doxygen. * Add @brief Doxygen comments to all analyses, projections and core classes which were missing them. 2010-04-21 Hendrik Hoeth * remove obsolete reference to InitialQuarks from DELPHI_2002 * fix normalisation in CDF_2000_S4155203 2010-04-20 Hendrik Hoeth * bin/make-plots: real support for 2-dim histograms plotted as colormaps, updated the documentation accordingly. * fix misleading help comment in configure.ac 2010-04-08 Andy Buckley * bin/root2flat: Adding this little helper script, minimally modified from one which Holger Schulz made for internal use in ATLAS. 2010-04-05 Andy Buckley * Using spiresbib in rivet-mkanalysis: analysis templates made with rivet-mkanalysis will now contain a SPIRES-dumped BibTeX key and entry if possible! * Adding BibKey and BibTeX entries to analysis metadata files, and updating doc build to use them rather than the time-consuming SPIRES screen-scraping. Added SPIRES BibTeX dumps to all analysis metadata using new (uninstalled & unpackaged) doc/get-spires-data script hack. * Updating metadata files to add Energies, Beams and PtCuts entries to all of them. * Adding ToDo, NeedsCrossSection, and better treatment of Beams and Energies entries in metadata files and in AnalysisInfo and Analysis interfaces. 2010-04-03 Andy Buckley * Frank Siegert: Update of rivet-mkhtml to conform to improved compare-histos. * Frank Siegert: LWH output in precision-8 scientific notation, to solve a binning precision problem... the first time weve noticed a problem! * Improved treatment of data/reference datasets and labels in compare-histos. * Rewrite of rivet-mkanalysis in Python to make way for neat additions. * Improving SWIG tests, since once again the user's biuld system must include SWIG (no test to check that it's a 'good SWIG', since the meaning of that depends on which compiler is being used and we hope that the user system is consistent... evidence from Finkified Macs and bloody SLC5 notwithstanding). 2010-03-23 Andy Buckley * Tag as patch release 1.2.1. 2010-03-22 Andy Buckley * General tidying of return arguments and intentionally unused parameters to keep -Wextra happy (some complaints remain from TinyXML, FastJet, and HepMC). * Some extra bug fixes: in FastJets projection with explicit plugin argument, removing muon veto cut on FoxWolframMoments. * Adding UNUSED macro to help with places where compiler warnings can't be helped. * Turning on -Wextra warnings, and fixing some violations. 2010-03-21 Andy Buckley * Adding MissingMomentum projection, as replacement for ~all uses of now-deprecated TotalVisibleMomentum projection. * Fixing bug with TotalVisibleMomentum projection usage in MC_SUSY analysis. * Frank Siegert fixed major bug in pTmin param passing to FastJets projection. D'oh: requires patch release. 2010-03-02 Andy Buckley * Tagging for 1.2.0 release... at last! 2010-03-01 Andy Buckley * Updates to manual, manual generation scripts, analysis info etc. * Add HepData URL to metadata print-out with rivet --show-analysis * Fix average Et plot in UA1 analysis to only apply to the tracker acceptance (but to include neutral particle contributions, i.e. the region of the calorimeter in the tracker acceptance). * Use Et rather than pT in filling the scalar Et measure in TotalVisibleMomentum. * Fixes to UA1 normalisation (which is rather funny in the paper). 2010-02-26 Andy Buckley * Update WFinder to not place cuts and other restrictions on the neutrino. 2010-02-11 Andy Buckley * Change analysis loader behaviour to use ONLY RIVET_ANALYSIS_PATH locations if set, otherwise use ONLY the standard Rivet analysis install path. Should only impact users of personal plugin analyses, who should now explicitly set RIVET_ANALYSIS_PATH to load their analysis... and who can now create personal versions of standard analyses without getting an error message about duplicate loading. 2010-01-15 Andy Buckley * Add tests for "stable" heavy flavour hadrons in jets (rather than just testing for c/b hadrons in the ancestor lists of stable jet constituents) 2009-12-23 Hendrik Hoeth * New option "RatioPlotMode=deviation" in make-plots. 2009-12-14 Hendrik Hoeth * New option "MainPlot" in make-plots. For people who only want the ratio plot and nothing else. * New option "ConnectGaps" in make-plots. Set to 1 if you want to connect gaps in histograms with a line when ErrorBars=0. Works both in PLOT and in HISTOGRAM sections. * Eliminated global variables for coordinates in make-plots and enabled multithreading. 2009-12-14 Andy Buckley * AnalysisHandler::execute now calls AnalysisHandler::init(event) if it has not yet been initialised. * Adding more beam configuration features to Beam and AnalysisHandler: the setRunBeams(...) methods on the latter now allows a beam configuration for the run to be specified without using the Run class. 2009-12-11 Andy Buckley * Removing use of PVertex from few remaining analyses. Still used by SVertex, which is itself hardly used and could maybe be removed... 2009-12-10 Andy Buckley * Updating JADE_OPAL to do the histo booking in init(), since sqrtS() is now available at that stage. * Renaming and slightly re-engineering all MC_*_* analyses to not be collider-specific (now the Analysis::sqrtS/beams()) methods mean that histograms can be dynamically binned. * Creating RivetUnvalidated.so plugin library for unvalidated analyses. Unvalidated analyses now need to be explicitly enabled with a --enable-unvalidated flag on the configure script. * Various min bias analyses updated and validated. 2009-12-10 Hendrik Hoeth * Propagate SPECIAL and HISTOGRAM sections from .plot files through compare-histos * STAR_2006_S6860818: vs particle mass, validate analysis 2009-12-04 Andy Buckley * Use scaling rather than normalising in DELPHI_1996: this is generally desirable, since normalizing to 1 for 1/sig dsig/dx observables isn't correct if any events fall outside the histo bounds. * Many fixes to OPAL_2004. * Improved Hemispheres interface to remove unnecessary consts on returned doubles, and to also return non-squared versions of (scaled) hemisphere masses. * Add "make pyclean" make target at the top level to make it easier for developers to clean their Python module build when the API is extended. * Identify use of unvalidated analyses with a warning message at runtime. * Providing Analysis::sqrtS() and Analysis::beams(), and making sure they're available by the time the init methods are called. 2009-12-02 Andy Buckley * Adding passing of first event sqrt(s) and beams to analysis handler. * Restructuring running to only use one HepMC input file (no-one was using multiple ones, right?) and to break down the Run class to cleanly separate the init and event loop phases. End of file is now neater. 2009-12-01 Andy Buckley * Adding parsing of beam types and pairs of energies from YAML. 2009-12-01 Hendrik Hoeth * Fixing trigger efficiency in CDF_2009_S8233977 2009-11-30 Andy Buckley * Using shared pointers to make I/O object memory management neater and less error-prone. * Adding crossSectionPerEvent() method [== crossSection()/sumOfWeights()] to Analysis. Useful for histogram scaling since numerator of sumW_passed/sumW_total (to calculate pass-cuts xsec) is cancelled by dividing histo by sumW_passed. * Clean-up of Particle class and provision of inline PID:: functions which take a Particle as an argument to avoid having to explicitly call the Particle::pdgId() method. 2009-11-30 Hendrik Hoeth * Fixing division by zero in Profile1D bin errors for bins with just a single entry. 2009-11-24 Hendrik Hoeth * First working version of STAR_2006_S6860818 2009-11-23 Hendrik Hoeth * Adding missing CDF_2001_S4751469 plots to uemerge * New "ShowZero" option in make-plots * Improving lots of plot defaults * Fixing typos / non-existing bins in CDF_2001_S4751469 and CDF_2004_S5839831 reference data 2009-11-19 Hendrik Hoeth * Fixing our compare() for doubles. 2009-11-17 Hendrik Hoeth * Zeroth version of STAR_2006_S6860818 analysis (identified strange particles). Not working yet for unstable particles. 2009-11-11 Andy Buckley * Adding separate jet-oriented and photon-oriented observables to MC PHOTONJETUE analysis. * Bug fix in MC leading jets analysis, and general tidying of leading jet analyses to insert units, etc. (should not affect any current results) 2009-11-10 Hendrik Hoeth * Fixing last issues in STAR_2006_S6500200 and setting it to VALIDATED. * Noramlise STAR_2006_S6870392 to cross-section 2009-11-09 Andy Buckley * Overhaul of jet caching and ParticleBase interface. * Adding lists of analyses' histograms (obtained by scanning the plot info files) to the LaTeX documentation. 2009-11-07 Andy Buckley * Adding checking system to ensure that Projections aren't registered before the init phase of analyses. * Now that the ProjHandler isn't full of defunct pointers (which tend to coincidentally point to *new* Projection pointers rather than undefined memory, hence it wasn't noticed until recently!), use of a duplicate projection name is now banned with a helpful message at runtime. * (Huge) overhaul of ProjectionHandler system to use shared_ptr: projections are now deleted much more efficiently, naturally cleaning themselves out of the central repository as they go out of scope. 2009-11-06 Andy Buckley * Adding Cmp specialisation, using fuzzyEquals(). 2009-11-05 Hendrik Hoeth * Fixing histogram division code. 2009-11-04 Hendrik Hoeth * New analysis STAR_2006_S6500200 (pion and proton pT spectra in pp collisions at 200 GeV). It is still unclear if they used a cut in rapidity or pseudorapidity, thus the analysis is declared "UNDER DEVELOPMENT" and "DO NOT USE". * Fixing compare() in NeutralFinalState and MergedFinalState 2009-11-04 Andy Buckley * Adding consistence checking on beam ID and sqrt(s) vs. those from first event. 2009-11-03 Andy Buckley * Adding more assertion checks to linear algebra testing. 2009-11-02 Hendrik Hoeth * Fixing normalisation issue with stacked histograms in make-plots. 2009-10-30 Hendrik Hoeth * CDF_2009_S8233977: Updating data and axes labels to match final paper. Normalise to cross-section instead of data. 2009-10-23 Andy Buckley * Fixing Cheese-3 plot in CDF 2004... at last! 2009-10-23 Hendrik Hoeth * Fix muon veto in CDF_1994_S2952106, CDF_2005_S6217184, CDF_2008_S7782535, and D0_2004_S5992206 2009-10-19 Andy Buckley * Adding analysis info files for MC SUSY and PHOTONJETUE analyses. * Adding MC UE analysis in photon+jet events. 2009-10-19 Hendrik Hoeth * Adding new NeutralFinalState projection. Note that this final state takes E_T instead of p_T as argument (makes more sense for neutral particles). The compare() method does not yet work as expected (E_T comparison still missing). * Adding new MergedFinalState projection. This merges two final states, removing duplicate particles. Duplicates are identified by looking at the genParticle(), so users need to take care of any manually added particles themselves. * Fixing most open issues with the STAR_2009_UE_HELEN analysis. There is only one question left, regarding the away region. * Set the default split-merge value for SISCone in our FastJets projection to the recommended (but not Fastjet-default!) value of 0.75. 2009-10-17 Andy Buckley * Adding parsing of units in cross-sections passed to the "-x" flag, i.e. "-x 101 mb" is parsed internally into 1.01e11 pb. 2009-10-16 Hendrik Hoeth * Disabling DELPHI_2003_WUD_03_11 in the Makefiles, since I don't trust the data. * Getting STAR_2009_UE_HELEN to work. 2009-10-04 Andy Buckley * Adding triggers and other tidying to (still unvalidated) UA1_1990 analysis. * Fixing definition of UA5 trigger to not be intrinscally different for pp and ppbar: this is corrected for (although it takes some readng to work this out) in the 1982 paper, which I think is the only one to compare the two modes. * Moving projection setup and registration into init() method for remaining analyses. * Adding trigger implementations as projections for CDF Runs 0 & 1, and for UA5. 2009-10-01 Andy Buckley * Moving projection setup and registration into init() method for analyses from ALEPH, CDF and the MC_ group. * Adding generic SUSY validation analysis, based on plots used in ATLAS Herwig++ validation. * Adding sorted particle accessors to FinalState (cf. JetAlg). 2009-09-29 Andy Buckley * Adding optional use of args as regex match expressions with -l/--list-analyses. 2009-09-03 Andy Buckley * Passing GSL include path to compiler, since its absence was breaking builds on systems with no GSL installation in a standard location (such as SLC5, for some mysterious reason!) * Removing lib extension passing to compiler from the configure script, because Macs and Linux now both use .so extensions for the plugin analysis modules. 2009-09-02 Andy Buckley * Adding analysis info file path search with RIVET_DATA_PATH variable (and using this to fix doc build.) * Improvements to AnalysisLoader path search. * Moving analysis sources back into single directory, after a proletarian uprising ;) 2009-09-01 Andy Buckley * Adding WFinder and WAnalysis, based on Z proj and analysis, with some tidying of the Z code. * ClusteredPhotons now uses an IdentifiedFS to pick the photons to be looped over, and only clusters photons around *charged* signal particles. 2009-08-31 Andy Buckley * Splitting analyses by directory, to make it easier to disable building of particular analysis group plugin libs. * Removing/merging headers for all analyses except for the special MC_JetAnalysis base class. * Exit with an error message if addProjection is used twice from the same parent with distinct projections. 2009-08-28 Andy Buckley * Changed naming convention for analysis plugin libraries, since the loader has changed so much: they must now *start* with the word "Rivet" (i.e. no lib prefix). * Split standard plugin analyses into several plugin libraries: these will eventually move into separate subdirs for extra build convenience. * Started merging analysis headers into the source files, now that we can (the plugin hooks previously forbade this). * Replacement of analysis loader system with a new one based on ideas from ThePEG, which uses dlopen-time instantiation of templated global variables to reduce boilerplate plugin hooks to one line in analyses. 2009-07-14 Frank Siegert * Replacing in-source histo-booking metadata with .plot files. 2009-07-14 Andy Buckley * Making Python wrapper files copy into place based on bundled versions for each active HepMC interface (2.3, 2.4 & 2.5), using a new HepMC version detector test in configure. * Adding YAML metadata files and parser, removing same metadata from the analysis classes' source headers. 2009-07-07 Andy Buckley * Adding Jet::hadronicEnergy() * Adding VisibleFinalState and automatically using it in JetAlg projections. * Adding YAML parser for new metadata (and eventually ref data) files. 2009-07-02 Andy Buckley * Adding Jet::neutralEnergy() (and Jet::totalEnergy() for convenience/symmetry). 2009-06-25 Andy Buckley * Tidying and small efficiency improvements in CDF_2008_S7541902 W+jets analysis (remove unneeded second stage of jet storing, sorting the jets twice, using foreach, etc.). 2009-06-24 Andy Buckley * Fixing Jet's containsBottom and containsCharm methods, since B hadrons are not necessarily to be found in the final state. Discovered at the same time that HepMC::GenParticle defines a massively unhelpful copy constructor that actually loses the tree information; it would be better to hide it entirely! * Adding RivetHepMC.hh, which defines container-type accessors to HepMC particles and vertices, making it possible to use Boost foreach and hence avoiding the usual huge boilerplate for-loops. 2009-06-11 Andy Buckley * Adding --disable-pdfmanual option, to make the bootstrap a bit more robust. * Re-enabling D0IL in FastJets: adding 10^-10 to the pTmin removes the numerical instability! * Fixing CDF_2004 min/max cone analysis to use calo jets for the leading jet Et binning. Thanks to Markus Warsinsky for (re)discovering this bug: I was sure it had been fixed. I'm optimistic that this will fix the main distributions, although Swiss Cheese "minus 3" is still likely to be broken. Early tests look okay, but it'll take more stats before we can remove the "do not trust" sign. 2009-06-10 Andy Buckley * Providing "calc" methods so that Thrust and Sphericity projections can be used as calculators without having to use the projecting/caching system. 2009-06-09 Andy Buckley * 1.1.3 release! * More doc building and SWIG robustness tweaks. 2009-06-07 Andy Buckley * Make doc build from metadata work even before the library is installed. 2009-06-07 Hendrik Hoeth * Fix phi rotation in CDF_2008_LEADINGJETS. 2009-06-07 Andy Buckley * Disabling D0 IL midpoint cone (using CDF modpoint instead), since there seems to be a crashing bug in FastJet's implementation: we can't release that way, since ~no D0 analyses will run. 2009-06-03 Andy Buckley * Putting SWIG-generated source files under SVN control to make life easier for people who we advise to check out the SVN head version, but who don't have a sufficiently modern copy of SWIG to * Adding the --disable-analyses option, for people who just want to use Rivet as a framework for their own analyses. * Enabling HepMC cross-section reading, now that HepMC 2.5.0 has been released. 2009-05-23 Hendrik Hoeth * Using gsl-config to locate libgsl * Fix the paths for linking such that our own libraries are found before any system libraries, e.g. for the case that there is an outdated fastjet version installed on the system while we want to use our own up-to-date version. * Change dmerge to ymerge in the e+e- analyses using JADE or DURHAM from fastjet. That's what it is called in fastjet-2.4 now. 2009-05-18 Andy Buckley * Adding use of gsl-config in configure script. 2009-05-16 Andy Buckley * Removing argument to vetoEvent macro, since no weight subtraction is now needed. It's now just an annotated return, with built-in debug log message. * Adding an "open" FinalState, which is only calculated once per even, then used by all other FSes, avoiding the loop over non-status 1 particles. 2009-05-15 Andy Buckley * Removing incorrect setting of DPS x-errs in CDF_2008 jet shape analysis: the DPS autobooking already gets this bit right. * Using Jet rather than FastJet::PseudoJet where possible, as it means that the phi ranges match up nicely between Particle and the Jet object. The FastJet objects are only really needed if you want to do detailed things like look at split/merge scales for e.g. diff jet rates or "y-split" analyses. * Tidying and debugging CDF jet shape analyses and jet shape plugin... ongoing, but I think I've found at least one real bug, plus a lot of stuff that can be done a lot more nicely. * Fully removing deprecated math functions and updating affected analyses. 2009-05-14 Andy Buckley * Removing redundant rotation in DISKinematics... this was a legacy of Peter using theta rather than pi-theta in his rotation. * Adding convenience phi, rho, eta, theta, and perp,perp2 methods to the 3 and 4 vector classes. 2009-05-12 Andy Buckley * Adding event auto-rotation for events with one proton... more complete approach? 2009-05-09 Hendrik Hoeth * Renaming CDF_2008_NOTE_9337 to CDF_2009_S8233977. * Numerous small bug fixes in ALEPH_1996_S3486095. * Adding data for one of the Rick-Field-style STAR UE analyses. 2009-05-08 Andy Buckley * Adding rivet-mkanalysis script, to make generating new analysis source templates easier. 2009-05-07 Andy Buckley * Adding null vector check to Vector3::azimuthalAngle(). * Fixing definition of HCM/Breit frames in DISKinematics, and adding asserts to check that the transformation is doing what it should. 2009-05-05 Andy Buckley * Removing eta and Et cuts from CDF 2000 Z pT analysis, based on our reading of the paper, and converting most of the analysis to a call of the ZFinder projection. 2009-05-05 Hendrik Hoeth * Support non-default seed_threshold in CDF cone jet algorithms. * New analyses STAR_2006_S6870392 and STAR_2008_S7993412. In STAR_2008_S7993412 only the first distribution is filled at the moment. STAR_2006_S6870392 is normalised to data instead of the Monte Carlo cross-section, since we don't have that available in the HepMC stream yet. 2009-05-05 Andy Buckley * Changing Event wrapper to copy whole GenEvents rather than pointers, use std units if supported in HepMC, and run a placeholder function for event auto-orientation. 2009-04-28 Andy Buckley * Removing inclusion of IsolationTools header by analyses that aren't actually using the isolation tools... which is all of them. Leaving the isolation tools in place for now, as there might still be use cases for them and there's quite a lot of code there that deserves a second chance to be used! 2009-04-24 Andy Buckley * Deleting Rivet implementations of TrackJet and D0ILConeJets: the code from these has now been incorporated into FastJet 2.4.0. * Removed all mentions of the FastJet JADE patch and the HAVE_JADE preprocessor macro. * Bug fix to D0_2008_S6879055 to ensure that cuts compare to both electron and positron momenta (was just comparing against electrons, twice, probably thanks to the miracle of cut and paste). * Converting all D0 IL Cone jets to use FastJets. Involved tidying D0_2004 jet azimuthal decorrelation analysis and D0_2008_S6879055 as part of migration away from using the getLorentzJets method, and removing the D0ILConeJets header from quite a few analyses that weren't using it at all. * Updating CDF 2001 to use FastJets in place of TrackJet, and adding axis labels to its plots. * Note that ZEUS_2001_S4815815 uses the wrong jet definition: it should be a cone but curently uses kT. * Fixing CDF_2005_S6217184 to use correct (midpoint, R=0.7) jet definition. That this was using a kT definition with R=1.0 was only made obvious when the default FastJets constructor was removed. * Removing FastJets default constructor: since there are now several good (IRC safe) jet definitions available, there is no obvious safe default and analyses should have to specify which they use. * Moving FastJets constructors into implementation file to reduce recompilation dependencies, and adding new plugins. * Ensuring that axis labels actually get written to the output data file. 2009-04-22 Andy Buckley * Adding explicit FastJet CDF jet alg overlap_threshold constructor param values, since the default value from 2.3.x is now removed in version 2.4.0. * Removing use of HepMC ThreeVector::mag method (in one place only) since this has been removed in version 2.5.0b. * Fix to hepmc.i (included by rivet.i) to ignore new HepMC 2.5.0b GenEvent stream operator. 2009-04-21 Andy Buckley * Dependency on FastJet now requires version 2.4.0 or later. Jade algorithm is now native. * Moving all analysis constructors and Projection headers from the analysis header files into their .cc implementation files, cutting header dependencies. * Removing AIDA headers: now using LWH headers only, with enhancement to use axis labels. This facility is now used by the histo booking routines, and calling the booking function versions which don't specify axis labels will result in a runtime warning. 2009-04-07 Andy Buckley * Adding $(DESTDIR) prefix to call to Python module "setup.py install" * Moving HepMC SWIG mappings into Python Rivet module for now: seems to work-around the SL type-mapping bug. 2009-04-03 Andy Buckley * Adding MC analysis for LHC UE: higher-pT replica of Tevatron 2008 leading jets study. * Adding CDF_1990 pseudorapidity analysis. * Moving CDF_2001 constructor into implementation file. * Cleaning up CDF_2008_LEADINGJETS a bit, e.g. using foreach loops. * Adding function interface for specifying axis labels in histo bookings. Currently has no effect, since AIDA doesn't seem to have a mechanism for axis labels. It really is a piece of crap. 2009-03-18 Andy Buckley * Adding docs "make upload" and other tweaks to make the doc files fit in with the Rivet website. * Improving LaTex docs to show email addresses in printable form and to group analyses by collider or other metadata. * Adding doc script to include run info in LaTeX docs, and to make HTML docs. * Removing WZandh projection, which wasn't generator independent and whose sole usage was already replaced by ZFinder. * Improvements to constructors of ZFinder and InvMassFS. * Changing ExampleTree to use real FS-based Z finding. 2009-03-16 Andy Buckley * Allow the -H histo file spec to give a full name if wanted. If it doesn't end in the desired extension, it will be added. * Adding --runname option (and API elements) to choose a run name to be prepended as a "top level directory" in histo paths. An empty value results in no extra TLD. 2009-03-06 Andy Buckley * Adding R=0.2 photon clustering to the electrons in the CDF 2000 Z pT analysis. 2009-03-04 Andy Buckley * Fixing use of fastjet-config to not use the user's PATH variable. * Fixing SWIG type table for HepMC object interchange. 2009-02-20 Andy Buckley * Adding use of new metadata in command line analysis querying with the rivet command, and in building the PDF Rivet manual. * Adding extended metadata methods to the Analysis interface and the Python wrapper. All standard analyses comply with this new interface. 2009-02-19 Andy Buckley * Adding usefully-scoped config headers, a Rivet::version() function which uses them, and installing the generated headers to fix "external" builds against an installed copy of Rivet. The version() function has been added to the Python wrapper. 2009-02-05 Andy Buckley * Removing ROOT dependency and linking. Woo! There's no need for this now, because the front-end accepts no histo format switch and we'll just use aida2root for output conversions. Simpler this way, and it avoids about half of our compilation bug reports from 32/64 bit ROOT build confusions. 2009-02-04 Andy Buckley * Adding automatic generation of LaTeX manual entries for the standard analyses. 2009-01-20 Andy Buckley * Removing RivetGun and TCLAP source files! 2009-01-19 Andy Buckley * Added psyco Python optimiser to rivet, make-plots and compare-histos. * bin/aida2root: Added "-" -> "_" mangling, following requests. 2009-01-17 Andy Buckley * 1.1.2 release. 2009-01-15 Andy Buckley * Converting Python build system to bundle SWIG output in tarball. 2009-01-14 Andy Buckley * Converting AIDA/LWH divide function to return a DPS so that bin width factors don't get all screwed up. Analyses adapted to use the new division operation (a DPS/DPS divide would also be nice... but can wait for YODA). 2009-01-06 Andy Buckley * bin/make-plots: Added --png option for making PNG output files, using 'convert' (after making a PDF --- it's a bit messy) * bin/make-plots: Added --eps option for output filtering through ps2eps. 2009-01-05 Andy Buckley * Python: reworking Python extension build to use distutils and newer m4 Python macros. Probably breaks distcheck but is otherwise more robust and platform independent (i.e. it should now work on Macs). 2008-12-19 Andy Buckley * make-plots: Multi-threaded make-plots and cleaned up the LaTeX building a bit (necessary to remove the implicit single global state). 2008-12-18 Andy Buckley * make-plots: Made LaTeX run in no-stop mode. * compare-histos: Updated to use a nicer labelling syntax on the command line and to successfully build MC-MC plots. 2008-12-16 Andy Buckley * Made LWH bin edge comparisons safe against numerical errors. * Added Particle comparison functions for sorting. * Removing most bad things from ExampleTree and tidying up. Marked WZandh projection for removal. 2008-12-03 Hendrik Hoeth * Added the two missing observables to the CDF_2008_NOTE_9337 analysis, i.e. track pT and sum(ET). There is a small difference between our MC output and the MC plots of the analysis' author, we're still waiting for the author's comments. 2008-12-02 Andy Buckley * Overloading use of a std::set in the interface, since the version of SWIG on Sci Linux doesn't have a predefined mapping for STL sets. 2008-12-02 Hendrik Hoeth * Fixed uemerge. The output was seriously broken by a single line of debug information in fillAbove(). Also changed uemerge output to exponential notation. * Unified ref and mc histos in compare-histos. Histos with one bin are plotted linear. Option for disabling the ratio plot. Several fixes for labels, legends, output directories, ... * Changed rivetgun's fallback directory for parameter files to $PREFIX/share/AGILe, since that's where the steering files now are. * Running aida2flat in split mode now produces make-plots compatible dat-files for direct plotting. 2008-11-28 Andy Buckley * Replaced binreloc with an upgraded and symbol-independent copy. 2008-11-25 Andy Buckley * Added searching of $RIVET_REF_PATH for AIDA reference data files. 2008-11-24 Andy Buckley * Removing "get"s and other obsfucated syntax from ProjectionApplier (Projection and Analysis) interfaces. 2008-11-21 Andy Buckley * Using new "global" Jet and V4 sorting functors in TrackJet. Looks like there was a sorting direction problem before... * Verbose mode with --list-analyses now shows descriptions as well as analysis names. * Moved data/Rivet to data/refdata and moved data/RivetGun contents to AGILe (since generator steering is no longer a Rivet thing) * Added unchecked ratio plots to D0 Run II jet + photon analysis. * Added D0 inclusive photon analysis. * Added D0 Z rapidity analysis. * Tidied up constructor interface and projection chain implementation of InvMassFinalState. * Added ~complete set of Jet and FourMomentum sorting functors. 2008-11-20 Andy Buckley * Added IdentifiedFinalState. * Moved a lot of TrackJet and Jet code into .cc files. * Fixed a caching bug in Jet: cache flag resets should never be conditional, since they are then sensitive to initialisation errors. * Added quark enum values to ParticleName. * Rationalised JetAlg interfaces somewhat, with "size()" and "jets()" methods in the interface. * Added D0 W charge asymmetry and D0 inclusive jets analyses. 2008-11-18 Andy Buckley * Adding D0 inclusive Z pT shape analysis. * Added D0 Z + jet pT and photon + jet pT spectrum analyses. * Lots of tidying up of particle, event, particle name etc. * Now the first event is used to detect the beam type and remove incompatible analyses. 2008-11-17 Andy Buckley * Added bash completion for rivetgun. * Starting to provide stand-alone call methods on projections so they can be used without the caching infrastructure. This could also be handy for unit testing. * Adding functionality (sorting function and built-in sorting schemes) to the JetAlg interface. 2008-11-10 Hendrik Hoeth * Fix floating point number output format in aida2flat and flat2aida * Added CDF_2002_S4796047: CDF Run-I charged multiplicity distribution * Renamed CDF_2008_MINBIAS to CDF_2008_NOTE_9337, since the note is publicly available now. 2008-11-10 Hendrik Hoeth * Added DELPHI_2003_WUD_03_11: Delphi 4-jet angular distributions. There is still a problem with the analysis, so don't use it yet. But I need to commit the code because my laptop is broken ... 2008-11-06 Andy Buckley * Code review: lots of tidying up of projections and analyses. * Fixes for compatibility with the LLVM C & C++ compiler. * Change of Particle interface to remove "get"-prefixed method names. 2008-11-05 Andy Buckley * Adding ability to query analysis metadata from the command line. * Example of a plugin analyis now in plugindemo, with a make check test to make sure that the plugin analysis is recognised by the command line "rivet" tool. * GCC 4.3 fix to mat-vec tests. 2008-11-04 Andy Buckley * Adding native logger control from Python interface. 2008-11-03 Andy Buckley * Adding bash_completion for rivet executable. 2008-10-31 Andy Buckley * Clean-up of histo titles and analysis code review. * Added momentum construction functions from FastJet PseudoJets. 2008-10-28 Andy Buckley * Auto-booking of histograms with a name, rather than the HepData ID 3-tuple is now possible. * Fix in CDF 2001 pT spectra to get the normalisations to depend on the pT_lead cutoff. 2008-10-23 Andy Buckley * rivet handles signals neatly, as for rivetgun, so that premature killing of the analysis process will still result in an analysis file. * rivet now accepts cross-section as a command line argument and, if it is missing and is required, will prompt the user for it interactively. 2008-10-22 Andy Buckley * rivet (Python interface) now can list analyses, check when adding analyses that the given names are valid, specify histo file name, and provide sensibly graded event number logging. 2008-10-20 Andy Buckley * Corrections to CDF 2004 analysis based on correspondance with Joey Huston. M bias dbns now use whole event within |eta| < 0.7, and Cheese plots aren't filled at all if there are insufficient jets (and the correct ETlead is used). 2008-10-08 Andy Buckley * Added AnalysisHandler::commitData() method, to allow the Python interface to write out a histo file without having to know anything about the histogramming API. * Reduced SWIG interface file to just map a subset of Analysis and AnalysisHandler functionality. This will be the basis for a new command line interface. 2008-10-06 Andy Buckley * Converted FastJets plugin to use a Boost shared_pointer to the cached ClusterSequence. The nullness of the pointer is now used to indicate an empty tracks (and hence jets) set. Once FastJet natively support empty CSeqs, we can rewrite this a bit more neatly and ditch the shared_ptr. 2008-10-02 Andy Buckley * The CDF_2004 (Acosta) data file now includes the full range of pT for the min bias data at both 630 and 1800 GeV. Previously, only the small low-pT insert plot had been entered into HepData. 2008-09-30 Andy Buckley * Lots of updates to CDF_2004 (Acosta) UE analysis, including sorting jets by E rather than Et, and factorising transverse cone code into a function so that it can be called with a random "leading jet" in min bias mode. Min bias histos are now being trial-filled just with tracks in the transverse cones, since the paper is very unclear on this. * Discovered a serious caching problem in FastJets projection when an empty tracks vector is passed from the FinalState. Unfortunately, FastJet provides no API way to solve the problem, so we'll have to report this upstream. For now, we're solving this for CDF_2004 by explicitly vetoing events with no tracks. * Added Doxygen to the build with target "dox" * Moved detection of whether cross-section information is needed into the AnalysisHandler, with dynamic computation by scanning contained analyses. * Improved robustness of event reading to detect properly when the input file is smaller than expected. 2008-09-29 Hendrik Hoeth * New analysis: CDF_2000_S4155203 2008-09-23 Andy Buckley * rivetgun can now be built and run without AGILe. Based on a patch by Frank Siegert. 2008-09-23 Hendrik Hoeth * Some preliminary numbers for the CDF_2008_LEADINGJETS analysis (only transverse region and not all observables. But all we have now.) 2008-09-17 Andy Buckley * Breaking up the mammoth "generate" function, to make Python mapping easier, among other reasons. * Added if-zero-return-zero checking to angle mapping functions, to avoid problems where 1e-19 gets mapped on to 2 pi and then fails boundary asserts. * Added HistoHandler singleton class, which will be a central repository for holding analyses' histogram objects to be accessed via a user-chosen name. 2008-08-26 Andy Buckley * Allowing rivet-config to return combined flags. 2008-08-14 Andy Buckley * Fixed some g++ 4.3 compilation bugs, including "vector" not being a valid name for a method which returns a physics vector, since it clashes with std::vector (which we globally import). Took the opportunity to rationalise the Jet interface a bit, since "particle" was used to mean "FourMomentum", and "Particle" types required a call to "getFullParticle". I removed the "gets" at the same time, as part of our gradual migration to a coherent naming policy. 2008-08-11 Andy Buckley * Tidying of FastJets and added new data files from HepData. 2008-08-10 James Monk * FastJets now uses user_index property of fastjet::PseudoJet to reconstruct PID information in jet contents. 2008-08-07 Andy Buckley * Reworking of param file and command line parsing. Tab characters are now handled by the parser, in a way equivalent to spaces. 2008-08-06 Andy Buckley * Added extra histos and filling to Acosta analysis - all HepData histos should now be filled, depending on sqrt{s}. Also trialling use of LaTeX math mode in titles. 2008-08-05 Andy Buckley * More data files for CDF analyses (2 x 2008, 1 x 1994), and moved the RivetGun AtlasPythia6.params file to more standard fpythia-atlas.params (and added to the install list). 2008-08-04 Andy Buckley * Reduced size of available options blocks in RivetGun help text by removing "~" negating variants (which are hardly ever used in practice) and restricting beam particles to PROTON, ANTIPROTON,ELECTRON and POSITRON. * Fixed Et sorting in Acosta analysis. 2008-08-01 Andy Buckley * Added AIDA headers to the install list, since external (plugin-type) analyses need them to be present for compilation to succeed. 2008-07-29 Andy Buckley * Fixed missing ROOT compile flags for libRivet. * Added command line repetition to logging. 2008-07-29 Hendrik Hoeth * Included the missing numbers and three more observables in the CDF_2008_NOTE_9351 analysis. 2008-07-29 Andy Buckley * Fixed wrong flags on rivet-config 2008-07-28 Hendrik Hoeth * Renamed CDF_2008_DRELLYAN to CDF_2008_NOTE_9351. Updated numbers and cuts to the final version of this CDF note. 2008-07-28 Andy Buckley * Fixed polar angle calcuation to use atan2. * Added "mk" prefixes and x/setX convention to math classes. 2008-07-28 Hendrik Hoeth * Fixed definition of FourMomentum::pT (it had been returning pT2) 2008-07-27 Andy Buckley * Added better tests for Boost headers. * Added testing for -ansi, -pedantic and -Wall compiler flags. 2008-07-25 Hendrik Hoeth * updated DELPHI_2002_069_CONF_603 according to information from the author 2008-07-17 Andy Buckley * Improvements to aida2flat: now can produce one output file per histo, and there is a -g "gnuplot mode" which comments out the YODA/make_plot headers to make the format readable by gnuplot. * Import boost::assign namespace contents into the Rivet namespace --- provides very useful intuitive collection initialising functions. 2008-07-15 Andy Buckley * Fixed missing namespace in vector/matrix testing. * Removed Boost headers: now a system dependency. * Fixed polarRadius infinite loop. 2008-07-09 Andy Buckley * Fixed definitions of mapAngleMPiToPi, etc. and used them to fix the Jet::getPhi method. * Trialling use of "foreach" loop in CDF_2004: it works! Very nice. 2008-07-08 Andy Buckley * Removed accidental reference to an "FS" projection in FinalStateHCM's compare method. rivetgun -A now works again. * Added TASSO, SLD and D0_2008 reference data. The TASSO and SLD papers aren't installed or included in the tarball since there are currently no plans to implement these analyses. * Added Rivet namespacing to vector, matrix etc. classes. This required some re-writing and the opportunity was taken to move some canonical function definitions inside the classes and to improve the header structure of the Math area. 2008-07-07 Andy Buckley * Added Rivet namespace to Units.hh and Constants.hh. * Added Doxygen "@brief" flags to analyses. * Added "RIVET_" namespacing to all header guards. * Merged Giulio Lenzi's isolation/vetoing/invmass projections and D0 2008 analysis. 2008-06-23 Jon Butterworth * Modified FastJet to fix ysplit and split and filter. * Modified ExampleTree to show how to call them. 2008-06-19 Hendrik Hoeth * Added first version of the CDF_2008_DRELLYAN analysis described on http://www-cdf.fnal.gov/physics/new/qcd/abstracts/UEinDY_08.html There is a small difference between the analysis and this implementation, but it's too small to be visible. The fpythia-cdfdrellyan.params parameter file is for this analysis. * Added first version of the CDF_2008_MINBIAS analysis described on http://www-cdf.fnal.gov/physics/new/qcd/abstracts/minbias_08.html The .aida file is read from the plots on the web and will change. I'm still discussing some open questions about the analysis with the author. 2008-06-18 Jon Butterworth * Added First versions of splitJet and filterJet methods to fastjet.cc. Not yet tested, buyer beware. 2008-06-18 Andy Buckley * Added extra sorted Jets and Pseudojets methods to FastJets, and added ptmin argument to the JetAlg getJets() method, requiring a change to TrackJet. 2008-06-13 Andy Buckley * Fixed processing of "RG" parameters to ensure that invalid iterators are never used. 2008-06-10 Andy Buckley * Updated AIDA reference files, changing "/HepData" root path to "/REF". Still missing a couple of reference files due to upstream problems with the HepData records. 2008-06-09 Andy Buckley * rivetgun now handles termination signals (SIGTERM, SIGINT and SIGHUP) gracefully, finishing the event loop and finalising histograms. This means that histograms will always get written out, even if not all the requested events have been generated. 2008-06-04 Hendrik Hoeth * Added DELPHI_2002_069_CONF_603 analysis 2008-05-30 Hendrik Hoeth * Added InitialQuarks projection * Added OPAL_1998_S3780481 analysis 2008-05-29 Andy Buckley * distcheck compatibility fixes and autotools tweaks. 2008-05-28 Andy Buckley * Converted FastJet to use Boost smart_ptr for its plugin handling, to solve double-delete errors stemming from the heap cloning of projections. * Added (a subset of) Boost headers, particularly the smart pointers. 2008-05-24 Andy Buckley * Added autopackage spec files. * Merged these changes into the trunk. * Added a registerClonedProjection(...) method to ProjectionHandler: this is needed so that cloned projections will have valid pointer entries in the ProjectHandler repository. * Added clone() methods to all projections (need to use this, since the templated "new PROJ(proj)" approach to cloning can't handle object polymorphism. 2008-05-19 Andy Buckley * Moved projection-applying functions into ProjectionApplier base class (from which Projection and Analysis both derive). * Added Rivet-specific exceptions in place of std::runtime_error. * Removed unused HepML reference files. * Added error handling for requested analyses with wrong case convention / missing name. 2008-05-15 Hendrik Hoeth * New analysis PDG_Hadron_Multiplicities * flat2aida converter 2008-05-15 Andy Buckley * Removed unused mysterious Perl scripts! * Added RivetGun.HepMC logging of HepMC event details. 2008-05-14 Hendrik Hoeth * New analysis DELPHI_1995_S3137023. This analysis contains the xp spectra of Xi+- and Sigma(1385)+-. 2008-05-13 Andy Buckley * Improved logging interface: log levels are now integers (for cross-library compatibility and level setting also applies to existing loggers. 2008-05-09 Andy Buckley * Improvements to robustness of ROOT checks. * Added --version flag on config scripts and rivetgun. 2008-05-06 Hendrik Hoeth * New UnstableFinalState projection which selects all hadrons, leptons and real photons including unstable particles. * In the DELPHI_1996_S3430090 analysis the multiplicities for pi+/pi- and p0 are filled, using the UnstableFinalState projection. 2008-05-06 Andy Buckley * FastJets projection now protects against the case where no particles exist in the final state (where FastJet throws an exception). * AIDA file writing is now separated from the AnalysisHandler::finalize method... API users can choose what to do with the histo objects, be that writing out or further processing. 2008-04-29 Andy Buckley * Increased default tolerances in floating point comparisons as they were overly stringent and valid f.p. precision errors were being treated as significant. * Implemented remainder of Acosta UE analysis. * Added proper getEtSum() to Jet. * Added Et2() member and function to FourMomentum. * Added aida2flat conversion script. * Fixed ambiguity in TrackJet algorithm as to how the iteration continues when tracks are merged into jets in the inner loop. 2008-04-28 Andy Buckley * Merged in major "ProjectionHandler" branch. Projections are now all stored centrally in the singleton ProjectionHandler container, rather than as member pointers in projections and analyses. This also affects the applyProjection mechanism, which is now available as a templated method on Analysis and Projection. Still a few wrinkles need to be worked out. * The branch changes required a comprehensive review of all existing projections and analyses: lots of tidying up of these classes, as well as the auxiliary code like math utils, has taken place. Too much to list and track, unfortunately! 2008-03-28 Andy Buckley * Started second CDF UE analysis ("Acosta"): histograms defined. * Fixed anomalous factor of 2 in LWH conversion from Profile1D to DataPointSet. * Added pT distribution histos to CDF 2001 UE analysis. 2008-03-26 Andy Buckley * Removed charged+neutral versions of histograms and projections from DELPHI analysis since they just duplicate the more robust charged-only measurements and aren't really of interest for tuning. 2008-03-10 Andy Buckley * Profile histograms now use error computation with proper weighting, as described here: http://en.wikipedia.org/wiki/Weighted_average 2008-02-28 Andy Buckley * Added --enable-jade flag for Professor studies with patched FastJet. * Minor fixes to LCG tag generator and gfilt m4 macros. * Fixed projection slicing issues with Field UE analysis. * Added Analysis::vetoEvent(e) function, which keeps track of the correction to the sum of weights due to event vetoing in analysis classes. 2008-02-26 Andy Buckley * Vector and derived classes now initialise to have zeroed components when the no-arg constructor is used. * Added Analysis::scale() function to scale 1D histograms. Analysis::normalize() uses it internally, and the DELPHI (A)EEC, whose histo weights are not pure event weights, and normalised using scale(h, 1/sumEventWeights). 2008-02-21 Hendrik Hoeth * Added EEC and AEEC to the DELPHI_1996_S3430090 analysis. The normalisation of these histograms is still broken (ticket #163). 2008-02-19 Hendrik Hoeth * Many fixes to the DELPHI_1996_S3430090 analysis: bugfix in the calulation of eigenvalues/eigenvectors in MatrixDiag.hh for the sphericity, rewrite of Thrust/Major/Minor, fixed scaled momentum, hemisphere masses, normalisation in single particle events, final state slicing problems in the projections for Thrust, Sphericity and Hemispheres. 2008-02-08 Andy Buckley * Applied fixes and extensions to DIS classes, based on submissions by Dan Traynor. 2008-02-06 Andy Buckley * Made projection pointers used for cut combining into const pointers. Required some redefinition of the Projection* comparison operator. * Temporarily added FinalState member to ChargedFinalState to stop projection lifetime crash. 2008-02-01 Andy Buckley * Fixed another misplaced factor of bin width in the Analysis::normalize() method. 2008-01-30 Andy Buckley * Fixed the conversion of IHistogram1D to DPS, both via the explicit Analysis::normalize() method and the implicit AnalysisHandler::treeNormalize() route. The root of the problem is the AIDA choice of the word "height" to represent the sum of weights in a bin: i.e. the bin width is not taken into account either in computing bin height or error. 2008-01-22 Andy Buckley * Beam projection now uses HepMC GenEvent::beam_particles() method to get the beam particles. This is more portable and robust for C++ generators, and equivalent to the existing "first two" method for Fortran generators. 2008-01-17 Andy Buckley * Added angle range fix to pseudorapidity function (thanks to Piergiulio Lenzi). 2008-01-10 Andy Buckley * Changed autobooking plot codes to use zero-padding (gets the order right in JAS, file browser, ROOT etc.). Also changed the 'ds' part to 'd' for consistency. HepData's AIDA output has been correspondingly updated, as have the bundled data files. 2008-01-04 Andy Buckley * Tidied up JetShape projection a bit, including making the constructor params const references. This seems to have sorted the runtime segfault in the CDF_2005 analysis. * Added caching of the analysis bin edges from the AIDA file - each analysis object will now only read its reference file once, which massively speeds up the rivetgun startup time for analyses with large numbhers of autobooked histos (e.g. the DELPHI_1996_S3430090 analysis). 2008-01-02 Andy Buckley * CDF_2001_S4751469 now uses the LossyFinalState projection, with an 8% loss rate. * Added LossyFinalState and HadronicFinalState, and fixed a "polarity" bug in the charged final state projection (it was keeping only the *uncharged* particles). * Now using isatty(1) to determine whether or not color escapes can be used. Also removed --color argument, since it can't have an effect (TCLAP doesn't do position-based flag toggling). * Made Python extension build optional (and disabled by default). 2008-01-01 Andy Buckley * Removed some unwanted DEBUG statements, and lowered the level of some infrastructure DEBUGs to TRACE level. * Added bash color escapes to the logger system. 2007-12-21 Leif Lonnblad * include/LWH/ManagedObject.h: Fixed infinite loop in encodeForXML cf. ticket #135. 2007-12-20 Andy Buckley * Removed HepPID, HepPDT and Boost dependencies. * Fixed XML entity encoding in LWH. Updated CDF_2007_S7057202 analysis to not do its own XML encoding of titles. 2007-12-19 Andy Buckley * Changed units header to set GeV = 1 (HepMC convention) and using units in CDF UE analysis. 2007-12-15 Andy Buckley * Introduced analysis metadata methods for all analyses (and made them part of the Analysis interface). 2007-12-11 Andy Buckley * Added JetAlg base projection for TrackJet, FastJet etc. 2007-12-06 Andy Buckley * Added checking for Boost library, and the standard Boost test program for shared_ptr. * Got basic Python interface running - required some tweaking since Python and Rivet's uses of dlopen collide (another RTLD_GLOBAL issue - see http://muttley.hates-software.com/2006/01/25/c37456e6.html ) 2007-12-05 Andy Buckley * Replaced all use of KtJets projection with FastJets projection. KtJets projection disabled but left undeleted for now. CLHEP and KtJet libraries removed from configure searches and Makefile flags. 2007-12-04 Andy Buckley * Param file loading now falls back to the share/RivetGun directory if a local file can't be found and the provided name has no directory separators in it. * Converted TrackJet projection to update the jet centroid with each particle added, using pT weighting in the eta and phi averaging. 2007-12-03 Andy Buckley * Merged all command line handling functions into one large parse function, since only one executable now needs them. This removes a few awkward memory leaks. * Removed rivet executable - HepMC file reading functionality will move into rivetgun. * Now using HepMC IO_GenEvent format (IO_Ascii and IO_ExtendedAscii are deprecated). Now requires HepMC >= 2.3.0. * Added forward declarations of GSL diagonalisation routines, eliminating need for GSL headers to be installed on build machine. 2007-11-27 Andy Buckley * Removed charge differentiation from Multiplicity projection (use CFS proj) and updated ExampleAnalysis to produce more useful numbers. * Introduced binreloc for runtime path determination. * Fixed several bugs in FinalState, ChargedFinalState, TrackJet and Field analysis. * Completed move to new analysis naming scheme. 2007-11-26 Andy Buckley * Removed conditional HAVE_FASTJET bits: FastJet is now compulsory. * Merging appropriate RivetGun parts into Rivet. RivetGun currently broken. 2007-11-23 Andy Buckley * Renaming analyses to Spires-ID scheme: currently of form S, to become __. 2007-11-20 Andy Buckley * Merged replacement vectors, matrices and boosts into trunk. 2007-11-15 Leif Lonnblad * src/Analysis.cc, include/Rivet/Analysis.hh: Introduced normalize function. See ticket #126. 2007-10-31 Andy Buckley * Tagging as 1.0b2 for HERA-LHC meeting. 2007-10-25 Andy Buckley * Added AxesDefinition base interface to Sphericity and Thrust, used by Hemispheres. * Exposed BinaryCut class, improved its interface and fixed a few bugs. It's now used by VetoedFinalState for momentum cuts. * Removed extra output from autobooking AIDA reader. * Added automatic DPS booking. 2007-10-12 Andy Buckley * Improved a few features of the build system 2007-10-09 James Monk * Fixed dylib dlopen on Mac OS X. 2007-10-05 Andy Buckley * Added new reference files. 2007-10-03 Andy Buckley * Fixed bug in configure.ac which led to explicit CXX setting being ignored. * Including Logging.hh in Projection.hh, hence new transitive dependency on Logging.hh being installed. Since this is the normal behaviour, I don't think this is a problem. * Fixed segfaulting bug due to use of addProjection() in locally-scoped contained projections. This isn't a proper fix, since the whole framework should be designed to avoid the possibility of bugs like this. * Added newly built HepML and AIDA reference files for current analyses. 2007-10-02 Andy Buckley * Fixed possible null-pointer dereference in Particle copy constructor and copy assignment: this removes one of two blocker segfaults, the other of which is related to the copy-assignment of the TotalVisMomentum projection in the ExampleTree analysis. 2007-10-01 Andy Buckley * Fixed portable path to Rivet share directory. 2007-09-28 Andy Buckley * Added more functionality to the rivet-config script: now has libdir, includedir, cppflags, ldflags and ldlibs options. 2007-09-26 Andy Buckley * Added the analysis library closer function to the AnalysisHandler finalize() method, and also moved the analysis delete loop into AnalysisHandler::finalize() so as not to try deleting objects whose libraries have already closed. * Replaced the RivetPaths.cc.in method for portable paths with something using -D defines - much simpler! 2007-09-21 Lars Sonnenschein * Added HepEx0505013 analysis and JetShape projection (some fixes by AB.) * Added GetLorentzJets member function to D0 RunII cone jet projection 2007-09-21 Andy Buckley * Fixed lots if bugs and bad practice in HepEx0505013 (to make it compile-able!) * Downclassed the log messages from the Test analysis to DEBUG level. * Added isEmpty() method to final state projection. * Added testing for empty final state and useful debug log messages to sphericity projection. 2007-09-20 Andy Buckley * Added Hemispheres projection, which calculates event hemisphere masses and broadenings. 2007-09-19 Andy Buckley * Added an explicit copy assignment operator to Particle: the absence of one of these was responsible for the double-delete error. * Added a "fuzzy equals" utility function for float/double types to Utils.hh (which already contains a variety of handy little functions). * Removed deprecated Beam::operator(). * Added ChargedFinalState projection and de-pointered the contained FinalState projection in VetoedFinalState. 2007-09-18 Andy Buckley * Major bug fixes to the regularised version of the sphericity projection (and hence the Parisi tensor projection). Don't trust C & D param results from any previous version! * Added extra methods to thrust and sphericity projections to get the oblateness and the sphericity basis (currently returns dummy axes since I can't yet work out how to get the similarity transform eigenvectors from CLHEP) 2007-09-14 Andy Buckley * Merged in a branch of pluggable analysis mechanisms. 2007-06-25 Jon Butterworth * Fixed some bugs in the root output for DataPoint.h 2007-06-25 Andy Buckley * include/Rivet/**/Makefile.am: No longer installing headers for "internal" functionality. * include/Rivet/Projections/*.hh: Removed the private restrictions on copy-assignment operators. 2007-06-18 Leif Lonnblad * include/LWH/Tree.h: Fixed minor bug in listObjectNames. * include/LWH/DataPointSet.h: Fixed setCoordinate functions so that they resize the vector of DataPoints if it initially was empty. * include/LWH/DataPoint.h: Added constructor taking a vector of measuremts. 2007-06-16 Leif Lonnblad * include/LWH/Tree.h: Implemented the listObjectNames and ls functions. * include/Rivet/Projections/FinalStateHCM.hh, include/Rivet/Projections/VetoedFinalState.hh: removed _theParticles and corresponding access function. Use base class variable instead. * include/Rivet/Projections/FinalState.hh: Made _theParticles protected. 2007-06-13 Leif Lonnblad * src/Projections/FinalStateHCM.cc, src/Projections/DISKinematics.cc: Equality checks using GenParticle::operator== changed to check for pointer equality. * include/Rivet/Analysis/HepEx9506012.hh: Uses modified DISLepton projection. * include/Rivet/Particle.hh: Added member function to check if a GenParticle is associated. * include/Rivet/Projections/DISLepton.hh, src/Projections/DISLepton.cc: Fixed bug in projection. Introduced final state projection to limit searching for scattered lepton. Still not properly tested. 2007-06-08 Leif Lonnblad * include/Rivet/Projections/PVertex.hh, src/Projections/PVertex.cc: Fixed the projection to simply get the signal_process_vertex from the GenEvent. This is the way it should work. If the GenEvent does not have a signal_process_vertex properly set up in this way, the problem is with the class that fills the GenEvent. 2007-06-06 Jon Butterworth * Merged TotalVisibleMomentum and CalMET * Added pT ranges to Vetoed final state projection 2007-05-27 Jon Butterworth * Fixed initialization of VetoedFinalStateProjection in ExampleTree 2007-05-27 Leif Lonnblad * include/Rivet/Projections/KtJets.*: Make sure the KtEvent is deleted properly. 2007-05-26 Jon Butterworth * Added leptons to the ExampleTree. * Added TotalVisibleEnergy projection, and added output to ExampleTree. 2007-05-25 Jon Butterworth * Added a charged lepton projection 2007-05-23 Andy Buckley * src/Analysis/HepEx0409040.cc: Changed range of the histograms to the "pi" range rather than the "128" range. * src/Analysis/Analysis.cc: Fixed a bug in the AIDA path building. Histogram auto-booking now works. 2007-05-23 Leif Lonnblad * src/Analysis/HepEx9506012.cc: Now uses the histogram booking function in the Analysis class. 2007-05-23 Jon Butterworth * Fixed bug in PRD65092002 (was failing on zero jets) 2007-05-23 Andy Buckley * Added (but haven't properly tested) a VetoedFinalState projection. * Added normalize() method for AIDA 1D histograms. * Added configure checking for Mac OS X version, and setting the development target flag accordingly. 2007-05-22 Andy Buckley * Added an ostream method for AnalysisName enums. * Converted Analyses and Projections to use projection lists, cuts and beam constraints. * Added beam pair combining to the BeamPair sets of Projections by finding set meta-intersections. * Added methods to Cuts, Analysis and Projection to make Cut definition easier. * Fixed default fall-through in cut handling switch statement and now using -numeric_limits::max() rather than min() * Added more control of logging presentation via static flag methods on Log. 2007-05-13 Andy Buckley * Added self-consistency checking mechanisms for Cuts and Beam * Re-implemented the cut-handling part of RivetInfo as a Cuts class. * Changed names of Analysis and Projection name() and handler() methods to getName() and getHandler() to be more consistent with the rest of the public method names in those classes. 2007-05-02 Andy Buckley * Added auto-booking of histogram bins from AIDA XML files. The AIDA files are located via a C++ function which is generated from RivetPaths.cc.in by running configure. 2007-04-18 Andy Buckley * Added a preliminary version of the Rick Field UE analysis, under the name PRD65092002. 2007-04-19 Leif Lonnblad * src/Analysis/HepEx0409040.cc: The reason this did not compile under gcc-4 is that some iterators into a vector were wrongly assued to be pointers and were initialized to 0 and later compared to 0. I've changed this to initialize to end() of the corresponding vector and to compare with the same end() later. 2007-04-05 Andy Buckley * Lots of name changes in anticipation of the MCNet school. RivetHandler is now AnalysisHandler (since that's what it does!), BeamParticle has become ParticleName, and RivetInfo has been split into Cut and BeamConstraint portions. * Added BeamConstraint mechanism, which can be used to determine if an analysis is compatible with the beams being used in the generator. The ParticleName includes an "ANY" wildcard for this purpose. 2006-03-19 Andy Buckley * Added "rivet" executable which can read in HepMC ASCII dump files and apply Rivet analyses on the events. 2007-02-24 Leif Lonnblad * src/Projections/KtJets.cc: Added comparison of member variables in compare() function * all: Merged changes from polymorphic-projections branch into trunk 2007-02-17 Leif Lonnblad * all: projections and analysis handlers: All projections which uses other projctions now has a pointer rather than a copy of those projections to allow for polymorphism. The constructors has also been changed to require the used projections themselves, rather than the arguments needed to construct them. 2007-02-17 Leif Lonnblad * src/Projections/FinalState.cc, include/Rivet/Projections/FinalState.icc (Rivet), include/Rivet/Projections/FinalState.hh: Added cut in transverse momentum on the particles to be included in the final state. 2007-02-06 Leif Lonnblad * include/LWH/HistogramFactory.h: Fixed divide-by-zero in divide function. Also fixed bug in error calculation in divide function. Introduced checkBin function to make sure two histograms are equal even if they have variable bin widths. * include/LWH/Histogram1D.h: In normalize(double), do not do anything if the sum of the bins are zero to avoid dividing by zero. 2007-01-20 Leif Lonnblad * src/Test/testLWH.cc: Modified to output files using the Tree. * configure.ac: Removed AC_CONFIG_AUX_DIR([include/Rivet/Config]) since the directory does not exist anymore. 2006-12-21 Andy Buckley * Rivet will now conditionally install the AIDA and LWH headers if it can't find them when configure'ing. * Started integrating Leif's LWH package to fulfill the AIDA duties. * Replaced multitude of CLHEP wrapper headers with a single RivetCLHEP.h header. 2006-11-20 Andy Buckley * Introduced log4cpp logging. * Added analysis enum, which can be used as input to an analysis factory by Rivet users. 2006-11-02 Andy Buckley * Yet more, almost pointless, administrative moving around of things with the intention of making the structure a bit better-defined: * The RivetInfo and RivetHandler classes have been moved from src/Analysis into src as they are really the main Rivet interface classes. The Rivet.h header has also been moved into the "header root". * The build of a single shared library in lib has been disabled, with the library being built instead in src. 2006-10-14 Andy Buckley * Introduced a minimal subset of the Sherpa math tools, such as Vector{3,4}D, Matrix, etc. The intention is to eventually cut the dependency on CLHEP. 2006-07-28 Andy Buckley * Moving things around: all sources now in directories under src 2006-06-04 Leif Lonnblad * Analysis/Examples/HZ95108.*: Now uses CentralEtHCM. Also set GeV units on the relevant histograms. * Projections/CentralEtHCM.*: Making a special class just to get out one number - the summed Et in the central rapidity bin - may seem like an overkill. But in case some one else might nees it... 2006-06-03 Leif Lonnblad * Analysis/Examples/HZ95108.*: Added the hz95108 energy flow analysis from HZtool. * Projections/DISLepton.*: Since many HERA measurements do not care if we have electron or positron beam, it is now possible to specify lepton or anti-lepton. * Projections/Event.*: Added member and access function for the weight of an event (taken from the GenEvent object.weights()[0]. * Analysis/RivetHandler.*: Now depends explicitly on the AIDA interface. An AIDA analysis factory must be specified in the constructor, where a tree and histogram factory is automatically created. Added access functions to the relevant AIDA objects. * Analysis/AnalysisBase.*: Added access to the RivetHandler and its AIDA factories. 2005-12-27 Leif Lonnblad * configure.ac: Added -I$THEPEGPATH/include to AM_CPPFLAGS. * Config/Rivet.h: Added some std incudes and using std:: declaration. * Analysis/RivetInfo.*: Fixed some bugs. The RivetInfo facility now works, although it has not been thoroughly tested. * Analysis/Examples/TestMultiplicity.*: Re-introduced FinalStateHCM for testing purposes but commented it away again. * .: Made a number of changes to implement handling of RivetInfo objects. diff --git a/analyses/pluginALICE/ALICE_2010_I880049.info b/analyses/pluginALICE/ALICE_2010_I880049.info --- a/analyses/pluginALICE/ALICE_2010_I880049.info +++ b/analyses/pluginALICE/ALICE_2010_I880049.info @@ -1,43 +1,43 @@ 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: VALIDATED Authors: - Przemyslaw Karczmarczyk - Jan Fiete Grosse-Oetringhaus - Jochen Klein References: - arXiv:1012.1657 [nucl-ex] RunInfo: NumEvents: Options: - cent=REF,GEN,IMP,USR -Beams: [1000822080, 1000822080] +Beams: [Pb, Pb] # 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_2012_I1126966.info b/analyses/pluginALICE/ALICE_2012_I1126966.info --- a/analyses/pluginALICE/ALICE_2012_I1126966.info +++ b/analyses/pluginALICE/ALICE_2012_I1126966.info @@ -1,47 +1,47 @@ Name: ALICE_2012_I1126966 Year: 2012 Summary: Pion, Kaon, and Proton Production in Central Pb-Pb Collisions at 2.76 TeV Experiment: ALICE Collider: LHC SpiresID: 1126966 Status: UNVALIDATED Authors: - Cody B Duncan - Patrick Kirchgaesser - Johannes Bellm References: - Phys.Rev.Lett. 109 (2012) 252301 - arXiv:1208.1974 [hep-ex] RunInfo: Analysis of various pT spectra in central Pb-Pb collisions at 2.76 TeV NeedCrossSection: no -Beams: [1000822080,1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*2760=574080 Energies: [574080] Options: - cent=REF,GEN,IMP,USR Description: Measurements of the transverse momentum distributions of charged pions, kaons and (anti)protons in Lead-Lead collisions at a centre-of-mass energy per nucleon of 2.76 TeV. The data, covering the PT range up to 4.5 GeV for protons, is restricted to the central rapidity range |y| < 0.5. BibKey: Abelev:2012wca BibTeX: '@article{Abelev:2012wca, author = "Abelev, Betty and others", title = "{Pion, Kaon, and Proton Production in Central Pb--Pb Collisions at $\sqrt{s_{NN}} = 2.76$ TeV}", collaboration = "ALICE", journal = "Phys. Rev. Lett.", volume = "109", year = "2012", pages = "252301", doi = "10.1103/PhysRevLett.109.252301", eprint = "1208.1974", archivePrefix = "arXiv", primaryClass = "hep-ex", reportNumber = "CERN-PH-EP-2012-230", SLACcitation = "%%CITATION = ARXIV:1208.1974;%%" }' ToDo: - test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/analyses/pluginALICE/ALICE_2012_I1127497.cc b/analyses/pluginALICE/ALICE_2012_I1127497.cc --- a/analyses/pluginALICE/ALICE_2012_I1127497.cc +++ b/analyses/pluginALICE/ALICE_2012_I1127497.cc @@ -1,215 +1,215 @@ // -*- 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/Projections/HepMCHeavyIon.hh" namespace Rivet { /// @brief ALICE PbPb at 2.76 TeV R_AA analysis. class ALICE_2012_I1127497 : public Analysis { + public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(ALICE_2012_I1127497); - /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { // Access the HepMC heavy ion info declare(HepMCHeavyIon(), "HepMC"); // Declare centrality projection declareCentrality(ALICE::V0MMultiplicity(), "ALICE_2015_PBPBCentrality", "V0M", "V0M"); // Charged, primary particles with |eta| < 0.5 and pT > 150 MeV declare(ALICE::PrimaryParticles(Cuts::abseta < 0.5 && Cuts::pT > 150*MeV && Cuts::abscharge > 0), "APRIM"); // Loop over all histograms for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { // Initialize PbPb objects book(_histNch[PBPB][ihist], ihist+1, 1, 1); std::string nameCounterPbPb = "counter.pbpb." + std::to_string(ihist); book(_counterSOW[PBPB][ihist], nameCounterPbPb, "Sum of weights counter for PbPb"); std::string nameCounterNcoll = "counter.ncoll." + std::to_string(ihist); book(_counterNcoll[ihist], nameCounterNcoll, "Ncoll counter for PbPb"); // 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 namePP = _histNch[PBPB][ihist]->name() + "-pp"; // The binning is taken from the reference data book(_histNch[PP][ihist], namePP, refData(ihist+1, 1, 1)); std::string nameCounterpp = "counter.pp." + std::to_string(ihist); book(_counterSOW[PP][ihist], nameCounterpp, "Sum of weights counter for pp"); // Book ratios, to be used in finalize book(_histRAA[ihist], ihist+16, 1, 1); } // Centrality regions keeping 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.}}; // Find out the beam type, also specified from option. string beamOpt = getOption("beam","NONE"); if (beamOpt != "NONE") { MSG_WARNING("You are using a specified beam type, instead of using what" "is provided by the generator. " "Only do this if you are completely sure what you are doing."); if (beamOpt=="PP") isHI = false; else if (beamOpt=="HI") isHI = true; else { MSG_ERROR("Beam error (option)!"); return; } } else { const ParticlePair& beam = beams(); if (beam.first.pid() == PID::PROTON && beam.second.pid() == PID::PROTON) isHI = false; - else if (beam.first.pid() == 1000822080 && beam.second.pid() == 1000822080) + else if (beam.first.pid() == PID::LEAD && beam.second.pid() == PID::LEAD) isHI = true; else { MSG_ERROR("Beam error (found)!"); return; } } } /// Perform the per-event analysis void analyze(const Event& event) { // Charged, primary particles with at least pT = 150 MeV // in eta range of |eta| < 0.5 Particles chargedParticles = apply(event,"APRIM").particlesByPt(); // Check type of event. if ( isHI ) { const HepMCHeavyIon & hi = apply(event, "HepMC"); // 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; // Fill PbPb histograms and add weights based on centrality value for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { if (inRange(centr, _centrRegions[ihist].first, _centrRegions[ihist].second)) { _counterSOW[PBPB][ihist]->fill(); _counterNcoll[ihist]->fill(hi.Ncoll()); for (const Particle& p : chargedParticles) { double pT = p.pT()/GeV; if (pT < 50.) { const double pTAtBinCenter = _histNch[PBPB][ihist]->binAt(pT).xMid(); _histNch[PBPB][ihist]->fill(pT, 1/pTAtBinCenter); } } } } } else { // Fill all pp histograms and add weights for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { _counterSOW[PP][ihist]->fill(); for (const Particle& p : chargedParticles) { double pT = p.pT()/GeV; if (pT < 50.) { const double pTAtBinCenter = _histNch[PP][ihist]->binAt(pT).xMid(); _histNch[PP][ihist]->fill(pT, 1/pTAtBinCenter); } } } } } /// Normalise histograms etc., after the run void finalize() { // Right scaling of the histograms with their individual weights. for (size_t itype = 0; itype < EVENT_TYPES; ++itype ) { for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { if (_counterSOW[itype][ihist]->sumW() > 0.) { scale(_histNch[itype][ihist], (1. / _counterSOW[itype][ihist]->sumW() / 2. / M_PI)); } } } // Postprocessing of the histograms for (size_t ihist = 0; ihist < NHISTOS; ++ihist) { // If there are entires in histograms for both beam types if (_histNch[PP][ihist]->numEntries() > 0 && _histNch[PBPB][ihist]->numEntries() > 0) { // Initialize and fill R_AA histograms divide(_histNch[PBPB][ihist], _histNch[PP][ihist], _histRAA[ihist]); // Scale by Ncoll. Unfortunately some generators does not provide // Ncoll value (eg. JEWEL), so the following scaling will be done // only if there are entries in the counters double ncoll = _counterNcoll[ihist]->sumW(); double sow = _counterSOW[PBPB][ihist]->sumW(); if (ncoll > 1e-6 && sow > 1e-6) _histRAA[ihist]->scaleY(1. / (ncoll / sow)); } } } //@} private: bool isHI; static const int NHISTOS = 15; static const int EVENT_TYPES = 2; static const int PP = 0; static const int PBPB = 1; /// @name Histograms //@{ Histo1DPtr _histNch[EVENT_TYPES][NHISTOS]; CounterPtr _counterSOW[EVENT_TYPES][NHISTOS]; CounterPtr _counterNcoll[NHISTOS]; Scatter2DPtr _histRAA[NHISTOS]; //@} std::vector> _centrRegions; }; // 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 --- a/analyses/pluginALICE/ALICE_2012_I1127497.info +++ b/analyses/pluginALICE/ALICE_2012_I1127497.info @@ -1,42 +1,42 @@ 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: VALIDATED REENTRANT Authors: - Przemyslaw Karczmarczyk - Jan Fiete Grosse-Oetringhaus - Jochen Klein References: - arXiv:1208.2711 [hep-ex] RunInfo: NumEvents: Options: - cent=REF,GEN,IMP,USR - beam=HI,PP -Beams: [[p, p], [1000822080, 1000822080]] +Beams: [[p, p], [Pb, Pb]] # This is _total_ energy of beams, so this becomes 208*2760=574080 Energies: [2760, 574080] Description: 'The inclusive transverse momentum ($p_T$) distributions of primary charged particles are measured in the pseudo-rapidity range $|\eta| < 0.8$ as a function of event centrality in Pb--Pb collisions at $\sqrt{s_{nn}} = 2.76$ TeV with ALICE at the LHC. The data are presented in the $p_T$ range $0.15 30$ GeV/c. In peripheral collisions (70-80%), the suppression is weaker with $R_{AA} \approx 0.7$ almost independently of $p_T$. 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;%%" }' diff --git a/analyses/pluginALICE/ALICE_2012_I930312.cc b/analyses/pluginALICE/ALICE_2012_I930312.cc --- a/analyses/pluginALICE/ALICE_2012_I930312.cc +++ b/analyses/pluginALICE/ALICE_2012_I930312.cc @@ -1,342 +1,342 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/ChargedFinalState.hh" #include "Rivet/Projections/SingleValueProjection.hh" #include "Rivet/Tools/AliceCommon.hh" #include "Rivet/Projections/AliceCommon.hh" namespace Rivet { /// @brief ALICE PbPb at 2.76 TeV azimuthal di-hadron correlations class ALICE_2012_I930312 : public Analysis { public: // Constructor DEFAULT_RIVET_ANALYSIS_CTOR(ALICE_2012_I930312); /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { // Declare centrality projection declareCentrality(ALICE::V0MMultiplicity(), "ALICE_2015_PBPBCentrality", "V0M", "V0M"); // Projection for trigger particles: charged, primary particles // with |eta| < 1.0 and 8 < pT < 15 GeV/c declare(ALICE::PrimaryParticles(Cuts::abseta < 1.0 && Cuts::abscharge > 0 && Cuts::ptIn(8.*GeV, 15.*GeV)), "APRIMTrig"); // pT bins edges vector ptBins = { 3., 4., 6., 8., 10. }; // Projections for associated particles: charged, primary particles // with |eta| < 1.0 and different pT bins for (int ipt = 0; ipt < PT_BINS; ++ipt) { Cut cut = Cuts::abseta < 1.0 && Cuts::abscharge > 0 && Cuts::ptIn(ptBins[ipt]*GeV, ptBins[ipt+1]*GeV); declare(ALICE::PrimaryParticles(cut), "APRIMAssoc" + toString(ipt)); } // Create event strings vector evString = { "pp", "central", "peripheral" }; // Initialize trigger counters and yield histograms string title = "Per trigger particle yield"; string xtitle = "$\\Delta\\eta$ (rad)"; string ytitle = "$1 / N_{trig} {\\rm d}N_{assoc} / {\\rm d}\\Delta\\eta$ (rad$^-1$)"; for (int itype = 0; itype < EVENT_TYPES; ++itype) { book(_counterTrigger[itype], "counter." + toString(itype)); for (int ipt = 0; ipt < PT_BINS; ++ipt) { string name = "yield." + evString[itype] + ".pt" + toString(ipt); book(_histYield[itype][ipt], name, 36, -0.5*M_PI, 1.5*M_PI, title, xtitle, ytitle); } } // Find out the beam type, also specified from option. string beamOpt = getOption("beam","NONE"); if (beamOpt != "NONE") { MSG_WARNING("You are using a specified beam type, instead of using what" "is provided by the generator. " "Only do this if you are completely sure what you are doing."); if (beamOpt=="PP") isHI = false; else if (beamOpt=="HI") isHI = true; else { MSG_ERROR("Beam error (option)!"); return; } } else { const ParticlePair& beam = beams(); - if (beam.first.pid() == 2212 && beam.second.pid() == 2212) isHI = false; - else if (beam.first.pid() == 1000822080 && beam.second.pid() == 1000822080) + if (beam.first.pid() == PID::PROTON && beam.second.pid() == PID::PROTON) isHI = false; + else if (beam.first.pid() == PID::LEAD && beam.second.pid() == PID::LEAD) isHI = true; else { MSG_ERROR("Beam error (found)!"); return; } } // Initialize IAA and ICP histograms book(_histIAA[0], 1, 1, 1); book(_histIAA[1], 2, 1, 1); book(_histIAA[2], 5, 1, 1); book(_histIAA[3], 3, 1, 1); book(_histIAA[4], 4, 1, 1); book(_histIAA[5], 6, 1, 1); // Initialize background-subtracted yield histograms for (int itype = 0; itype < EVENT_TYPES; ++itype) { for (int ipt = 0; ipt < PT_BINS; ++ipt) { string newname = _histYield[itype][ipt]->name() + ".nobkg"; string newtitle = _histYield[itype][ipt]->title() + ", background subtracted"; book(_histYieldNoBkg[itype][ipt], newname, 36, -0.5*M_PI, 1.5*M_PI, newtitle, _histYield[itype][ipt]->annotation("XLabel"), _histYield[itype][ipt]->annotation("YLabel")); } } } /// Perform the per-event analysis void analyze(const Event& event) { // Trigger particles Particles trigParticles = applyProjection(event,"APRIMTrig").particles(); // Associated particles Particles assocParticles[PT_BINS]; for (int ipt = 0; ipt < PT_BINS; ++ipt) { string pname = "APRIMAssoc" + toString(ipt); assocParticles[ipt] = applyProjection(event,pname).particles(); } // Check type of event. This may not be a 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 int ev_type = 0; // pp if ( isHI ) { // 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) ev_type = 1; // PbPb, central else if (centr > 60.0 && centr < 90.0) ev_type = 2; // PbPb, peripherial else vetoEvent; // PbPb, other, this is not used in the analysis at all } // Fill trigger histogram for a proper event type _counterTrigger[ev_type]->fill(trigParticles.size()); // Loop over trigger particles for (const Particle& trigParticle : trigParticles) { // For each pt bin for (int ipt = 0; ipt < PT_BINS; ++ipt) { // Loop over associated particles for (const Particle& assocParticle : assocParticles[ipt]) { // If associated and trigger particle are not the same particles. if (!isSame(trigParticle, assocParticle)) { // Test trigger particle. if (trigParticle.pt() > assocParticle.pt()) { // Calculate delta phi in range (-0.5*PI, 1.5*PI). double dPhi = deltaPhi(trigParticle, assocParticle, true); if (dPhi < -0.5 * M_PI) dPhi += 2 * M_PI; // Fill yield histogram for calculated delta phi _histYield[ev_type][ipt]->fill(dPhi); } } } } } } /// Normalise histograms etc., after the run void finalize() { // Check for the reentrant finalize bool pp_available = false, PbPb_available = false; for (int itype = 0; itype < EVENT_TYPES; ++itype) { for (int ipt = 0; ipt < PT_BINS; ++ipt) { if (_histYield[itype][ipt]->numEntries() > 0) itype == 0 ? pp_available = true : PbPb_available = true; } } // Skip postprocessing if pp or PbPb histograms are not available if (!(pp_available && PbPb_available)) return; // Variable for near and away side peak integral calculation double integral[EVENT_TYPES][PT_BINS][2] = { { {0.0} } }; // Variables for background calculation double bkg = 0.0; double bkgErr[EVENT_TYPES][PT_BINS] = { {0.0} }; // Variables for integration error calculation double norm[EVENT_TYPES] = {0.0}; double numEntries[EVENT_TYPES][PT_BINS][2] = { { {0.0} } }; int numBins[EVENT_TYPES][PT_BINS][2] = { { {0} } }; // For each event type for (int itype = 0; itype < EVENT_TYPES; ++itype) { // Get counter CounterPtr counter = _counterTrigger[itype]; // For each pT range for (int ipt = 0; ipt < PT_BINS; ++ipt) { // Get yield histograms Histo1DPtr hYield = _histYield[itype][ipt]; Histo1DPtr hYieldNoBkg = _histYieldNoBkg[itype][ipt]; // Check if histograms are fine if (counter->sumW() == 0 || hYield->numEntries() == 0) { MSG_WARNING("There are no entries in one of the histograms"); continue; } // Scale yield histogram norm[itype] = 1. / counter->sumW(); scale(hYield, norm[itype]); // Calculate background double sum = 0.0; int nbins = 0; for (size_t ibin = 0; ibin < hYield->numBins(); ++ibin) { double xmid = hYield->bin(ibin).xMid(); if (inRange(xmid, -0.5 * M_PI, -0.5 * M_PI + 0.4) || inRange(xmid, 0.5 * M_PI - 0.4, 0.5 * M_PI + 0.4) || inRange(xmid, 1.5 * M_PI - 0.4, 1.5 * M_PI)) { sum += hYield->bin(ibin).sumW(); nbins += 1; } } if (nbins == 0) { MSG_WARNING("Failed to estimate background!"); continue; } bkg = sum / nbins; // Calculate background error sum = 0.0; nbins = 0; for (size_t ibin = 0; ibin < hYield->numBins(); ++ibin) { double xmid = hYield->bin(ibin).xMid(); if (inRange(xmid, 0.5 * M_PI - 0.4, 0.5 * M_PI + 0.4)) { sum += (hYield->bin(ibin).sumW() - bkg) * (hYield->bin(ibin).sumW() - bkg); nbins++; } } if (nbins < 2) { MSG_WARNING("Failed to estimate background error!"); continue; } bkgErr[itype][ipt] = sqrt(sum / (nbins - 1)); // Fill histograms with removed background for (size_t ibin = 0; ibin < hYield->numBins(); ++ibin) { hYieldNoBkg->fillBin(ibin, hYield->bin(ibin).sumW() - bkg); } // Integrate near-side yield size_t lowerBin = hYield->binIndexAt(-0.7 + 0.02); size_t upperBin = hYield->binIndexAt( 0.7 - 0.02) + 1; nbins = upperBin - lowerBin; numBins[itype][ipt][NEAR] = nbins; integral[itype][ipt][NEAR] = hYield->integralRange(lowerBin, upperBin) - nbins * bkg; numEntries[itype][ipt][NEAR] = hYield->integralRange(lowerBin, upperBin) * counter->sumW(); // Integrate away-side yield lowerBin = hYield->binIndexAt(M_PI - 0.7 + 0.02); upperBin = hYield->binIndexAt(M_PI + 0.7 - 0.02) + 1; nbins = upperBin - lowerBin; numBins[itype][ipt][AWAY] = nbins; integral[itype][ipt][AWAY] = hYield->integralRange(lowerBin, upperBin) - nbins * bkg; numEntries[itype][ipt][AWAY] = hYield->integralRange(lowerBin, upperBin) * counter->sumW(); } } // Variables for IAA/ICP plots double yval[2] = { 0.0, 0.0 }; double yerr[2] = { 0.0, 0.0 }; 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 and away side peak for (int ihist = 0; ihist < 3; ++ihist) { int type1 = types1[ihist]; int type2 = types2[ihist]; double norm1 = norm[type1]; double norm2 = norm[type2]; for (int ipt = 0; ipt < PT_BINS; ++ipt) { double bkgErr1 = bkgErr[type1][ipt]; double bkgErr2 = bkgErr[type2][ipt]; for (int ina = 0; ina < 2; ++ina) { double integ1 = integral[type1][ipt][ina]; double integ2 = integral[type2][ipt][ina]; double numEntries1 = numEntries[type1][ipt][ina]; double numEntries2 = numEntries[type2][ipt][ina]; double numBins1 = numBins[type1][ipt][ina]; double numBins2 = numBins[type2][ipt][ina]; yval[ina] = integ1 / integ2; yerr[ina] = norm1 * norm1 * numEntries1 + norm2 * norm2 * numEntries2 * integ1 * integ1 / (integ2 * integ2) + numBins1 * numBins1 * bkgErr1 * bkgErr1 + numBins2 * numBins2 * bkgErr2 * bkgErr2 * integ1 * integ1 / (integ2 * integ2); yerr[ina] = sqrt(yerr[ina])/integ2; } _histIAA[ihist]->addPoint(xval[ipt], yval[NEAR], xerr[ipt], yerr[NEAR]); _histIAA[ihist + 3]->addPoint(xval[ipt], yval[AWAY], xerr[ipt], yerr[AWAY]); } } } //@} private: bool isHI; static const int PT_BINS = 4; static const int EVENT_TYPES = 3; static const int NEAR = 0; static const int AWAY = 1; /// @name Histograms //@{ Histo1DPtr _histYield[EVENT_TYPES][PT_BINS]; Histo1DPtr _histYieldNoBkg[EVENT_TYPES][PT_BINS]; CounterPtr _counterTrigger[EVENT_TYPES]; Scatter2DPtr _histIAA[6]; //@} }; // 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 --- a/analyses/pluginALICE/ALICE_2012_I930312.info +++ b/analyses/pluginALICE/ALICE_2012_I930312.info @@ -1,42 +1,42 @@ 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: VALIDATED REENTRANT Authors: - Przemyslaw Karczmarczyk - Jan Fiete Grosse-Oetringhaus - Jochen Klein References: - arXiv:1110.0121 [nucl-ex] RunInfo: NumEvents: Options: - cent=REF,GEN,IMP,USR - beam=HI,PP -Beams: [[p, p], [1000822080, 1000822080]] +Beams: [[p, p], [Pb, Pb]] # 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 ($8 < p_{\perp} < 15$ GeV/c) is measured with the ALICE detector in Pb-Pb collisions at $\sqrt{s_{NN}} = 2.76$ TeV relative to proton-proton collisions at the same energy. The conditional per-trigger yields are extracted from the narrow jet-like correlation peaks in azimuthal di-hadron correlations. In the 5\% most central collisions, we observe that the yield of associated charged particles with transverse momenta $p_\perp > 3$ 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;%%" }' diff --git a/analyses/pluginALICE/ALICE_2013_I1225979.info b/analyses/pluginALICE/ALICE_2013_I1225979.info --- a/analyses/pluginALICE/ALICE_2013_I1225979.info +++ b/analyses/pluginALICE/ALICE_2013_I1225979.info @@ -1,43 +1,43 @@ Name: ALICE_2013_I1225979 Year: 2013 Summary: Charged particle production as function of centrality, central events only, in PbPb collisions at 2.76 TeV. Experiment: ALICE Collider: LHC InspireID: 1225979 Status: UNVALIDATED Authors: - Christian Bierlich References: - Phys.Lett.B726(2013)610-622 - DOI:10.1016/j.physletb.2013.09.022 - arXiv:1304.0347 RunInfo: PbPb minimum bias events. The analysis holds the Primary Particle definition, so don't limit decays on generator level. NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [1000822080, 1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*2760=574080 Energies: [574080] Description: 'Charged particle pseudorapidity density in centrality classes 0-5,5-10,10-20,20-30. Measurements cover a wide $\eta$ range from -3.5 to 5. Centrality classes refer to forward V0 spectrum, as also measured by ALICE, can be modified to use a user definition instead.' BibKey: Abbas:2013bpa BibTeX: '@article{Abbas:2013bpa, author = "Abbas, Ehab and others", title = "{Centrality dependence of the pseudorapidity density distribution for charged particles in Pb-Pb collisions at $\sqrt{s_{\rm NN}}$ = 2.76 TeV}", collaboration = "ALICE", journal = "Phys. Lett.", volume = "B726", year = "2013", pages = "610-622", doi = "10.1016/j.physletb.2013.09.022", eprint = "1304.0347", archivePrefix = "arXiv", primaryClass = "nucl-ex", reportNumber = "CERN-PH-EP-2013-045", SLACcitation = "%%CITATION = ARXIV:1304.0347;%%" }' ToDo: - The corresponding centrality analysis. diff --git a/analyses/pluginALICE/ALICE_2014_I1243865.info b/analyses/pluginALICE/ALICE_2014_I1243865.info --- a/analyses/pluginALICE/ALICE_2014_I1243865.info +++ b/analyses/pluginALICE/ALICE_2014_I1243865.info @@ -1,50 +1,50 @@ Name: ALICE_2014_I1243865 Year: 2014 Summary: Multi-Strange Baryon production at mid rapidity in Pb--Pb at 2.76 TeV/nn Experiment: ALICE Collider: LHC SpiresID: 1243865 Status: UNVALIDATED Authors: - Cody B Duncan - Patrick Kirchgaesser - Johannes Bellm References: - Phys.Lett. B728 (2014) 216-227 - 10.1016/j.physletb.2013.11.048 - arXiv:1307.5543 [nucl-ex] RunInfo: Analysis of multi-strange baryon production at $\sqrt{s} = 2.76\;\mathrm{TeV}$ for Pb-Pb collisions. NeedCrossSection: no -Beams: [1000822080,1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*2760=574080 Energies: [574080] Options: - cent=REF,GEN,IMP,USR Description: Measurements of transverse momentum (pT) spectra for charged Xi and Omega hyperon production at mid-rapidity in several centrality intervals for Pb-Pb collisions at sqrt(sNN) = 2.76 TeV recorded in 2010. Mid-rapidity yields, integrated over pT, have also been determined, together with the enhancements with respect to pp collisions and the hyperon-to-pion production ratios BibKey: ABELEV:2013zaa BibTeX: '@article{ABELEV:2013zaa, author = "Abelev, Betty Bezverkhny and others", title = "{Multi-strange baryon production at mid-rapidity in Pb-Pb collisions at $\sqrt{s_{NN}}$ = 2.76 TeV}", collaboration = "ALICE", journal = "Phys. Lett.", volume = "B728", year = "2014", pages = "216-227", doi = "10.1016/j.physletb.2014.05.052, 10.1016/j.physletb.2013.11.048", note = "[Erratum: Phys. Lett.B734,409(2014)]", eprint = "1307.5543", archivePrefix = "arXiv", primaryClass = "nucl-ex", reportNumber = "CERN-PH-EP-2013-134", SLACcitation = "%%CITATION = ARXIV:1307.5543;%%" }' ToDo: - test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/analyses/pluginALICE/ALICE_2014_I1244523.info b/analyses/pluginALICE/ALICE_2014_I1244523.info --- a/analyses/pluginALICE/ALICE_2014_I1244523.info +++ b/analyses/pluginALICE/ALICE_2014_I1244523.info @@ -1,48 +1,48 @@ Name: ALICE_2014_I1244523 Year: 2014 Summary: Multiplicity Dependence of Pion, Kaon, Proton and Lambda Production in p--Pb Collisions at 5.02 TeV/nn Experiment: ALICE Collider: LHC SpiresID: 1244523 Status: UNVALIDATED Authors: - Johannes Bellm - Christian Bierlich - Cody B Duncan - Patrick Kirchgaesser References: - Phys.Lett. B728 (2014) 25-38 - 10.1016/j.physletb.2013.11.020 - arXiv:1307.6796 [nucl-ex] RunInfo: Hadron multiplicity studies in proton-lead collisions at $\sqrt{s} = 5.02\;\TeV$ NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [2212,1000822080] +Beams: [p, Pb] Energies: [[4000,326560]] Description: 'Identified baryons and mesons plotted in invariant pT spectra as well as average pT and yield ratios. The measurements are done in centrality classes, and one must apply centrality selection by first running the ALICE pB centrality calibration analysis and preloading the produced histograms. No generator level cut on particle life time should be applied.' BibKey: BibTeX: '@article{Abelev:2013haa, author = "Abelev, Betty Bezverkhny and others", title = "{Multiplicity Dependence of Pion, Kaon, Proton and Lambda Production in p-Pb Collisions at $\sqrt{s_{NN}}$ = 5.02 TeV}", collaboration = "ALICE", journal = "Phys. Lett.", volume = "B728", year = "2014", pages = "25-38", doi = "10.1016/j.physletb.2013.11.020", eprint = "1307.6796", archivePrefix = "arXiv", primaryClass = "nucl-ex", reportNumber = "CERN-PH-EP-2013-135", SLACcitation = "%%CITATION = ARXIV:1307.6796;%%" }' ToDo: - Implement the analysis, test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/analyses/pluginALICE/ALICE_2015_PBPBCentrality.info b/analyses/pluginALICE/ALICE_2015_PBPBCentrality.info --- a/analyses/pluginALICE/ALICE_2015_PBPBCentrality.info +++ b/analyses/pluginALICE/ALICE_2015_PBPBCentrality.info @@ -1,20 +1,20 @@ # -*- mode: conf-colon-mode -*- Name: ALICE_2015_PBPBCentrality Year: 2018 Summary: ALICE centrality calibration for Pb-Pb at 5.02TeV Experiment: ALICE Collider: LHC Status: NEW Authors: - Christian Holm Christensen RunInfo: Pb-Pb at sqrt(sNN)=5.02TeV NumEvents: 1000000 NeedCrossSection: no -Beams: [[p, p], [1000822080, 1000822080]] +Beams: [[p, p], [Pb, Pb]] # This _total_ energy of beams, so this becomes 208*5023=1044784 Energies: [2760, 574080, 1044784] Description: 'Dummy analysis to bring in the centrality calibration for Pb-Pb at 5.02TeV' ToDo: 'Validate' diff --git a/analyses/pluginALICE/ALICE_2016_I1394676.info b/analyses/pluginALICE/ALICE_2016_I1394676.info --- a/analyses/pluginALICE/ALICE_2016_I1394676.info +++ b/analyses/pluginALICE/ALICE_2016_I1394676.info @@ -1,43 +1,43 @@ Name: ALICE_2016_I1394676 Year: 2016 Summary: Charged particle production as function of centrality, peripheral events only, in PbPb collisions at 2.76 TeV. Experiment: ALICE Collider: LHC InspireID: 1394676 Status: UNVALIDATED Authors: - Christian Bierlich References: - Phys.Lett.B754(2016)373-385 - DOI:10.1016/j.physletb.2015.12.082" - arXiv:1509.07299 RunInfo: PbPb minimum bias events. The analysis holds the Primary Particle definition, so don't limit decays on generator level. NeedCrossSection: no -Beams: [1000822080, 1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*2760=574080 Energies: [574080] Options: - cent=REF,GEN,IMP,USR Description: 'Charged particle pseudorapidity density in centrality classes 30-40, 40-50, 50-60, 60-70, 70-80, 80-90. Measurements cover a wide $\eta$ range from -3.5 to 5. Centrality classes refer to forward V0 spectrum, as also measured by ALICE, can be modified to use a user definition instead.' BibKey: Adam:2015kda BibTeX: '@article{Adam:2015kda, author = "Adam, Jaroslav and others", title = "{Centrality evolution of the charged-particle pseudorapidity density over a broad pseudorapidity range in Pb-Pb collisions at $\sqrt{s_{\rm NN}} =$ 2.76 TeV}", collaboration = "ALICE", journal = "Phys. Lett.", volume = "B754", year = "2016", pages = "373-385", doi = "10.1016/j.physletb.2015.12.082", eprint = "1509.07299", archivePrefix = "arXiv", primaryClass = "nucl-ex", reportNumber = "CERN-PH-EP-2015-257, ALICE-PUBLIC-2015-010", SLACcitation = "%%CITATION = ARXIV:1509.07299;%%" }' ToDo: - Implement the analysis, test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/analyses/pluginALICE/ALICE_2016_I1419244.info b/analyses/pluginALICE/ALICE_2016_I1419244.info --- a/analyses/pluginALICE/ALICE_2016_I1419244.info +++ b/analyses/pluginALICE/ALICE_2016_I1419244.info @@ -1,48 +1,48 @@ Name: ALICE_2016_I1419244 Year: 2016 Summary: Anisotropic flow of charged particles in PbPb collisions at 5.02 TeV. Experiment: ALICE Collider: LHC InspireID: 1419244 Status: UNVALIDATED Authors: - Christian Bierlich References: - Phys.Rev.Lett.116(2016)132302,2016 - DOI:10.1103/PhysRevLett.116.132302 - arXiv:1602.01119 RunInfo: PbPb minimum bias events. NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [1000822080, 1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*5023=1044784 Energies: [1044784] Description: 'Anisotropic flow of charged particles in PbPb collisions at 5.02 TeV. The analysis calculates flow coefficients using Generic Framework, integrated and differential in pT, as function of centrality. Only results for 5.02 TeV are calculated in the analysis, even though the HepData record also includes results for 2.76 TeV. Those results should be validated through a separate analysis referring to the primary citation. For this reason also ratios between flow coefficients at two energies are excluded.' BibKey: Adam:2016izf BibTeX: '@article{Adam:2016izf, author = "Adam, Jaroslav and others", title = "{Anisotropic flow of charged particles in Pb-Pb collisions at $\sqrt{s_{\rm NN}}=5.02$ TeV}", collaboration = "ALICE", journal = "Phys. Rev. Lett.", volume = "116", year = "2016", number = "13", pages = "132302", doi = "10.1103/PhysRevLett.116.132302", eprint = "1602.01119", archivePrefix = "arXiv", primaryClass = "nucl-ex", reportNumber = "CERN-EP-2016-018", SLACcitation = "%%CITATION = ARXIV:1602.01119;%%" }' diff --git a/analyses/pluginALICE/ALICE_2016_I1507090.info b/analyses/pluginALICE/ALICE_2016_I1507090.info --- a/analyses/pluginALICE/ALICE_2016_I1507090.info +++ b/analyses/pluginALICE/ALICE_2016_I1507090.info @@ -1,41 +1,41 @@ Name: ALICE_2016_I1507090 Year: 2016 Summary: Charged particle production as function of centrality in PbPb collisions at 5.02 TeV. Experiment: ALICE Collider: LHC InspireID: 1507090 Status: UNVALIDATED Authors: - Christian Bierlich References: - Phys.Lett.B772(2017)567-577 - DOI:10.1016/j.physletb.2017.07.017 - arXiv:1612.08966 RunInfo: PbPb minimum bias events. The analysis holds the Primary Particle definition, so don't limit decays on generator level. NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [1000822080, 1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*5023=1044784 Energies: [1044784] Description: 'Charged particle pseudorapidity density in centrality classes. Measurements cover a wide $\eta$ range from -3.5 to 5. Centrality classes refer to forward V0 spectrum, as also measured by ALICE, can be modified to use a user definition instead.' BibKey: Adam:2016ddh BibTeX: '@article{Adam:2016ddh, author = "Adam, Jaroslav and others", title = "{Centrality dependence of the pseudorapidity density distribution for charged particles in Pb-Pb collisions at $\sqrt{s_{\rm NN}}=5.02$ TeV}", collaboration = "ALICE", journal = "Phys. Lett.", volume = "B772", year = "2017", pages = "567-577", doi = "10.1016/j.physletb.2017.07.017", eprint = "1612.08966", archivePrefix = "arXiv", primaryClass = "nucl-ex", reportNumber = "CERN-EP-2016-327", SLACcitation = "%%CITATION = ARXIV:1612.08966;%%" }' diff --git a/analyses/pluginATLAS/ATLAS_2015_I1360290.info b/analyses/pluginATLAS/ATLAS_2015_I1360290.info --- a/analyses/pluginATLAS/ATLAS_2015_I1360290.info +++ b/analyses/pluginATLAS/ATLAS_2015_I1360290.info @@ -1,45 +1,45 @@ Name: ATLAS_2015_I1360290 Year: 2015 Summary: Charged particle spectra in Pb--Pb collisions at $\sqrt{s_{NN}} = 2.76$ TeV. Experiment: ATLAS Collider: LHC InspireID: 1360290 Status: UNVALIDATED Authors: - Christian Bierlich References: - 'JHEP 09 (2015) 050' - 'arXiv:1504.04337 [hep-ex]' RunInfo: Pb--Pb minimum bias events. Centrality calibration from ATLAS_PBPB_CENTRALITY. NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [1000822080, 1000822080] +Beams: [Pb, Pb] # This is _total_ energy of beams, so this becomes 208*2760=574080 Energies: [574080] Description: 'Invariant $p_\perp$ spectra of charged particles as function of centrality, in Pb--Pb collisions. Also measured is $\eta$ distributions at various $p_\perp$ intervals. Nuclear modification factors currently not implemented, but could be.' Keywords: [] BibKey: Aad:2015wga BibTeX: '@article{Aad:2015wga, author = "Aad, Georges and others", title = "{Measurement of charged-particle spectra in Pb+Pb collisions at $\sqrt{{s}_\mathsf{{NN}}} = 2.76$ TeV with the ATLAS detector at the LHC}", collaboration = "ATLAS", journal = "JHEP", volume = "09", year = "2015", pages = "050", doi = "10.1007/JHEP09(2015)050", eprint = "1504.04337", archivePrefix = "arXiv", primaryClass = "hep-ex", reportNumber = "CERN-PH-EP-2015-032", SLACcitation = "%%CITATION = ARXIV:1504.04337;%%" }' ToDo: - Implement the analysis, test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/analyses/pluginATLAS/ATLAS_2015_I1386475.info b/analyses/pluginATLAS/ATLAS_2015_I1386475.info --- a/analyses/pluginATLAS/ATLAS_2015_I1386475.info +++ b/analyses/pluginATLAS/ATLAS_2015_I1386475.info @@ -1,49 +1,49 @@ Name: ATLAS_2015_I1386475 Year: 2015 Summary: Centrality dependent of pseudorapidity distributions in p-Pb collisions $\sqrt{s_{_\text{NN}}}=5.02$ TeV. Experiment: ATLAS Collider: LHC InspireID: 1386475 Status: UNVALIDATED Authors: - Leif Lönnblad - Christian Bierlich References: - Eur.Phys.J. C76 (2016) no.4, 199 - DOI:0.1140/epjc/s10052-016-4002-3 - arXiv:1508.00848 [hep-ex] RunInfo: p-Pb minimum bias events with $c\tau > 10 cm$ stable. NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [2212,1000822080] +Beams: [p, Pb] Energies: [[4000,326560]] Description: 'The centrality dependence of the mean charged-particle multiplicity as a function of pseudorapidity in proton-lead collisions. The collision energy is asymmetric, 4000 GeV for the proton and 1570/N for the lead. The primary particle definition is $c\tau > 10 cm$ stable, and should be enforced at generator level.' BibKey: Aad:2015zza BibTeX: '%%% contains utf-8, see: http://inspirehep.net/info/faq/general#utf8 %%% add \usepackage[utf8]{inputenc} to your latex preamble @article{Aad:2015zza, author = "Aad, Georges and others", title = "{Measurement of the centrality dependence of the charged-particle pseudorapidity distribution in proton–lead collisions at $\sqrt{s_{_\text {NN}}} = 5.02$  TeV with the ATLAS detector}", collaboration = "ATLAS", journal = "Eur. Phys. J.", volume = "C76", year = "2016", number = "4", pages = "199", doi = "10.1140/epjc/s10052-016-4002-3", eprint = "1508.00848", archivePrefix = "arXiv", primaryClass = "hep-ex", reportNumber = "CERN-PH-EP-2015-160", SLACcitation = "%%CITATION = ARXIV:1508.00848;%%" }' diff --git a/analyses/pluginBABAR/BABAR_2007_S6895344.yoda b/analyses/pluginBABAR/BABAR_2007_S6895344.yoda --- a/analyses/pluginBABAR/BABAR_2007_S6895344.yoda +++ b/analyses/pluginBABAR/BABAR_2007_S6895344.yoda @@ -1,106 +1,106 @@ BEGIN YODA_SCATTER2D_V2 /REF/BABAR_2007_S6895344/d01-x01-y01 IsRef: 1 Path: /REF/BABAR_2007_S6895344/d01-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.250000e-02 1.250000e-02 1.250000e-02 7.000000e-04 9.899495e-04 9.899495e-04 -3.750000e-02 1.250000e-02 1.250000e-02 3.300000e-03 2.009975e-03 2.009975e-03 -6.250000e-02 1.250000e-02 1.250000e-02 8.000000e-04 3.196873e-03 3.196873e-03 -8.750000e-02 1.250000e-02 1.250000e-02 -2.300000e-03 4.207137e-03 4.207137e-03 -1.125000e-01 1.250000e-02 1.250000e-02 1.050000e-02 5.707889e-03 5.707889e-03 -1.375000e-01 1.250000e-02 1.250000e-02 6.500000e-03 6.703730e-03 6.703730e-03 -1.625000e-01 1.250000e-02 1.250000e-02 1.720000e-02 6.197580e-03 6.197580e-03 -1.875000e-01 1.250000e-02 1.250000e-02 -6.000000e-04 6.657327e-03 6.657327e-03 -2.125000e-01 1.250000e-02 1.250000e-02 1.970000e-02 6.862215e-03 6.862215e-03 -2.375000e-01 1.250000e-02 1.250000e-02 1.800000e-02 7.078842e-03 7.078842e-03 -2.625000e-01 1.250000e-02 1.250000e-02 3.230000e-02 8.861715e-03 8.861715e-03 -2.875000e-01 1.250000e-02 1.250000e-02 3.240000e-02 6.907966e-03 6.907966e-03 -3.125000e-01 1.250000e-02 1.250000e-02 2.730000e-02 8.395237e-03 8.395237e-03 -3.375000e-01 1.250000e-02 1.250000e-02 5.170000e-02 7.788453e-03 7.788453e-03 -3.625000e-01 1.250000e-02 1.250000e-02 5.090000e-02 6.123724e-03 6.123724e-03 -3.875000e-01 1.250000e-02 1.250000e-02 6.170000e-02 7.130919e-03 7.130919e-03 -4.125000e-01 1.250000e-02 1.250000e-02 7.590000e-02 6.943342e-03 6.943342e-03 -4.375000e-01 1.250000e-02 1.250000e-02 6.670000e-02 6.103278e-03 6.103278e-03 -4.625000e-01 1.250000e-02 1.250000e-02 9.390000e-02 7.181226e-03 7.181226e-03 -4.875000e-01 1.250000e-02 1.250000e-02 1.051000e-01 7.080254e-03 7.080254e-03 -5.125000e-01 1.250000e-02 1.250000e-02 1.126000e-01 7.507330e-03 7.507330e-03 -5.375000e-01 1.250000e-02 1.250000e-02 1.220000e-01 7.218033e-03 7.218033e-03 -5.625000e-01 1.250000e-02 1.250000e-02 1.403000e-01 7.239475e-03 7.239475e-03 -5.875000e-01 1.250000e-02 1.250000e-02 1.526000e-01 7.433034e-03 7.433034e-03 -6.125000e-01 1.250000e-02 1.250000e-02 1.548000e-01 8.532878e-03 8.532878e-03 -6.375000e-01 1.250000e-02 1.250000e-02 1.394000e-01 6.791907e-03 6.791907e-03 -6.625000e-01 1.250000e-02 1.250000e-02 1.409000e-01 6.980688e-03 6.980688e-03 -6.875000e-01 1.250000e-02 1.250000e-02 1.352000e-01 6.476110e-03 6.476110e-03 -7.125000e-01 1.250000e-02 1.250000e-02 1.232000e-01 6.104097e-03 6.104097e-03 -7.375000e-01 1.250000e-02 1.250000e-02 9.790000e-02 5.319774e-03 5.319774e-03 -7.625000e-01 1.250000e-02 1.250000e-02 8.030000e-02 4.821825e-03 4.821825e-03 -7.875000e-01 1.250000e-02 1.250000e-02 6.730000e-02 4.944694e-03 4.944694e-03 -8.125000e-01 1.250000e-02 1.250000e-02 4.640000e-02 3.940812e-03 3.940812e-03 -8.375000e-01 1.250000e-02 1.250000e-02 3.320000e-02 3.049590e-03 3.049590e-03 -8.625000e-01 1.250000e-02 1.250000e-02 2.200000e-02 2.291288e-03 2.291288e-03 -8.875000e-01 1.250000e-02 1.250000e-02 1.610000e-02 2.477902e-03 2.477902e-03 -9.125000e-01 1.250000e-02 1.250000e-02 7.900000e-03 1.506652e-03 1.506652e-03 -9.375000e-01 1.250000e-02 1.250000e-02 4.900000e-03 1.562050e-03 1.562050e-03 -9.625000e-01 1.250000e-02 1.250000e-02 1.800000e-03 7.810250e-04 7.810250e-04 -9.875000e-01 1.250000e-02 1.250000e-02 3.000000e-04 2.449490e-04 2.449490e-04 +1.250000e-02 1.250000e-02 1.250000e-02 7.000000e-04 1.006745e-03 1.006745e-03 +3.750000e-02 1.250000e-02 1.250000e-02 3.300000e-03 2.187538e-03 2.187538e-03 +6.250000e-02 1.250000e-02 1.250000e-02 8.000000e-04 3.203717e-03 3.203717e-03 +8.750000e-02 1.250000e-02 1.250000e-02 -2.300000e-03 4.249947e-03 4.249947e-03 +1.125000e-01 1.250000e-02 1.250000e-02 1.050000e-02 6.334479e-03 6.334479e-03 +1.375000e-01 1.250000e-02 1.250000e-02 6.500000e-03 6.916042e-03 6.916042e-03 +1.625000e-01 1.250000e-02 1.250000e-02 1.720000e-02 7.658824e-03 7.658824e-03 +1.875000e-01 1.250000e-02 1.250000e-02 -6.000000e-04 6.659177e-03 6.659177e-03 +2.125000e-01 1.250000e-02 1.250000e-02 1.970000e-02 8.582032e-03 8.582032e-03 +2.375000e-01 1.250000e-02 1.250000e-02 1.800000e-02 8.502052e-03 8.502052e-03 +2.625000e-01 1.250000e-02 1.250000e-02 3.230000e-02 1.224475e-02 1.224475e-02 +2.875000e-01 1.250000e-02 1.250000e-02 3.240000e-02 1.093465e-02 1.093465e-02 +3.125000e-01 1.250000e-02 1.250000e-02 2.730000e-02 1.102218e-02 1.102218e-02 +3.375000e-01 1.250000e-02 1.250000e-02 5.170000e-02 1.560754e-02 1.560754e-02 +3.625000e-01 1.250000e-02 1.250000e-02 5.090000e-02 1.465666e-02 1.465666e-02 +3.875000e-01 1.250000e-02 1.250000e-02 6.170000e-02 1.764645e-02 1.764645e-02 +4.125000e-01 1.250000e-02 1.250000e-02 7.590000e-02 2.103534e-02 2.103534e-02 +4.375000e-01 1.250000e-02 1.250000e-02 6.670000e-02 1.848612e-02 1.848612e-02 +4.625000e-01 1.250000e-02 1.250000e-02 9.390000e-02 2.559353e-02 2.559353e-02 +4.875000e-01 1.250000e-02 1.250000e-02 1.051000e-01 2.839243e-02 2.839243e-02 +5.125000e-01 1.250000e-02 1.250000e-02 1.126000e-01 3.039913e-02 3.039913e-02 +5.375000e-01 1.250000e-02 1.250000e-02 1.220000e-01 3.272271e-02 3.272271e-02 +5.625000e-01 1.250000e-02 1.250000e-02 1.403000e-01 3.741135e-02 3.741135e-02 +5.875000e-01 1.250000e-02 1.250000e-02 1.526000e-01 4.060812e-02 4.060812e-02 +6.125000e-01 1.250000e-02 1.250000e-02 1.548000e-01 4.138677e-02 4.138677e-02 +6.375000e-01 1.250000e-02 1.250000e-02 1.394000e-01 3.709582e-02 3.709582e-02 +6.625000e-01 1.250000e-02 1.250000e-02 1.409000e-01 3.751635e-02 3.751635e-02 +6.875000e-01 1.250000e-02 1.250000e-02 1.352000e-01 3.595797e-02 3.595797e-02 +7.125000e-01 1.250000e-02 1.250000e-02 1.232000e-01 3.280357e-02 3.280357e-02 +7.375000e-01 1.250000e-02 1.250000e-02 9.790000e-02 2.615849e-02 2.615849e-02 +7.625000e-01 1.250000e-02 1.250000e-02 8.030000e-02 2.155374e-02 2.155374e-02 +7.875000e-01 1.250000e-02 1.250000e-02 6.730000e-02 1.828768e-02 1.828768e-02 +8.125000e-01 1.250000e-02 1.250000e-02 4.640000e-02 1.276247e-02 1.276247e-02 +8.375000e-01 1.250000e-02 1.250000e-02 3.320000e-02 9.205347e-03 9.205347e-03 +8.625000e-01 1.250000e-02 1.250000e-02 2.200000e-02 6.194792e-03 6.194792e-03 +8.875000e-01 1.250000e-02 1.250000e-02 1.610000e-02 4.886777e-03 4.886777e-03 +9.125000e-01 1.250000e-02 1.250000e-02 7.900000e-03 2.557617e-03 2.557617e-03 +9.375000e-01 1.250000e-02 1.250000e-02 4.900000e-03 2.020710e-03 2.020710e-03 +9.625000e-01 1.250000e-02 1.250000e-02 1.800000e-03 9.120027e-04 9.120027e-04 +9.875000e-01 1.250000e-02 1.250000e-02 3.000000e-04 2.572153e-04 2.572153e-04 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/BABAR_2007_S6895344/d02-x01-y01 IsRef: 1 Path: /REF/BABAR_2007_S6895344/d02-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.054000e+01 5.000000e-01 5.000000e-01 5.680000e-02 1.220656e-03 1.220656e-03 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/BABAR_2007_S6895344/d02-x01-y02 IsRef: 1 Path: /REF/BABAR_2007_S6895344/d02-x01-y02 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.054000e+01 5.000000e-01 5.000000e-01 3.300000e-03 2.009975e-03 2.009975e-03 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/BABAR_2007_S6895344/d03-x01-y01 IsRef: 1 Path: /REF/BABAR_2007_S6895344/d03-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.250000e-02 1.250000e-02 1.250000e-02 1.230000e-02 4.793746e-03 4.793746e-03 -3.750000e-02 1.250000e-02 1.250000e-02 5.630000e-02 1.602186e-02 1.602186e-02 -6.250000e-02 1.250000e-02 1.250000e-02 1.963000e-01 4.913990e-02 4.913990e-02 -8.750000e-02 1.250000e-02 1.250000e-02 3.317000e-01 3.270550e-02 3.270550e-02 -1.125000e-01 1.250000e-02 1.250000e-02 3.686000e-01 4.026177e-02 4.026177e-02 -1.375000e-01 1.250000e-02 1.250000e-02 4.555000e-01 4.080613e-02 4.080613e-02 -1.625000e-01 1.250000e-02 1.250000e-02 4.669000e-01 3.652041e-02 3.652041e-02 -1.875000e-01 1.250000e-02 1.250000e-02 4.482000e-01 3.475658e-02 3.475658e-02 -2.125000e-01 1.250000e-02 1.250000e-02 3.863000e-01 5.177461e-02 5.177461e-02 -2.375000e-01 1.250000e-02 1.250000e-02 3.372000e-01 4.103876e-02 4.103876e-02 -2.625000e-01 1.250000e-02 1.250000e-02 2.315000e-01 3.261610e-02 3.261610e-02 -2.875000e-01 1.250000e-02 1.250000e-02 1.447000e-01 3.801500e-02 3.801500e-02 -3.125000e-01 1.250000e-02 1.250000e-02 1.255000e-01 2.894737e-02 2.894737e-02 -3.375000e-01 1.250000e-02 1.250000e-02 3.650000e-02 2.480867e-02 2.480867e-02 -3.625000e-01 1.250000e-02 1.250000e-02 3.360000e-02 1.793126e-02 1.793126e-02 -3.875000e-01 1.250000e-02 1.250000e-02 3.100000e-03 2.290044e-02 2.290044e-02 -4.125000e-01 1.250000e-02 1.250000e-02 -1.170000e-02 1.863679e-02 1.863679e-02 -4.375000e-01 1.250000e-02 1.250000e-02 2.680000e-02 1.760596e-02 1.760596e-02 -4.625000e-01 1.250000e-02 1.250000e-02 -9.600000e-03 1.915124e-02 1.915124e-02 +1.250000e-02 1.250000e-02 1.250000e-02 1.230000e-02 5.773598e-03 5.773598e-03 +3.750000e-02 1.250000e-02 1.250000e-02 5.630000e-02 2.176320e-02 2.176320e-02 +6.250000e-02 1.250000e-02 1.250000e-02 1.963000e-01 7.107752e-02 7.107752e-02 +8.750000e-02 1.250000e-02 1.250000e-02 3.317000e-01 9.273545e-02 9.273545e-02 +1.125000e-01 1.250000e-02 1.250000e-02 3.686000e-01 1.044979e-01 1.044979e-01 +1.375000e-01 1.250000e-02 1.250000e-02 4.555000e-01 1.259575e-01 1.259575e-01 +1.625000e-01 1.250000e-02 1.250000e-02 4.669000e-01 1.274895e-01 1.274895e-01 +1.875000e-01 1.250000e-02 1.250000e-02 4.482000e-01 1.222975e-01 1.222975e-01 +2.125000e-01 1.250000e-02 1.250000e-02 3.863000e-01 1.135513e-01 1.135513e-01 +2.375000e-01 1.250000e-02 1.250000e-02 3.372000e-01 9.729432e-02 9.729432e-02 +2.625000e-01 1.250000e-02 1.250000e-02 2.315000e-01 6.878748e-02 6.878748e-02 +2.875000e-01 1.250000e-02 1.250000e-02 1.447000e-01 5.364852e-02 5.364852e-02 +3.125000e-01 1.250000e-02 1.250000e-02 1.255000e-01 4.377114e-02 4.377114e-02 +3.375000e-01 1.250000e-02 1.250000e-02 3.650000e-02 2.658290e-02 2.658290e-02 +3.625000e-01 1.250000e-02 1.250000e-02 3.360000e-02 1.996991e-02 1.996991e-02 +3.875000e-01 1.250000e-02 1.250000e-02 3.100000e-03 2.291479e-02 2.291479e-02 +4.125000e-01 1.250000e-02 1.250000e-02 -1.170000e-02 1.888647e-02 1.888647e-02 +4.375000e-01 1.250000e-02 1.250000e-02 2.680000e-02 1.895065e-02 1.895065e-02 +4.625000e-01 1.250000e-02 1.250000e-02 -9.600000e-03 1.931521e-02 1.931521e-02 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/BABAR_2007_S6895344/d04-x01-y01 IsRef: 1 Path: /REF/BABAR_2007_S6895344/d04-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.058000e+01 5.000000e-01 5.000000e-01 9.100000e-02 5.863446e-03 5.863446e-03 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginBELLE/BELLE_2015_I1397632.cc b/analyses/pluginBELLE/BELLE_2015_I1397632.cc --- a/analyses/pluginBELLE/BELLE_2015_I1397632.cc +++ b/analyses/pluginBELLE/BELLE_2015_I1397632.cc @@ -1,98 +1,98 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/UnstableParticles.hh" namespace Rivet { /// @brief Add a short analysis description here class BELLE_2015_I1397632 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(BELLE_2015_I1397632); /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { // Initialise and register projections declare(UnstableParticles(), "UFS"); // Book histograms book(_h_B_Denu ,1, 1, 1); book(_h_B_Dmunu ,1, 1, 2); - book(_h_B_Deplusnu ,1, 1, 3); - book(_h_B_Dmuplusnu ,1, 1, 4); + book(_h_B_Deplusnu ,2, 1, 1); + book(_h_B_Dmuplusnu ,2, 1, 2); } // Check for explicit decay into pdgids bool isSemileptonicDecay(const Particle& mother, vector ids) { // Trivial check to ignore any other decays but the one in question modulo photons const Particles children = mother.children(Cuts::pid!=PID::PHOTON); if (children.size()!=ids.size()) return false; // Check for the explicit decay return all(ids, [&](int i){return count(children, hasPID(i))==1;}); } // Calculate the recoil w using mother and daugher meson double recoilW(const Particle& B, int mesonID) { // TODO why does that not work with const? Particle D = filter_select(B.children(), Cuts::pid==mesonID)[0]; FourMomentum q = B.mom() - D.mom(); return (B.mom()*B.mom() + D.mom()*D.mom() - q*q )/ (2. * sqrt(B.mom()*B.mom()) * sqrt(D.mom()*D.mom()) ); } /// Perform the per-event analysis void analyze(const Event& event) { // Get B0 Mesons for(const Particle& p : apply(event, "UFS").particles(Cuts::pid==PID::B0)) { if (isSemileptonicDecay(p, {PID::DMINUS,PID::POSITRON,PID::NU_E})) _h_B_Denu->fill( recoilW(p, PID::DMINUS)); if (isSemileptonicDecay(p, {PID::DMINUS,PID::ANTIMUON,PID::NU_MU})) _h_B_Dmunu->fill(recoilW(p, PID::DMINUS)); } // Get B+ Mesons for(const Particle& p : apply(event, "UFS").particles(Cuts::pid==PID::BPLUS)) { if (isSemileptonicDecay(p, {PID::D0BAR,PID::POSITRON,PID::NU_E})) _h_B_Deplusnu->fill( recoilW(p, PID::D0BAR)); if (isSemileptonicDecay(p, {PID::D0BAR,PID::ANTIMUON,PID::NU_MU})) _h_B_Dmuplusnu->fill(recoilW(p, PID::D0BAR)); } } /// Normalise histograms etc., after the run void finalize() { normalize(_h_B_Denu); normalize(_h_B_Dmunu); normalize(_h_B_Deplusnu); normalize(_h_B_Dmuplusnu); } //@} private: /// @name Histograms //@{ Histo1DPtr _h_B_Denu; Histo1DPtr _h_B_Dmunu; Histo1DPtr _h_B_Deplusnu; Histo1DPtr _h_B_Dmuplusnu; //@} }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(BELLE_2015_I1397632); } diff --git a/analyses/pluginBELLE/BELLE_2015_I1397632.yoda b/analyses/pluginBELLE/BELLE_2015_I1397632.yoda --- a/analyses/pluginBELLE/BELLE_2015_I1397632.yoda +++ b/analyses/pluginBELLE/BELLE_2015_I1397632.yoda @@ -1,75 +1,207 @@ BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.06, up: 0.06}}, 1: {stat: {dn: -0.85, up: 0.85}, sys: {dn: -0.22, up: 0.22}}, 2: {stat: {dn: -1.14, up: 1.14}, sys: {dn: -0.44, up: 0.44}}, 3: {stat: {dn: -1.28, up: 1.28}, sys: {dn: -0.58, up: 0.58}}, 4: {stat: {dn: -1.35, up: 1.35}, sys: {dn: -0.67, up: 0.67}}, 5: {stat: {dn: -1.51, up: 1.51}, sys: {dn: -0.97, up: 0.97}}, 6: {stat: {dn: -1.7, up: 1.7}, sys: {dn: -1.26, up: 1.26}}, 7: {stat: {dn: -1.78, up: 1.78}, sys: {dn: -1.47, up: 1.47}}, 8: {stat: {dn: -1.73, up: 1.73}, sys: {dn: -1.5, up: 1.5}}, 9: {stat: {dn: -1.88, up: 1.88}, sys: {dn: -1.68, up: 1.68}}} + IsRef: 1 Path: /REF/BELLE_2015_I1397632/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.76740.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.030000e+00 3.000000e-02 3.000000e-02 3.000000e-01 3.157531e-01 3.157531e-01 1.090000e+00 3.000000e-02 3.000000e-02 4.410000e+00 8.780091e-01 8.780091e-01 1.150000e+00 3.000000e-02 3.000000e-02 9.060000e+00 1.221966e+00 1.221966e+00 1.210000e+00 3.000000e-02 3.000000e-02 1.181000e+01 1.405276e+00 1.405276e+00 1.270000e+00 3.000000e-02 3.000000e-02 1.373000e+01 1.507116e+00 1.507116e+00 1.330000e+00 3.000000e-02 3.000000e-02 1.992000e+01 1.794714e+00 1.794714e+00 1.390000e+00 3.000000e-02 3.000000e-02 2.545000e+01 2.116034e+00 2.116034e+00 1.450000e+00 3.000000e-02 3.000000e-02 3.045000e+01 2.308528e+00 2.308528e+00 1.510000e+00 3.000000e-02 3.000000e-02 3.157000e+01 2.289738e+00 2.289738e+00 -1.570000e+00 3.000000e-02 3.000000e-02 3.581000e+01 2.521270e+00 2.521270e+00 +1.564505e+00 2.450500e-02 2.450500e-02 3.581000e+01 2.521270e+00 2.521270e+00 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d01-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.47, up: 0.47}, sys: {dn: -0.07, up: 0.07}}, 1: {stat: {dn: -0.72, up: 0.72}, sys: {dn: -0.17, up: 0.17}}, 2: {stat: {dn: -1.04, up: 1.04}, sys: {dn: -0.37, up: 0.37}}, 3: {stat: {dn: -1.42, up: 1.42}, sys: {dn: -0.67, up: 0.67}}, 4: {stat: {dn: -1.42, up: 1.42}, sys: {dn: -0.7, up: 0.7}}, 5: {stat: {dn: -1.59, up: 1.59}, sys: {dn: -0.98, up: 0.98}}, 6: {stat: {dn: -1.73, up: 1.73}, sys: {dn: -1.21, up: 1.21}}, 7: {stat: {dn: -1.85, up: 1.85}, sys: {dn: -1.42, up: 1.42}}, 8: {stat: {dn: -1.93, up: 1.93}, sys: {dn: -1.46, up: 1.46}}, 9: {stat: {dn: -2.19, up: 2.19}, sys: {dn: -1.63, up: 1.63}}} -BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d01-x01-y02 IsRef: 1 Path: /REF/BELLE_2015_I1397632/d01-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.76740.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.030000e+00 3.000000e-02 3.000000e-02 8.100000e-01 4.751842e-01 4.751842e-01 1.090000e+00 3.000000e-02 3.000000e-02 3.630000e+00 7.397973e-01 7.397973e-01 1.150000e+00 3.000000e-02 3.000000e-02 7.730000e+00 1.103857e+00 1.103857e+00 1.210000e+00 3.000000e-02 3.000000e-02 1.347000e+01 1.570127e+00 1.570127e+00 1.270000e+00 3.000000e-02 3.000000e-02 1.411000e+01 1.583161e+00 1.583161e+00 1.330000e+00 3.000000e-02 3.000000e-02 2.009000e+01 1.867753e+00 1.867753e+00 1.390000e+00 3.000000e-02 3.000000e-02 2.463000e+01 2.111161e+00 2.111161e+00 1.450000e+00 3.000000e-02 3.000000e-02 2.948000e+01 2.332145e+00 2.332145e+00 1.510000e+00 3.000000e-02 3.000000e-02 3.031000e+01 2.420021e+00 2.420021e+00 -1.570000e+00 3.000000e-02 3.000000e-02 3.462000e+01 2.730018e+00 2.730018e+00 +1.564505e+00 2.450500e-02 2.450500e-02 3.462000e+01 2.730018e+00 2.730018e+00 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.67, up: 0.67}, sys: {dn: -0.12, up: 0.12}}, 1: {stat: {dn: -0.81, up: 0.81}, sys: {dn: -0.24, up: 0.24}}, 2: {stat: {dn: -0.9, up: 0.9}, sys: {dn: -0.41, up: 0.41}}, 3: {stat: {dn: -1.01, up: 1.01}, sys: {dn: -0.61, up: 0.61}}, 4: {stat: {dn: -1.11, up: 1.11}, sys: {dn: -0.8, up: 0.8}}, 5: {stat: {dn: -1.15, up: 1.15}, sys: {dn: -1.06, up: 1.06}}, 6: {stat: {dn: -1.22, up: 1.22}, sys: {dn: -1.25, up: 1.25}}, 7: {stat: {dn: -1.25, up: 1.25}, sys: {dn: -1.5, up: 1.5}}, 8: {stat: {dn: -1.22, up: 1.22}, sys: {dn: -1.57, up: 1.57}}, 9: {stat: {dn: -1.24, up: 1.24}, sys: {dn: -1.73, up: 1.73}}} -BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d01-x01-y03 IsRef: 1 -Path: /REF/BELLE_2015_I1397632/d01-x01-y03 -Title: ~ +Path: /REF/BELLE_2015_I1397632/d02-x01-y01 +Title: doi:10.17182/hepdata.76740.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.030000e+00 3.000000e-02 3.000000e-02 7.200000e-01 6.806614e-01 6.806614e-01 1.090000e+00 3.000000e-02 3.000000e-02 3.840000e+00 8.448077e-01 8.448077e-01 1.150000e+00 3.000000e-02 3.000000e-02 7.640000e+00 9.889894e-01 9.889894e-01 1.210000e+00 3.000000e-02 3.000000e-02 1.120000e+01 1.179915e+00 1.179915e+00 1.270000e+00 3.000000e-02 3.000000e-02 1.468000e+01 1.368247e+00 1.368247e+00 1.330000e+00 3.000000e-02 3.000000e-02 2.015000e+01 1.564001e+00 1.564001e+00 1.390000e+00 3.000000e-02 3.000000e-02 2.420000e+01 1.746683e+00 1.746683e+00 1.450000e+00 3.000000e-02 3.000000e-02 2.892000e+01 1.952562e+00 1.952562e+00 1.510000e+00 3.000000e-02 3.000000e-02 3.090000e+01 1.988291e+00 1.988291e+00 -1.570000e+00 3.000000e-02 3.000000e-02 3.442000e+01 2.128497e+00 2.128497e+00 +1.566045e+00 2.604500e-02 2.604500e-02 3.442000e+01 2.128497e+00 2.128497e+00 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d02-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.42, up: 0.42}, sys: {dn: -0.09, up: 0.09}}, 1: {stat: {dn: -0.7, up: 0.7}, sys: {dn: -0.24, up: 0.24}}, 2: {stat: {dn: -0.92, up: 0.92}, sys: {dn: -0.41, up: 0.41}}, 3: {stat: {dn: -0.97, up: 0.97}, sys: {dn: -0.62, up: 0.62}}, 4: {stat: {dn: -1.18, up: 1.18}, sys: {dn: -0.93, up: 0.93}}, 5: {stat: {dn: -1.2, up: 1.2}, sys: {dn: -1.08, up: 1.08}}, 6: {stat: {dn: -1.28, up: 1.28}, sys: {dn: -1.27, up: 1.27}}, 7: {stat: {dn: -1.28, up: 1.28}, sys: {dn: -1.39, up: 1.39}}, 8: {stat: {dn: -1.36, up: 1.36}, sys: {dn: -1.5, up: 1.5}}, 9: {stat: {dn: -1.44, up: 1.44}, sys: {dn: -1.63, up: 1.63}}} -BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d01-x01-y04 IsRef: 1 -Path: /REF/BELLE_2015_I1397632/d01-x01-y04 -Title: ~ +Path: /REF/BELLE_2015_I1397632/d02-x01-y02 +Title: doi:10.17182/hepdata.76740.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.030000e+00 3.000000e-02 3.000000e-02 1.330000e+00 4.295346e-01 4.295346e-01 1.090000e+00 3.000000e-02 3.000000e-02 4.280000e+00 7.400000e-01 7.400000e-01 1.150000e+00 3.000000e-02 3.000000e-02 7.520000e+00 1.007224e+00 1.007224e+00 1.210000e+00 3.000000e-02 3.000000e-02 1.176000e+01 1.151217e+00 1.151217e+00 1.270000e+00 3.000000e-02 3.000000e-02 1.754000e+01 1.502431e+00 1.502431e+00 1.330000e+00 3.000000e-02 3.000000e-02 2.067000e+01 1.614435e+00 1.614435e+00 1.390000e+00 3.000000e-02 3.000000e-02 2.445000e+01 1.803136e+00 1.803136e+00 1.450000e+00 3.000000e-02 3.000000e-02 2.693000e+01 1.889577e+00 1.889577e+00 1.510000e+00 3.000000e-02 3.000000e-02 2.985000e+01 2.024747e+00 2.024747e+00 -1.570000e+00 3.000000e-02 3.000000e-02 3.283000e+01 2.174971e+00 2.174971e+00 +1.566045e+00 2.604500e-02 2.604500e-02 3.283000e+01 2.174971e+00 2.174971e+00 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.05, up: 0.05}}, 1: {stat: {dn: -0.38, up: 0.38}, sys: {dn: -0.18, up: 0.18}}, 2: {stat: {dn: -0.5, up: 0.5}, sys: {dn: -0.35, up: 0.35}}, 3: {stat: {dn: -0.58, up: 0.58}, sys: {dn: -0.54, up: 0.54}}, 4: {stat: {dn: -0.64, up: 0.64}, sys: {dn: -0.69, up: 0.69}}, 5: {stat: {dn: -0.69, up: 0.69}, sys: {dn: -0.91, up: 0.91}}, 6: {stat: {dn: -0.76, up: 0.76}, sys: {dn: -1.1, up: 1.1}}, 7: {stat: {dn: -0.79, up: 0.79}, sys: {dn: -1.27, up: 1.27}}, 8: {stat: {dn: -0.8, up: 0.8}, sys: {dn: -1.34, up: 1.34}}, 9: {stat: {dn: -0.86, up: 0.86}, sys: {dn: -1.5, up: 1.5}}} + +IsRef: 1 +Path: /REF/BELLE_2015_I1397632/d03-x01-y01 +Title: doi:10.17182/hepdata.76740.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.030000e+00 3.000000e-02 3.000000e-02 6.800000e-01 2.158703e-01 2.158703e-01 +1.090000e+00 3.000000e-02 3.000000e-02 3.880000e+00 4.204759e-01 4.204759e-01 +1.150000e+00 3.000000e-02 3.000000e-02 7.590000e+00 6.103278e-01 6.103278e-01 +1.210000e+00 3.000000e-02 3.000000e-02 1.142000e+01 7.924645e-01 7.924645e-01 +1.270000e+00 3.000000e-02 3.000000e-02 1.459000e+01 9.411164e-01 9.411164e-01 +1.330000e+00 3.000000e-02 3.000000e-02 1.949000e+01 1.142016e+00 1.142016e+00 +1.390000e+00 3.000000e-02 3.000000e-02 2.366000e+01 1.337012e+00 1.337012e+00 +1.450000e+00 3.000000e-02 3.000000e-02 2.756000e+01 1.495660e+00 1.495660e+00 +1.510000e+00 3.000000e-02 3.000000e-02 2.952000e+01 1.560641e+00 1.560641e+00 +1.565275e+00 2.527500e-02 2.527500e-02 3.337000e+01 1.729046e+00 1.729046e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/BELLE_2015_I1397632/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {} + +IsRef: 1 +Path: /REF/BELLE_2015_I1397632/d04-x01-y01 +Title: doi:10.17182/hepdata.76740.v1/t4 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.030000e+00 3.000000e-02 3.000000e-02 1.030000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.090000e+00 3.000000e-02 3.000000e-02 6.820000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.150000e+00 3.000000e-02 3.000000e-02 6.770000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.210000e+00 3.000000e-02 3.000000e-02 6.630000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.270000e+00 3.000000e-02 3.000000e-02 6.540000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.330000e+00 3.000000e-02 3.000000e-02 6.560000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 6.640000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 6.480000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 6.080000e-01 0.000000e+00 0.000000e+00 +1.030000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 5.600000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.090000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.150000e+00 3.000000e-02 3.000000e-02 9.760000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.210000e+00 3.000000e-02 3.000000e-02 9.740000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.270000e+00 3.000000e-02 3.000000e-02 9.690000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.330000e+00 3.000000e-02 3.000000e-02 9.720000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 9.720000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 9.610000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.330000e-01 0.000000e+00 0.000000e+00 +1.090000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.000000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.150000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.210000e+00 3.000000e-02 3.000000e-02 9.910000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.270000e+00 3.000000e-02 3.000000e-02 9.870000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.330000e+00 3.000000e-02 3.000000e-02 9.900000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 9.890000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 9.800000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.590000e-01 0.000000e+00 0.000000e+00 +1.150000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.290000e-01 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.210000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.270000e+00 3.000000e-02 3.000000e-02 9.930000e-01 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.330000e+00 3.000000e-02 3.000000e-02 9.930000e-01 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 9.900000e-01 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 9.800000e-01 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.610000e-01 0.000000e+00 0.000000e+00 +1.210000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.340000e-01 0.000000e+00 0.000000e+00 +1.270000e+00 3.000000e-02 3.000000e-02 1.270000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.270000e+00 3.000000e-02 3.000000e-02 1.330000e+00 3.000000e-02 3.000000e-02 9.960000e-01 0.000000e+00 0.000000e+00 +1.270000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 9.920000e-01 0.000000e+00 0.000000e+00 +1.270000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 9.850000e-01 0.000000e+00 0.000000e+00 +1.270000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.720000e-01 0.000000e+00 0.000000e+00 +1.270000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.520000e-01 0.000000e+00 0.000000e+00 +1.330000e+00 3.000000e-02 3.000000e-02 1.330000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.330000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 9.960000e-01 0.000000e+00 0.000000e+00 +1.330000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 9.910000e-01 0.000000e+00 0.000000e+00 +1.330000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.790000e-01 0.000000e+00 0.000000e+00 +1.330000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.560000e-01 0.000000e+00 0.000000e+00 +1.390000e+00 3.000000e-02 3.000000e-02 1.390000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.390000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 9.950000e-01 0.000000e+00 0.000000e+00 +1.390000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.810000e-01 0.000000e+00 0.000000e+00 +1.390000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.520000e-01 0.000000e+00 0.000000e+00 +1.450000e+00 3.000000e-02 3.000000e-02 1.450000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.450000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 9.920000e-01 0.000000e+00 0.000000e+00 +1.450000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.680000e-01 0.000000e+00 0.000000e+00 +1.510000e+00 3.000000e-02 3.000000e-02 1.510000e+00 3.000000e-02 3.000000e-02 1.000000e+00 0.000000e+00 0.000000e+00 +1.510000e+00 3.000000e-02 3.000000e-02 1.565275e+00 2.527500e-02 2.527500e-02 9.850000e-01 0.000000e+00 0.000000e+00 +1.565275e+00 2.527500e-02 2.527500e-02 1.565275e+00 2.527500e-02 2.527500e-02 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d05-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -72.0, up: 72.0}, sys: {dn: -17.0, up: 17.0}}, 1: {stat: {dn: -63.0, up: 63.0}, sys: {dn: -13.0, up: 13.0}}, 2: {stat: {dn: -126.0, up: 126.0}, sys: {dn: -66.0, up: 66.0}}, 3: {stat: {dn: -110.0, up: 110.0}, sys: {dn: -51.0, up: 51.0}}, 4: {stat: {dn: -95.0, up: 95.0}, sys: {dn: -29.0, up: 29.0}}, 5: {stat: {dn: -167.0, up: 167.0}, sys: {dn: -120.0, up: 120.0}}, 6: {stat: {dn: -192.0, up: 192.0}, sys: {dn: -142.0, up: 142.0}}} + +IsRef: 1 +Path: /REF/BELLE_2015_I1397632/d05-x01-y01 +Title: doi:10.17182/hepdata.76740.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e+00 5.000000e-01 5.000000e-01 2.848000e+03 7.397973e+01 7.397973e+01 +2.000000e+00 5.000000e-01 5.000000e-01 2.302000e+03 6.432729e+01 6.432729e+01 +3.000000e+00 5.000000e-01 5.000000e-01 6.456000e+03 1.422392e+02 1.422392e+02 +4.000000e+00 5.000000e-01 5.000000e-01 5.386000e+03 1.212477e+02 1.212477e+02 +5.000000e+00 5.000000e-01 5.000000e-01 5.150000e+03 9.932774e+01 9.932774e+01 +6.000000e+00 5.000000e-01 5.000000e-01 1.184300e+04 2.056429e+02 2.056429e+02 +7.000000e+00 5.000000e-01 5.000000e-01 1.699200e+04 2.388054e+02 2.388054e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/BELLE_2015_I1397632/d05-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.12, up: 0.12}}, 1: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.11, up: 0.11}}, 2: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.13, up: 0.13}}, 3: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.13, up: 0.13}}, 4: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.11, up: 0.11}}, 5: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.13, up: 0.13}}, 6: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.11, up: 0.11}}} + +IsRef: 1 +Path: /REF/BELLE_2015_I1397632/d05-x01-y02 +Title: doi:10.17182/hepdata.76740.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e+00 5.000000e-01 5.000000e-01 2.440000e+00 1.341641e-01 1.341641e-01 +2.000000e+00 5.000000e-01 5.000000e-01 2.390000e+00 1.252996e-01 1.252996e-01 +3.000000e+00 5.000000e-01 5.000000e-01 2.570000e+00 1.392839e-01 1.392839e-01 +4.000000e+00 5.000000e-01 5.000000e-01 2.580000e+00 1.392839e-01 1.392839e-01 +5.000000e+00 5.000000e-01 5.000000e-01 2.390000e+00 1.170470e-01 1.170470e-01 +6.000000e+00 5.000000e-01 5.000000e-01 2.540000e+00 1.360147e-01 1.360147e-01 +7.000000e+00 5.000000e-01 5.000000e-01 2.310000e+00 1.140175e-01 1.140175e-01 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_1998_S3618439.yoda b/analyses/pluginCDF/CDF_1998_S3618439.yoda --- a/analyses/pluginCDF/CDF_1998_S3618439.yoda +++ b/analyses/pluginCDF/CDF_1998_S3618439.yoda @@ -1,39 +1,57 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_1998_S3618439/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.1, up: 0.1}}, 1: {error: {dn: -0.04, up: 0.04}}, 2: {error: {dn: -0.03, up: 0.03}}, 3: {error: {dn: -0.02, up: 0.02}}, 4: {error: {dn: -0.014, up: 0.014}}, 5: {error: {dn: -0.01, up: 0.01}}, 6: {error: {dn: -0.007, up: 0.007}}, 7: {error: {dn: -0.0038, up: 0.0038}}, 8: {error: {dn: -0.0024, up: 0.0024}}, 9: {error: {dn: -0.0013, up: 0.0013}}, 10: {error: {dn: -0.00018, up: 0.00018}}} + IsRef: 1 Path: /REF/CDF_1998_S3618439/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.42179.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 3.372000e+02 1.720000e+01 2.280000e+01 1.860000e+01 1.000000e-01 1.000000e-01 3.774000e+02 1.740000e+01 2.260000e+01 7.900000e+00 4.000000e-02 4.000000e-02 4.176000e+02 1.760000e+01 2.240000e+01 3.590000e+00 3.000000e-02 3.000000e-02 4.575000e+02 1.750000e+01 2.250000e+01 1.690000e+00 2.000000e-02 2.000000e-02 4.977000e+02 1.770000e+01 2.230000e+01 8.100000e-01 1.400000e-02 1.400000e-02 5.380000e+02 1.800000e+01 2.200000e+01 4.110000e-01 1.000000e-02 1.000000e-02 5.776000e+02 1.760000e+01 2.240000e+01 2.130000e-01 7.000000e-03 7.000000e-03 6.256000e+02 2.560000e+01 2.440000e+01 9.210000e-02 3.800000e-03 3.800000e-03 6.861000e+02 3.610000e+01 1.390000e+01 3.840000e-02 2.400000e-03 2.400000e-03 7.493000e+02 4.930000e+01 5.070000e+01 1.430000e-02 1.300000e-03 1.300000e-03 8.553000e+02 5.530000e+01 2.647000e+02 1.290000e-03 1.800000e-04 1.800000e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_1998_S3618439/d01-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.04, up: 0.04}}, 1: {error: {dn: -0.03, up: 0.03}}, 2: {error: {dn: -0.02, up: 0.02}}, 3: {error: {dn: -0.015, up: 0.015}}, 4: {error: {dn: -0.01, up: 0.01}}, 5: {error: {dn: -0.008, up: 0.008}}, 6: {error: {dn: -0.005, up: 0.005}}, 7: {error: {dn: -0.003, up: 0.003}}, 8: {error: {dn: -0.002, up: 0.002}}, 9: {error: {dn: -0.00103, up: 0.00103}}, 10: {error: {dn: -0.000144, up: 0.000144}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_1998_S3618439/d01-x01-y02 IsRef: 1 Path: /REF/CDF_1998_S3618439/d01-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.42179.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 3.372000e+02 1.720000e+01 2.280000e+01 8.490000e+00 4.000000e-02 4.000000e-02 3.774000e+02 1.740000e+01 2.260000e+01 3.800000e+00 3.000000e-02 3.000000e-02 4.176000e+02 1.760000e+01 2.240000e+01 1.840000e+00 2.000000e-02 2.000000e-02 4.575000e+02 1.750000e+01 2.250000e+01 9.340000e-01 1.500000e-02 1.500000e-02 4.977000e+02 1.770000e+01 2.230000e+01 4.630000e-01 1.000000e-02 1.000000e-02 5.380000e+02 1.800000e+01 2.200000e+01 2.630000e-01 8.000000e-03 8.000000e-03 5.776000e+02 1.760000e+01 2.240000e+01 1.250000e-01 5.000000e-03 5.000000e-03 6.256000e+02 2.560000e+01 2.440000e+01 6.020000e-02 3.000000e-03 3.000000e-03 6.861000e+02 3.610000e+01 1.390000e+01 2.680000e-02 2.000000e-03 2.000000e-03 7.493000e+02 4.930000e+01 5.070000e+01 9.770000e-03 1.030000e-03 1.030000e-03 8.553000e+02 5.530000e+01 2.647000e+02 8.740000e-04 1.440000e-04 1.440000e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_1998_S3618439/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.36, up: 0.44}}, 1: {error: {dn: -0.15, up: 0.17}}} + +IsRef: 1 +Path: /REF/CDF_1998_S3618439/d02-x01-y01 +Title: doi:10.17182/hepdata.42179.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e+00 5.000000e-01 5.000000e-01 1.340000e+00 3.600000e-01 4.400000e-01 +2.000000e+00 5.000000e-01 5.000000e-01 6.400000e-01 1.500000e-01 1.700000e-01 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_2000_S4155203.yoda b/analyses/pluginCDF/CDF_2000_S4155203.yoda --- a/analyses/pluginCDF/CDF_2000_S4155203.yoda +++ b/analyses/pluginCDF/CDF_2000_S4155203.yoda @@ -1,68 +1,73 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_2000_S4155203/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.54, up: 0.54}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.13065000000000002, up: 0.13065000000000002}}, 1: {error: {dn: -1.0, up: 1.0}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.3939, up: 0.3939}}, 2: {error: {dn: -1.2, up: 1.2}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.5772, up: 0.5772}}, 3: {error: {dn: -1.4, up: 1.4}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.7565999999999999, up: 0.7565999999999999}}, 4: {error: {dn: -1.4, up: 1.4}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.7878, up: 0.7878}}, 5: {error: {dn: -1.5, up: 1.5}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.9204, up: 0.9204}}, 6: {error: {dn: -1.4, up: 1.4}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.9204, up: 0.9204}}, 7: {error: {dn: -1.4, up: 1.4}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.897, up: 0.897}}, 8: {error: {dn: -1.3, up: 1.3}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.7760999999999999, up: 0.7760999999999999}}, 9: {error: {dn: -1.2, up: 1.2}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.7527, up: 0.7527}}, 10: {error: {dn: -1.2, up: 1.2}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.6980999999999999, up: 0.6980999999999999}}, 11: {error: {dn: -1.2, up: 1.2}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.702, up: 0.702}}, 12: {error: {dn: -1.0, up: 1.0}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.5693999999999999, up: 0.5693999999999999}}, 13: {error: {dn: -1.0, up: 1.0}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.5655, up: 0.5655}}, 14: {error: {dn: -1.0, up: 1.0}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.5265, up: 0.5265}}, 15: {error: {dn: -1.0, up: 1.0}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.5342999999999999, up: 0.5342999999999999}}, 16: {error: {dn: -0.9, up: 0.9}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.4641, up: 0.4641}}, 17: {error: {dn: -0.9, up: 0.9}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.4056, up: 0.4056}}, 18: {error: {dn: -0.9, up: 0.9}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.4329, up: 0.4329}}, 19: {error: {dn: -0.82, up: 0.82}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.37284, up: 0.37284}}, 20: {error: {dn: -0.76, up: 0.76}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.32564999999999994, up: 0.32564999999999994}}, 21: {error: {dn: -0.74, up: 0.74}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.30498000000000003, up: 0.30498000000000003}}, 22: {error: {dn: -0.76, up: 0.76}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.31901999999999997, up: 0.31901999999999997}}, 23: {error: {dn: -0.72, up: 0.72}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.29172000000000003, up: 0.29172000000000003}}, 24: {error: {dn: -0.53, up: 0.53}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.28119, up: 0.28119}}, 25: {error: {dn: -0.47, up: 0.47}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.23595, up: 0.23595}}, 26: {error: {dn: -0.41, up: 0.41}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.18447, up: 0.18447}}, 27: {error: {dn: -0.44, up: 0.44}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.20319, up: 0.20319}}, 28: {error: {dn: -0.4, up: 0.4}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.17394, up: 0.17394}}, 29: {error: {dn: -0.39, up: 0.39}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.16692, up: 0.16692}}, 30: {error: {dn: -0.35, up: 0.35}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.13688999999999998, up: 0.13688999999999998}}, 31: {error: {dn: -0.33, up: 0.33}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.11739, up: 0.11739}}, 32: {error: {dn: -0.22, up: 0.22}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.10257, up: 0.10257}}, 33: {error: {dn: -0.18, up: 0.18}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.07098, up: 0.07098}}, 34: {error: {dn: -0.18, up: 0.18}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.07215, up: 0.07215}}, 35: {error: {dn: -0.17, up: 0.17}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.06162, up: 0.06162}}, 36: {error: {dn: -0.16, up: 0.16}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.05499, up: 0.05499}}, 37: {error: {dn: -0.1, up: 0.1}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.03978, up: 0.03978}}, 38: {error: {dn: -0.079, up: 0.079}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.026442, up: 0.026442}}, 39: {error: {dn: -0.076, up: 0.076}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.025116, up: 0.025116}}, 40: {error: {dn: -0.062, up: 0.062}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.016926, up: 0.016926}}, 41: {error: {dn: -0.059, up: 0.059}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.015366, up: 0.015366}}, 42: {error: {dn: -0.027, up: 0.027}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.00819, up: 0.00819}}, 43: {error: {dn: -0.019, up: 0.019}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.004173, up: 0.004173}}, 44: {error: {dn: -0.0175, up: 0.0175}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.003549, up: 0.003549}}, 45: {error: {dn: -0.0122, up: 0.0122}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.0017549999999999998, up: 0.0017549999999999998}}, 46: {error: {dn: -0.0107, up: 0.0107}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.0013689, up: 0.0013689}}, 47: {error: {dn: -0.0048, up: 0.0048}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.0007059, up: 0.0007059}}, 48: {error: {dn: -0.00297, up: 0.00297}, 'sys,Additional uncertainty due to the luminosity error': {dn: -0.00027728999999999997, up: 0.00027728999999999997}}, 49: {error: {dn: -0.000756, up: 0.000756}, 'sys,Additional uncertainty due to the luminosity error': {dn: -3.7986e-05, up: 3.7986e-05}}} + IsRef: 1 Path: /REF/CDF_2000_S4155203/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.42070.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -2.500000e-01 2.500000e-01 2.500000e-01 3.350000e+00 5.400000e-01 5.400000e-01 -7.500000e-01 2.500000e-01 2.500000e-01 1.010000e+01 1.000000e+00 1.000000e+00 -1.250000e+00 2.500000e-01 2.500000e-01 1.480000e+01 1.200000e+00 1.200000e+00 -1.750000e+00 2.500000e-01 2.500000e-01 1.940000e+01 1.400000e+00 1.400000e+00 -2.250000e+00 2.500000e-01 2.500000e-01 2.020000e+01 1.400000e+00 1.400000e+00 -2.750000e+00 2.500000e-01 2.500000e-01 2.360000e+01 1.500000e+00 1.500000e+00 -3.250000e+00 2.500000e-01 2.500000e-01 2.360000e+01 1.400000e+00 1.400000e+00 -3.750000e+00 2.500000e-01 2.500000e-01 2.300000e+01 1.400000e+00 1.400000e+00 -4.250000e+00 2.500000e-01 2.500000e-01 1.990000e+01 1.300000e+00 1.300000e+00 -4.750000e+00 2.500000e-01 2.500000e-01 1.930000e+01 1.200000e+00 1.200000e+00 -5.250000e+00 2.500000e-01 2.500000e-01 1.790000e+01 1.200000e+00 1.200000e+00 -5.750000e+00 2.500000e-01 2.500000e-01 1.800000e+01 1.200000e+00 1.200000e+00 -6.250000e+00 2.500000e-01 2.500000e-01 1.460000e+01 1.000000e+00 1.000000e+00 -6.750000e+00 2.500000e-01 2.500000e-01 1.450000e+01 1.000000e+00 1.000000e+00 -7.250000e+00 2.500000e-01 2.500000e-01 1.350000e+01 1.000000e+00 1.000000e+00 -7.750000e+00 2.500000e-01 2.500000e-01 1.370000e+01 1.000000e+00 1.000000e+00 -8.250000e+00 2.500000e-01 2.500000e-01 1.190000e+01 9.000000e-01 9.000000e-01 -8.750000e+00 2.500000e-01 2.500000e-01 1.040000e+01 9.000000e-01 9.000000e-01 -9.250000e+00 2.500000e-01 2.500000e-01 1.110000e+01 9.000000e-01 9.000000e-01 -9.750000e+00 2.500000e-01 2.500000e-01 9.560000e+00 8.200000e-01 8.200000e-01 -1.025000e+01 2.500000e-01 2.500000e-01 8.350000e+00 7.600000e-01 7.600000e-01 -1.075000e+01 2.500000e-01 2.500000e-01 7.820000e+00 7.400000e-01 7.400000e-01 -1.125000e+01 2.500000e-01 2.500000e-01 8.180000e+00 7.600000e-01 7.600000e-01 -1.175000e+01 2.500000e-01 2.500000e-01 7.480000e+00 7.200000e-01 7.200000e-01 -1.250000e+01 5.000000e-01 5.000000e-01 7.210000e+00 5.300000e-01 5.300000e-01 -1.350000e+01 5.000000e-01 5.000000e-01 6.050000e+00 4.700000e-01 4.700000e-01 -1.450000e+01 5.000000e-01 5.000000e-01 4.730000e+00 4.100000e-01 4.100000e-01 -1.550000e+01 5.000000e-01 5.000000e-01 5.210000e+00 4.400000e-01 4.400000e-01 -1.650000e+01 5.000000e-01 5.000000e-01 4.460000e+00 4.000000e-01 4.000000e-01 -1.750000e+01 5.000000e-01 5.000000e-01 4.280000e+00 3.900000e-01 3.900000e-01 -1.850000e+01 5.000000e-01 5.000000e-01 3.510000e+00 3.500000e-01 3.500000e-01 -1.950000e+01 5.000000e-01 5.000000e-01 3.010000e+00 3.300000e-01 3.300000e-01 -2.100000e+01 1.000000e+00 1.000000e+00 2.630000e+00 2.200000e-01 2.200000e-01 -2.300000e+01 1.000000e+00 1.000000e+00 1.820000e+00 1.800000e-01 1.800000e-01 -2.500000e+01 1.000000e+00 1.000000e+00 1.850000e+00 1.800000e-01 1.800000e-01 -2.700000e+01 1.000000e+00 1.000000e+00 1.580000e+00 1.700000e-01 1.700000e-01 -2.900000e+01 1.000000e+00 1.000000e+00 1.410000e+00 1.600000e-01 1.600000e-01 -3.200000e+01 2.000000e+00 2.000000e+00 1.020000e+00 1.000000e-01 1.000000e-01 -3.600000e+01 2.000000e+00 2.000000e+00 6.780000e-01 7.900000e-02 7.900000e-02 -4.000000e+01 2.000000e+00 2.000000e+00 6.440000e-01 7.600000e-02 7.600000e-02 -4.400000e+01 2.000000e+00 2.000000e+00 4.340000e-01 6.200000e-02 6.200000e-02 -4.800000e+01 2.000000e+00 2.000000e+00 3.940000e-01 5.900000e-02 5.900000e-02 -5.500000e+01 5.000000e+00 5.000000e+00 2.100000e-01 2.700000e-02 2.700000e-02 -6.500000e+01 5.000000e+00 5.000000e+00 1.070000e-01 1.900000e-02 1.900000e-02 -7.500000e+01 5.000000e+00 5.000000e+00 9.100000e-02 1.750000e-02 1.750000e-02 -8.500000e+01 5.000000e+00 5.000000e+00 4.500000e-02 1.220000e-02 1.220000e-02 -9.500000e+01 5.000000e+00 5.000000e+00 3.510000e-02 1.070000e-02 1.070000e-02 -1.125000e+02 1.250000e+01 1.250000e+01 1.810000e-02 4.800000e-03 4.800000e-03 -1.375000e+02 1.250000e+01 1.250000e+01 7.110000e-03 2.970000e-03 2.970000e-03 -1.750000e+02 2.500000e+01 2.500000e+01 9.740000e-04 7.560000e-04 7.560000e-04 +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 3.350000e+00 5.555803e-01 5.555803e-01 +7.500000e-01 2.500000e-01 2.500000e-01 1.010000e+01 1.074782e+00 1.074782e+00 +1.250000e+00 2.500000e-01 2.500000e-01 1.480000e+01 1.331600e+00 1.331600e+00 +1.750000e+00 2.500000e-01 2.500000e-01 1.940000e+01 1.591365e+00 1.591365e+00 +2.250000e+00 2.500000e-01 2.500000e-01 2.020000e+01 1.606434e+00 1.606434e+00 +2.750000e+00 2.500000e-01 2.500000e-01 2.360000e+01 1.759868e+00 1.759868e+00 +3.250000e+00 2.500000e-01 2.500000e-01 2.360000e+01 1.675451e+00 1.675451e+00 +3.750000e+00 2.500000e-01 2.500000e-01 2.300000e+01 1.662711e+00 1.662711e+00 +4.250000e+00 2.500000e-01 2.500000e-01 1.990000e+01 1.514045e+00 1.514045e+00 +4.750000e+00 2.500000e-01 2.500000e-01 1.930000e+01 1.416530e+00 1.416530e+00 +5.250000e+00 2.500000e-01 2.500000e-01 1.790000e+01 1.388288e+00 1.388288e+00 +5.750000e+00 2.500000e-01 2.500000e-01 1.800000e+01 1.390253e+00 1.390253e+00 +6.250000e+00 2.500000e-01 2.500000e-01 1.460000e+01 1.150746e+00 1.150746e+00 +6.750000e+00 2.500000e-01 2.500000e-01 1.450000e+01 1.148821e+00 1.148821e+00 +7.250000e+00 2.500000e-01 2.500000e-01 1.350000e+01 1.130134e+00 1.130134e+00 +7.750000e+00 2.500000e-01 2.500000e-01 1.370000e+01 1.133789e+00 1.133789e+00 +8.250000e+00 2.500000e-01 2.500000e-01 1.190000e+01 1.012615e+00 1.012615e+00 +8.750000e+00 2.500000e-01 2.500000e-01 1.040000e+01 9.871734e-01 9.871734e-01 +9.250000e+00 2.500000e-01 2.500000e-01 1.110000e+01 9.987004e-01 9.987004e-01 +9.750000e+00 2.500000e-01 2.500000e-01 9.560000e+00 9.007828e-01 9.007828e-01 +1.025000e+01 2.500000e-01 2.500000e-01 8.350000e+00 8.268300e-01 8.268300e-01 +1.075000e+01 2.500000e-01 2.500000e-01 7.820000e+00 8.003829e-01 8.003829e-01 +1.125000e+01 2.500000e-01 2.500000e-01 8.180000e+00 8.242413e-01 8.242413e-01 +1.175000e+01 2.500000e-01 2.500000e-01 7.480000e+00 7.768530e-01 7.768530e-01 +1.250000e+01 5.000000e-01 5.000000e-01 7.210000e+00 5.999732e-01 5.999732e-01 +1.350000e+01 5.000000e-01 5.000000e-01 6.050000e+00 5.259015e-01 5.259015e-01 +1.450000e+01 5.000000e-01 5.000000e-01 4.730000e+00 4.495878e-01 4.495878e-01 +1.550000e+01 5.000000e-01 5.000000e-01 5.210000e+00 4.846506e-01 4.846506e-01 +1.650000e+01 5.000000e-01 5.000000e-01 4.460000e+00 4.361824e-01 4.361824e-01 +1.750000e+01 5.000000e-01 5.000000e-01 4.280000e+00 4.242196e-01 4.242196e-01 +1.850000e+01 5.000000e-01 5.000000e-01 3.510000e+00 3.758176e-01 3.758176e-01 +1.950000e+01 5.000000e-01 5.000000e-01 3.010000e+00 3.502576e-01 3.502576e-01 +2.100000e+01 1.000000e+00 1.000000e+00 2.630000e+00 2.427357e-01 2.427357e-01 +2.300000e+01 1.000000e+00 1.000000e+00 1.820000e+00 1.934894e-01 1.934894e-01 +2.500000e+01 1.000000e+00 1.000000e+00 1.850000e+00 1.939217e-01 1.939217e-01 +2.700000e+01 1.000000e+00 1.000000e+00 1.580000e+00 1.808232e-01 1.808232e-01 +2.900000e+01 1.000000e+00 1.000000e+00 1.410000e+00 1.691860e-01 1.691860e-01 +3.200000e+01 2.000000e+00 2.000000e+00 1.020000e+00 1.076218e-01 1.076218e-01 +3.600000e+01 2.000000e+00 2.000000e+00 6.780000e-01 8.330774e-02 8.330774e-02 +4.000000e+01 2.000000e+00 2.000000e+00 6.440000e-01 8.004257e-02 8.004257e-02 +4.400000e+01 2.000000e+00 2.000000e+00 4.340000e-01 6.426888e-02 6.426888e-02 +4.800000e+01 2.000000e+00 2.000000e+00 3.940000e-01 6.096814e-02 6.096814e-02 +5.500000e+01 5.000000e+00 5.000000e+00 2.100000e-01 2.821482e-02 2.821482e-02 +6.500000e+01 5.000000e+00 5.000000e+00 1.070000e-01 1.945286e-02 1.945286e-02 +7.500000e+01 5.000000e+00 5.000000e+00 9.100000e-02 1.785624e-02 1.785624e-02 +8.500000e+01 5.000000e+00 5.000000e+00 4.500000e-02 1.232558e-02 1.232558e-02 +9.500000e+01 5.000000e+00 5.000000e+00 3.510000e-02 1.078721e-02 1.078721e-02 +1.125000e+02 1.250000e+01 1.250000e+01 1.810000e-02 4.851628e-03 4.851628e-03 +1.375000e+02 1.250000e+01 1.250000e+01 7.110000e-03 2.982916e-03 2.982916e-03 +1.750000e+02 2.500000e+01 2.500000e+01 9.740000e-04 7.569537e-04 7.569537e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2000_S4155203/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -4.0, up: 4.0}, sys_1: {dn: -3.0, up: 3.0}, sys_2: {dn: -10.0, up: 10.0}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2000_S4155203/d02-x01-y01 IsRef: 1 Path: /REF/CDF_2000_S4155203/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.42070.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.800000e+00 5.000000e-01 5.000000e-01 2.480000e+02 1.118034e+01 1.118034e+01 +# xval xerr- xerr+ yval yerr- yerr+ +1.800000e+00 0.000000e+00 0.000000e+00 2.480000e+02 1.118034e+01 1.118034e+01 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_2000_S4266730.yoda b/analyses/pluginCDF/CDF_2000_S4266730.yoda --- a/analyses/pluginCDF/CDF_2000_S4266730.yoda +++ b/analyses/pluginCDF/CDF_2000_S4266730.yoda @@ -1,26 +1,29 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_2000_S4266730/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -19.0, up: 19.0}, sys: {dn: -103.0, up: 121.0}}, 1: {stat: {dn: -14.0, up: 14.0}, sys: {dn: -58.0, up: 65.0}}, 2: {stat: {dn: -2.0, up: 2.0}, sys: {dn: -29.0, up: 34.0}}, 3: {stat: {dn: -1.4, up: 1.4}, sys: {dn: -15.7, up: 18.6}}, 4: {stat: {dn: -0.9, up: 0.9}, sys: {dn: -8.5, up: 9.5}}, 5: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -4.7, up: 5.3}}, 6: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -2.4, up: 2.9}}, 7: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -1.33, up: 1.48}}, 8: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.69, up: 0.8}}, 9: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.36, up: 0.39}}, 10: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.172, up: 0.2}}, 11: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.09, up: 0.104}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.04, up: 0.048}}, 13: {stat: {dn: -0.0038, up: 0.0038}, sys: {dn: -0.0163, up: 0.0192}}, 14: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0067, up: 0.0082}}, 15: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.003, up: 0.0035}}, 16: {stat: {dn: -0.00071, up: 0.00071}, sys: {dn: -0.00093, up: 0.00114}}, 17: {stat: {dn: -0.000298, up: 0.000298}, sys: {dn: -0.000253, up: 0.000307}}} + IsRef: 1 Path: /REF/CDF_2000_S4266730/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.42047.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.880000e+02 8.000000e+00 1.000000e+01 6.070000e+02 1.047378e+02 1.047378e+02 -2.070000e+02 9.000000e+00 1.000000e+01 3.420000e+02 5.966574e+01 5.966574e+01 -2.280000e+02 1.100000e+01 1.300000e+01 1.810000e+02 2.906888e+01 2.906888e+01 -2.520000e+02 1.100000e+01 1.300000e+01 9.810000e+01 1.576230e+01 1.576230e+01 -2.770000e+02 1.200000e+01 1.500000e+01 4.980000e+01 8.547514e+00 8.547514e+00 -3.050000e+02 1.300000e+01 1.600000e+01 2.780000e+01 4.709565e+00 4.709565e+00 -3.350000e+02 1.400000e+01 1.800000e+01 1.430000e+01 2.408319e+00 2.408319e+00 -3.680000e+02 1.500000e+01 2.000000e+01 7.410000e+00 1.337348e+00 1.337348e+00 -4.050000e+02 1.700000e+01 2.200000e+01 3.830000e+00 6.906519e-01 6.906519e-01 -4.460000e+02 1.900000e+01 2.400000e+01 1.890000e+00 3.605551e-01 3.605551e-01 -4.910000e+02 2.100000e+01 2.600000e+01 9.070000e-01 1.726528e-01 1.726528e-01 -5.390000e+02 2.200000e+01 2.900000e+01 4.500000e-01 9.055385e-02 9.055385e-02 -5.920000e+02 2.400000e+01 3.300000e+01 1.900000e-01 4.044750e-02 4.044750e-02 -6.520000e+02 2.700000e+01 3.600000e+01 7.420000e-02 1.673708e-02 1.673708e-02 -7.160000e+02 2.800000e+01 4.000000e+01 2.920000e-02 7.051950e-03 7.051950e-03 -7.840000e+02 2.800000e+01 4.800000e+01 1.180000e-02 3.269557e-03 3.269557e-03 -8.650000e+02 3.300000e+01 5.000000e+01 3.570000e-03 1.170043e-03 1.170043e-03 -9.680000e+02 5.300000e+01 3.200000e+01 9.030000e-04 3.909130e-04 3.909130e-04 +# xval xerr- xerr+ yval yerr- yerr+ +1.880000e+02 8.000000e+00 1.000000e+01 6.070000e+02 1.047378e+02 1.224827e+02 +2.070000e+02 9.000000e+00 1.000000e+01 3.420000e+02 5.966574e+01 6.649060e+01 +2.280000e+02 1.100000e+01 1.300000e+01 1.810000e+02 2.906888e+01 3.405877e+01 +2.520000e+02 1.100000e+01 1.300000e+01 9.810000e+01 1.576230e+01 1.865261e+01 +2.770000e+02 1.200000e+01 1.500000e+01 4.980000e+01 8.547514e+00 9.542536e+00 +3.050000e+02 1.300000e+01 1.600000e+01 2.780000e+01 4.709565e+00 5.308484e+00 +3.350000e+02 1.400000e+01 1.800000e+01 1.430000e+01 2.408319e+00 2.906888e+00 +3.680000e+02 1.500000e+01 2.000000e+01 7.410000e+00 1.337348e+00 1.486607e+00 +4.050000e+02 1.700000e+01 2.200000e+01 3.830000e+00 6.906519e-01 8.005623e-01 +4.460000e+02 1.900000e+01 2.400000e+01 1.890000e+00 3.605551e-01 3.905125e-01 +4.910000e+02 2.100000e+01 2.600000e+01 9.070000e-01 1.726528e-01 2.005617e-01 +5.390000e+02 2.200000e+01 2.900000e+01 4.500000e-01 9.055385e-02 1.044797e-01 +5.920000e+02 2.400000e+01 3.300000e+01 1.900000e-01 4.044750e-02 4.837355e-02 +6.520000e+02 2.700000e+01 3.600000e+01 7.420000e-02 1.673708e-02 1.957243e-02 +7.160000e+02 2.800000e+01 4.000000e+01 2.920000e-02 7.051950e-03 8.489994e-03 +7.840000e+02 2.800000e+01 4.800000e+01 1.180000e-02 3.269557e-03 3.733631e-03 +8.650000e+02 3.300000e+01 5.000000e+01 3.570000e-03 1.170043e-03 1.343019e-03 +9.680000e+02 5.300000e+01 3.200000e+01 9.030000e-04 3.909130e-04 4.278469e-04 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_2006_S6450792.yoda b/analyses/pluginCDF/CDF_2006_S6450792.yoda --- a/analyses/pluginCDF/CDF_2006_S6450792.yoda +++ b/analyses/pluginCDF/CDF_2006_S6450792.yoda @@ -1,57 +1,62 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_2006_S6450792/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -1.2, up: 1.26}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.5418, up: 0.5418}}, 1: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.65, up: 0.7}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.3102, up: 0.3102}}, 2: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.35, up: 0.39}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.1752, up: 0.1752}}, 3: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.2, up: 0.23}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.10200000000000001, up: 0.10200000000000001}}, 4: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.12, up: 0.14}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.061200000000000004, up: 0.061200000000000004}}, 5: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.069, up: 0.083}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.0354, up: 0.0354}}, 6: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.042, up: 0.051}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.021179999999999997, up: 0.021179999999999997}}, 7: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.025, up: 0.031}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.012419999999999999, up: 0.012419999999999999}}, 8: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.015, up: 0.019}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.007379999999999999, up: 0.007379999999999999}}, 9: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0076, up: 0.0094}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.003504, up: 0.003504}}, 10: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.003, up: 0.0036}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.00126, up: 0.00126}}, 11: {stat: {dn: -5.0e-05, up: 5.0e-05}, sys: {dn: -0.00116, up: 0.00136}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.0004482, up: 0.0004482}}, 12: {stat: {dn: -2.0e-05, up: 2.0e-05}, sys: {dn: -0.00046, up: 0.00052}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.00016020000000000002, up: 0.00016020000000000002}}, 13: {stat: {dn: -1.0e-05, up: 1.0e-05}, sys: {dn: -0.000169, up: 0.000189}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -5.328e-05, up: 5.328e-05}}, 14: {stat: {dn: -5.0e-06, up: 5.0e-06}, sys: {dn: -6.4e-05, up: 7.2e-05}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -1.818e-05, up: 1.818e-05}}, 15: {stat: {dn: -2.7e-06, up: 2.7e-06}, sys: {dn: -2.21e-05, up: 2.57e-05}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -5.718e-06, up: 5.718e-06}}, 16: {stat: {dn: -1.4e-06, up: 1.4e-06}, sys: {dn: -6.5e-06, up: 7.9e-06}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -1.5180000000000001e-06, up: 1.5180000000000001e-06}}, 17: {stat: {dn: -6.1e-07, up: 6.1e-07}, sys: {dn: -1.81e-06, up: 2.42e-06}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -3.804e-07, up: 3.804e-07}}, 18: {stat: {dn: -2.9e-07, up: 2.9e-07}, sys: {dn: -4.5e-07, up: 6.5e-07}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -8.159999999999999e-08, up: 8.159999999999999e-08}}, 19: {stat: {dn: -1.24e-07, up: 1.24e-07}, sys: {dn: -1.11e-07, up: 1.64e-07}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -1.668e-08, up: 1.668e-08}}} + IsRef: 1 Path: /REF/CDF_2006_S6450792/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.41844.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -6.400000e+01 3.000000e+00 3.000000e+00 9.030000e+00 1.319715e+00 1.319715e+00 -7.050000e+01 3.500000e+00 3.500000e+00 5.170000e+00 7.219585e-01 7.219585e-01 -7.750000e+01 3.500000e+00 3.500000e+00 2.920000e+00 3.925494e-01 3.925494e-01 -8.500000e+01 4.000000e+00 4.000000e+00 1.700000e+00 2.253974e-01 2.253974e-01 -9.300000e+01 4.000000e+00 4.000000e+00 1.020000e+00 1.350757e-01 1.350757e-01 -1.015000e+02 4.500000e+00 4.500000e+00 5.900000e-01 7.765410e-02 7.765410e-02 -1.105000e+02 4.500000e+00 4.500000e+00 3.530000e-01 4.708070e-02 4.708070e-02 -1.200000e+02 5.000000e+00 5.000000e+00 2.070000e-01 2.793307e-02 2.793307e-02 -1.305000e+02 5.500000e+00 5.500000e+00 1.230000e-01 1.674707e-02 1.674707e-02 -1.470000e+02 1.100000e+01 1.100000e+01 5.840000e-02 8.374247e-03 8.374247e-03 -1.710000e+02 1.300000e+01 1.300000e+01 2.100000e-02 3.255396e-03 3.255396e-03 -1.980000e+02 1.400000e+01 1.400000e+01 7.470000e-03 1.244582e-03 1.244582e-03 -2.280000e+02 1.600000e+01 1.600000e+01 2.670000e-03 4.875080e-04 4.875080e-04 -2.620000e+02 1.800000e+01 1.800000e+01 8.880000e-04 1.774817e-04 1.774817e-04 -2.990000e+02 1.900000e+01 1.900000e+01 3.030000e-04 6.671966e-05 6.671966e-05 -3.390000e+02 2.100000e+01 2.100000e+01 9.530000e-05 2.298686e-05 2.298686e-05 -3.820000e+02 2.200000e+01 2.200000e+01 2.530000e-05 6.820141e-06 6.820141e-06 -4.340000e+02 3.000000e+01 3.000000e+01 6.340000e-06 1.947538e-06 1.947538e-06 -4.970000e+02 3.300000e+01 3.300000e+01 1.360000e-06 5.415335e-07 5.415335e-07 -5.750000e+02 4.500000e+01 4.500000e+01 2.780000e-07 1.672580e-07 1.672580e-07 +# xval xerr- xerr+ yval yerr- yerr+ +6.400000e+01 3.000000e+00 3.000000e+00 9.030000e+00 1.319715e+00 1.374499e+00 +7.050000e+01 3.500000e+00 3.500000e+00 5.170000e+00 7.219585e-01 7.672835e-01 +7.750000e+01 3.500000e+00 3.500000e+00 2.920000e+00 3.925494e-01 4.285966e-01 +8.500000e+01 4.000000e+00 4.000000e+00 1.700000e+00 2.253974e-01 2.523965e-01 +9.300000e+01 4.000000e+00 4.000000e+00 1.020000e+00 1.350757e-01 1.531190e-01 +1.015000e+02 4.500000e+00 4.500000e+00 5.900000e-01 7.765410e-02 9.032253e-02 +1.105000e+02 4.500000e+00 4.500000e+00 3.530000e-01 4.708070e-02 5.525932e-02 +1.200000e+02 5.000000e+00 5.000000e+00 2.070000e-01 2.793307e-02 3.341042e-02 +1.305000e+02 5.500000e+00 5.500000e+00 1.230000e-01 1.674707e-02 2.040746e-02 +1.470000e+02 1.100000e+01 1.100000e+01 5.840000e-02 8.374247e-03 1.003633e-02 +1.710000e+02 1.300000e+01 1.300000e+01 2.100000e-02 3.255396e-03 3.815442e-03 +1.980000e+02 1.400000e+01 1.400000e+01 7.470000e-03 1.244582e-03 1.432824e-03 +2.280000e+02 1.600000e+01 1.600000e+01 2.670000e-03 4.875080e-04 5.444851e-04 +2.620000e+02 1.800000e+01 1.800000e+01 8.880000e-04 1.774817e-04 1.966208e-04 +2.990000e+02 1.900000e+01 1.900000e+01 3.030000e-04 6.671966e-05 7.442790e-05 +3.390000e+02 2.100000e+01 2.100000e+01 9.530000e-05 2.298686e-05 2.646650e-05 +3.820000e+02 2.200000e+01 2.200000e+01 2.530000e-05 6.820141e-06 8.165435e-06 +4.340000e+02 3.000000e+01 3.000000e+01 6.340000e-06 1.947538e-06 2.524521e-06 +4.970000e+02 3.300000e+01 3.300000e+01 1.360000e-06 5.415335e-07 7.164207e-07 +5.750000e+02 4.500000e+01 4.500000e+01 2.780000e-07 1.672580e-07 2.062771e-07 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2006_S6450792/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -1.49, up: 1.53}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.48119999999999996, up: 0.48119999999999996}}, 1: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.8, up: 0.83}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.2802, up: 0.2802}}, 2: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.42, up: 0.45}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.16019999999999998, up: 0.16019999999999998}}, 3: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.23, up: 0.26}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.0942, up: 0.0942}}, 4: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.13, up: 0.15}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.056999999999999995, up: 0.056999999999999995}}, 5: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.075, up: 0.087}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.033420000000000005, up: 0.033420000000000005}}, 6: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.044, up: 0.053}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.02016, up: 0.02016}}, 7: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.026, up: 0.031}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.01188, up: 0.01188}}, 8: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.016, up: 0.019}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.0070799999999999995, up: 0.0070799999999999995}}, 9: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0077, up: 0.0094}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.003402, up: 0.003402}}, 10: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.003, up: 0.0036}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.00123, up: 0.00123}}, 11: {stat: {dn: -7.0e-05, up: 7.0e-05}, sys: {dn: -0.00115, up: 0.00135}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.00044039999999999997, up: 0.00044039999999999997}}, 12: {stat: {dn: -2.0e-05, up: 2.0e-05}, sys: {dn: -0.00045, up: 0.00052}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -0.0001578, up: 0.0001578}}, 13: {stat: {dn: -1.1e-05, up: 1.1e-05}, sys: {dn: -0.000167, up: 0.000187}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -5.274e-05, up: 5.274e-05}}, 14: {stat: {dn: -6.0e-06, up: 6.0e-06}, sys: {dn: -6.3e-05, up: 7.1e-05}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -1.806e-05, up: 1.806e-05}}, 15: {stat: {dn: -2.7e-06, up: 2.7e-06}, sys: {dn: -2.2e-05, up: 2.55e-05}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -5.6759999999999995e-06, up: 5.6759999999999995e-06}}, 16: {stat: {dn: -1.4e-06, up: 1.4e-06}, sys: {dn: -6.4e-06, up: 7.9e-06}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -1.506e-06, up: 1.506e-06}}, 17: {stat: {dn: -6.1e-07, up: 6.1e-07}, sys: {dn: -1.8e-06, up: 2.4e-06}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -3.786e-07, up: 3.786e-07}}, 18: {stat: {dn: -2.9e-07, up: 2.9e-07}, sys: {dn: -4.4e-07, up: 6.4e-07}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -8.159999999999999e-08, up: 8.159999999999999e-08}}, 19: {stat: {dn: -1.24e-07, up: 1.24e-07}, sys: {dn: -1.1e-07, up: 1.63e-07}, 'sys,Additional systematic uncertainty from the luminosity.': {dn: -1.656e-08, up: 1.656e-08}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2006_S6450792/d02-x01-y01 IsRef: 1 Path: /REF/CDF_2006_S6450792/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.41844.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -6.400000e+01 3.000000e+00 3.000000e+00 8.020000e+00 1.569635e+00 1.569635e+00 -7.050000e+01 3.500000e+00 3.500000e+00 4.670000e+00 8.497718e-01 8.497718e-01 -7.750000e+01 3.500000e+00 3.500000e+00 2.670000e+00 4.512915e-01 4.512915e-01 -8.500000e+01 4.000000e+00 4.000000e+00 1.570000e+00 2.493464e-01 2.493464e-01 -9.300000e+01 4.000000e+00 4.000000e+00 9.500000e-01 1.422990e-01 1.422990e-01 -1.015000e+02 4.500000e+00 4.500000e+00 5.570000e-01 8.226115e-02 8.226115e-02 -1.105000e+02 4.500000e+00 4.500000e+00 3.360000e-01 4.849150e-02 4.849150e-02 -1.200000e+02 5.000000e+00 5.000000e+00 1.980000e-01 2.865544e-02 2.865544e-02 -1.305000e+02 5.500000e+00 5.500000e+00 1.180000e-01 1.752502e-02 1.752502e-02 -1.470000e+02 1.100000e+01 1.100000e+01 5.670000e-02 8.432888e-03 8.432888e-03 -1.710000e+02 1.300000e+01 1.300000e+01 2.050000e-02 3.248523e-03 3.248523e-03 -1.980000e+02 1.400000e+01 1.400000e+01 7.340000e-03 1.233431e-03 1.233431e-03 -2.280000e+02 1.600000e+01 1.600000e+01 2.630000e-03 4.772849e-04 4.772849e-04 -2.620000e+02 1.800000e+01 1.800000e+01 8.790000e-04 1.754751e-04 1.754751e-04 -2.990000e+02 1.900000e+01 1.900000e+01 3.010000e-04 6.581158e-05 6.581158e-05 -3.390000e+02 2.100000e+01 2.100000e+01 9.460000e-05 2.288027e-05 2.288027e-05 -3.820000e+02 2.200000e+01 2.200000e+01 2.510000e-05 6.722205e-06 6.722205e-06 -4.340000e+02 3.000000e+01 3.000000e+01 6.310000e-06 1.937895e-06 1.937895e-06 -4.970000e+02 3.300000e+01 3.300000e+01 1.360000e-06 5.332528e-07 5.332528e-07 -5.750000e+02 4.500000e+01 4.500000e+01 2.760000e-07 1.665840e-07 1.665840e-07 +# xval xerr- xerr+ yval yerr- yerr+ +6.400000e+01 3.000000e+00 3.000000e+00 8.020000e+00 1.569635e+00 1.607655e+00 +7.050000e+01 3.500000e+00 3.500000e+00 4.670000e+00 8.497718e-01 8.780729e-01 +7.750000e+01 3.500000e+00 3.500000e+00 2.670000e+00 4.512915e-01 4.793371e-01 +8.500000e+01 4.000000e+00 4.000000e+00 1.570000e+00 2.493464e-01 2.772610e-01 +9.300000e+01 4.000000e+00 4.000000e+00 9.500000e-01 1.422990e-01 1.607762e-01 +1.015000e+02 4.500000e+00 4.500000e+00 5.570000e-01 8.226115e-02 9.333218e-02 +1.105000e+02 4.500000e+00 4.500000e+00 3.360000e-01 4.849150e-02 5.678403e-02 +1.200000e+02 5.000000e+00 5.000000e+00 1.980000e-01 2.865544e-02 3.325860e-02 +1.305000e+02 5.500000e+00 5.500000e+00 1.180000e-01 1.752502e-02 2.030090e-02 +1.470000e+02 1.100000e+01 1.100000e+01 5.670000e-02 8.432888e-03 1.000918e-02 +1.710000e+02 1.300000e+01 1.300000e+01 2.050000e-02 3.248523e-03 3.809580e-03 +1.980000e+02 1.400000e+01 1.400000e+01 7.340000e-03 1.233431e-03 1.421743e-03 +2.280000e+02 1.600000e+01 1.600000e+01 2.630000e-03 4.772849e-04 5.437838e-04 +2.620000e+02 1.800000e+01 1.800000e+01 8.790000e-04 1.754751e-04 1.946060e-04 +2.990000e+02 1.900000e+01 1.900000e+01 3.010000e-04 6.581158e-05 7.350621e-05 +3.390000e+02 2.100000e+01 2.100000e+01 9.460000e-05 2.288027e-05 2.626322e-05 +3.820000e+02 2.200000e+01 2.200000e+01 2.510000e-05 6.722205e-06 8.163212e-06 +4.340000e+02 3.000000e+01 3.000000e+01 6.310000e-06 1.937895e-06 2.505082e-06 +4.970000e+02 3.300000e+01 3.300000e+01 1.360000e-06 5.332528e-07 7.073603e-07 +5.750000e+02 4.500000e+01 4.500000e+01 2.760000e-07 1.665840e-07 2.054732e-07 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_2009_S8436959.yoda b/analyses/pluginCDF/CDF_2009_S8436959.yoda --- a/analyses/pluginCDF/CDF_2009_S8436959.yoda +++ b/analyses/pluginCDF/CDF_2009_S8436959.yoda @@ -1,24 +1,27 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_2009_S8436959/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.0, up: 1.0}, sys: {dn: -17.835, up: 19.065}}, 1: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -6.085800000000001, up: 6.7068}}, 2: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -2.604, up: 3.0380000000000003}}, 3: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -1.3931999999999998, up: 1.7543999999999997}}, 4: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.66612, up: 0.8009299999999999}}, 5: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.3009, up: 0.34692000000000006}}, 6: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.16016, up: 0.17600000000000002}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.071732, up: 0.084444}}, 8: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.038367, up: 0.038808}}, 9: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.014615999999999999, up: 0.014448}}, 10: {stat: {dn: -0.0016, up: 0.0016}, sys: {dn: -0.0058, up: 0.0056549999999999994}}, 11: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.00341, up: 0.0030008}}, 12: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0013285999999999999, up: 0.0012848}}, 13: {stat: {dn: -0.00024, up: 0.00024}, sys: {dn: -0.00059996, up: 0.0005094}}, 14: {stat: {dn: -8.0e-05, up: 8.0e-05}, sys: {dn: -0.00014765999999999998, up: 0.000138}}, 15: {stat: {dn: -2.1e-05, up: 2.1e-05}, sys: {dn: -1.9965999999999998e-05, up: 2.2647999999999997e-05}}} + IsRef: 1 Path: /REF/CDF_2009_S8436959/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.53755.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -3.200000e+01 2.000000e+00 2.000000e+00 1.230000e+02 1.786301e+01 1.786301e+01 -3.650000e+01 2.500000e+00 2.500000e+00 6.210000e+01 6.093190e+00 6.093190e+00 -4.150000e+01 2.500000e+00 2.500000e+00 3.100000e+01 2.611669e+00 2.611669e+00 -4.700000e+01 3.000000e+00 3.000000e+00 1.720000e+01 1.407482e+00 1.407482e+00 -5.500000e+01 5.000000e+00 5.000000e+00 7.930000e+00 6.709067e-01 6.709067e-01 -6.500000e+01 5.000000e+00 5.000000e+00 3.540000e+00 3.050259e-01 3.050259e-01 -7.500000e+01 5.000000e+00 5.000000e+00 1.760000e+00 1.629455e-01 1.629455e-01 -8.500000e+01 5.000000e+00 5.000000e+00 9.080000e-01 7.308543e-02 7.308543e-02 -1.000000e+02 1.000000e+01 1.000000e+01 4.410000e-01 3.869143e-02 3.869143e-02 -1.200000e+02 1.000000e+01 1.000000e+01 1.680000e-01 1.492071e-02 1.492071e-02 -1.400000e+02 1.000000e+01 1.000000e+01 7.250000e-02 6.016644e-03 6.016644e-03 -1.600000e+02 1.000000e+01 1.000000e+01 3.410000e-02 3.502585e-03 3.502585e-03 -1.850000e+02 1.500000e+01 1.500000e+01 1.460000e-02 1.387508e-03 1.387508e-03 -2.150000e+02 1.500000e+01 1.500000e+01 5.660000e-03 6.461826e-04 6.461826e-04 -2.650000e+02 3.500000e+01 3.500000e+01 1.380000e-03 1.679389e-04 1.679389e-04 -3.500000e+02 5.000000e+01 5.000000e+01 1.490000e-04 2.897656e-05 2.897656e-05 +# xval xerr- xerr+ yval yerr- yerr+ +3.200000e+01 2.000000e+00 2.000000e+00 1.230000e+02 1.786301e+01 1.909121e+01 +3.650000e+01 2.500000e+00 2.500000e+00 6.210000e+01 6.093190e+00 6.713506e+00 +4.150000e+01 2.500000e+00 2.500000e+00 3.100000e+01 2.611669e+00 3.044576e+00 +4.700000e+01 3.000000e+00 3.000000e+00 1.720000e+01 1.407482e+00 1.765763e+00 +5.500000e+01 5.000000e+00 5.000000e+00 7.930000e+00 6.709067e-01 8.049154e-01 +6.500000e+01 5.000000e+00 5.000000e+00 3.540000e+00 3.050259e-01 3.505046e-01 +7.500000e+01 5.000000e+00 5.000000e+00 1.760000e+00 1.629455e-01 1.785385e-01 +8.500000e+01 5.000000e+00 5.000000e+00 9.080000e-01 7.308543e-02 8.559667e-02 +1.000000e+02 1.000000e+01 1.000000e+01 4.410000e-01 3.869143e-02 3.912877e-02 +1.200000e+02 1.000000e+01 1.000000e+01 1.680000e-01 1.492071e-02 1.475618e-02 +1.400000e+02 1.000000e+01 1.000000e+01 7.250000e-02 6.016644e-03 5.876991e-03 +1.600000e+02 1.000000e+01 1.000000e+01 3.410000e-02 3.502585e-03 3.105608e-03 +1.850000e+02 1.500000e+01 1.500000e+01 1.460000e-02 1.387508e-03 1.345627e-03 +2.150000e+02 1.500000e+01 1.500000e+01 5.660000e-03 6.461826e-04 5.631060e-04 +2.650000e+02 3.500000e+01 3.500000e+01 1.380000e-03 1.679389e-04 1.595118e-04 +3.500000e+02 5.000000e+01 5.000000e+01 1.490000e-04 2.897656e-05 3.088579e-05 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_2012_I1124333.yoda b/analyses/pluginCDF/CDF_2012_I1124333.yoda --- a/analyses/pluginCDF/CDF_2012_I1124333.yoda +++ b/analyses/pluginCDF/CDF_2012_I1124333.yoda @@ -1,100 +1,105 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_2012_I1124333/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.3, up: 1.3}, sys: {dn: -2.6, up: 2.6}, 'sys,luminosity uncertainty': {dn: -14.853800000000001, up: 14.853800000000001}}} + IsRef: 1 Path: /REF/CDF_2012_I1124333/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.60522.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.960000e+03 0.000000e+00 0.000000e+00 2.561000e+02 2.906888e+00 2.906888e+00 +# xval xerr- xerr+ yval yerr- yerr+ +1.960000e+03 0.000000e+00 0.000000e+00 2.561000e+02 1.513557e+01 1.513557e+01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2012_I1124333/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.035, up: 0.035}, 'sys,luminosity uncertainty': {dn: -0.20955400000000002, up: 0.20955400000000002}}, 1: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.1, up: 0.1}, 'sys,luminosity uncertainty': {dn: -0.5846399999999999, up: 0.5846399999999999}}, 2: {stat: {dn: -0.33, up: 0.33}, sys: {dn: -0.15, up: 0.15}, 'sys,luminosity uncertainty': {dn: -0.8995799999999999, up: 0.8995799999999999}}, 3: {stat: {dn: -0.37, up: 0.37}, sys: {dn: -0.19, up: 0.19}, 'sys,luminosity uncertainty': {dn: -1.12926, up: 1.12926}}, 4: {stat: {dn: -0.39, up: 0.39}, sys: {dn: -0.21, up: 0.21}, 'sys,luminosity uncertainty': {dn: -1.2516399999999999, up: 1.2516399999999999}}, 5: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.23, up: 0.23}, 'sys,luminosity uncertainty': {dn: -1.3311, up: 1.3311}}, 6: {stat: {dn: -0.39, up: 0.39}, sys: {dn: -0.22, up: 0.22}, 'sys,luminosity uncertainty': {dn: -1.3096399999999997, up: 1.3096399999999997}}, 7: {stat: {dn: -0.39, up: 0.39}, sys: {dn: -0.22, up: 0.22}, 'sys,luminosity uncertainty': {dn: -1.2963, up: 1.2963}}, 8: {stat: {dn: -0.37, up: 0.37}, sys: {dn: -0.21, up: 0.21}, 'sys,luminosity uncertainty': {dn: -1.1953799999999999, up: 1.1953799999999999}}, 9: {stat: {dn: -0.36, up: 0.36}, sys: {dn: -0.2, up: 0.2}, 'sys,luminosity uncertainty': {dn: -1.15246, up: 1.15246}}, 10: {stat: {dn: -0.35, up: 0.35}, sys: {dn: -0.19, up: 0.19}, 'sys,luminosity uncertainty': {dn: -1.0880800000000002, up: 1.0880800000000002}}, 11: {stat: {dn: -0.34, up: 0.34}, sys: {dn: -0.17, up: 0.17}, 'sys,luminosity uncertainty': {dn: -1.00282, up: 1.00282}}, 12: {stat: {dn: -0.32, up: 0.32}, sys: {dn: -0.16, up: 0.16}, 'sys,luminosity uncertainty': {dn: -0.9065399999999999, up: 0.9065399999999999}}, 13: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.15, up: 0.15}, 'sys,luminosity uncertainty': {dn: -0.8514399999999999, up: 0.8514399999999999}}, 14: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.14, up: 0.14}, 'sys,luminosity uncertainty': {dn: -0.79692, up: 0.79692}}, 15: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.13, up: 0.13}, 'sys,luminosity uncertainty': {dn: -0.7580600000000001, up: 0.7580600000000001}}, 16: {stat: {dn: -0.28, up: 0.28}, sys: {dn: -0.12, up: 0.12}, 'sys,luminosity uncertainty': {dn: -0.68614, up: 0.68614}}, 17: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.11, up: 0.11}, 'sys,luminosity uncertainty': {dn: -0.64496, up: 0.64496}}, 18: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -0.11, up: 0.11}, 'sys,luminosity uncertainty': {dn: -0.59914, up: 0.59914}}, 19: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.11, up: 0.11}, 'sys,luminosity uncertainty': {dn: -0.59392, up: 0.59392}}, 20: {stat: {dn: -0.244, up: 0.244}, sys: {dn: -0.094, up: 0.094}, 'sys,luminosity uncertainty': {dn: -0.524494, up: 0.524494}}, 21: {stat: {dn: -0.231, up: 0.231}, sys: {dn: -0.084, up: 0.084}, 'sys,luminosity uncertainty': {dn: -0.48111, up: 0.48111}}, 22: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.085, up: 0.085}, 'sys,luminosity uncertainty': {dn: -0.48250200000000004, up: 0.48250200000000004}}, 23: {stat: {dn: -0.229, up: 0.229}, sys: {dn: -0.079, up: 0.079}, 'sys,luminosity uncertainty': {dn: -0.45124000000000003, up: 0.45124000000000003}}, 24: {stat: {dn: -0.227, up: 0.227}, sys: {dn: -0.076, up: 0.076}, 'sys,luminosity uncertainty': {dn: -0.43296999999999997, up: 0.43296999999999997}}, 25: {stat: {dn: -0.215, up: 0.215}, sys: {dn: -0.069, up: 0.069}, 'sys,luminosity uncertainty': {dn: -0.396662, up: 0.396662}}, 26: {stat: {dn: -0.208, up: 0.208}, sys: {dn: -0.065, up: 0.065}, 'sys,luminosity uncertainty': {dn: -0.371838, up: 0.371838}}, 27: {stat: {dn: -0.208, up: 0.208}, sys: {dn: -0.064, up: 0.064}, 'sys,luminosity uncertainty': {dn: -0.36075999999999997, up: 0.36075999999999997}}, 28: {stat: {dn: -0.204, up: 0.204}, sys: {dn: -0.06, up: 0.06}, 'sys,luminosity uncertainty': {dn: -0.34162, up: 0.34162}}, 29: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.055, up: 0.055}, 'sys,luminosity uncertainty': {dn: -0.311054, up: 0.311054}}, 30: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.053, up: 0.053}, 'sys,luminosity uncertainty': {dn: -0.30078799999999994, up: 0.30078799999999994}}, 31: {stat: {dn: -0.181, up: 0.181}, sys: {dn: -0.049, up: 0.049}, 'sys,luminosity uncertainty': {dn: -0.27793599999999996, up: 0.27793599999999996}}, 32: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.045, up: 0.045}, 'sys,luminosity uncertainty': {dn: -0.256998, up: 0.256998}}, 33: {stat: {dn: -0.165, up: 0.165}, sys: {dn: -0.042, up: 0.042}, 'sys,luminosity uncertainty': {dn: -0.240642, up: 0.240642}}, 34: {stat: {dn: -0.179, up: 0.179}, sys: {dn: -0.044, up: 0.044}, 'sys,luminosity uncertainty': {dn: -0.25206799999999996, up: 0.25206799999999996}}, 35: {stat: {dn: -0.166, up: 0.166}, sys: {dn: -0.04, up: 0.04}, 'sys,luminosity uncertainty': {dn: -0.22799799999999998, up: 0.22799799999999998}}, 36: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.038, up: 0.038}, 'sys,luminosity uncertainty': {dn: -0.217906, up: 0.217906}}, 37: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.038, up: 0.038}, 'sys,luminosity uncertainty': {dn: -0.217674, up: 0.217674}}, 38: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.036, up: 0.036}, 'sys,luminosity uncertainty': {dn: -0.20798799999999998, up: 0.20798799999999998}}, 39: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.034, up: 0.034}, 'sys,luminosity uncertainty': {dn: -0.19157399999999997, up: 0.19157399999999997}}, 40: {stat: {dn: -0.142, up: 0.142}, sys: {dn: -0.03, up: 0.03}, 'sys,luminosity uncertainty': {dn: -0.171216, up: 0.171216}}, 41: {stat: {dn: -0.143, up: 0.143}, sys: {dn: -0.03, up: 0.03}, 'sys,luminosity uncertainty': {dn: -0.169534, up: 0.169534}}, 42: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.03, up: 0.03}, 'sys,luminosity uncertainty': {dn: -0.166866, up: 0.166866}}, 43: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.027, up: 0.027}, 'sys,luminosity uncertainty': {dn: -0.150974, up: 0.150974}}, 44: {stat: {dn: -0.139, up: 0.139}, sys: {dn: -0.027, up: 0.027}, 'sys,luminosity uncertainty': {dn: -0.152192, up: 0.152192}}, 45: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.026, up: 0.026}, 'sys,luminosity uncertainty': {dn: -0.15022, up: 0.15022}}, 46: {stat: {dn: -0.139, up: 0.139}, sys: {dn: -0.026, up: 0.026}, 'sys,luminosity uncertainty': {dn: -0.145928, up: 0.145928}}, 47: {stat: {dn: -0.124, up: 0.124}, sys: {dn: -0.022, up: 0.022}, 'sys,luminosity uncertainty': {dn: -0.12760000000000002, up: 0.12760000000000002}}, 48: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.02, up: 0.02}, 'sys,luminosity uncertainty': {dn: -0.112984, up: 0.112984}}, 49: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.022, up: 0.022}, 'sys,luminosity uncertainty': {dn: -0.12638199999999997, up: 0.12638199999999997}}, 50: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.021, up: 0.021}, 'sys,luminosity uncertainty': {dn: -0.117856, up: 0.117856}}, 51: {stat: {dn: -0.076, up: 0.076}, sys: {dn: -0.018, up: 0.018}, 'sys,luminosity uncertainty': {dn: -0.100688, up: 0.100688}}, 52: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.016, up: 0.016}, 'sys,luminosity uncertainty': {dn: -0.094714, up: 0.094714}}, 53: {stat: {dn: -0.077, up: 0.077}, sys: {dn: -0.016, up: 0.016}, 'sys,luminosity uncertainty': {dn: -0.093728, up: 0.093728}}, 54: {stat: {dn: -0.069, up: 0.069}, sys: {dn: -0.014, up: 0.014}, 'sys,luminosity uncertainty': {dn: -0.08009799999999999, up: 0.08009799999999999}}, 55: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.013, up: 0.013}, 'sys,luminosity uncertainty': {dn: -0.074472, up: 0.074472}}, 56: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.01, up: 0.01}, 'sys,luminosity uncertainty': {dn: -0.05828999999999999, up: 0.05828999999999999}}, 57: {stat: {dn: -0.0361, up: 0.0361}, sys: {dn: -0.0088, up: 0.0088}, 'sys,luminosity uncertainty': {dn: -0.0508602, up: 0.0508602}}, 58: {stat: {dn: -0.0352, up: 0.0352}, sys: {dn: -0.0079, up: 0.0079}, 'sys,luminosity uncertainty': {dn: -0.0461622, up: 0.0461622}}, 59: {stat: {dn: -0.0336, up: 0.0336}, sys: {dn: -0.007, up: 0.007}, 'sys,luminosity uncertainty': {dn: -0.04099439999999999, up: 0.04099439999999999}}, 60: {stat: {dn: -0.0193, up: 0.0193}, sys: {dn: -0.0055, up: 0.0055}, 'sys,luminosity uncertainty': {dn: -0.032508999999999996, up: 0.032508999999999996}}, 61: {stat: {dn: -0.0179, up: 0.0179}, sys: {dn: -0.0044, up: 0.0044}, 'sys,luminosity uncertainty': {dn: -0.02668, up: 0.02668}}, 62: {stat: {dn: -0.0156, up: 0.0156}, sys: {dn: -0.0033, up: 0.0033}, 'sys,luminosity uncertainty': {dn: -0.0206016, up: 0.0206016}}, 63: {stat: {dn: -0.0136, up: 0.0136}, sys: {dn: -0.0025, up: 0.0025}, 'sys,luminosity uncertainty': {dn: -0.016008, up: 0.016008}}, 64: {stat: {dn: -0.0128, up: 0.0128}, sys: {dn: -0.002, up: 0.002}, 'sys,luminosity uncertainty': {dn: -0.0134038, up: 0.0134038}}, 65: {stat: {dn: -0.0089, up: 0.0089}, sys: {dn: -0.0014, up: 0.0014}, 'sys,luminosity uncertainty': {dn: -0.0093844, up: 0.0093844}}, 66: {stat: {dn: -0.0084, up: 0.0084}, sys: {dn: -0.0011, up: 0.0011}, 'sys,luminosity uncertainty': {dn: -0.0077894, up: 0.0077894}}, 67: {stat: {dn: -0.0078, up: 0.0078}, sys: {dn: -0.0009, up: 0.0009}, 'sys,luminosity uncertainty': {dn: -0.0063452, up: 0.0063452}}, 68: {stat: {dn: -0.00678, up: 0.00678}, sys: {dn: -0.00068, up: 0.00068}, 'sys,luminosity uncertainty': {dn: -0.0048807, up: 0.0048807}}, 69: {stat: {dn: -0.00565, up: 0.00565}, sys: {dn: -0.00049, up: 0.00049}, 'sys,luminosity uncertainty': {dn: -0.0036812599999999996, up: 0.0036812599999999996}}, 70: {stat: {dn: -0.00504, up: 0.00504}, sys: {dn: -0.00038, up: 0.00038}, 'sys,luminosity uncertainty': {dn: -0.0028895600000000002, up: 0.0028895600000000002}}, 71: {stat: {dn: -0.00422, up: 0.00422}, sys: {dn: -0.00028, up: 0.00028}, 'sys,luminosity uncertainty': {dn: -0.00219588, up: 0.00219588}}, 72: {stat: {dn: -0.00389, up: 0.00389}, sys: {dn: -0.00023, up: 0.00023}, 'sys,luminosity uncertainty': {dn: -0.00173304, up: 0.00173304}}, 73: {stat: {dn: -0.00227, up: 0.00227}, sys: {dn: -0.00016, up: 0.00016}, 'sys,luminosity uncertainty': {dn: -0.00133284, up: 0.00133284}}, 74: {stat: {dn: -0.00178, up: 0.00178}, sys: {dn: -0.0001, up: 0.0001}, 'sys,luminosity uncertainty': {dn: -0.0008404199999999999, up: 0.0008404199999999999}}, 75: {stat: {dn: -0.001389, up: 0.001389}, sys: {dn: -6.4e-05, up: 6.4e-05}, 'sys,luminosity uncertainty': {dn: -0.000543402, up: 0.000543402}}, 76: {stat: {dn: -0.001496, up: 0.001496}, sys: {dn: -5.5e-05, up: 5.5e-05}, 'sys,luminosity uncertainty': {dn: -0.00048690999999999996, up: 0.00048690999999999996}}, 77: {stat: {dn: -0.001174, up: 0.001174}, sys: {dn: -3.4e-05, up: 3.4e-05}, 'sys,luminosity uncertainty': {dn: -0.00030763199999999996, up: 0.00030763199999999996}}, 78: {stat: {dn: -0.000331, up: 0.000331}, sys: {dn: -1.2e-05, up: 1.2e-05}, 'sys,luminosity uncertainty': {dn: -0.000107938, up: 0.000107938}}, 79: {stat: {dn: -0.0001478, up: 0.0001478}, sys: {dn: -3.1e-06, up: 3.1e-06}, 'sys,luminosity uncertainty': {dn: -3.06414e-05, up: 3.06414e-05}}, 80: {stat: {dn: -0.0001019, up: 0.0001019}, sys: {dn: -1.9e-06, up: 1.9e-06}, 'sys,luminosity uncertainty': {dn: -1.64604e-05, up: 1.64604e-05}}, 81: {stat: {dn: -0.0001162, up: 0.0001162}, sys: {dn: -9.0e-07, up: 9.0e-07}, 'sys,luminosity uncertainty': {dn: -8.636199999999999e-06, up: 8.636199999999999e-06}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2012_I1124333/d02-x01-y01 IsRef: 1 Path: /REF/CDF_2012_I1124333/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.60522.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -2.500000e-01 2.500000e-01 2.500000e-01 3.613000e+00 1.716071e-01 1.716071e-01 -7.500000e-01 2.500000e-01 2.500000e-01 1.008000e+01 2.879236e-01 2.879236e-01 -1.250000e+00 2.500000e-01 2.500000e-01 1.551000e+01 3.624914e-01 3.624914e-01 -1.750000e+00 2.500000e-01 2.500000e-01 1.947000e+01 4.159327e-01 4.159327e-01 -2.250000e+00 2.500000e-01 2.500000e-01 2.158000e+01 4.429447e-01 4.429447e-01 -2.750000e+00 2.500000e-01 2.500000e-01 2.295000e+01 4.614109e-01 4.614109e-01 -3.250000e+00 2.500000e-01 2.500000e-01 2.258000e+01 4.477723e-01 4.477723e-01 -3.750000e+00 2.500000e-01 2.500000e-01 2.235000e+01 4.477723e-01 4.477723e-01 -4.250000e+00 2.500000e-01 2.500000e-01 2.061000e+01 4.254409e-01 4.254409e-01 -4.750000e+00 2.500000e-01 2.500000e-01 1.987000e+01 4.118252e-01 4.118252e-01 -5.250000e+00 2.500000e-01 2.500000e-01 1.876000e+01 3.982462e-01 3.982462e-01 -5.750000e+00 2.500000e-01 2.500000e-01 1.729000e+01 3.801316e-01 3.801316e-01 -6.250000e+00 2.500000e-01 2.500000e-01 1.563000e+01 3.577709e-01 3.577709e-01 -6.750000e+00 2.500000e-01 2.500000e-01 1.468000e+01 3.443835e-01 3.443835e-01 -7.250000e+00 2.500000e-01 2.500000e-01 1.374000e+01 3.310589e-01 3.310589e-01 -7.750000e+00 2.500000e-01 2.500000e-01 1.307000e+01 3.269557e-01 3.269557e-01 -8.250000e+00 2.500000e-01 2.500000e-01 1.183000e+01 3.046309e-01 3.046309e-01 -8.750000e+00 2.500000e-01 2.500000e-01 1.112000e+01 2.915476e-01 2.915476e-01 -9.250000e+00 2.500000e-01 2.500000e-01 1.033000e+01 2.823119e-01 2.823119e-01 -9.750000e+00 2.500000e-01 2.500000e-01 1.024000e+01 2.915476e-01 2.915476e-01 -1.025000e+01 2.500000e-01 2.500000e-01 9.043000e+00 2.614804e-01 2.614804e-01 -1.075000e+01 2.500000e-01 2.500000e-01 8.295000e+00 2.457987e-01 2.457987e-01 -1.125000e+01 2.500000e-01 2.500000e-01 8.319000e+00 2.536651e-01 2.536651e-01 -1.175000e+01 2.500000e-01 2.500000e-01 7.780000e+00 2.422437e-01 2.422437e-01 -1.225000e+01 2.500000e-01 2.500000e-01 7.465000e+00 2.393846e-01 2.393846e-01 -1.275000e+01 2.500000e-01 2.500000e-01 6.839000e+00 2.258008e-01 2.258008e-01 -1.325000e+01 2.500000e-01 2.500000e-01 6.411000e+00 2.179197e-01 2.179197e-01 -1.375000e+01 2.500000e-01 2.500000e-01 6.220000e+00 2.176235e-01 2.176235e-01 -1.425000e+01 2.500000e-01 2.500000e-01 5.890000e+00 2.126405e-01 2.126405e-01 -1.475000e+01 2.500000e-01 2.500000e-01 5.363000e+00 1.978004e-01 1.978004e-01 -1.525000e+01 2.500000e-01 2.500000e-01 5.186000e+00 1.972536e-01 1.972536e-01 -1.575000e+01 2.500000e-01 2.500000e-01 4.792000e+00 1.875153e-01 1.875153e-01 -1.625000e+01 2.500000e-01 2.500000e-01 4.431000e+00 1.777892e-01 1.777892e-01 -1.675000e+01 2.500000e-01 2.500000e-01 4.149000e+00 1.702616e-01 1.702616e-01 -1.725000e+01 2.500000e-01 2.500000e-01 4.346000e+00 1.843285e-01 1.843285e-01 -1.775000e+01 2.500000e-01 2.500000e-01 3.931000e+00 1.707513e-01 1.707513e-01 -1.825000e+01 2.500000e-01 2.500000e-01 3.757000e+00 1.673708e-01 1.673708e-01 -1.875000e+01 2.500000e-01 2.500000e-01 3.753000e+00 1.712688e-01 1.712688e-01 -1.925000e+01 2.500000e-01 2.500000e-01 3.586000e+00 1.669281e-01 1.669281e-01 -1.975000e+01 2.500000e-01 2.500000e-01 3.303000e+00 1.577086e-01 1.577086e-01 -2.025000e+01 2.500000e-01 2.500000e-01 2.952000e+00 1.451344e-01 1.451344e-01 -2.075000e+01 2.500000e-01 2.500000e-01 2.923000e+00 1.461130e-01 1.461130e-01 -2.125000e+01 2.500000e-01 2.500000e-01 2.877000e+00 1.470918e-01 1.470918e-01 -2.175000e+01 2.500000e-01 2.500000e-01 2.603000e+00 1.366931e-01 1.366931e-01 -2.225000e+01 2.500000e-01 2.500000e-01 2.624000e+00 1.415980e-01 1.415980e-01 -2.275000e+01 2.500000e-01 2.500000e-01 2.590000e+00 1.423938e-01 1.423938e-01 -2.325000e+01 2.500000e-01 2.500000e-01 2.516000e+00 1.414107e-01 1.414107e-01 -2.375000e+01 2.500000e-01 2.500000e-01 2.200000e+00 1.259365e-01 1.259365e-01 -2.425000e+01 2.500000e-01 2.500000e-01 1.948000e+00 1.147563e-01 1.147563e-01 -2.475000e+01 2.500000e-01 2.500000e-01 2.179000e+00 1.308625e-01 1.308625e-01 -2.550000e+01 5.000000e-01 5.000000e-01 2.032000e+00 8.755570e-02 8.755570e-02 -2.650000e+01 5.000000e-01 5.000000e-01 1.736000e+00 7.810250e-02 7.810250e-02 -2.750000e+01 5.000000e-01 5.000000e-01 1.633000e+00 7.668768e-02 7.668768e-02 -2.850000e+01 5.000000e-01 5.000000e-01 1.616000e+00 7.864477e-02 7.864477e-02 -2.950000e+01 5.000000e-01 5.000000e-01 1.381000e+00 7.040597e-02 7.040597e-02 -3.100000e+01 1.000000e+00 1.000000e+00 1.284000e+00 4.684015e-02 4.684015e-02 -3.300000e+01 1.000000e+00 1.000000e+00 1.005000e+00 4.026164e-02 4.026164e-02 -3.500000e+01 1.000000e+00 1.000000e+00 8.769000e-01 3.715710e-02 3.715710e-02 -3.700000e+01 1.000000e+00 1.000000e+00 7.959000e-01 3.607562e-02 3.607562e-02 -3.900000e+01 1.000000e+00 1.000000e+00 7.068000e-01 3.432142e-02 3.432142e-02 -4.200000e+01 2.000000e+00 2.000000e+00 5.605000e-01 2.006838e-02 2.006838e-02 -4.600000e+01 2.000000e+00 2.000000e+00 4.600000e-01 1.843285e-02 1.843285e-02 -5.000000e+01 2.000000e+00 2.000000e+00 3.552000e-01 1.594522e-02 1.594522e-02 -5.400000e+01 2.000000e+00 2.000000e+00 2.760000e-01 1.382787e-02 1.382787e-02 -5.800000e+01 2.000000e+00 2.000000e+00 2.311000e-01 1.295531e-02 1.295531e-02 -6.250000e+01 2.500000e+00 2.500000e+00 1.618000e-01 9.009439e-03 9.009439e-03 -6.750000e+01 2.500000e+00 2.500000e+00 1.343000e-01 8.471718e-03 8.471718e-03 -7.250000e+01 2.500000e+00 2.500000e+00 1.094000e-01 7.851751e-03 7.851751e-03 -7.750000e+01 2.500000e+00 2.500000e+00 8.415000e-02 6.814015e-03 6.814015e-03 -8.250000e+01 2.500000e+00 2.500000e+00 6.347000e-02 5.671208e-03 5.671208e-03 -8.750000e+01 2.500000e+00 2.500000e+00 4.982000e-02 5.054305e-03 5.054305e-03 -9.250000e+01 2.500000e+00 2.500000e+00 3.786000e-02 4.229279e-03 4.229279e-03 -9.750000e+01 2.500000e+00 2.500000e+00 2.988000e-02 3.896794e-03 3.896794e-03 -1.050000e+02 5.000000e+00 5.000000e+00 2.298000e-02 2.275632e-03 2.275632e-03 -1.150000e+02 5.000000e+00 5.000000e+00 1.449000e-02 1.782807e-03 1.782807e-03 -1.250000e+02 5.000000e+00 5.000000e+00 9.369000e-03 1.390474e-03 1.390474e-03 -1.350000e+02 5.000000e+00 5.000000e+00 8.395000e-03 1.497011e-03 1.497011e-03 -1.450000e+02 5.000000e+00 5.000000e+00 5.304000e-03 1.174492e-03 1.174492e-03 -1.625000e+02 1.250000e+01 1.250000e+01 1.861000e-03 3.312175e-04 3.312175e-04 -1.875000e+02 1.250000e+01 1.250000e+01 5.283000e-04 1.478325e-04 1.478325e-04 -2.250000e+02 2.500000e+01 2.500000e+01 2.838000e-04 1.019177e-04 1.019177e-04 -3.000000e+02 5.000000e+01 5.000000e+01 1.489000e-04 1.162035e-04 1.162035e-04 +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 3.613000e+00 2.708540e-01 2.708540e-01 +7.500000e-01 2.500000e-01 2.500000e-01 1.008000e+01 6.516931e-01 6.516931e-01 +1.250000e+00 2.500000e-01 2.500000e-01 1.551000e+01 9.698681e-01 9.698681e-01 +1.750000e+00 2.500000e-01 2.500000e-01 1.947000e+01 1.203424e+00 1.203424e+00 +2.250000e+00 2.500000e-01 2.500000e-01 2.158000e+01 1.327706e+00 1.327706e+00 +2.750000e+00 2.500000e-01 2.500000e-01 2.295000e+01 1.408803e+00 1.408803e+00 +3.250000e+00 2.500000e-01 2.500000e-01 2.258000e+01 1.384073e+00 1.384073e+00 +3.750000e+00 2.500000e-01 2.500000e-01 2.235000e+01 1.371457e+00 1.371457e+00 +4.250000e+00 2.500000e-01 2.500000e-01 2.061000e+01 1.268831e+00 1.268831e+00 +4.750000e+00 2.500000e-01 2.500000e-01 1.987000e+01 1.223832e+00 1.223832e+00 +5.250000e+00 2.500000e-01 2.500000e-01 1.876000e+01 1.158671e+00 1.158671e+00 +5.750000e+00 2.500000e-01 2.500000e-01 1.729000e+01 1.072450e+00 1.072450e+00 +6.250000e+00 2.500000e-01 2.500000e-01 1.563000e+01 9.745844e-01 9.745844e-01 +6.750000e+00 2.500000e-01 2.500000e-01 1.468000e+01 9.184498e-01 9.184498e-01 +7.250000e+00 2.500000e-01 2.500000e-01 1.374000e+01 8.629493e-01 8.629493e-01 +7.750000e+00 2.500000e-01 2.500000e-01 1.307000e+01 8.255634e-01 8.255634e-01 +8.250000e+00 2.500000e-01 2.500000e-01 1.183000e+01 7.507250e-01 7.507250e-01 +8.750000e+00 2.500000e-01 2.500000e-01 1.112000e+01 7.077947e-01 7.077947e-01 +9.250000e+00 2.500000e-01 2.500000e-01 1.033000e+01 6.623207e-01 6.623207e-01 +9.750000e+00 2.500000e-01 2.500000e-01 1.024000e+01 6.616200e-01 6.616200e-01 +1.025000e+01 2.500000e-01 2.500000e-01 9.043000e+00 5.860597e-01 5.860597e-01 +1.075000e+01 2.500000e-01 2.500000e-01 8.295000e+00 5.402627e-01 5.402627e-01 +1.125000e+01 2.500000e-01 2.500000e-01 8.319000e+00 5.451185e-01 5.451185e-01 +1.175000e+01 2.500000e-01 2.500000e-01 7.780000e+00 5.121519e-01 5.121519e-01 +1.225000e+01 2.500000e-01 2.500000e-01 7.465000e+00 4.947404e-01 4.947404e-01 +1.275000e+01 2.500000e-01 2.500000e-01 6.839000e+00 4.564282e-01 4.564282e-01 +1.325000e+01 2.500000e-01 2.500000e-01 6.411000e+00 4.309901e-01 4.309901e-01 +1.375000e+01 2.500000e-01 2.500000e-01 6.220000e+00 4.213167e-01 4.213167e-01 +1.425000e+01 2.500000e-01 2.500000e-01 5.890000e+00 4.023931e-01 4.023931e-01 +1.475000e+01 2.500000e-01 2.500000e-01 5.363000e+00 3.686185e-01 3.686185e-01 +1.525000e+01 2.500000e-01 2.500000e-01 5.186000e+00 3.596977e-01 3.596977e-01 +1.575000e+01 2.500000e-01 2.500000e-01 4.792000e+00 3.352766e-01 3.352766e-01 +1.625000e+01 2.500000e-01 2.500000e-01 4.431000e+00 3.125012e-01 3.125012e-01 +1.675000e+01 2.500000e-01 2.500000e-01 4.149000e+00 2.947839e-01 2.947839e-01 +1.725000e+01 2.500000e-01 2.500000e-01 4.346000e+00 3.122744e-01 3.122744e-01 +1.775000e+01 2.500000e-01 2.500000e-01 3.931000e+00 2.848492e-01 2.848492e-01 +1.825000e+01 2.500000e-01 2.500000e-01 3.757000e+00 2.747654e-01 2.747654e-01 +1.875000e+01 2.500000e-01 2.500000e-01 3.753000e+00 2.769747e-01 2.769747e-01 +1.925000e+01 2.500000e-01 2.500000e-01 3.586000e+00 2.666908e-01 2.666908e-01 +1.975000e+01 2.500000e-01 2.500000e-01 3.303000e+00 2.481383e-01 2.481383e-01 +2.025000e+01 2.500000e-01 2.500000e-01 2.952000e+00 2.244525e-01 2.244525e-01 +2.075000e+01 2.500000e-01 2.500000e-01 2.923000e+00 2.238097e-01 2.238097e-01 +2.125000e+01 2.500000e-01 2.500000e-01 2.877000e+00 2.224416e-01 2.224416e-01 +2.175000e+01 2.500000e-01 2.500000e-01 2.603000e+00 2.036618e-01 2.036618e-01 +2.225000e+01 2.500000e-01 2.500000e-01 2.624000e+00 2.078759e-01 2.078759e-01 +2.275000e+01 2.500000e-01 2.500000e-01 2.590000e+00 2.069832e-01 2.069832e-01 +2.325000e+01 2.500000e-01 2.500000e-01 2.516000e+00 2.032043e-01 2.032043e-01 +2.375000e+01 2.500000e-01 2.500000e-01 2.200000e+00 1.792812e-01 1.792812e-01 +2.425000e+01 2.500000e-01 2.500000e-01 1.948000e+00 1.610416e-01 1.610416e-01 +2.475000e+01 2.500000e-01 2.500000e-01 2.179000e+00 1.819269e-01 1.819269e-01 +2.550000e+01 5.000000e-01 5.000000e-01 2.032000e+00 1.468197e-01 1.468197e-01 +2.650000e+01 5.000000e-01 5.000000e-01 1.736000e+00 1.274287e-01 1.274287e-01 +2.750000e+01 5.000000e-01 5.000000e-01 1.633000e+00 1.218677e-01 1.218677e-01 +2.850000e+01 5.000000e-01 5.000000e-01 1.616000e+00 1.223517e-01 1.223517e-01 +2.950000e+01 5.000000e-01 5.000000e-01 1.381000e+00 1.066428e-01 1.066428e-01 +3.100000e+01 1.000000e+00 1.000000e+00 1.284000e+00 8.797772e-02 8.797772e-02 +3.300000e+01 1.000000e+00 1.000000e+00 1.005000e+00 7.084295e-02 7.084295e-02 +3.500000e+01 1.000000e+00 1.000000e+00 8.769000e-01 6.298738e-02 6.298738e-02 +3.700000e+01 1.000000e+00 1.000000e+00 7.959000e-01 5.858668e-02 5.858668e-02 +3.900000e+01 1.000000e+00 1.000000e+00 7.068000e-01 5.346495e-02 5.346495e-02 +4.200000e+01 2.000000e+00 2.000000e+00 5.605000e-01 3.820439e-02 3.820439e-02 +4.600000e+01 2.000000e+00 2.000000e+00 4.600000e-01 3.242827e-02 3.242827e-02 +5.000000e+01 2.000000e+00 2.000000e+00 3.552000e-01 2.605141e-02 2.605141e-02 +5.400000e+01 2.000000e+00 2.000000e+00 2.760000e-01 2.115339e-02 2.115339e-02 +5.800000e+01 2.000000e+00 2.000000e+00 2.311000e-01 1.864140e-02 1.864140e-02 +6.250000e+01 2.500000e+00 2.500000e+00 1.618000e-01 1.300911e-02 1.300911e-02 +6.750000e+01 2.500000e+00 2.500000e+00 1.343000e-01 1.150846e-02 1.150846e-02 +7.250000e+01 2.500000e+00 2.500000e+00 1.094000e-01 1.009513e-02 1.009513e-02 +7.750000e+01 2.500000e+00 2.500000e+00 8.415000e-02 8.381649e-03 8.381649e-03 +8.250000e+01 2.500000e+00 2.500000e+00 6.347000e-02 6.761233e-03 6.761233e-03 +8.750000e+01 2.500000e+00 2.500000e+00 4.982000e-02 5.821989e-03 5.821989e-03 +9.250000e+01 2.500000e+00 2.500000e+00 3.786000e-02 4.765363e-03 4.765363e-03 +9.750000e+01 2.500000e+00 2.500000e+00 2.988000e-02 4.264789e-03 4.264789e-03 +1.050000e+02 5.000000e+00 5.000000e+00 2.298000e-02 2.637226e-03 2.637226e-03 +1.150000e+02 5.000000e+00 5.000000e+00 1.449000e-02 1.970966e-03 1.970966e-03 +1.250000e+02 5.000000e+00 5.000000e+00 9.369000e-03 1.492884e-03 1.492884e-03 +1.350000e+02 5.000000e+00 5.000000e+00 8.395000e-03 1.574205e-03 1.574205e-03 +1.450000e+02 5.000000e+00 5.000000e+00 5.304000e-03 1.214113e-03 1.214113e-03 +1.625000e+02 1.250000e+01 1.250000e+01 1.861000e-03 3.483613e-04 3.483613e-04 +1.875000e+02 1.250000e+01 1.250000e+01 5.283000e-04 1.509747e-04 1.509747e-04 +2.250000e+02 2.500000e+01 2.500000e+01 2.838000e-04 1.032384e-04 1.032384e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.489000e-04 1.165240e-04 1.165240e-04 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCDF/CDF_2015_I1388868.cc b/analyses/pluginCDF/CDF_2015_I1388868.cc --- a/analyses/pluginCDF/CDF_2015_I1388868.cc +++ b/analyses/pluginCDF/CDF_2015_I1388868.cc @@ -1,128 +1,128 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/ChargedFinalState.hh" namespace Rivet { /// @brief CDF leading track underlying event at 300, 900 and 1960 GeV /// @author Orestes Tumbarell Aranda (Havana), Hannes Jung (DESY) class CDF_2015_I1388868 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(CDF_2015_I1388868); /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { // Energy selection - double isqrts = 0; + int isqrts = -1; if (fuzzyEquals(sqrtS()/GeV, 300, 1E-3)) { - isqrts = 3; + isqrts = 2; } else if (fuzzyEquals(sqrtS()/GeV, 900, 1E-3)) { - isqrts = 2; + isqrts = 1; } else if (fuzzyEquals(sqrtS()/GeV, 1960, 1E-3)) { - isqrts = 1; + isqrts = 0; } else { throw UserError("Unexpected sqrtS ! Only 300, 900, 1960 GeV is supported by CDF_2015_I1388868"); } MSG_DEBUG("CDF Tevatron UE: running with " << sqrtS()/GeV); // Book projection const ChargedFinalState cfs(Cuts::abseta < 0.8 && Cuts::pT > 0.5*GeV); declare(cfs, "Tracks"); // Book profile histos - book(_NchgPDFden1 ,isqrts,1,1); - book(_NchgPMNden1 ,isqrts,1,2); - book(_NchgPMXden1 ,isqrts,1,3); - book(_NchgPden1 ,isqrts,1,4); - book(_PTsumPDFden1,isqrts,1,6); - book(_PTsumPMNden1,isqrts,1,7); - book(_PTsumPMXden1,isqrts,1,8); - book(_PTsumPden1 ,isqrts,1,9); + book(_NchgPDFden1 , 8*isqrts+4,1,1); + book(_NchgPMNden1 , 8*isqrts+2,1,1); + book(_NchgPMXden1 , 8*isqrts+1,1,1); + book(_NchgPden1 , 8*isqrts+3,1,1); + book(_PTsumPDFden1, 8*isqrts+8,1,1); + book(_PTsumPMNden1, 8*isqrts+6,1,1); + book(_PTsumPMXden1, 8*isqrts+5,1,1); + book(_PTsumPden1 , 8*isqrts+7,1,1); } /// Perform the per-event analysis void analyze(const Event& event) { // Require at least one track in the event with pT >= 0.5 GeV const ChargedFinalState& cfs = apply(event, "Tracks"); if (cfs.empty()) vetoEvent; const Particles trks = cfs.particlesByPt(); // Get lead track const Particle p_lead = trks[0]; const double philead = p_lead.phi(); const double ptlead = p_lead.pT(); // Loop over tracks and compute variables double NchgP1 = 0, NchgP2 = 0, PTsumP1 = 0, PTsumP2 = 0; for (const Particle& p : trks) { // Region definition -- if not in transverse region, ignore const double dphi = mapAngle0To2Pi(p.phi() - philead); if (!inRange(dphi, PI/3, 2*PI/3) && !inRange(dphi, 4*PI/3, 5*PI/3)) continue; // Transverse region 1 if (inRange(dphi, PI/3, 2*PI/3)) { NchgP1 += 1; PTsumP1 += p.pT(); } // Transverse region 2 else if (inRange(dphi, 4*PI/3, 5*PI/3)) { NchgP2 += 1; PTsumP2 += p.pT(); } } // Calculate total variables const double NchgPtot = (NchgP1 + NchgP2)/2; const double NchgPmax = max(NchgP1,NchgP2); const double NchgPmin = min(NchgP1,NchgP2); const double PTsumPtot = (PTsumP1 + PTsumP2)/2; const double PTsumPmax = max(PTsumP1,PTsumP2); const double PTsumPmin = min(PTsumP1,PTsumP2); // const double PTsumPMXden = PTsumPmax/AREA; const double PTsumPMNden = PTsumPmin/AREA; const double NchgPMXden = NchgPmax/AREA; const double NchgPMNden = NchgPmin/AREA; // const double NchgPDFden = NchgPMXden - NchgPMNden; const double PTsumPDFden = PTsumPMXden - PTsumPMNden; // Fill histograms _NchgPden1 ->fill(ptlead/GeV, NchgPtot/AREA); _NchgPMXden1->fill(ptlead/GeV, NchgPmax/AREA); _NchgPMNden1->fill(ptlead/GeV, NchgPmin/AREA); _NchgPDFden1->fill(ptlead/GeV, NchgPDFden ); _PTsumPden1 ->fill(ptlead/GeV, PTsumPtot/AREA); _PTsumPMXden1->fill(ptlead/GeV, PTsumPmax/AREA); _PTsumPMNden1->fill(ptlead/GeV, PTsumPmin/AREA); _PTsumPDFden1->fill(ptlead/GeV, PTsumPDFden ); } //@} /// eta-phi area of the transverse region constexpr static double AREA = 2*0.8 * M_PI/3; /// Histograms Profile1DPtr _NchgPden1, _NchgPMXden1,_NchgPMNden1,_NchgPDFden1,_PTsumPden1,_PTsumPMXden1,_PTsumPMNden1,_PTsumPDFden1; }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(CDF_2015_I1388868); } diff --git a/analyses/pluginCDF/CDF_2015_I1388868.plot b/analyses/pluginCDF/CDF_2015_I1388868.plot --- a/analyses/pluginCDF/CDF_2015_I1388868.plot +++ b/analyses/pluginCDF/CDF_2015_I1388868.plot @@ -1,349 +1,324 @@ # BEGIN PLOT /CDF_2015_I1388868/* XLabelSep=4.4 YLabelSep=5.4 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y01 +# BEGIN PLOT /CDF_2015_I1388868/d04-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransDIF charged-particle density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y02 +# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMIN charged-particle density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y03 +# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMAX charged-particle density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y04 +# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransAVE charged-particle density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y06 +# BEGIN PLOT /CDF_2015_I1388868/d08-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransDIF charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y07 +# BEGIN PLOT /CDF_2015_I1388868/d06-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMIN charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y08 +# BEGIN PLOT /CDF_2015_I1388868/d05-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMAX charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d01-x01-y09 +# BEGIN PLOT /CDF_2015_I1388868/d07-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransAVE charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=1.96\,\text{TeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y01 +# BEGIN PLOT /CDF_2015_I1388868/d12-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransDIF charged-particle density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y02 +# BEGIN PLOT /CDF_2015_I1388868/d10-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMIN charged-particle density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y03 +# BEGIN PLOT /CDF_2015_I1388868/d09-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMAX charged-particle density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y04 +# BEGIN PLOT /CDF_2015_I1388868/d11-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransAVE charged-particle density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y06 +# BEGIN PLOT /CDF_2015_I1388868/d16-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransDIF charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y07 +# BEGIN PLOT /CDF_2015_I1388868/d14-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMIN charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y08 +# BEGIN PLOT /CDF_2015_I1388868/d13-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMAX charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d02-x01-y09 +# BEGIN PLOT /CDF_2015_I1388868/d15-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransAVE charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=900\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y01 +# BEGIN PLOT /CDF_2015_I1388868/d20-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransDIF charged-particle density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT B -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y02 +# BEGIN PLOT /CDF_2015_I1388868/d18-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMIN charged-particle density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.20 LegendYPos=0.40 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y03 +# BEGIN PLOT /CDF_2015_I1388868/d17-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMAX charged-particle density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y04 +# BEGIN PLOT /CDF_2015_I1388868/d19-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransAVE charged-particle density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dN_\text{ch}\,/d\eta\, d\phi$} LegendXPos=0.40 LegendYPos=0.50 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y06 +# BEGIN PLOT /CDF_2015_I1388868/d24-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransDIF charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y07 +# BEGIN PLOT /CDF_2015_I1388868/d22-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMIN charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.20 LegendYPos=0.40 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y08 +# BEGIN PLOT /CDF_2015_I1388868/d21-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransMAX charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}_\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 # END PLOT -# BEGIN PLOT /CDF_2015_I1388868/d03-x01-y09 +# BEGIN PLOT /CDF_2015_I1388868/d23-x01-y01 XTwosidedTicks=1 YTwosidedTicks=1 Title=\large{TransAVE charged $p^{\text{sum}}_\text{T}$ density $\sqrt{s}=300\,\text{GeV}$} XLabel=\large{$p_\text{T}^{\text{max}}$ [GeV]} YLabel=\large{$(1/N_\text{events})\; dp^{\text{sum}}\text{T}\,/d\eta\, d\phi$ [GeV]} LegendXPos=0.40 LegendYPos=0.50 RatioPlotYMax=2.099 LogY=0 -ConnectBins=0 RatioPlotErrorBandColor=grey!40!yellow!60 XLabelSep=4.4 YLabelSep=5.4 # END PLOT diff --git a/analyses/pluginCDF/CDF_2015_I1388868.yoda b/analyses/pluginCDF/CDF_2015_I1388868.yoda --- a/analyses/pluginCDF/CDF_2015_I1388868.yoda +++ b/analyses/pluginCDF/CDF_2015_I1388868.yoda @@ -1,567 +1,616 @@ BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0225, up: 0.0225}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0211, up: 0.0211}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0216, up: 0.0216}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0236, up: 0.0236}}, 4: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0243, up: 0.0243}}, 5: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0224, up: 0.0224}}, 6: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0236, up: 0.0236}}, 7: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0287, up: 0.0287}}, 8: {stat: {dn: -0.0035, up: 0.0035}, sys: {dn: -0.031, up: 0.031}}, 9: {stat: {dn: -0.0036, up: 0.0036}, sys: {dn: -0.0301, up: 0.0301}}, 10: {stat: {dn: -0.0058, up: 0.0058}, sys: {dn: -0.0319, up: 0.0319}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.0364, up: 0.0364}}, 12: {stat: {dn: -0.0102, up: 0.0102}, sys: {dn: -0.0421, up: 0.0421}}, 13: {stat: {dn: -0.0144, up: 0.0144}, sys: {dn: -0.0472, up: 0.0472}}, 14: {stat: {dn: -0.0403, up: 0.0403}, sys: {dn: -0.0628, up: 0.0628}}} + IsRef: 1 Path: /REF/CDF_2015_I1388868/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.70787.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.484000e-01 1.950000e-02 1.950000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 3.442000e-01 1.580000e-02 1.580000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 4.648000e-01 1.430000e-02 1.430000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 5.335000e-01 1.480000e-02 1.480000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 5.729000e-01 1.480000e-02 1.480000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 5.933000e-01 1.390000e-02 1.390000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 6.050000e-01 1.400000e-02 1.400000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 6.150000e-01 1.650000e-02 1.650000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 6.199000e-01 1.900000e-02 1.900000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 6.252000e-01 1.860000e-02 1.860000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 6.392000e-01 2.070000e-02 2.070000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 6.425000e-01 2.680000e-02 2.680000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 6.383000e-01 3.070000e-02 3.070000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 6.401000e-01 3.570000e-02 3.570000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 7.017000e-01 6.180000e-02 6.180000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.669000e-01 2.250022e-02 2.250022e-02 +1.250000e+00 2.500000e-01 2.500000e-01 4.327000e-01 2.110095e-02 2.110095e-02 +1.750000e+00 2.500000e-01 2.500000e-01 6.262000e-01 2.160208e-02 2.160208e-02 +2.250000e+00 2.500000e-01 2.500000e-01 7.527000e-01 2.360530e-02 2.360530e-02 +2.750000e+00 2.500000e-01 2.500000e-01 8.261000e-01 2.431317e-02 2.431317e-02 +3.250000e+00 2.500000e-01 2.500000e-01 8.631000e-01 2.243769e-02 2.243769e-02 +3.750000e+00 2.500000e-01 2.500000e-01 8.814000e-01 2.366854e-02 2.366854e-02 +4.250000e+00 2.500000e-01 2.500000e-01 8.964000e-01 2.880868e-02 2.880868e-02 +4.750000e+00 2.500000e-01 2.500000e-01 9.061000e-01 3.119695e-02 3.119695e-02 +5.500000e+00 5.000000e-01 5.000000e-01 9.139000e-01 3.031452e-02 3.031452e-02 +6.500000e+00 5.000000e-01 5.000000e-01 9.228000e-01 3.242299e-02 3.242299e-02 +7.500000e+00 5.000000e-01 5.000000e-01 9.370000e-01 3.749613e-02 3.749613e-02 +9.000000e+00 1.000000e+00 1.000000e+00 9.337000e-01 4.331801e-02 4.331801e-02 +1.250000e+01 2.500000e+00 2.500000e+00 9.355000e-01 4.934775e-02 4.934775e-02 +1.750000e+01 2.500000e+00 2.500000e+00 1.021800e+00 7.461856e-02 7.461856e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0031, up: 0.0031}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0054, up: 0.0054}}, 2: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0077, up: 0.0077}}, 3: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0092, up: 0.0092}}, 4: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.01, up: 0.01}}, 5: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.009, up: 0.009}}, 6: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0107, up: 0.0107}}, 7: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.013, up: 0.013}}, 8: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0126, up: 0.0126}}, 9: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0121, up: 0.0121}}, 10: {stat: {dn: -0.0033, up: 0.0033}, sys: {dn: -0.0123, up: 0.0123}}, 11: {stat: {dn: -0.0051, up: 0.0051}, sys: {dn: -0.0112, up: 0.0112}}, 12: {stat: {dn: -0.0058, up: 0.0058}, sys: {dn: -0.0131, up: 0.0131}}, 13: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.0144, up: 0.0144}}, 14: {stat: {dn: -0.0219, up: 0.0219}, sys: {dn: -0.015, up: 0.015}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y02 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y02 -Title: ~ +Path: /REF/CDF_2015_I1388868/d02-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-01 2.500000e-01 2.500000e-01 1.850000e-02 3.100000e-03 3.100000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 8.850000e-02 5.400000e-03 5.400000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 1.614000e-01 7.700000e-03 7.700000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 2.192000e-01 9.200000e-03 9.200000e-03 -2.750000e+00 2.500000e-01 2.500000e-01 2.532000e-01 1.000000e-02 1.000000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 2.698000e-01 9.000000e-03 9.000000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 2.765000e-01 1.070000e-02 1.070000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 2.814000e-01 1.310000e-02 1.310000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 2.862000e-01 1.280000e-02 1.280000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 2.886000e-01 1.230000e-02 1.230000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 2.835000e-01 1.270000e-02 1.270000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 2.946000e-01 1.230000e-02 1.230000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 2.954000e-01 1.440000e-02 1.440000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 2.953000e-01 1.650000e-02 1.650000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 3.201000e-01 2.660000e-02 2.660000e-02 +1.250000e+00 2.500000e-01 2.500000e-01 8.850000e-02 5.400926e-03 5.400926e-03 +1.750000e+00 2.500000e-01 2.500000e-01 1.614000e-01 7.702597e-03 7.702597e-03 +2.250000e+00 2.500000e-01 2.500000e-01 2.192000e-01 9.204890e-03 9.204890e-03 +2.750000e+00 2.500000e-01 2.500000e-01 2.532000e-01 1.001249e-02 1.001249e-02 +3.250000e+00 2.500000e-01 2.500000e-01 2.698000e-01 9.027181e-03 9.027181e-03 +3.750000e+00 2.500000e-01 2.500000e-01 2.765000e-01 1.075639e-02 1.075639e-02 +4.250000e+00 2.500000e-01 2.500000e-01 2.814000e-01 1.308625e-02 1.308625e-02 +4.750000e+00 2.500000e-01 2.500000e-01 2.862000e-01 1.275774e-02 1.275774e-02 +5.500000e+00 5.000000e-01 5.000000e-01 2.886000e-01 1.228088e-02 1.228088e-02 +6.500000e+00 5.000000e-01 5.000000e-01 2.835000e-01 1.273499e-02 1.273499e-02 +7.500000e+00 5.000000e-01 5.000000e-01 2.946000e-01 1.230650e-02 1.230650e-02 +9.000000e+00 1.000000e+00 1.000000e+00 2.954000e-01 1.432655e-02 1.432655e-02 +1.250000e+01 2.500000e+00 2.500000e+00 2.953000e-01 1.647301e-02 1.647301e-02 +1.750000e+01 2.500000e+00 2.500000e+00 3.201000e-01 2.654449e-02 2.654449e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0128, up: 0.0128}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0132, up: 0.0132}}, 2: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0145, up: 0.0145}}, 3: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0163, up: 0.0163}}, 4: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.017, up: 0.017}}, 5: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0156, up: 0.0156}}, 6: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0169, up: 0.0169}}, 7: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0207, up: 0.0207}}, 8: {stat: {dn: -0.0024, up: 0.0024}, sys: {dn: -0.0217, up: 0.0217}}, 9: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0211, up: 0.0211}}, 10: {stat: {dn: -0.0041, up: 0.0041}, sys: {dn: -0.022, up: 0.022}}, 11: {stat: {dn: -0.0063, up: 0.0063}, sys: {dn: -0.0238, up: 0.0238}}, 12: {stat: {dn: -0.0072, up: 0.0072}, sys: {dn: -0.0276, up: 0.0276}}, 13: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.0308, up: 0.0308}}, 14: {stat: {dn: -0.0275, up: 0.0275}, sys: {dn: -0.0389, up: 0.0389}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y03 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y03 -Title: ~ +Path: /REF/CDF_2015_I1388868/d03-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.669000e-01 2.250000e-02 2.250000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 4.327000e-01 2.110000e-02 2.110000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 6.262000e-01 2.160000e-02 2.160000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 7.527000e-01 2.360000e-02 2.360000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 8.261000e-01 2.430000e-02 2.430000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 8.631000e-01 2.250000e-02 2.250000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 8.814000e-01 2.360000e-02 2.360000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 8.964000e-01 2.880000e-02 2.880000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 9.061000e-01 3.110000e-02 3.110000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 9.139000e-01 3.030000e-02 3.030000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 9.228000e-01 3.240000e-02 3.240000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 9.370000e-01 3.750000e-02 3.750000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 9.337000e-01 4.330000e-02 4.330000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 9.355000e-01 4.940000e-02 4.940000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 1.021800e+00 7.460000e-02 7.460000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 9.270000e-02 1.280039e-02 1.280039e-02 +1.250000e+00 2.500000e-01 2.500000e-01 2.606000e-01 1.320038e-02 1.320038e-02 +1.750000e+00 2.500000e-01 2.500000e-01 3.938000e-01 1.450138e-02 1.450138e-02 +2.250000e+00 2.500000e-01 2.500000e-01 4.860000e-01 1.630491e-02 1.630491e-02 +2.750000e+00 2.500000e-01 2.500000e-01 5.397000e-01 1.701058e-02 1.701058e-02 +3.250000e+00 2.500000e-01 2.500000e-01 5.664000e-01 1.562594e-02 1.562594e-02 +3.750000e+00 2.500000e-01 2.500000e-01 5.790000e-01 1.694993e-02 1.694993e-02 +4.250000e+00 2.500000e-01 2.500000e-01 5.889000e-01 2.077811e-02 2.077811e-02 +4.750000e+00 2.500000e-01 2.500000e-01 5.962000e-01 2.183232e-02 2.183232e-02 +5.500000e+00 5.000000e-01 5.000000e-01 6.013000e-01 2.124759e-02 2.124759e-02 +6.500000e+00 5.000000e-01 5.000000e-01 6.031000e-01 2.237878e-02 2.237878e-02 +7.500000e+00 5.000000e-01 5.000000e-01 6.158000e-01 2.461971e-02 2.461971e-02 +9.000000e+00 1.000000e+00 1.000000e+00 6.145000e-01 2.852367e-02 2.852367e-02 +1.250000e+01 2.500000e+00 2.500000e+00 6.154000e-01 3.238271e-02 3.238271e-02 +1.750000e+01 2.500000e+00 2.500000e+00 6.710000e-01 4.763885e-02 4.763885e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0195, up: 0.0195}}, 1: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0158, up: 0.0158}}, 2: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0143, up: 0.0143}}, 3: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0147, up: 0.0147}}, 4: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0148, up: 0.0148}}, 5: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0139, up: 0.0139}}, 6: {stat: {dn: -0.0019, up: 0.0019}, sys: {dn: -0.0139, up: 0.0139}}, 7: {stat: {dn: -0.0026, up: 0.0026}, sys: {dn: -0.0163, up: 0.0163}}, 8: {stat: {dn: -0.0035, up: 0.0035}, sys: {dn: -0.0186, up: 0.0186}}, 9: {stat: {dn: -0.0037, up: 0.0037}, sys: {dn: -0.0182, up: 0.0182}}, 10: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.0198, up: 0.0198}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.0252, up: 0.0252}}, 12: {stat: {dn: -0.0102, up: 0.0102}, sys: {dn: -0.029, up: 0.029}}, 13: {stat: {dn: -0.0141, up: 0.0141}, sys: {dn: -0.0328, up: 0.0328}}, 14: {stat: {dn: -0.0392, up: 0.0392}, sys: {dn: -0.0478, up: 0.0478}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y04 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y04 -Title: ~ +Path: /REF/CDF_2015_I1388868/d04-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t4 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 9.270000e-02 1.280000e-02 1.280000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 2.606000e-01 1.320000e-02 1.320000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 3.938000e-01 1.450000e-02 1.450000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 4.860000e-01 1.640000e-02 1.640000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 5.397000e-01 1.710000e-02 1.710000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 5.664000e-01 1.560000e-02 1.560000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 5.790000e-01 1.700000e-02 1.700000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 5.889000e-01 2.080000e-02 2.080000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 5.962000e-01 2.190000e-02 2.190000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 6.013000e-01 2.120000e-02 2.120000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 6.031000e-01 2.240000e-02 2.240000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 6.158000e-01 2.460000e-02 2.460000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 6.145000e-01 2.850000e-02 2.850000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 6.154000e-01 3.240000e-02 3.240000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 6.710000e-01 4.760000e-02 4.760000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.484000e-01 1.950103e-02 1.950103e-02 +1.250000e+00 2.500000e-01 2.500000e-01 3.442000e-01 1.580285e-02 1.580285e-02 +1.750000e+00 2.500000e-01 2.500000e-01 4.648000e-01 1.430559e-02 1.430559e-02 +2.250000e+00 2.500000e-01 2.500000e-01 5.335000e-01 1.471224e-02 1.471224e-02 +2.750000e+00 2.500000e-01 2.500000e-01 5.729000e-01 1.482734e-02 1.482734e-02 +3.250000e+00 2.500000e-01 2.500000e-01 5.933000e-01 1.396066e-02 1.396066e-02 +3.750000e+00 2.500000e-01 2.500000e-01 6.050000e-01 1.402926e-02 1.402926e-02 +4.250000e+00 2.500000e-01 2.500000e-01 6.150000e-01 1.650606e-02 1.650606e-02 +4.750000e+00 2.500000e-01 2.500000e-01 6.199000e-01 1.892644e-02 1.892644e-02 +5.500000e+00 5.000000e-01 5.000000e-01 6.252000e-01 1.857229e-02 1.857229e-02 +6.500000e+00 5.000000e-01 5.000000e-01 6.392000e-01 2.068913e-02 2.068913e-02 +7.500000e+00 5.000000e-01 5.000000e-01 6.425000e-01 2.675892e-02 2.675892e-02 +9.000000e+00 1.000000e+00 1.000000e+00 6.383000e-01 3.074150e-02 3.074150e-02 +1.250000e+01 2.500000e+00 2.500000e+00 6.401000e-01 3.570224e-02 3.570224e-02 +1.750000e+01 2.500000e+00 2.500000e+00 7.017000e-01 6.181812e-02 6.181812e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d05-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0144, up: 0.0144}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.016, up: 0.016}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.018, up: 0.018}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0206, up: 0.0206}}, 4: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0224, up: 0.0224}}, 5: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0192, up: 0.0192}}, 6: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.028, up: 0.028}}, 7: {stat: {dn: -0.0031, up: 0.0031}, sys: {dn: -0.0287, up: 0.0287}}, 8: {stat: {dn: -0.0043, up: 0.0043}, sys: {dn: -0.0301, up: 0.0301}}, 9: {stat: {dn: -0.0046, up: 0.0046}, sys: {dn: -0.0288, up: 0.0288}}, 10: {stat: {dn: -0.0077, up: 0.0077}, sys: {dn: -0.0297, up: 0.0297}}, 11: {stat: {dn: -0.0123, up: 0.0123}, sys: {dn: -0.0339, up: 0.0339}}, 12: {stat: {dn: -0.0152, up: 0.0152}, sys: {dn: -0.0412, up: 0.0412}}, 13: {stat: {dn: -0.0226, up: 0.0226}, sys: {dn: -0.0415, up: 0.0415}}, 14: {stat: {dn: -0.0631, up: 0.0631}, sys: {dn: -0.0307, up: 0.0307}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y06 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y06 -Title: ~ +Path: /REF/CDF_2015_I1388868/d05-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t5 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 9.460000e-02 1.260000e-02 1.260000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 2.680000e-01 1.240000e-02 1.240000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 4.134000e-01 1.240000e-02 1.240000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 5.154000e-01 1.340000e-02 1.340000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 5.835000e-01 1.480000e-02 1.480000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 6.273000e-01 1.300000e-02 1.300000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 6.543000e-01 1.900000e-02 1.900000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 6.748000e-01 1.910000e-02 1.910000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 6.942000e-01 2.030000e-02 2.030000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 7.142000e-01 1.920000e-02 1.920000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 7.411000e-01 2.040000e-02 2.040000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 7.605000e-01 2.570000e-02 2.570000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 7.816000e-01 3.290000e-02 3.290000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 8.091000e-01 3.340000e-02 3.340000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 9.155000e-01 6.610000e-02 6.610000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.058000e-01 1.440035e-02 1.440035e-02 +1.250000e+00 2.500000e-01 2.500000e-01 3.302000e-01 1.600031e-02 1.600031e-02 +1.750000e+00 2.500000e-01 2.500000e-01 5.393000e-01 1.800250e-02 1.800250e-02 +2.250000e+00 2.500000e-01 2.500000e-01 6.978000e-01 2.060607e-02 2.060607e-02 +2.750000e+00 2.500000e-01 2.500000e-01 8.029000e-01 2.241807e-02 2.241807e-02 +3.250000e+00 2.500000e-01 2.500000e-01 8.649000e-01 1.925097e-02 1.925097e-02 +3.750000e+00 2.500000e-01 2.500000e-01 9.031000e-01 2.807864e-02 2.807864e-02 +4.250000e+00 2.500000e-01 2.500000e-01 9.315000e-01 2.886694e-02 2.886694e-02 +4.750000e+00 2.500000e-01 2.500000e-01 9.566000e-01 3.040559e-02 3.040559e-02 +5.500000e+00 5.000000e-01 5.000000e-01 9.795000e-01 2.916505e-02 2.916505e-02 +6.500000e+00 5.000000e-01 5.000000e-01 1.002200e+00 3.068192e-02 3.068192e-02 +7.500000e+00 5.000000e-01 5.000000e-01 1.032900e+00 3.606245e-02 3.606245e-02 +9.000000e+00 1.000000e+00 1.000000e+00 1.062200e+00 4.391446e-02 4.391446e-02 +1.250000e+01 2.500000e+00 2.500000e+00 1.084500e+00 4.725474e-02 4.725474e-02 +1.750000e+01 2.500000e+00 2.500000e+00 1.207100e+00 7.017193e-02 7.017193e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d06-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0019, up: 0.0019}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0038, up: 0.0038}}, 2: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0077, up: 0.0077}}, 4: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0079, up: 0.0079}}, 5: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0072, up: 0.0072}}, 6: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.01, up: 0.01}}, 7: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0108, up: 0.0108}}, 8: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.011, up: 0.011}}, 9: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.011, up: 0.011}}, 10: {stat: {dn: -0.0035, up: 0.0035}, sys: {dn: -0.0121, up: 0.0121}}, 11: {stat: {dn: -0.0055, up: 0.0055}, sys: {dn: -0.0118, up: 0.0118}}, 12: {stat: {dn: -0.0065, up: 0.0065}, sys: {dn: -0.0121, up: 0.0121}}, 13: {stat: {dn: -0.0086, up: 0.0086}, sys: {dn: -0.0167, up: 0.0167}}, 14: {stat: {dn: -0.0241, up: 0.0241}, sys: {dn: -0.0148, up: 0.0148}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y07 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y07 -Title: ~ +Path: /REF/CDF_2015_I1388868/d06-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t6 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-01 2.500000e-01 2.500000e-01 1.120000e-02 1.900000e-03 1.900000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 6.220000e-02 3.800000e-03 3.800000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 1.259000e-01 6.000000e-03 6.000000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 1.824000e-01 7.700000e-03 7.700000e-03 -2.750000e+00 2.500000e-01 2.500000e-01 2.194000e-01 7.900000e-03 7.900000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 2.375000e-01 7.200000e-03 7.200000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 2.488000e-01 1.010000e-02 1.010000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 2.567000e-01 1.090000e-02 1.090000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 2.624000e-01 1.120000e-02 1.120000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 2.653000e-01 1.130000e-02 1.130000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 2.611000e-01 1.260000e-02 1.260000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 2.724000e-01 1.300000e-02 1.300000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 2.806000e-01 1.370000e-02 1.370000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 2.754000e-01 1.880000e-02 1.880000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 2.916000e-01 2.830000e-02 2.830000e-02 +1.250000e+00 2.500000e-01 2.500000e-01 6.220000e-02 3.801316e-03 3.801316e-03 +1.750000e+00 2.500000e-01 2.500000e-01 1.259000e-01 6.000833e-03 6.000833e-03 +2.250000e+00 2.500000e-01 2.500000e-01 1.824000e-01 7.705842e-03 7.705842e-03 +2.750000e+00 2.500000e-01 2.500000e-01 2.194000e-01 7.915807e-03 7.915807e-03 +3.250000e+00 2.500000e-01 2.500000e-01 2.375000e-01 7.233948e-03 7.233948e-03 +3.750000e+00 2.500000e-01 2.500000e-01 2.488000e-01 1.006032e-02 1.006032e-02 +4.250000e+00 2.500000e-01 2.500000e-01 2.567000e-01 1.090367e-02 1.090367e-02 +4.750000e+00 2.500000e-01 2.500000e-01 2.624000e-01 1.119866e-02 1.119866e-02 +5.500000e+00 5.000000e-01 5.000000e-01 2.653000e-01 1.121784e-02 1.121784e-02 +6.500000e+00 5.000000e-01 5.000000e-01 2.611000e-01 1.259603e-02 1.259603e-02 +7.500000e+00 5.000000e-01 5.000000e-01 2.724000e-01 1.301883e-02 1.301883e-02 +9.000000e+00 1.000000e+00 1.000000e+00 2.806000e-01 1.373536e-02 1.373536e-02 +1.250000e+01 2.500000e+00 2.500000e+00 2.754000e-01 1.878430e-02 1.878430e-02 +1.750000e+01 2.500000e+00 2.500000e+00 2.916000e-01 2.828162e-02 2.828162e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d07-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0081, up: 0.0081}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0099, up: 0.0099}}, 2: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0119, up: 0.0119}}, 3: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.014, up: 0.014}}, 4: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.015, up: 0.015}}, 5: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.013, up: 0.013}}, 6: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0188, up: 0.0188}}, 7: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0196, up: 0.0196}}, 8: {stat: {dn: -0.0029, up: 0.0029}, sys: {dn: -0.0204, up: 0.0204}}, 9: {stat: {dn: -0.0031, up: 0.0031}, sys: {dn: -0.0198, up: 0.0198}}, 10: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.0207, up: 0.0207}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.0228, up: 0.0228}}, 12: {stat: {dn: -0.0098, up: 0.0098}, sys: {dn: -0.0266, up: 0.0266}}, 13: {stat: {dn: -0.0141, up: 0.0141}, sys: {dn: -0.029, up: 0.029}}, 14: {stat: {dn: -0.0395, up: 0.0395}, sys: {dn: -0.0221, up: 0.0221}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y08 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y08 -Title: ~ +Path: /REF/CDF_2015_I1388868/d07-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t7 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.058000e-01 1.440000e-02 1.440000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 3.302000e-01 1.600000e-02 1.600000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 5.393000e-01 1.800000e-02 1.800000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 6.978000e-01 2.060000e-02 2.060000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 8.029000e-01 2.240000e-02 2.240000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 8.649000e-01 1.930000e-02 1.930000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 9.031000e-01 2.810000e-02 2.810000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 9.315000e-01 2.890000e-02 2.890000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 9.566000e-01 3.040000e-02 3.040000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 9.795000e-01 2.920000e-02 2.920000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 1.002200e+00 3.070000e-02 3.070000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 1.032900e+00 3.610000e-02 3.610000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 1.062200e+00 4.390000e-02 4.390000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 1.084500e+00 4.730000e-02 4.730000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 1.207100e+00 7.020000e-02 7.020000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 5.850000e-02 8.100000e-03 8.100000e-03 +1.250000e+00 2.500000e-01 2.500000e-01 1.962000e-01 9.900505e-03 9.900505e-03 +1.750000e+00 2.500000e-01 2.500000e-01 3.326000e-01 1.190168e-02 1.190168e-02 +2.250000e+00 2.500000e-01 2.500000e-01 4.401000e-01 1.400571e-02 1.400571e-02 +2.750000e+00 2.500000e-01 2.500000e-01 5.112000e-01 1.501200e-02 1.501200e-02 +3.250000e+00 2.500000e-01 2.500000e-01 5.512000e-01 1.303840e-02 1.303840e-02 +3.750000e+00 2.500000e-01 2.500000e-01 5.760000e-01 1.885206e-02 1.885206e-02 +4.250000e+00 2.500000e-01 2.500000e-01 5.941000e-01 1.971218e-02 1.971218e-02 +4.750000e+00 2.500000e-01 2.500000e-01 6.095000e-01 2.060510e-02 2.060510e-02 +5.500000e+00 5.000000e-01 5.000000e-01 6.224000e-01 2.004121e-02 2.004121e-02 +6.500000e+00 5.000000e-01 5.000000e-01 6.316000e-01 2.129530e-02 2.129530e-02 +7.500000e+00 5.000000e-01 5.000000e-01 6.527000e-01 2.416278e-02 2.416278e-02 +9.000000e+00 1.000000e+00 1.000000e+00 6.714000e-01 2.834784e-02 2.834784e-02 +1.250000e+01 2.500000e+00 2.500000e+00 6.799000e-01 3.224609e-02 3.224609e-02 +1.750000e+01 2.500000e+00 2.500000e+00 7.493000e-01 4.526213e-02 4.526213e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d08-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0126, up: 0.0126}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0124, up: 0.0124}}, 2: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0124, up: 0.0124}}, 3: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0134, up: 0.0134}}, 4: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0148, up: 0.0148}}, 5: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0129, up: 0.0129}}, 6: {stat: {dn: -0.0023, up: 0.0023}, sys: {dn: -0.0188, up: 0.0188}}, 7: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.0188, up: 0.0188}}, 8: {stat: {dn: -0.0045, up: 0.0045}, sys: {dn: -0.0198, up: 0.0198}}, 9: {stat: {dn: -0.0048, up: 0.0048}, sys: {dn: -0.0186, up: 0.0186}}, 10: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.0187, up: 0.0187}}, 11: {stat: {dn: -0.0125, up: 0.0125}, sys: {dn: -0.0225, up: 0.0225}}, 12: {stat: {dn: -0.0151, up: 0.0151}, sys: {dn: -0.0292, up: 0.0292}}, 13: {stat: {dn: -0.0215, up: 0.0215}, sys: {dn: -0.0255, up: 0.0255}}, 14: {stat: {dn: -0.0633, up: 0.0633}, sys: {dn: -0.0191, up: 0.0191}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d01-x01-y09 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d01-x01-y09 -Title: ~ +Path: /REF/CDF_2015_I1388868/d08-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t8 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 5.850000e-02 8.100000e-03 8.100000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 1.962000e-01 9.900000e-03 9.900000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 3.326000e-01 1.190000e-02 1.190000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 4.401000e-01 1.400000e-02 1.400000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 5.112000e-01 1.510000e-02 1.510000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 5.512000e-01 1.300000e-02 1.300000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 5.760000e-01 1.890000e-02 1.890000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 5.941000e-01 1.970000e-02 1.970000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 6.095000e-01 2.060000e-02 2.060000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 6.224000e-01 2.000000e-02 2.000000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 6.316000e-01 2.130000e-02 2.130000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 6.527000e-01 2.410000e-02 2.410000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 6.714000e-01 2.840000e-02 2.840000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 6.799000e-01 3.220000e-02 3.220000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 7.493000e-01 4.530000e-02 4.530000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 9.460000e-02 1.260040e-02 1.260040e-02 +1.250000e+00 2.500000e-01 2.500000e-01 2.680000e-01 1.240161e-02 1.240161e-02 +1.750000e+00 2.500000e-01 2.500000e-01 4.134000e-01 1.240645e-02 1.240645e-02 +2.250000e+00 2.500000e-01 2.500000e-01 5.154000e-01 1.341343e-02 1.341343e-02 +2.750000e+00 2.500000e-01 2.500000e-01 5.835000e-01 1.483375e-02 1.483375e-02 +3.250000e+00 2.500000e-01 2.500000e-01 6.273000e-01 1.298692e-02 1.298692e-02 +3.750000e+00 2.500000e-01 2.500000e-01 6.543000e-01 1.894017e-02 1.894017e-02 +4.250000e+00 2.500000e-01 2.500000e-01 6.748000e-01 1.907040e-02 1.907040e-02 +4.750000e+00 2.500000e-01 2.500000e-01 6.942000e-01 2.030493e-02 2.030493e-02 +5.500000e+00 5.000000e-01 5.000000e-01 7.142000e-01 1.920937e-02 1.920937e-02 +6.500000e+00 5.000000e-01 5.000000e-01 7.411000e-01 2.033937e-02 2.033937e-02 +7.500000e+00 5.000000e-01 5.000000e-01 7.605000e-01 2.573908e-02 2.573908e-02 +9.000000e+00 1.000000e+00 1.000000e+00 7.816000e-01 3.287324e-02 3.287324e-02 +1.250000e+01 2.500000e+00 2.500000e+00 8.091000e-01 3.335416e-02 3.335416e-02 +1.750000e+01 2.500000e+00 2.500000e+00 9.155000e-01 6.611883e-02 6.611883e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d09-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0153, up: 0.0153}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0145, up: 0.0145}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.018, up: 0.018}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0193, up: 0.0193}}, 4: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0213, up: 0.0213}}, 5: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0173, up: 0.0173}}, 6: {stat: {dn: -0.0019, up: 0.0019}, sys: {dn: -0.0152, up: 0.0152}}, 7: {stat: {dn: -0.0028, up: 0.0028}, sys: {dn: -0.0163, up: 0.0163}}, 8: {stat: {dn: -0.0039, up: 0.0039}, sys: {dn: -0.0169, up: 0.0169}}, 9: {stat: {dn: -0.0041, up: 0.0041}, sys: {dn: -0.02, up: 0.02}}, 10: {stat: {dn: -0.0069, up: 0.0069}, sys: {dn: -0.0192, up: 0.0192}}, 11: {stat: {dn: -0.0105, up: 0.0105}, sys: {dn: -0.0287, up: 0.0287}}, 12: {stat: {dn: -0.0125, up: 0.0125}, sys: {dn: -0.026, up: 0.026}}, 13: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.0393, up: 0.0393}}, 14: {stat: {dn: -0.0477, up: 0.0477}, sys: {dn: -0.0916, up: 0.0916}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y01 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y01 -Title: ~ +Path: /REF/CDF_2015_I1388868/d09-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t9 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.420000e-01 1.340000e-02 1.340000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 3.221000e-01 1.120000e-02 1.120000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 4.229000e-01 1.310000e-02 1.310000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 4.789000e-01 1.350000e-02 1.350000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 5.093000e-01 1.320000e-02 1.320000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 5.324000e-01 1.080000e-02 1.080000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 5.395000e-01 1.270000e-02 1.270000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 5.470000e-01 1.230000e-02 1.230000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 5.500000e-01 1.270000e-02 1.270000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 5.529000e-01 1.450000e-02 1.450000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 5.659000e-01 1.550000e-02 1.550000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 5.435000e-01 2.280000e-02 2.280000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 5.591000e-01 2.280000e-02 2.280000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 5.700000e-01 3.670000e-02 3.670000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 5.108000e-01 8.830000e-02 8.830000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.585000e-01 1.530033e-02 1.530033e-02 +1.250000e+00 2.500000e-01 2.500000e-01 3.956000e-01 1.450138e-02 1.450138e-02 +1.750000e+00 2.500000e-01 2.500000e-01 5.536000e-01 1.800250e-02 1.800250e-02 +2.250000e+00 2.500000e-01 2.500000e-01 6.454000e-01 1.930648e-02 1.930648e-02 +2.750000e+00 2.500000e-01 2.500000e-01 6.968000e-01 2.131502e-02 2.131502e-02 +3.250000e+00 2.500000e-01 2.500000e-01 7.306000e-01 1.734878e-02 1.734878e-02 +3.750000e+00 2.500000e-01 2.500000e-01 7.444000e-01 1.531829e-02 1.531829e-02 +4.250000e+00 2.500000e-01 2.500000e-01 7.544000e-01 1.653874e-02 1.653874e-02 +4.750000e+00 2.500000e-01 2.500000e-01 7.609000e-01 1.734416e-02 1.734416e-02 +5.500000e+00 5.000000e-01 5.000000e-01 7.619000e-01 2.041593e-02 2.041593e-02 +6.500000e+00 5.000000e-01 5.000000e-01 7.791000e-01 2.040221e-02 2.040221e-02 +7.500000e+00 5.000000e-01 5.000000e-01 7.488000e-01 3.056043e-02 3.056043e-02 +9.000000e+00 1.000000e+00 1.000000e+00 7.726000e-01 2.884874e-02 2.884874e-02 +1.250000e+01 2.500000e+00 2.500000e+00 7.579000e-01 4.365192e-02 4.365192e-02 +1.750000e+01 2.500000e+00 2.500000e+00 7.075000e-01 1.032756e-01 1.032756e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d10-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0019, up: 0.0019}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0034, up: 0.0034}}, 2: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0049, up: 0.0049}}, 3: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0059, up: 0.0059}}, 4: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0087, up: 0.0087}}, 5: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0109, up: 0.0109}}, 6: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0103, up: 0.0103}}, 7: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0099, up: 0.0099}}, 8: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0092, up: 0.0092}}, 9: {stat: {dn: -0.0023, up: 0.0023}, sys: {dn: -0.0095, up: 0.0095}}, 10: {stat: {dn: -0.0037, up: 0.0037}, sys: {dn: -0.0085, up: 0.0085}}, 11: {stat: {dn: -0.0056, up: 0.0056}, sys: {dn: -0.0095, up: 0.0095}}, 12: {stat: {dn: -0.0068, up: 0.0068}, sys: {dn: -0.0082, up: 0.0082}}, 13: {stat: {dn: -0.0095, up: 0.0095}, sys: {dn: -0.0105, up: 0.0105}}, 14: {stat: {dn: -0.0246, up: 0.0246}, sys: {dn: -0.02, up: 0.02}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y02 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y02 -Title: ~ +Path: /REF/CDF_2015_I1388868/d10-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t10 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-01 2.500000e-01 2.500000e-01 1.650000e-02 1.900000e-03 1.900000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 7.350000e-02 3.500000e-03 3.500000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 1.307000e-01 4.900000e-03 4.900000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 1.665000e-01 5.900000e-03 5.900000e-03 -2.750000e+00 2.500000e-01 2.500000e-01 1.875000e-01 8.700000e-03 8.700000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 1.982000e-01 1.090000e-02 1.090000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 2.049000e-01 1.030000e-02 1.030000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 2.074000e-01 1.000000e-02 1.000000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 2.109000e-01 9.500000e-03 9.500000e-03 -5.500000e+00 5.000000e-01 5.000000e-01 2.091000e-01 9.700000e-03 9.700000e-03 -6.500000e+00 5.000000e-01 5.000000e-01 2.131000e-01 9.300000e-03 9.300000e-03 -7.500000e+00 5.000000e-01 5.000000e-01 2.053000e-01 1.100000e-02 1.100000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 2.135000e-01 1.070000e-02 1.070000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 1.879000e-01 1.420000e-02 1.420000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 1.967000e-01 3.170000e-02 3.170000e-02 +1.250000e+00 2.500000e-01 2.500000e-01 7.350000e-02 3.401470e-03 3.401470e-03 +1.750000e+00 2.500000e-01 2.500000e-01 1.307000e-01 4.901020e-03 4.901020e-03 +2.250000e+00 2.500000e-01 2.500000e-01 1.665000e-01 5.907622e-03 5.907622e-03 +2.750000e+00 2.500000e-01 2.500000e-01 1.875000e-01 8.714356e-03 8.714356e-03 +3.250000e+00 2.500000e-01 2.500000e-01 1.982000e-01 1.092245e-02 1.092245e-02 +3.750000e+00 2.500000e-01 2.500000e-01 2.049000e-01 1.035857e-02 1.035857e-02 +4.250000e+00 2.500000e-01 2.500000e-01 2.074000e-01 1.001299e-02 1.001299e-02 +4.750000e+00 2.500000e-01 2.500000e-01 2.109000e-01 9.436631e-03 9.436631e-03 +5.500000e+00 5.000000e-01 5.000000e-01 2.091000e-01 9.774457e-03 9.774457e-03 +6.500000e+00 5.000000e-01 5.000000e-01 2.131000e-01 9.270383e-03 9.270383e-03 +7.500000e+00 5.000000e-01 5.000000e-01 2.053000e-01 1.102769e-02 1.102769e-02 +9.000000e+00 1.000000e+00 1.000000e+00 2.135000e-01 1.065270e-02 1.065270e-02 +1.250000e+01 2.500000e+00 2.500000e+00 1.879000e-01 1.415980e-02 1.415980e-02 +1.750000e+01 2.500000e+00 2.500000e+00 1.967000e-01 3.170426e-02 3.170426e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d11-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0086, up: 0.0086}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0115, up: 0.0115}}, 3: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0126, up: 0.0126}}, 4: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0149, up: 0.0149}}, 5: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0134, up: 0.0134}}, 6: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0114, up: 0.0114}}, 7: {stat: {dn: -0.0019, up: 0.0019}, sys: {dn: -0.0121, up: 0.0121}}, 8: {stat: {dn: -0.0027, up: 0.0027}, sys: {dn: -0.0123, up: 0.0123}}, 9: {stat: {dn: -0.0028, up: 0.0028}, sys: {dn: -0.0141, up: 0.0141}}, 10: {stat: {dn: -0.0047, up: 0.0047}, sys: {dn: -0.0133, up: 0.0133}}, 11: {stat: {dn: -0.0071, up: 0.0071}, sys: {dn: -0.0191, up: 0.0191}}, 12: {stat: {dn: -0.0085, up: 0.0085}, sys: {dn: -0.0171, up: 0.0171}}, 13: {stat: {dn: -0.0126, up: 0.0126}, sys: {dn: -0.0249, up: 0.0249}}, 14: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.0557, up: 0.0557}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y03 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y03 -Title: ~ +Path: /REF/CDF_2015_I1388868/d11-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t11 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.585000e-01 1.530000e-02 1.530000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 3.956000e-01 1.450000e-02 1.450000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 5.536000e-01 1.800000e-02 1.800000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 6.454000e-01 1.930000e-02 1.930000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 6.968000e-01 2.130000e-02 2.130000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 7.306000e-01 1.740000e-02 1.740000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 7.444000e-01 1.540000e-02 1.540000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 7.544000e-01 1.650000e-02 1.650000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 7.609000e-01 1.740000e-02 1.740000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 7.619000e-01 2.050000e-02 2.050000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 7.791000e-01 2.040000e-02 2.040000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 7.488000e-01 3.060000e-02 3.060000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 7.726000e-01 2.880000e-02 2.880000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 7.579000e-01 4.370000e-02 4.370000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 7.075000e-01 1.033000e-01 1.033000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 8.750000e-02 8.600000e-03 8.600000e-03 +1.250000e+00 2.500000e-01 2.500000e-01 2.346000e-01 9.000556e-03 9.000556e-03 +1.750000e+00 2.500000e-01 2.500000e-01 3.421000e-01 1.150174e-02 1.150174e-02 +2.250000e+00 2.500000e-01 2.500000e-01 4.060000e-01 1.260357e-02 1.260357e-02 +2.750000e+00 2.500000e-01 2.500000e-01 4.422000e-01 1.491208e-02 1.491208e-02 +3.250000e+00 2.500000e-01 2.500000e-01 4.644000e-01 1.343019e-02 1.343019e-02 +3.750000e+00 2.500000e-01 2.500000e-01 4.747000e-01 1.147388e-02 1.147388e-02 +4.250000e+00 2.500000e-01 2.500000e-01 4.809000e-01 1.224827e-02 1.224827e-02 +4.750000e+00 2.500000e-01 2.500000e-01 4.859000e-01 1.259286e-02 1.259286e-02 +5.500000e+00 5.000000e-01 5.000000e-01 4.855000e-01 1.437533e-02 1.437533e-02 +6.500000e+00 5.000000e-01 5.000000e-01 4.961000e-01 1.410603e-02 1.410603e-02 +7.500000e+00 5.000000e-01 5.000000e-01 4.770000e-01 2.037695e-02 2.037695e-02 +9.000000e+00 1.000000e+00 1.000000e+00 4.931000e-01 1.909607e-02 1.909607e-02 +1.250000e+01 2.500000e+00 2.500000e+00 4.729000e-01 2.790645e-02 2.790645e-02 +1.750000e+01 2.500000e+00 2.500000e+00 4.521000e-01 6.423776e-02 6.423776e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d12-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0134, up: 0.0134}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0112, up: 0.0112}}, 2: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0131, up: 0.0131}}, 3: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0135, up: 0.0135}}, 4: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0132, up: 0.0132}}, 5: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0107, up: 0.0107}}, 6: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0125, up: 0.0125}}, 7: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.0119, up: 0.0119}}, 8: {stat: {dn: -0.0044, up: 0.0044}, sys: {dn: -0.0119, up: 0.0119}}, 9: {stat: {dn: -0.0047, up: 0.0047}, sys: {dn: -0.0137, up: 0.0137}}, 10: {stat: {dn: -0.0079, up: 0.0079}, sys: {dn: -0.0134, up: 0.0134}}, 11: {stat: {dn: -0.0119, up: 0.0119}, sys: {dn: -0.0194, up: 0.0194}}, 12: {stat: {dn: -0.0142, up: 0.0142}, sys: {dn: -0.0179, up: 0.0179}}, 13: {stat: {dn: -0.0227, up: 0.0227}, sys: {dn: -0.0288, up: 0.0288}}, 14: {stat: {dn: -0.0513, up: 0.0513}, sys: {dn: -0.0719, up: 0.0719}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y04 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y04 -Title: ~ +Path: /REF/CDF_2015_I1388868/d12-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t12 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 8.750000e-02 8.600000e-03 8.600000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 2.346000e-01 9.000000e-03 9.000000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 3.421000e-01 1.150000e-02 1.150000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 4.060000e-01 1.260000e-02 1.260000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 4.422000e-01 1.490000e-02 1.490000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 4.644000e-01 1.350000e-02 1.350000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 4.747000e-01 1.150000e-02 1.150000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 4.809000e-01 1.220000e-02 1.220000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 4.859000e-01 1.260000e-02 1.260000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 4.855000e-01 1.440000e-02 1.440000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 4.961000e-01 1.410000e-02 1.410000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 4.770000e-01 2.030000e-02 2.030000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 4.931000e-01 1.910000e-02 1.910000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 4.729000e-01 2.790000e-02 2.790000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 4.521000e-01 6.430000e-02 6.430000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.420000e-01 1.340149e-02 1.340149e-02 +1.250000e+00 2.500000e-01 2.500000e-01 3.221000e-01 1.120179e-02 1.120179e-02 +1.750000e+00 2.500000e-01 2.500000e-01 4.229000e-01 1.310611e-02 1.310611e-02 +2.250000e+00 2.500000e-01 2.500000e-01 4.789000e-01 1.351333e-02 1.351333e-02 +2.750000e+00 2.500000e-01 2.500000e-01 5.093000e-01 1.323782e-02 1.323782e-02 +3.250000e+00 2.500000e-01 2.500000e-01 5.324000e-01 1.080463e-02 1.080463e-02 +3.750000e+00 2.500000e-01 2.500000e-01 5.395000e-01 1.269212e-02 1.269212e-02 +4.250000e+00 2.500000e-01 2.500000e-01 5.470000e-01 1.232274e-02 1.232274e-02 +4.750000e+00 2.500000e-01 2.500000e-01 5.500000e-01 1.268740e-02 1.268740e-02 +5.500000e+00 5.000000e-01 5.000000e-01 5.529000e-01 1.448378e-02 1.448378e-02 +6.500000e+00 5.000000e-01 5.000000e-01 5.659000e-01 1.555538e-02 1.555538e-02 +7.500000e+00 5.000000e-01 5.000000e-01 5.435000e-01 2.275895e-02 2.275895e-02 +9.000000e+00 1.000000e+00 1.000000e+00 5.591000e-01 2.284841e-02 2.284841e-02 +1.250000e+01 2.500000e+00 2.500000e+00 5.700000e-01 3.667056e-02 3.667056e-02 +1.750000e+01 2.500000e+00 2.500000e+00 5.108000e-01 8.832497e-02 8.832497e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d13-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0097, up: 0.0097}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0108, up: 0.0108}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0145, up: 0.0145}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0165, up: 0.0165}}, 4: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0193, up: 0.0193}}, 5: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0284, up: 0.0284}}, 6: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0218, up: 0.0218}}, 7: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.0213, up: 0.0213}}, 8: {stat: {dn: -0.0045, up: 0.0045}, sys: {dn: -0.0217, up: 0.0217}}, 9: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.0214, up: 0.0214}}, 10: {stat: {dn: -0.0089, up: 0.0089}, sys: {dn: -0.0217, up: 0.0217}}, 11: {stat: {dn: -0.0137, up: 0.0137}, sys: {dn: -0.0289, up: 0.0289}}, 12: {stat: {dn: -0.0164, up: 0.0164}, sys: {dn: -0.0263, up: 0.0263}}, 13: {stat: {dn: -0.0282, up: 0.0282}, sys: {dn: -0.0336, up: 0.0336}}, 14: {stat: {dn: -0.0863, up: 0.0863}, sys: {dn: -0.0708, up: 0.0708}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y06 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y06 -Title: ~ +Path: /REF/CDF_2015_I1388868/d13-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 9.000000e-02 8.600000e-03 8.600000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 2.486000e-01 8.500000e-03 8.500000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 3.685000e-01 1.070000e-02 1.070000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 4.517000e-01 1.190000e-02 1.190000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 5.010000e-01 1.300000e-02 1.300000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 5.315000e-01 1.940000e-02 1.940000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 5.505000e-01 1.460000e-02 1.460000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 5.668000e-01 1.430000e-02 1.430000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 5.786000e-01 1.480000e-02 1.480000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 5.935000e-01 1.470000e-02 1.470000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 6.244000e-01 1.720000e-02 1.720000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 6.108000e-01 2.440000e-02 2.440000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 6.446000e-01 2.450000e-02 2.450000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 7.023000e-01 4.070000e-02 4.070000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 6.076000e-01 9.430000e-02 9.430000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.000000e-01 9.700000e-03 9.700000e-03 +1.250000e+00 2.500000e-01 2.500000e-01 2.997000e-01 1.080046e-02 1.080046e-02 +1.750000e+00 2.500000e-01 2.500000e-01 4.687000e-01 1.450310e-02 1.450310e-02 +2.250000e+00 2.500000e-01 2.500000e-01 5.860000e-01 1.650757e-02 1.650757e-02 +2.750000e+00 2.500000e-01 2.500000e-01 6.587000e-01 1.932097e-02 1.932097e-02 +3.250000e+00 2.500000e-01 2.500000e-01 7.011000e-01 2.843449e-02 2.843449e-02 +3.750000e+00 2.500000e-01 2.500000e-01 7.284000e-01 2.191073e-02 2.191073e-02 +4.250000e+00 2.500000e-01 2.500000e-01 7.468000e-01 2.153903e-02 2.153903e-02 +4.750000e+00 2.500000e-01 2.500000e-01 7.637000e-01 2.216168e-02 2.216168e-02 +5.500000e+00 5.000000e-01 5.000000e-01 7.793000e-01 2.197635e-02 2.197635e-02 +6.500000e+00 5.000000e-01 5.000000e-01 8.168000e-01 2.345421e-02 2.345421e-02 +7.500000e+00 5.000000e-01 5.000000e-01 7.936000e-01 3.198281e-02 3.198281e-02 +9.000000e+00 1.000000e+00 1.000000e+00 8.365000e-01 3.099435e-02 3.099435e-02 +1.250000e+01 2.500000e+00 2.500000e+00 8.734000e-01 4.386570e-02 4.386570e-02 +1.750000e+01 2.500000e+00 2.500000e+00 7.853000e-01 1.116258e-01 1.116258e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d14-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0012, up: 0.0012}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0024, up: 0.0024}}, 2: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0038, up: 0.0038}}, 3: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0047, up: 0.0047}}, 4: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0067, up: 0.0067}}, 5: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0094, up: 0.0094}}, 6: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0089, up: 0.0089}}, 7: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.009, up: 0.009}}, 8: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0091, up: 0.0091}}, 9: {stat: {dn: -0.0023, up: 0.0023}, sys: {dn: -0.0091, up: 0.0091}}, 10: {stat: {dn: -0.0039, up: 0.0039}, sys: {dn: -0.0091, up: 0.0091}}, 11: {stat: {dn: -0.0059, up: 0.0059}, sys: {dn: -0.0107, up: 0.0107}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.0123, up: 0.0123}}, 13: {stat: {dn: -0.0105, up: 0.0105}, sys: {dn: -0.0127, up: 0.0127}}, 14: {stat: {dn: -0.0253, up: 0.0253}, sys: {dn: -0.0167, up: 0.0167}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y07 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y07 -Title: ~ +Path: /REF/CDF_2015_I1388868/d14-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t14 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-01 2.500000e-01 2.500000e-01 1.000000e-02 1.200000e-03 1.200000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 5.110000e-02 2.400000e-03 2.400000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 1.002000e-01 3.800000e-03 3.800000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 1.343000e-01 4.700000e-03 4.700000e-03 -2.750000e+00 2.500000e-01 2.500000e-01 1.578000e-01 6.700000e-03 6.700000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 1.696000e-01 9.400000e-03 9.400000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 1.778000e-01 9.000000e-03 9.000000e-03 -4.250000e+00 2.500000e-01 2.500000e-01 1.800000e-01 9.100000e-03 9.100000e-03 -4.750000e+00 2.500000e-01 2.500000e-01 1.852000e-01 9.300000e-03 9.300000e-03 -5.500000e+00 5.000000e-01 5.000000e-01 1.858000e-01 9.300000e-03 9.300000e-03 -6.500000e+00 5.000000e-01 5.000000e-01 1.924000e-01 9.900000e-03 9.900000e-03 -7.500000e+00 5.000000e-01 5.000000e-01 1.828000e-01 1.220000e-02 1.220000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 1.919000e-01 1.420000e-02 1.420000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 1.711000e-01 1.640000e-02 1.640000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 1.777000e-01 3.030000e-02 3.030000e-02 +1.250000e+00 2.500000e-01 2.500000e-01 5.110000e-02 2.402082e-03 2.402082e-03 +1.750000e+00 2.500000e-01 2.500000e-01 1.002000e-01 3.801316e-03 3.801316e-03 +2.250000e+00 2.500000e-01 2.500000e-01 1.343000e-01 4.704253e-03 4.704253e-03 +2.750000e+00 2.500000e-01 2.500000e-01 1.578000e-01 6.711930e-03 6.711930e-03 +3.250000e+00 2.500000e-01 2.500000e-01 1.696000e-01 9.426028e-03 9.426028e-03 +3.750000e+00 2.500000e-01 2.500000e-01 1.778000e-01 8.956004e-03 8.956004e-03 +4.250000e+00 2.500000e-01 2.500000e-01 1.800000e-01 9.124144e-03 9.124144e-03 +4.750000e+00 2.500000e-01 2.500000e-01 1.852000e-01 9.339165e-03 9.339165e-03 +5.500000e+00 5.000000e-01 5.000000e-01 1.858000e-01 9.386160e-03 9.386160e-03 +6.500000e+00 5.000000e-01 5.000000e-01 1.924000e-01 9.900505e-03 9.900505e-03 +7.500000e+00 5.000000e-01 5.000000e-01 1.828000e-01 1.221884e-02 1.221884e-02 +9.000000e+00 1.000000e+00 1.000000e+00 1.919000e-01 1.415238e-02 1.415238e-02 +1.250000e+01 2.500000e+00 2.500000e+00 1.711000e-01 1.647847e-02 1.647847e-02 +1.750000e+01 2.500000e+00 2.500000e+00 1.777000e-01 3.031468e-02 3.031468e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d15-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0055, up: 0.0055}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0066, up: 0.0066}}, 2: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0091, up: 0.0091}}, 3: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0106, up: 0.0106}}, 4: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0129, up: 0.0129}}, 5: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0188, up: 0.0188}}, 6: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.015, up: 0.015}}, 7: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0148, up: 0.0148}}, 8: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.0151, up: 0.0151}}, 9: {stat: {dn: -0.0033, up: 0.0033}, sys: {dn: -0.015, up: 0.015}}, 10: {stat: {dn: -0.0058, up: 0.0058}, sys: {dn: -0.0151, up: 0.0151}}, 11: {stat: {dn: -0.0088, up: 0.0088}, sys: {dn: -0.0197, up: 0.0197}}, 12: {stat: {dn: -0.0104, up: 0.0104}, sys: {dn: -0.019, up: 0.019}}, 13: {stat: {dn: -0.0173, up: 0.0173}, sys: {dn: -0.0229, up: 0.0229}}, 14: {stat: {dn: -0.0501, up: 0.0501}, sys: {dn: -0.0437, up: 0.0437}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y08 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y08 -Title: ~ +Path: /REF/CDF_2015_I1388868/d15-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t15 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.000000e-01 9.700000e-03 9.700000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 2.997000e-01 1.080000e-02 1.080000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 4.687000e-01 1.450000e-02 1.450000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 5.860000e-01 1.650000e-02 1.650000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 6.587000e-01 1.930000e-02 1.930000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 7.011000e-01 2.840000e-02 2.840000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 7.284000e-01 2.190000e-02 2.190000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 7.468000e-01 2.150000e-02 2.150000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 7.637000e-01 2.210000e-02 2.210000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 7.793000e-01 2.200000e-02 2.200000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 8.168000e-01 2.340000e-02 2.340000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 7.936000e-01 3.200000e-02 3.200000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 8.365000e-01 3.100000e-02 3.100000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 8.734000e-01 4.380000e-02 4.380000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 7.853000e-01 1.116000e-01 1.116000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 5.500000e-02 5.500000e-03 5.500000e-03 +1.250000e+00 2.500000e-01 2.500000e-01 1.754000e-01 6.600758e-03 6.600758e-03 +1.750000e+00 2.500000e-01 2.500000e-01 2.845000e-01 9.102198e-03 9.102198e-03 +2.250000e+00 2.500000e-01 2.500000e-01 3.601000e-01 1.060424e-02 1.060424e-02 +2.750000e+00 2.500000e-01 2.500000e-01 4.082000e-01 1.291395e-02 1.291395e-02 +3.250000e+00 2.500000e-01 2.500000e-01 4.353000e-01 1.882153e-02 1.882153e-02 +3.750000e+00 2.500000e-01 2.500000e-01 4.531000e-01 1.506519e-02 1.506519e-02 +4.250000e+00 2.500000e-01 2.500000e-01 4.634000e-01 1.494824e-02 1.494824e-02 +4.750000e+00 2.500000e-01 2.500000e-01 4.744000e-01 1.539513e-02 1.539513e-02 +5.500000e+00 5.000000e-01 5.000000e-01 4.826000e-01 1.535871e-02 1.535871e-02 +6.500000e+00 5.000000e-01 5.000000e-01 5.046000e-01 1.617560e-02 1.617560e-02 +7.500000e+00 5.000000e-01 5.000000e-01 4.882000e-01 2.157614e-02 2.157614e-02 +9.000000e+00 1.000000e+00 1.000000e+00 5.142000e-01 2.166010e-02 2.166010e-02 +1.250000e+01 2.500000e+00 2.500000e+00 5.222000e-01 2.870017e-02 2.870017e-02 +1.750000e+01 2.500000e+00 2.500000e+00 4.815000e-01 6.648082e-02 6.648082e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d16-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0086, up: 0.0086}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0085, up: 0.0085}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0107, up: 0.0107}}, 3: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0119, up: 0.0119}}, 4: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.013, up: 0.013}}, 5: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0193, up: 0.0193}}, 6: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0143, up: 0.0143}}, 7: {stat: {dn: -0.0037, up: 0.0037}, sys: {dn: -0.0138, up: 0.0138}}, 8: {stat: {dn: -0.0053, up: 0.0053}, sys: {dn: -0.0139, up: 0.0139}}, 9: {stat: {dn: -0.0058, up: 0.0058}, sys: {dn: -0.0135, up: 0.0135}}, 10: {stat: {dn: -0.0102, up: 0.0102}, sys: {dn: -0.0139, up: 0.0139}}, 11: {stat: {dn: -0.0157, up: 0.0157}, sys: {dn: -0.0187, up: 0.0187}}, 12: {stat: {dn: -0.0189, up: 0.0189}, sys: {dn: -0.0155, up: 0.0155}}, 13: {stat: {dn: -0.0344, up: 0.0344}, sys: {dn: -0.0218, up: 0.0218}}, 14: {stat: {dn: -0.0772, up: 0.0772}, sys: {dn: -0.0541, up: 0.0541}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d02-x01-y09 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d02-x01-y09 -Title: ~ +Path: /REF/CDF_2015_I1388868/d16-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t16 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 5.500000e-02 5.500000e-03 5.500000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 1.754000e-01 6.600000e-03 6.600000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 2.845000e-01 9.100000e-03 9.100000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 3.601000e-01 1.060000e-02 1.060000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 4.082000e-01 1.290000e-02 1.290000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 4.353000e-01 1.880000e-02 1.880000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 4.531000e-01 1.510000e-02 1.510000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 4.634000e-01 1.500000e-02 1.500000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 4.744000e-01 1.540000e-02 1.540000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 4.826000e-01 1.530000e-02 1.530000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 5.046000e-01 1.620000e-02 1.620000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 4.882000e-01 2.150000e-02 2.150000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 5.142000e-01 2.170000e-02 2.170000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 5.222000e-01 2.870000e-02 2.870000e-02 -1.750000e+01 2.500000e+00 2.500000e+00 4.815000e-01 6.650000e-02 6.650000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 9.000000e-02 8.600581e-03 8.600581e-03 +1.250000e+00 2.500000e-01 2.500000e-01 2.486000e-01 8.502353e-03 8.502353e-03 +1.750000e+00 2.500000e-01 2.500000e-01 3.685000e-01 1.070420e-02 1.070420e-02 +2.250000e+00 2.500000e-01 2.500000e-01 4.517000e-01 1.191512e-02 1.191512e-02 +2.750000e+00 2.500000e-01 2.500000e-01 5.010000e-01 1.303840e-02 1.303840e-02 +3.250000e+00 2.500000e-01 2.500000e-01 5.315000e-01 1.937473e-02 1.937473e-02 +3.750000e+00 2.500000e-01 2.500000e-01 5.505000e-01 1.451689e-02 1.451689e-02 +4.250000e+00 2.500000e-01 2.500000e-01 5.668000e-01 1.428741e-02 1.428741e-02 +4.750000e+00 2.500000e-01 2.500000e-01 5.786000e-01 1.487616e-02 1.487616e-02 +5.500000e+00 5.000000e-01 5.000000e-01 5.935000e-01 1.469320e-02 1.469320e-02 +6.500000e+00 5.000000e-01 5.000000e-01 6.244000e-01 1.724094e-02 1.724094e-02 +7.500000e+00 5.000000e-01 5.000000e-01 6.108000e-01 2.441680e-02 2.441680e-02 +9.000000e+00 1.000000e+00 1.000000e+00 6.446000e-01 2.444299e-02 2.444299e-02 +1.250000e+01 2.500000e+00 2.500000e+00 7.023000e-01 4.072591e-02 4.072591e-02 +1.750000e+01 2.500000e+00 2.500000e+00 6.076000e-01 9.426903e-02 9.426903e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d17-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0232, up: 0.0232}}, 1: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0216, up: 0.0216}}, 2: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0198, up: 0.0198}}, 3: {stat: {dn: -0.0012, up: 0.0012}, sys: {dn: -0.0193, up: 0.0193}}, 4: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0151, up: 0.0151}}, 5: {stat: {dn: -0.0037, up: 0.0037}, sys: {dn: -0.0147, up: 0.0147}}, 6: {stat: {dn: -0.0059, up: 0.0059}, sys: {dn: -0.0157, up: 0.0157}}, 7: {stat: {dn: -0.0089, up: 0.0089}, sys: {dn: -0.0162, up: 0.0162}}, 8: {stat: {dn: -0.0133, up: 0.0133}, sys: {dn: -0.018, up: 0.018}}, 9: {stat: {dn: -0.0144, up: 0.0144}, sys: {dn: -0.0175, up: 0.0175}}, 10: {stat: {dn: -0.0279, up: 0.0279}, sys: {dn: -0.0149, up: 0.0149}}, 11: {stat: {dn: -0.0495, up: 0.0495}, sys: {dn: -0.0209, up: 0.0209}}, 12: {stat: {dn: -0.0531, up: 0.0531}, sys: {dn: -0.04, up: 0.04}}, 13: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.0538, up: 0.0538}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y01 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y01 -Title: ~ +Path: /REF/CDF_2015_I1388868/d17-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t17 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.126000e-01 2.060000e-02 2.060000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 2.529000e-01 1.730000e-02 1.730000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 3.201000e-01 1.450000e-02 1.450000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 3.553000e-01 1.280000e-02 1.280000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 3.737000e-01 1.150000e-02 1.150000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 3.817000e-01 1.290000e-02 1.290000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 3.849000e-01 1.450000e-02 1.450000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 3.828000e-01 1.770000e-02 1.770000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 4.084000e-01 2.230000e-02 2.230000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 3.981000e-01 2.480000e-02 2.480000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 3.976000e-01 3.790000e-02 3.790000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 3.822000e-01 5.570000e-02 5.570000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 4.182000e-01 8.430000e-02 8.430000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 3.144000e-01 1.177000e-01 1.177000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.233000e-01 2.320022e-02 2.320022e-02 +1.250000e+00 2.500000e-01 2.500000e-01 2.987000e-01 2.160208e-02 2.160208e-02 +1.750000e+00 2.500000e-01 2.500000e-01 3.947000e-01 1.981237e-02 1.981237e-02 +2.250000e+00 2.500000e-01 2.500000e-01 4.441000e-01 1.933727e-02 1.933727e-02 +2.750000e+00 2.500000e-01 2.500000e-01 4.713000e-01 1.525942e-02 1.525942e-02 +3.250000e+00 2.500000e-01 2.500000e-01 4.888000e-01 1.515850e-02 1.515850e-02 +3.750000e+00 2.500000e-01 2.500000e-01 5.011000e-01 1.677200e-02 1.677200e-02 +4.250000e+00 2.500000e-01 2.500000e-01 4.926000e-01 1.848378e-02 1.848378e-02 +4.750000e+00 2.500000e-01 2.500000e-01 5.160000e-01 2.238057e-02 2.238057e-02 +5.500000e+00 5.000000e-01 5.000000e-01 5.022000e-01 2.266297e-02 2.266297e-02 +6.500000e+00 5.000000e-01 5.000000e-01 5.003000e-01 3.162942e-02 3.162942e-02 +7.500000e+00 5.000000e-01 5.000000e-01 5.215000e-01 5.373137e-02 5.373137e-02 +9.000000e+00 1.000000e+00 1.000000e+00 5.016000e-01 6.648015e-02 6.648015e-02 +1.250000e+01 2.500000e+00 2.500000e+00 4.217000e-01 1.039973e-01 1.039973e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d18-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0025, up: 0.0025}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0045, up: 0.0045}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0055, up: 0.0055}}, 3: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0072, up: 0.0072}}, 4: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0042, up: 0.0042}}, 5: {stat: {dn: -0.0019, up: 0.0019}, sys: {dn: -0.0033, up: 0.0033}}, 6: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.0036, up: 0.0036}}, 7: {stat: {dn: -0.0045, up: 0.0045}, sys: {dn: -0.0033, up: 0.0033}}, 8: {stat: {dn: -0.0066, up: 0.0066}, sys: {dn: -0.0071, up: 0.0071}}, 9: {stat: {dn: -0.0068, up: 0.0068}, sys: {dn: -0.0031, up: 0.0031}}, 10: {stat: {dn: -0.0119, up: 0.0119}, sys: {dn: -0.0044, up: 0.0044}}, 11: {stat: {dn: -0.0232, up: 0.0232}, sys: {dn: -0.0031, up: 0.0031}}, 12: {stat: {dn: -0.0201, up: 0.0201}, sys: {dn: -0.0078, up: 0.0078}}, 13: {stat: {dn: -0.0429, up: 0.0429}, sys: {dn: -0.0106, up: 0.0106}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y02 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y02 -Title: ~ +Path: /REF/CDF_2015_I1388868/d18-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t18 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-01 2.500000e-01 2.500000e-01 1.080000e-02 2.500000e-03 2.500000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 4.580000e-02 4.500000e-03 4.500000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 7.470000e-02 5.500000e-03 5.500000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 8.880000e-02 7.200000e-03 7.200000e-03 -2.750000e+00 2.500000e-01 2.500000e-01 9.760000e-02 4.300000e-03 4.300000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 1.071000e-01 3.800000e-03 3.800000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 1.162000e-01 4.700000e-03 4.700000e-03 -4.250000e+00 2.500000e-01 2.500000e-01 1.097000e-01 5.600000e-03 5.600000e-03 -4.750000e+00 2.500000e-01 2.500000e-01 1.075000e-01 9.700000e-03 9.700000e-03 -5.500000e+00 5.000000e-01 5.000000e-01 1.040000e-01 7.500000e-03 7.500000e-03 -6.500000e+00 5.000000e-01 5.000000e-01 1.027000e-01 1.270000e-02 1.270000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 1.393000e-01 2.340000e-02 2.340000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 8.340000e-02 2.160000e-02 2.160000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 1.072000e-01 4.420000e-02 4.420000e-02 +1.250000e+00 2.500000e-01 2.500000e-01 4.580000e-02 4.501111e-03 4.501111e-03 +1.750000e+00 2.500000e-01 2.500000e-01 7.470000e-02 5.508176e-03 5.508176e-03 +2.250000e+00 2.500000e-01 2.500000e-01 8.880000e-02 7.224957e-03 7.224957e-03 +2.750000e+00 2.500000e-01 2.500000e-01 9.760000e-02 4.341659e-03 4.341659e-03 +3.250000e+00 2.500000e-01 2.500000e-01 1.071000e-01 3.807887e-03 3.807887e-03 +3.750000e+00 2.500000e-01 2.500000e-01 1.162000e-01 4.686150e-03 4.686150e-03 +4.250000e+00 2.500000e-01 2.500000e-01 1.097000e-01 5.580323e-03 5.580323e-03 +4.750000e+00 2.500000e-01 2.500000e-01 1.075000e-01 9.693812e-03 9.693812e-03 +5.500000e+00 5.000000e-01 5.000000e-01 1.040000e-01 7.473286e-03 7.473286e-03 +6.500000e+00 5.000000e-01 5.000000e-01 1.027000e-01 1.268740e-02 1.268740e-02 +7.500000e+00 5.000000e-01 5.000000e-01 1.393000e-01 2.340620e-02 2.340620e-02 +9.000000e+00 1.000000e+00 1.000000e+00 8.340000e-02 2.156038e-02 2.156038e-02 +1.250000e+01 2.500000e+00 2.500000e+00 1.072000e-01 4.419016e-02 4.419016e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d19-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0129, up: 0.0129}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.013, up: 0.013}}, 2: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0126, up: 0.0126}}, 3: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0131, up: 0.0131}}, 4: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0096, up: 0.0096}}, 5: {stat: {dn: -0.0024, up: 0.0024}, sys: {dn: -0.0089, up: 0.0089}}, 6: {stat: {dn: -0.0039, up: 0.0039}, sys: {dn: -0.0096, up: 0.0096}}, 7: {stat: {dn: -0.0059, up: 0.0059}, sys: {dn: -0.0097, up: 0.0097}}, 8: {stat: {dn: -0.0086, up: 0.0086}, sys: {dn: -0.0124, up: 0.0124}}, 9: {stat: {dn: -0.0092, up: 0.0092}, sys: {dn: -0.0103, up: 0.0103}}, 10: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.0095, up: 0.0095}}, 11: {stat: {dn: -0.0318, up: 0.0318}, sys: {dn: -0.0108, up: 0.0108}}, 12: {stat: {dn: -0.0322, up: 0.0322}, sys: {dn: -0.0239, up: 0.0239}}, 13: {stat: {dn: -0.0623, up: 0.0623}, sys: {dn: -0.0238, up: 0.0238}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y03 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y03 -Title: ~ +Path: /REF/CDF_2015_I1388868/d19-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t19 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 1.233000e-01 2.320000e-02 2.320000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 2.987000e-01 2.160000e-02 2.160000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 3.947000e-01 1.980000e-02 1.980000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 4.441000e-01 1.940000e-02 1.940000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 4.713000e-01 1.530000e-02 1.530000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 4.888000e-01 1.520000e-02 1.520000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 5.011000e-01 1.680000e-02 1.680000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 4.926000e-01 1.850000e-02 1.850000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 5.160000e-01 2.240000e-02 2.240000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 5.022000e-01 2.270000e-02 2.270000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 5.003000e-01 3.170000e-02 3.170000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 5.215000e-01 5.370000e-02 5.370000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 5.016000e-01 6.650000e-02 6.650000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 4.217000e-01 1.040000e-01 1.040000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 6.700000e-02 1.290039e-02 1.290039e-02 +1.250000e+00 2.500000e-01 2.500000e-01 1.723000e-01 1.300154e-02 1.300154e-02 +1.750000e+00 2.500000e-01 2.500000e-01 2.347000e-01 1.260635e-02 1.260635e-02 +2.250000e+00 2.500000e-01 2.500000e-01 2.664000e-01 1.312440e-02 1.312440e-02 +2.750000e+00 2.500000e-01 2.500000e-01 2.844000e-01 9.701546e-03 9.701546e-03 +3.250000e+00 2.500000e-01 2.500000e-01 2.979000e-01 9.217917e-03 9.217917e-03 +3.750000e+00 2.500000e-01 2.500000e-01 3.087000e-01 1.036195e-02 1.036195e-02 +4.250000e+00 2.500000e-01 2.500000e-01 3.011000e-01 1.135341e-02 1.135341e-02 +4.750000e+00 2.500000e-01 2.500000e-01 3.118000e-01 1.509039e-02 1.509039e-02 +5.500000e+00 5.000000e-01 5.000000e-01 3.031000e-01 1.381050e-02 1.381050e-02 +6.500000e+00 5.000000e-01 5.000000e-01 3.015000e-01 1.947434e-02 1.947434e-02 +7.500000e+00 5.000000e-01 5.000000e-01 3.304000e-01 3.358392e-02 3.358392e-02 +9.000000e+00 1.000000e+00 1.000000e+00 2.925000e-01 4.010050e-02 4.010050e-02 +1.250000e+01 2.500000e+00 2.500000e+00 2.644000e-01 6.669130e-02 6.669130e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d20-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0206, up: 0.0206}}, 1: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0173, up: 0.0173}}, 2: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0145, up: 0.0145}}, 3: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0126, up: 0.0126}}, 4: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.011, up: 0.011}}, 5: {stat: {dn: -0.0051, up: 0.0051}, sys: {dn: -0.0119, up: 0.0119}}, 6: {stat: {dn: -0.0078, up: 0.0078}, sys: {dn: -0.0123, up: 0.0123}}, 7: {stat: {dn: -0.0121, up: 0.0121}, sys: {dn: -0.0129, up: 0.0129}}, 8: {stat: {dn: -0.0191, up: 0.0191}, sys: {dn: -0.0115, up: 0.0115}}, 9: {stat: {dn: -0.0202, up: 0.0202}, sys: {dn: -0.0145, up: 0.0145}}, 10: {stat: {dn: -0.0362, up: 0.0362}, sys: {dn: -0.0111, up: 0.0111}}, 11: {stat: {dn: -0.0517, up: 0.0517}, sys: {dn: -0.0207, up: 0.0207}}, 12: {stat: {dn: -0.0779, up: 0.0779}, sys: {dn: -0.0322, up: 0.0322}}, 13: {stat: {dn: -0.1007, up: 0.1007}, sys: {dn: -0.0611, up: 0.0611}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y04 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y04 -Title: ~ +Path: /REF/CDF_2015_I1388868/d20-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t20 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 6.700000e-02 1.290000e-02 1.290000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 1.723000e-01 1.300000e-02 1.300000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 2.347000e-01 1.260000e-02 1.260000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 2.664000e-01 1.320000e-02 1.320000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 2.844000e-01 9.700000e-03 9.700000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 2.979000e-01 9.200000e-03 9.200000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 3.087000e-01 1.040000e-02 1.040000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 3.011000e-01 1.130000e-02 1.130000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 3.118000e-01 1.510000e-02 1.510000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 3.031000e-01 1.380000e-02 1.380000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 3.015000e-01 1.950000e-02 1.950000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 3.304000e-01 3.360000e-02 3.360000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 2.925000e-01 4.010000e-02 4.010000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 2.644000e-01 6.670000e-02 6.670000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 1.126000e-01 2.060218e-02 2.060218e-02 +1.250000e+00 2.500000e-01 2.500000e-01 2.529000e-01 1.731040e-02 1.731040e-02 +1.750000e+00 2.500000e-01 2.500000e-01 3.201000e-01 1.453444e-02 1.453444e-02 +2.250000e+00 2.500000e-01 2.500000e-01 3.553000e-01 1.272792e-02 1.272792e-02 +2.750000e+00 2.500000e-01 2.500000e-01 3.737000e-01 1.145600e-02 1.145600e-02 +3.250000e+00 2.500000e-01 2.500000e-01 3.817000e-01 1.294681e-02 1.294681e-02 +3.750000e+00 2.500000e-01 2.500000e-01 3.849000e-01 1.456468e-02 1.456468e-02 +4.250000e+00 2.500000e-01 2.500000e-01 3.828000e-01 1.768672e-02 1.768672e-02 +4.750000e+00 2.500000e-01 2.500000e-01 4.084000e-01 2.229484e-02 2.229484e-02 +5.500000e+00 5.000000e-01 5.000000e-01 3.981000e-01 2.486544e-02 2.486544e-02 +6.500000e+00 5.000000e-01 5.000000e-01 3.976000e-01 3.786357e-02 3.786357e-02 +7.500000e+00 5.000000e-01 5.000000e-01 3.822000e-01 5.569004e-02 5.569004e-02 +9.000000e+00 1.000000e+00 1.000000e+00 4.182000e-01 8.429264e-02 8.429264e-02 +1.250000e+01 2.500000e+00 2.500000e+00 3.144000e-01 1.177867e-01 1.177867e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d21-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.0146, up: 0.0146}}, 1: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0161, up: 0.0161}}, 2: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0156, up: 0.0156}}, 3: {stat: {dn: -0.0012, up: 0.0012}, sys: {dn: -0.016, up: 0.016}}, 4: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0118, up: 0.0118}}, 5: {stat: {dn: -0.0038, up: 0.0038}, sys: {dn: -0.0158, up: 0.0158}}, 6: {stat: {dn: -0.0063, up: 0.0063}, sys: {dn: -0.0158, up: 0.0158}}, 7: {stat: {dn: -0.0097, up: 0.0097}, sys: {dn: -0.0151, up: 0.0151}}, 8: {stat: {dn: -0.0141, up: 0.0141}, sys: {dn: -0.0152, up: 0.0152}}, 9: {stat: {dn: -0.0156, up: 0.0156}, sys: {dn: -0.0121, up: 0.0121}}, 10: {stat: {dn: -0.0323, up: 0.0323}, sys: {dn: -0.0108, up: 0.0108}}, 11: {stat: {dn: -0.0533, up: 0.0533}, sys: {dn: -0.0115, up: 0.0115}}, 12: {stat: {dn: -0.0654, up: 0.0654}, sys: {dn: -0.0434, up: 0.0434}}, 13: {stat: {dn: -0.1001, up: 0.1001}, sys: {dn: -0.0513, up: 0.0513}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y06 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y06 -Title: ~ +Path: /REF/CDF_2015_I1388868/d21-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t21 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 7.070000e-02 1.310000e-02 1.310000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 1.914000e-01 1.320000e-02 1.320000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 2.710000e-01 1.190000e-02 1.190000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 3.199000e-01 1.130000e-02 1.130000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 3.512000e-01 9.500000e-03 9.500000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 3.635000e-01 1.380000e-02 1.380000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 3.774000e-01 1.510000e-02 1.510000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 3.735000e-01 1.810000e-02 1.810000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 3.955000e-01 2.320000e-02 2.320000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 4.011000e-01 2.430000e-02 2.430000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 4.034000e-01 4.310000e-02 4.310000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 3.858000e-01 5.740000e-02 5.740000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 4.283000e-01 9.310000e-02 9.310000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 3.164000e-01 1.170000e-01 1.170000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 7.710000e-02 1.460034e-02 1.460034e-02 +1.250000e+00 2.500000e-01 2.500000e-01 2.224000e-01 1.610279e-02 1.610279e-02 +1.750000e+00 2.500000e-01 2.500000e-01 3.265000e-01 1.561153e-02 1.561153e-02 +2.250000e+00 2.500000e-01 2.500000e-01 3.890000e-01 1.604494e-02 1.604494e-02 +2.750000e+00 2.500000e-01 2.500000e-01 4.298000e-01 1.200333e-02 1.200333e-02 +3.250000e+00 2.500000e-01 2.500000e-01 4.510000e-01 1.625054e-02 1.625054e-02 +3.750000e+00 2.500000e-01 2.500000e-01 4.731000e-01 1.700970e-02 1.700970e-02 +4.250000e+00 2.500000e-01 2.500000e-01 4.658000e-01 1.794714e-02 1.794714e-02 +4.750000e+00 2.500000e-01 2.500000e-01 4.847000e-01 2.073282e-02 2.073282e-02 +5.500000e+00 5.000000e-01 5.000000e-01 4.834000e-01 1.974259e-02 1.974259e-02 +6.500000e+00 5.000000e-01 5.000000e-01 4.876000e-01 3.405775e-02 3.405775e-02 +7.500000e+00 5.000000e-01 5.000000e-01 4.990000e-01 5.452651e-02 5.452651e-02 +9.000000e+00 1.000000e+00 1.000000e+00 4.984000e-01 7.849025e-02 7.849025e-02 +1.250000e+01 2.500000e+00 2.500000e+00 4.011000e-01 1.124798e-01 1.124798e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d22-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0015, up: 0.0015}}, 1: {stat: {dn: -0.0001, up: 0.0001}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0038, up: 0.0038}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0052, up: 0.0052}}, 4: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0031, up: 0.0031}}, 5: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0031, up: 0.0031}}, 6: {stat: {dn: -0.0027, up: 0.0027}, sys: {dn: -0.0032, up: 0.0032}}, 7: {stat: {dn: -0.0042, up: 0.0042}, sys: {dn: -0.0027, up: 0.0027}}, 8: {stat: {dn: -0.0061, up: 0.0061}, sys: {dn: -0.0061, up: 0.0061}}, 9: {stat: {dn: -0.0059, up: 0.0059}, sys: {dn: -0.0029, up: 0.0029}}, 10: {stat: {dn: -0.0111, up: 0.0111}, sys: {dn: -0.0038, up: 0.0038}}, 11: {stat: {dn: -0.0202, up: 0.0202}, sys: {dn: -0.0024, up: 0.0024}}, 12: {stat: {dn: -0.0181, up: 0.0181}, sys: {dn: -0.012, up: 0.012}}, 13: {stat: {dn: -0.0329, up: 0.0329}, sys: {dn: -0.0067, up: 0.0067}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y07 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y07 -Title: ~ +Path: /REF/CDF_2015_I1388868/d22-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t22 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-01 2.500000e-01 2.500000e-01 6.400000e-03 1.500000e-03 1.500000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 3.100000e-02 3.000000e-03 3.000000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 5.550000e-02 3.800000e-03 3.800000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 6.910000e-02 5.200000e-03 5.200000e-03 -2.750000e+00 2.500000e-01 2.500000e-01 7.860000e-02 3.300000e-03 3.300000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 8.760000e-02 3.500000e-03 3.500000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 9.570000e-02 4.200000e-03 4.200000e-03 -4.250000e+00 2.500000e-01 2.500000e-01 9.230000e-02 5.000000e-03 5.000000e-03 -4.750000e+00 2.500000e-01 2.500000e-01 8.920000e-02 8.700000e-03 8.700000e-03 -5.500000e+00 5.000000e-01 5.000000e-01 8.230000e-02 6.600000e-03 6.600000e-03 -6.500000e+00 5.000000e-01 5.000000e-01 8.410000e-02 1.180000e-02 1.180000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 1.132000e-01 2.030000e-02 2.030000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 7.010000e-02 2.170000e-02 2.170000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 8.470000e-02 3.360000e-02 3.360000e-02 +1.250000e+00 2.500000e-01 2.500000e-01 3.100000e-02 3.001666e-03 3.001666e-03 +1.750000e+00 2.500000e-01 2.500000e-01 5.550000e-02 3.805260e-03 3.805260e-03 +2.250000e+00 2.500000e-01 2.500000e-01 6.910000e-02 5.223983e-03 5.223983e-03 +2.750000e+00 2.500000e-01 2.500000e-01 7.860000e-02 3.228002e-03 3.228002e-03 +3.250000e+00 2.500000e-01 2.500000e-01 8.760000e-02 3.535534e-03 3.535534e-03 +3.750000e+00 2.500000e-01 2.500000e-01 9.570000e-02 4.186884e-03 4.186884e-03 +4.250000e+00 2.500000e-01 2.500000e-01 9.230000e-02 4.992995e-03 4.992995e-03 +4.750000e+00 2.500000e-01 2.500000e-01 8.920000e-02 8.626703e-03 8.626703e-03 +5.500000e+00 5.000000e-01 5.000000e-01 8.230000e-02 6.574192e-03 6.574192e-03 +6.500000e+00 5.000000e-01 5.000000e-01 8.410000e-02 1.173243e-02 1.173243e-02 +7.500000e+00 5.000000e-01 5.000000e-01 1.132000e-01 2.034207e-02 2.034207e-02 +9.000000e+00 1.000000e+00 1.000000e+00 7.010000e-02 2.171658e-02 2.171658e-02 +1.250000e+01 2.500000e+00 2.500000e+00 8.470000e-02 3.357529e-02 3.357529e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d23-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0081, up: 0.0081}}, 1: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0095, up: 0.0095}}, 2: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0097, up: 0.0097}}, 3: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0105, up: 0.0105}}, 4: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0073, up: 0.0073}}, 5: {stat: {dn: -0.0024, up: 0.0024}, sys: {dn: -0.0095, up: 0.0095}}, 6: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.0095, up: 0.0095}}, 7: {stat: {dn: -0.0061, up: 0.0061}, sys: {dn: -0.0089, up: 0.0089}}, 8: {stat: {dn: -0.0089, up: 0.0089}, sys: {dn: -0.0105, up: 0.0105}}, 9: {stat: {dn: -0.0095, up: 0.0095}, sys: {dn: -0.0074, up: 0.0074}}, 10: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.0069, up: 0.0069}}, 11: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.0069, up: 0.0069}}, 12: {stat: {dn: -0.0377, up: 0.0377}, sys: {dn: -0.0277, up: 0.0277}}, 13: {stat: {dn: -0.0635, up: 0.0635}, sys: {dn: -0.0242, up: 0.0242}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y08 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y08 -Title: ~ +Path: /REF/CDF_2015_I1388868/d23-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t23 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 7.710000e-02 1.460000e-02 1.460000e-02 -1.250000e+00 2.500000e-01 2.500000e-01 2.224000e-01 1.610000e-02 1.610000e-02 -1.750000e+00 2.500000e-01 2.500000e-01 3.265000e-01 1.560000e-02 1.560000e-02 -2.250000e+00 2.500000e-01 2.500000e-01 3.890000e-01 1.610000e-02 1.610000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 4.298000e-01 1.200000e-02 1.200000e-02 -3.250000e+00 2.500000e-01 2.500000e-01 4.510000e-01 1.630000e-02 1.630000e-02 -3.750000e+00 2.500000e-01 2.500000e-01 4.731000e-01 1.700000e-02 1.700000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 4.658000e-01 1.800000e-02 1.800000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 4.847000e-01 2.070000e-02 2.070000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 4.834000e-01 1.970000e-02 1.970000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 4.876000e-01 3.410000e-02 3.410000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 4.990000e-01 5.460000e-02 5.460000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 4.984000e-01 7.850000e-02 7.850000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 4.011000e-01 1.125000e-01 1.125000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 4.180000e-02 8.100000e-03 8.100000e-03 +1.250000e+00 2.500000e-01 2.500000e-01 1.267000e-01 9.502105e-03 9.502105e-03 +1.750000e+00 2.500000e-01 2.500000e-01 1.910000e-01 9.708244e-03 9.708244e-03 +2.250000e+00 2.500000e-01 2.500000e-01 2.291000e-01 1.052331e-02 1.052331e-02 +2.750000e+00 2.500000e-01 2.500000e-01 2.542000e-01 7.433034e-03 7.433034e-03 +3.250000e+00 2.500000e-01 2.500000e-01 2.693000e-01 9.798469e-03 9.798469e-03 +3.750000e+00 2.500000e-01 2.500000e-01 2.844000e-01 1.030776e-02 1.030776e-02 +4.250000e+00 2.500000e-01 2.500000e-01 2.791000e-01 1.078981e-02 1.078981e-02 +4.750000e+00 2.500000e-01 2.500000e-01 2.869000e-01 1.376445e-02 1.376445e-02 +5.500000e+00 5.000000e-01 5.000000e-01 2.829000e-01 1.204201e-02 1.204201e-02 +6.500000e+00 5.000000e-01 5.000000e-01 2.858000e-01 2.021410e-02 2.021410e-02 +7.500000e+00 5.000000e-01 5.000000e-01 3.061000e-01 3.371365e-02 3.371365e-02 +9.000000e+00 1.000000e+00 1.000000e+00 2.842000e-01 4.678226e-02 4.678226e-02 +1.250000e+01 2.500000e+00 2.500000e+00 2.429000e-01 6.795506e-02 6.795506e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d24-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0131, up: 0.0131}}, 1: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0132, up: 0.0132}}, 2: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0119, up: 0.0119}}, 3: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0112, up: 0.0112}}, 4: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.009, up: 0.009}}, 5: {stat: {dn: -0.0053, up: 0.0053}, sys: {dn: -0.0127, up: 0.0127}}, 6: {stat: {dn: -0.0084, up: 0.0084}, sys: {dn: -0.0126, up: 0.0126}}, 7: {stat: {dn: -0.0131, up: 0.0131}, sys: {dn: -0.0124, up: 0.0124}}, 8: {stat: {dn: -0.0208, up: 0.0208}, sys: {dn: -0.0101, up: 0.0101}}, 9: {stat: {dn: -0.0224, up: 0.0224}, sys: {dn: -0.0094, up: 0.0094}}, 10: {stat: {dn: -0.0423, up: 0.0423}, sys: {dn: -0.0086, up: 0.0086}}, 11: {stat: {dn: -0.0567, up: 0.0567}, sys: {dn: -0.0092, up: 0.0092}}, 12: {stat: {dn: -0.0877, up: 0.0877}, sys: {dn: -0.0315, up: 0.0315}}, 13: {stat: {dn: -0.1033, up: 0.1033}, sys: {dn: -0.0549, up: 0.0549}}} -BEGIN YODA_SCATTER2D_V2 /REF/CDF_2015_I1388868/d03-x01-y09 IsRef: 1 -Path: /REF/CDF_2015_I1388868/d03-x01-y09 -Title: ~ +Path: /REF/CDF_2015_I1388868/d24-x01-y01 +Title: doi:10.17182/hepdata.70787.v1/t24 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -7.500000e-01 2.500000e-01 2.500000e-01 4.180000e-02 8.100000e-03 8.100000e-03 -1.250000e+00 2.500000e-01 2.500000e-01 1.267000e-01 9.500000e-03 9.500000e-03 -1.750000e+00 2.500000e-01 2.500000e-01 1.910000e-01 9.700000e-03 9.700000e-03 -2.250000e+00 2.500000e-01 2.500000e-01 2.291000e-01 1.050000e-02 1.050000e-02 -2.750000e+00 2.500000e-01 2.500000e-01 2.542000e-01 7.500000e-03 7.500000e-03 -3.250000e+00 2.500000e-01 2.500000e-01 2.693000e-01 9.800000e-03 9.800000e-03 -3.750000e+00 2.500000e-01 2.500000e-01 2.844000e-01 1.030000e-02 1.030000e-02 -4.250000e+00 2.500000e-01 2.500000e-01 2.791000e-01 1.080000e-02 1.080000e-02 -4.750000e+00 2.500000e-01 2.500000e-01 2.869000e-01 1.370000e-02 1.370000e-02 -5.500000e+00 5.000000e-01 5.000000e-01 2.829000e-01 1.200000e-02 1.200000e-02 -6.500000e+00 5.000000e-01 5.000000e-01 2.858000e-01 2.020000e-02 2.020000e-02 -7.500000e+00 5.000000e-01 5.000000e-01 3.061000e-01 3.370000e-02 3.370000e-02 -9.000000e+00 1.000000e+00 1.000000e+00 2.842000e-01 4.680000e-02 4.680000e-02 -1.250000e+01 2.500000e+00 2.500000e+00 2.429000e-01 6.800000e-02 6.800000e-02 +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-01 2.500000e-01 2.500000e-01 7.070000e-02 1.310153e-02 1.310153e-02 +1.250000e+00 2.500000e-01 2.500000e-01 1.914000e-01 1.320606e-02 1.320606e-02 +1.750000e+00 2.500000e-01 2.500000e-01 2.710000e-01 1.193399e-02 1.193399e-02 +2.250000e+00 2.500000e-01 2.500000e-01 3.199000e-01 1.134372e-02 1.134372e-02 +2.750000e+00 2.500000e-01 2.500000e-01 3.512000e-01 9.551963e-03 9.551963e-03 +3.250000e+00 2.500000e-01 2.500000e-01 3.635000e-01 1.376154e-02 1.376154e-02 +3.750000e+00 2.500000e-01 2.500000e-01 3.774000e-01 1.514332e-02 1.514332e-02 +4.250000e+00 2.500000e-01 2.500000e-01 3.735000e-01 1.803802e-02 1.803802e-02 +4.750000e+00 2.500000e-01 2.500000e-01 3.955000e-01 2.312250e-02 2.312250e-02 +5.500000e+00 5.000000e-01 5.000000e-01 4.011000e-01 2.429239e-02 2.429239e-02 +6.500000e+00 5.000000e-01 5.000000e-01 4.034000e-01 4.316538e-02 4.316538e-02 +7.500000e+00 5.000000e-01 5.000000e-01 3.858000e-01 5.744154e-02 5.744154e-02 +9.000000e+00 1.000000e+00 1.000000e+00 4.283000e-01 9.318551e-02 9.318551e-02 +1.250000e+01 2.500000e+00 2.500000e+00 3.164000e-01 1.169825e-01 1.169825e-01 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginCESR/CLEO_2004_S5809304.yoda b/analyses/pluginCESR/CLEO_2004_S5809304.yoda --- a/analyses/pluginCESR/CLEO_2004_S5809304.yoda +++ b/analyses/pluginCESR/CLEO_2004_S5809304.yoda @@ -1,356 +1,352 @@ BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 6.400000e+02 5.718391e+01 5.718391e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y02 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y02 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 1.521000e+03 7.345747e+01 7.345747e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y03 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y03 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 1.579000e+03 1.319015e+02 1.319015e+02 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y04 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y04 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 5.830000e+02 3.672874e+01 3.672874e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y05 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y05 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 5.720000e+02 5.724509e+01 5.724509e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y06 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y06 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 5.590000e+02 5.140039e+01 5.140039e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d01-x01-y07 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d01-x01-y07 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.056000e+01 5.000000e-01 5.000000e-01 6.160000e+02 7.993122e+01 7.993122e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d02-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d02-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.750000e-01 2.500000e-02 2.500000e-02 1.610000e+02 8.259540e+01 8.259540e+01 2.250000e-01 2.500000e-02 2.500000e-02 3.200000e+02 9.279009e+01 9.279009e+01 2.750000e-01 2.500000e-02 2.500000e-02 3.560000e+02 9.174421e+01 9.174421e+01 3.250000e-01 2.500000e-02 2.500000e-02 4.130000e+02 9.364294e+01 9.364294e+01 3.750000e-01 2.500000e-02 2.500000e-02 6.930000e+02 6.004998e+01 6.004998e+01 4.250000e-01 2.500000e-02 2.500000e-02 9.090000e+02 5.590170e+01 5.590170e+01 4.750000e-01 2.500000e-02 2.500000e-02 1.042000e+03 5.247857e+01 5.247857e+01 5.250000e-01 2.500000e-02 2.500000e-02 1.271000e+03 3.828838e+01 3.828838e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.357000e+03 3.753665e+01 3.753665e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.370000e+03 3.586084e+01 3.586084e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.291000e+03 3.361547e+01 3.361547e+01 7.250000e-01 2.500000e-02 2.500000e-02 1.129000e+03 2.894823e+01 2.894823e+01 7.750000e-01 2.500000e-02 2.500000e-02 9.520000e+02 2.549510e+01 2.549510e+01 8.250000e-01 2.500000e-02 2.500000e-02 6.940000e+02 1.849324e+01 1.849324e+01 8.750000e-01 2.500000e-02 2.500000e-02 4.490000e+02 1.272792e+01 1.272792e+01 9.250000e-01 2.500000e-02 2.500000e-02 2.230000e+02 7.071068e+00 7.071068e+00 9.750000e-01 2.500000e-02 2.500000e-02 7.400000e+01 3.316625e+00 3.316625e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d03-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d03-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.250000e-01 2.500000e-02 2.500000e-02 1.960000e+02 1.128096e+02 1.128096e+02 1.750000e-01 2.500000e-02 2.500000e-02 5.070000e+02 2.093251e+02 2.093251e+02 2.250000e-01 2.500000e-02 2.500000e-02 5.970000e+02 2.368016e+02 2.368016e+02 2.750000e-01 2.500000e-02 2.500000e-02 8.910000e+02 8.467585e+01 8.467585e+01 3.250000e-01 2.500000e-02 2.500000e-02 1.154000e+03 8.352844e+01 8.352844e+01 3.750000e-01 2.500000e-02 2.500000e-02 1.665000e+03 9.470480e+01 9.470480e+01 4.250000e-01 2.500000e-02 2.500000e-02 2.341000e+03 1.161637e+02 1.161637e+02 4.750000e-01 2.500000e-02 2.500000e-02 2.889000e+03 1.356871e+02 1.356871e+02 5.250000e-01 2.500000e-02 2.500000e-02 3.178000e+03 5.755867e+01 5.755867e+01 5.750000e-01 2.500000e-02 2.500000e-02 3.444000e+03 5.984146e+01 5.984146e+01 6.250000e-01 2.500000e-02 2.500000e-02 3.345000e+03 5.876223e+01 5.876223e+01 6.750000e-01 2.500000e-02 2.500000e-02 2.984000e+03 5.384236e+01 5.384236e+01 7.250000e-01 2.500000e-02 2.500000e-02 2.542000e+03 4.769696e+01 4.769696e+01 7.750000e-01 2.500000e-02 2.500000e-02 1.997000e+03 4.047221e+01 4.047221e+01 8.250000e-01 2.500000e-02 2.500000e-02 1.380000e+03 3.182766e+01 3.182766e+01 8.750000e-01 2.500000e-02 2.500000e-02 8.310000e+02 2.251666e+01 2.251666e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.370000e+02 1.187434e+01 1.187434e+01 9.750000e-01 2.500000e-02 2.500000e-02 7.800000e+01 5.114685e+00 5.114685e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d04-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d04-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.750000e-01 2.500000e-02 2.500000e-02 1.460000e+02 4.059384e+02 4.059384e+02 2.250000e-01 2.500000e-02 2.500000e-02 2.920000e+02 4.417941e+02 4.417941e+02 2.750000e-01 2.500000e-02 2.500000e-02 5.510000e+02 5.174138e+02 5.174138e+02 3.250000e-01 2.500000e-02 2.500000e-02 1.343000e+03 7.017984e+02 7.017984e+02 3.750000e-01 2.500000e-02 2.500000e-02 2.068000e+03 8.627787e+02 8.627787e+02 4.250000e-01 2.500000e-02 2.500000e-02 2.420000e+03 3.363228e+02 3.363228e+02 4.750000e-01 2.500000e-02 2.500000e-02 2.552000e+03 2.725087e+02 2.725087e+02 5.250000e-01 2.500000e-02 2.500000e-02 3.500000e+03 2.504656e+02 2.504656e+02 5.750000e-01 2.500000e-02 2.500000e-02 3.868000e+03 2.122522e+02 2.122522e+02 6.250000e-01 2.500000e-02 2.500000e-02 3.651000e+03 1.894545e+02 1.894545e+02 6.750000e-01 2.500000e-02 2.500000e-02 3.274000e+03 1.841901e+02 1.841901e+02 7.250000e-01 2.500000e-02 2.500000e-02 2.635000e+03 1.753796e+02 1.753796e+02 7.750000e-01 2.500000e-02 2.500000e-02 2.108000e+03 1.237821e+02 1.237821e+02 8.250000e-01 2.500000e-02 2.500000e-02 1.403000e+03 8.961027e+01 8.961027e+01 8.750000e-01 2.500000e-02 2.500000e-02 8.150000e+02 5.811196e+01 5.811196e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.550000e+02 3.051229e+01 3.051229e+01 9.750000e-01 2.500000e-02 2.500000e-02 8.700000e+01 1.252996e+01 1.252996e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d05-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d05-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 2.250000e-01 2.500000e-02 2.500000e-02 1.690000e+02 9.263908e+01 9.263908e+01 2.750000e-01 2.500000e-02 2.500000e-02 2.580000e+02 6.220129e+01 6.220129e+01 3.250000e-01 2.500000e-02 2.500000e-02 3.550000e+02 6.287289e+01 6.287289e+01 3.750000e-01 2.500000e-02 2.500000e-02 5.010000e+02 7.161704e+01 7.161704e+01 4.250000e-01 2.500000e-02 2.500000e-02 6.170000e+02 5.069517e+01 5.069517e+01 4.750000e-01 2.500000e-02 2.500000e-02 9.150000e+02 5.547071e+01 5.547071e+01 5.250000e-01 2.500000e-02 2.500000e-02 1.103000e+03 3.827532e+01 3.827532e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.256000e+03 4.106093e+01 4.106093e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.293000e+03 4.106093e+01 4.106093e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.267000e+03 4.106093e+01 4.106093e+01 7.250000e-01 2.500000e-02 2.500000e-02 1.125000e+03 3.827532e+01 3.827532e+01 7.750000e-01 2.500000e-02 2.500000e-02 9.470000e+02 3.536948e+01 3.536948e+01 8.250000e-01 2.500000e-02 2.500000e-02 7.310000e+02 3.013304e+01 3.013304e+01 8.750000e-01 2.500000e-02 2.500000e-02 5.290000e+02 2.449490e+01 2.449490e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.030000e+02 1.720465e+01 1.720465e+01 9.750000e-01 2.500000e-02 2.500000e-02 1.160000e+02 9.273618e+00 9.273618e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d06-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d06-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 2.750000e-01 2.500000e-02 2.500000e-02 2.010000e+02 2.003023e+02 2.003023e+02 3.250000e-01 2.500000e-02 2.500000e-02 2.650000e+02 2.155597e+02 2.155597e+02 3.750000e-01 2.500000e-02 2.500000e-02 4.780000e+02 1.118481e+02 1.118481e+02 4.250000e-01 2.500000e-02 2.500000e-02 6.570000e+02 1.077451e+02 1.077451e+02 4.750000e-01 2.500000e-02 2.500000e-02 9.430000e+02 1.201374e+02 1.201374e+02 5.250000e-01 2.500000e-02 2.500000e-02 1.121000e+03 5.616048e+01 5.616048e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.221000e+03 5.482700e+01 5.482700e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.276000e+03 5.220153e+01 5.220153e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.221000e+03 4.846648e+01 4.846648e+01 7.250000e-01 2.500000e-02 2.500000e-02 1.096000e+03 4.378356e+01 4.378356e+01 7.750000e-01 2.500000e-02 2.500000e-02 9.150000e+02 3.738984e+01 3.738984e+01 8.250000e-01 2.500000e-02 2.500000e-02 7.150000e+02 2.998333e+01 2.998333e+01 8.750000e-01 2.500000e-02 2.500000e-02 5.330000e+02 2.435159e+01 2.435159e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.170000e+02 1.720465e+01 1.720465e+01 9.750000e-01 2.500000e-02 2.500000e-02 1.220000e+02 1.063015e+01 1.063015e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d07-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d07-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.750000e-01 2.500000e-02 2.500000e-02 1.080000e+02 1.211652e+02 1.211652e+02 2.250000e-01 2.500000e-02 2.500000e-02 2.900000e+02 1.223887e+02 1.223887e+02 2.750000e-01 2.500000e-02 2.500000e-02 3.760000e+02 1.146909e+02 1.146909e+02 3.250000e-01 2.500000e-02 2.500000e-02 4.250000e+02 1.076662e+02 1.076662e+02 3.750000e-01 2.500000e-02 2.500000e-02 5.800000e+02 1.020735e+02 1.020735e+02 4.250000e-01 2.500000e-02 2.500000e-02 6.010000e+02 9.977976e+01 9.977976e+01 4.750000e-01 2.500000e-02 2.500000e-02 9.460000e+02 1.163357e+02 1.163357e+02 5.250000e-01 2.500000e-02 2.500000e-02 1.061000e+03 7.897468e+01 7.897468e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.124000e+03 7.319836e+01 7.319836e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.186000e+03 7.360706e+01 7.360706e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.125000e+03 6.908690e+01 6.908690e+01 7.250000e-01 2.500000e-02 2.500000e-02 9.920000e+02 6.014150e+01 6.014150e+01 7.750000e-01 2.500000e-02 2.500000e-02 8.220000e+02 5.566866e+01 5.566866e+01 8.250000e-01 2.500000e-02 2.500000e-02 6.620000e+02 4.295346e+01 4.295346e+01 8.750000e-01 2.500000e-02 2.500000e-02 4.250000e+02 3.206244e+01 3.206244e+01 9.250000e-01 2.500000e-02 2.500000e-02 2.710000e+02 2.600000e+01 2.600000e+01 9.750000e-01 2.500000e-02 2.500000e-02 1.070000e+02 2.229350e+01 2.229350e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d08-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d08-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 2.250000e-01 2.500000e-02 2.500000e-02 3.080000e+02 3.247861e+02 3.247861e+02 2.750000e-01 2.500000e-02 2.500000e-02 5.590000e+02 4.567975e+02 4.567975e+02 3.250000e-01 2.500000e-02 2.500000e-02 4.280000e+02 3.859508e+02 3.859508e+02 3.750000e-01 2.500000e-02 2.500000e-02 7.550000e+02 3.518025e+02 3.518025e+02 4.250000e-01 2.500000e-02 2.500000e-02 2.360000e+02 2.363007e+02 2.363007e+02 4.750000e-01 2.500000e-02 2.500000e-02 6.010000e+02 2.859983e+02 2.859983e+02 5.250000e-01 2.500000e-02 2.500000e-02 1.173000e+03 1.514794e+02 1.514794e+02 5.750000e-01 2.500000e-02 2.500000e-02 1.300000e+03 1.405311e+02 1.405311e+02 6.250000e-01 2.500000e-02 2.500000e-02 1.367000e+03 1.283199e+02 1.283199e+02 6.750000e-01 2.500000e-02 2.500000e-02 1.418000e+03 1.192015e+02 1.192015e+02 7.250000e-01 2.500000e-02 2.500000e-02 1.235000e+03 1.012571e+02 1.012571e+02 7.750000e-01 2.500000e-02 2.500000e-02 9.540000e+02 7.925276e+01 7.925276e+01 8.250000e-01 2.500000e-02 2.500000e-02 7.640000e+02 6.431174e+01 6.431174e+01 8.750000e-01 2.500000e-02 2.500000e-02 5.810000e+02 4.963869e+01 4.963869e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.170000e+02 3.184337e+01 3.184337e+01 9.750000e-01 2.500000e-02 2.500000e-02 1.310000e+02 1.954482e+01 1.954482e+01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d09-x01-y01 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d09-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 1.750000e-01 2.500000e-02 2.500000e-02 1.610000e+02 8.300000e+01 8.300000e+01 2.250000e-01 2.500000e-02 2.500000e-02 3.200000e+02 9.200000e+01 9.200000e+01 2.750000e-01 2.500000e-02 2.500000e-02 3.560000e+02 9.200000e+01 9.200000e+01 3.250000e-01 2.500000e-02 2.500000e-02 4.130000e+02 9.400000e+01 9.400000e+01 3.750000e-01 2.500000e-02 2.500000e-02 6.930000e+02 6.000000e+01 6.000000e+01 4.250000e-01 2.500000e-02 2.500000e-02 9.090000e+02 5.600000e+01 5.600000e+01 4.750000e-01 2.500000e-02 2.500000e-02 1.042000e+03 5.300000e+01 5.300000e+01 5.250000e-01 2.500000e-02 2.500000e-02 1.271000e+03 3.800000e+01 3.800000e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.357000e+03 3.800000e+01 3.800000e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.370000e+03 3.600000e+01 3.600000e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.291000e+03 3.400000e+01 3.400000e+01 7.250000e-01 2.500000e-02 2.500000e-02 1.129000e+03 2.900000e+01 2.900000e+01 7.750000e-01 2.500000e-02 2.500000e-02 9.520000e+02 2.500000e+01 2.500000e+01 8.250000e-01 2.500000e-02 2.500000e-02 6.940000e+02 1.900000e+01 1.900000e+01 8.750000e-01 2.500000e-02 2.500000e-02 4.490000e+02 1.300000e+01 1.300000e+01 9.250000e-01 2.500000e-02 2.500000e-02 2.230000e+02 7.000000e+00 7.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 7.400000e+01 4.000000e+00 4.000000e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d09-x01-y02 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d09-x01-y02 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ 1.250000e-01 2.500000e-02 2.500000e-02 1.730000e+02 1.090000e+02 1.090000e+02 1.750000e-01 2.500000e-02 2.500000e-02 4.310000e+02 1.860000e+02 1.860000e+02 2.250000e-01 2.500000e-02 2.500000e-02 5.290000e+02 2.090000e+02 2.090000e+02 2.750000e-01 2.500000e-02 2.500000e-02 8.820000e+02 8.400000e+01 8.400000e+01 3.250000e-01 2.500000e-02 2.500000e-02 1.156000e+03 8.300000e+01 8.300000e+01 3.750000e-01 2.500000e-02 2.500000e-02 1.670000e+03 9.400000e+01 9.400000e+01 4.250000e-01 2.500000e-02 2.500000e-02 2.349000e+03 1.100000e+02 1.100000e+02 4.750000e-01 2.500000e-02 2.500000e-02 2.822000e+03 1.220000e+02 1.220000e+02 5.250000e-01 2.500000e-02 2.500000e-02 3.194000e+03 5.600000e+01 5.600000e+01 5.750000e-01 2.500000e-02 2.500000e-02 3.475000e+03 5.800000e+01 5.800000e+01 6.250000e-01 2.500000e-02 2.500000e-02 3.371000e+03 5.600000e+01 5.600000e+01 6.750000e-01 2.500000e-02 2.500000e-02 3.007000e+03 5.100000e+01 5.100000e+01 7.250000e-01 2.500000e-02 2.500000e-02 2.549000e+03 4.600000e+01 4.600000e+01 7.750000e-01 2.500000e-02 2.500000e-02 2.008000e+03 3.900000e+01 3.900000e+01 8.250000e-01 2.500000e-02 2.500000e-02 1.383000e+03 3.000000e+01 3.000000e+01 8.750000e-01 2.500000e-02 2.500000e-02 8.290000e+02 2.100000e+01 2.100000e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.390000e+02 1.100000e+01 1.100000e+01 9.750000e-01 2.500000e-02 2.500000e-02 9.000000e+01 5.000000e+00 5.000000e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d09-x01-y03 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d09-x01-y03 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -1.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 2.250000e-01 2.500000e-02 2.500000e-02 1.460000e+02 8.600000e+01 8.600000e+01 2.750000e-01 2.500000e-02 2.500000e-02 2.530000e+02 6.000000e+01 6.000000e+01 3.250000e-01 2.500000e-02 2.500000e-02 3.480000e+02 6.000000e+01 6.000000e+01 3.750000e-01 2.500000e-02 2.500000e-02 4.940000e+02 6.000000e+01 6.000000e+01 4.250000e-01 2.500000e-02 2.500000e-02 6.240000e+02 4.600000e+01 4.600000e+01 4.750000e-01 2.500000e-02 2.500000e-02 9.200000e+02 5.000000e+01 5.000000e+01 5.250000e-01 2.500000e-02 2.500000e-02 1.108000e+03 3.200000e+01 3.200000e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.244000e+03 3.300000e+01 3.300000e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.286000e+03 3.200000e+01 3.200000e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.248000e+03 3.100000e+01 3.100000e+01 7.250000e-01 2.500000e-02 2.500000e-02 1.113000e+03 2.900000e+01 2.900000e+01 7.750000e-01 2.500000e-02 2.500000e-02 9.320000e+02 2.500000e+01 2.500000e+01 8.250000e-01 2.500000e-02 2.500000e-02 7.230000e+02 2.100000e+01 2.100000e+01 8.750000e-01 2.500000e-02 2.500000e-02 5.310000e+02 1.700000e+01 1.700000e+01 9.250000e-01 2.500000e-02 2.500000e-02 3.100000e+02 1.200000e+01 1.200000e+01 9.750000e-01 2.500000e-02 2.500000e-02 1.190000e+02 7.000000e+00 7.000000e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/CLEO_2004_S5809304/d09-x01-y04 IsRef: 1 Path: /REF/CLEO_2004_S5809304/d09-x01-y04 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 1.750000e-01 2.500000e-02 2.500000e-02 1.080000e+02 1.210000e+02 1.210000e+02 2.250000e-01 2.500000e-02 2.500000e-02 2.920000e+02 1.150000e+02 1.150000e+02 2.750000e-01 2.500000e-02 2.500000e-02 3.870000e+02 1.110000e+02 1.110000e+02 3.250000e-01 2.500000e-02 2.500000e-02 4.250000e+02 1.030000e+02 1.030000e+02 3.750000e-01 2.500000e-02 2.500000e-02 5.940000e+02 9.800000e+01 9.800000e+01 4.250000e-01 2.500000e-02 2.500000e-02 5.460000e+02 9.200000e+01 9.200000e+01 4.750000e-01 2.500000e-02 2.500000e-02 8.970000e+02 1.080000e+02 1.080000e+02 5.250000e-01 2.500000e-02 2.500000e-02 1.085000e+03 7.000000e+01 7.000000e+01 5.750000e-01 2.500000e-02 2.500000e-02 1.162000e+03 6.500000e+01 6.500000e+01 6.250000e-01 2.500000e-02 2.500000e-02 1.230000e+03 6.400000e+01 6.400000e+01 6.750000e-01 2.500000e-02 2.500000e-02 1.198000e+03 6.000000e+01 6.000000e+01 7.250000e-01 2.500000e-02 2.500000e-02 1.055000e+03 5.200000e+01 5.200000e+01 7.750000e-01 2.500000e-02 2.500000e-02 8.650000e+02 4.500000e+01 4.500000e+01 8.250000e-01 2.500000e-02 2.500000e-02 6.940000e+02 3.600000e+01 3.600000e+01 8.750000e-01 2.500000e-02 2.500000e-02 4.710000e+02 2.700000e+01 2.700000e+01 9.250000e-01 2.500000e-02 2.500000e-02 2.890000e+02 2.000000e+01 2.000000e+01 9.750000e-01 2.500000e-02 2.500000e-02 1.210000e+02 1.500000e+01 1.500000e+01 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginHERA/H1_1994_S2919893.yoda b/analyses/pluginHERA/H1_1994_S2919893.yoda --- a/analyses/pluginHERA/H1_1994_S2919893.yoda +++ b/analyses/pluginHERA/H1_1994_S2919893.yoda @@ -1,262 +1,269 @@ BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.04, up: 0.04}}, 1: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.09, up: 0.09}}, 2: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.1, up: 0.1}}, 3: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.12, up: 0.12}}, 4: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.1, up: 0.1}}, 5: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.11, up: 0.11}}, 6: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.1, up: 0.1}}, 7: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.1, up: 0.1}}, 8: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.1, up: 0.1}}, 9: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.11, up: 0.11}}, 10: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.09, up: 0.09}}, 11: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.1, up: 0.1}}, 12: {stat: {dn: -0.23, up: 0.23}, sys: {dn: -0.11, up: 0.11}}, 13: {stat: {dn: -0.29, up: 0.29}, sys: {dn: -0.13, up: 0.13}}, 14: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.1, up: 0.1}}, 15: {stat: {dn: -0.44, up: 0.44}, sys: {dn: -0.15, up: 0.15}}, 16: {stat: {dn: -0.24, up: 0.24}, sys: {dn: -0.1, up: 0.1}}, 17: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -0.12, up: 0.12}}, 18: {stat: {dn: -0.25, up: 0.25}, sys: {dn: -0.11, up: 0.11}}, 19: {stat: {dn: -0.23, up: 0.23}, sys: {dn: -0.09, up: 0.09}}, 20: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.08, up: 0.08}}, 21: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.05, up: 0.05}}, 22: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.04, up: 0.04}}, 23: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.04, up: 0.04}}, 24: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.03, up: 0.03}}, 25: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.03, up: 0.03}}, 26: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.02, up: 0.02}}} + IsRef: 1 Path: /REF/H1_1994_S2919893/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ -1.125000e+00 1.250000e-01 1.250000e-01 3.400000e-01 8.062258e-02 8.062258e-02 -8.750000e-01 1.250000e-01 1.250000e-01 1.060000e+00 1.581139e-01 1.581139e-01 -6.250000e-01 1.250000e-01 1.250000e-01 1.430000e+00 1.640122e-01 1.640122e-01 -3.750000e-01 1.250000e-01 1.250000e-01 1.910000e+00 2.000000e-01 2.000000e-01 -1.250000e-01 1.250000e-01 1.250000e-01 1.760000e+00 1.886796e-01 1.886796e-01 1.250000e-01 1.250000e-01 1.250000e-01 1.890000e+00 2.024846e-01 2.024846e-01 3.750000e-01 1.250000e-01 1.250000e-01 1.900000e+00 1.972308e-01 1.972308e-01 6.250000e-01 1.250000e-01 1.250000e-01 2.070000e+00 2.059126e-01 2.059126e-01 8.750000e-01 1.250000e-01 1.250000e-01 2.000000e+00 1.972308e-01 1.972308e-01 1.125000e+00 1.250000e-01 1.250000e-01 2.190000e+00 2.459675e-01 2.459675e-01 1.375000e+00 1.250000e-01 1.250000e-01 1.950000e+00 2.193171e-01 2.193171e-01 1.625000e+00 1.250000e-01 1.250000e-01 1.950000e+00 2.416609e-01 2.416609e-01 1.875000e+00 1.250000e-01 1.250000e-01 2.100000e+00 2.549510e-01 2.549510e-01 2.125000e+00 1.250000e-01 1.250000e-01 2.510000e+00 3.178050e-01 3.178050e-01 2.375000e+00 1.250000e-01 1.250000e-01 2.010000e+00 2.416609e-01 2.416609e-01 2.625000e+00 1.250000e-01 1.250000e-01 3.000000e+00 4.648656e-01 4.648656e-01 2.875000e+00 1.250000e-01 1.250000e-01 2.000000e+00 2.600000e-01 2.600000e-01 3.125000e+00 1.250000e-01 1.250000e-01 2.410000e+00 2.863564e-01 2.863564e-01 3.375000e+00 1.250000e-01 1.250000e-01 2.140000e+00 2.731300e-01 2.731300e-01 3.625000e+00 1.250000e-01 1.250000e-01 1.750000e+00 2.469818e-01 2.469818e-01 3.875000e+00 1.250000e-01 1.250000e-01 1.360000e+00 1.878829e-01 1.878829e-01 4.125000e+00 1.250000e-01 1.250000e-01 8.500000e-01 1.208305e-01 1.208305e-01 4.375000e+00 1.250000e-01 1.250000e-01 5.500000e-01 9.848858e-02 9.848858e-02 4.625000e+00 1.250000e-01 1.250000e-01 5.000000e-01 8.944272e-02 8.944272e-02 4.875000e+00 1.250000e-01 1.250000e-01 2.700000e-01 6.708204e-02 6.708204e-02 5.125000e+00 1.250000e-01 1.250000e-01 1.700000e-01 5.000000e-02 5.000000e-02 5.375000e+00 1.250000e-01 1.250000e-01 1.000000e-01 3.605551e-02 3.605551e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d01-x01-y02 +Variations: [""] +ErrorBreakdown: {1: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.03, up: 0.03}}, 3: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.04, up: 0.04}}, 4: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.05, up: 0.05}}, 5: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.06, up: 0.06}}, 6: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.08, up: 0.08}}, 7: {stat: {dn: -0.12, up: 0.12}, sys: {dn: -0.07, up: 0.07}}, 8: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.07, up: 0.07}}, 9: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.07, up: 0.07}}, 10: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.08, up: 0.08}}, 11: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.08, up: 0.08}}, 12: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.08, up: 0.08}}, 13: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.09, up: 0.09}}, 14: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.1, up: 0.1}}, 15: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.1, up: 0.1}}, 16: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.11, up: 0.11}}, 17: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.11, up: 0.11}}, 18: {stat: {dn: -0.12, up: 0.12}, sys: {dn: -0.08, up: 0.08}}, 19: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.06, up: 0.06}}, 20: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.05, up: 0.05}}, 21: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.04, up: 0.04}}, 22: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.03, up: 0.03}}, 23: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.02, up: 0.02}}, 24: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 25: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 26: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d01-x01-y02 IsRef: 1 Path: /REF/H1_1994_S2919893/d01-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ --1.125000e+00 1.250000e-01 1.250000e-01 0.000000e+00 0.000000e+00 0.000000e+00 +# xval xerr- xerr+ yval yerr- yerr+ -8.750000e-01 1.250000e-01 1.250000e-01 1.000000e-01 2.236068e-02 2.236068e-02 -6.250000e-01 1.250000e-01 1.250000e-01 4.000000e-01 5.830952e-02 5.830952e-02 -3.750000e-01 1.250000e-01 1.250000e-01 8.100000e-01 8.944272e-02 8.944272e-02 -1.250000e-01 1.250000e-01 1.250000e-01 1.240000e+00 1.029563e-01 1.029563e-01 1.250000e-01 1.250000e-01 1.250000e-01 1.520000e+00 1.166190e-01 1.166190e-01 3.750000e-01 1.250000e-01 1.250000e-01 1.900000e+00 1.526434e-01 1.526434e-01 6.250000e-01 1.250000e-01 1.250000e-01 1.820000e+00 1.389244e-01 1.389244e-01 8.750000e-01 1.250000e-01 1.250000e-01 1.810000e+00 1.303840e-01 1.303840e-01 1.125000e+00 1.250000e-01 1.250000e-01 1.890000e+00 1.476482e-01 1.476482e-01 1.375000e+00 1.250000e-01 1.250000e-01 2.050000e+00 1.526434e-01 1.526434e-01 1.625000e+00 1.250000e-01 1.250000e-01 2.180000e+00 1.788854e-01 1.788854e-01 1.875000e+00 1.250000e-01 1.250000e-01 2.090000e+00 1.788854e-01 1.788854e-01 2.125000e+00 1.250000e-01 1.250000e-01 2.260000e+00 1.923538e-01 1.923538e-01 2.375000e+00 1.250000e-01 1.250000e-01 2.350000e+00 1.972308e-01 1.972308e-01 2.625000e+00 1.250000e-01 1.250000e-01 2.310000e+00 1.886796e-01 1.886796e-01 2.875000e+00 1.250000e-01 1.250000e-01 2.330000e+00 2.109502e-01 2.109502e-01 3.125000e+00 1.250000e-01 1.250000e-01 2.060000e+00 1.941649e-01 1.941649e-01 3.375000e+00 1.250000e-01 1.250000e-01 1.350000e+00 1.442221e-01 1.442221e-01 3.625000e+00 1.250000e-01 1.250000e-01 9.000000e-01 1.081665e-01 1.081665e-01 3.875000e+00 1.250000e-01 1.250000e-01 6.900000e-01 9.433981e-02 9.433981e-02 4.125000e+00 1.250000e-01 1.250000e-01 4.100000e-01 6.403124e-02 6.403124e-02 4.375000e+00 1.250000e-01 1.250000e-01 3.100000e-01 5.000000e-02 5.000000e-02 4.625000e+00 1.250000e-01 1.250000e-01 1.500000e-01 2.828427e-02 2.828427e-02 4.875000e+00 1.250000e-01 1.250000e-01 8.000000e-02 2.236068e-02 2.236068e-02 5.125000e+00 1.250000e-01 1.250000e-01 4.000000e-02 1.414214e-02 1.414214e-02 5.375000e+00 1.250000e-01 1.250000e-01 3.000000e-02 1.414214e-02 1.414214e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.28, up: 0.28}, sys: {dn: -0.2, up: 0.2}}, 1: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.14, up: 0.14}}, 2: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.06, up: 0.06}}, 3: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.05, up: 0.05}}, 4: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.09, up: 0.09}}, 5: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.14, up: 0.14}}, 6: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.17, up: 0.17}}, 7: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.17, up: 0.17}}, 8: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.18, up: 0.18}}, 9: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.16, up: 0.16}}, 10: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.16, up: 0.16}}, 11: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.15, up: 0.15}}, 12: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.14, up: 0.14}}, 13: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.12, up: 0.12}}, 14: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.12, up: 0.12}}, 15: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.1, up: 0.1}}, 16: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.07, up: 0.07}}, 17: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.05, up: 0.05}}, 18: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.02, up: 0.02}}, 19: {stat: {dn: -0.33, up: 0.33}, sys: {dn: -0.07, up: 0.07}}, 20: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.11, up: 0.11}}, 21: {stat: {dn: -0.25, up: 0.25}, sys: {dn: -0.14, up: 0.14}}, 22: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.18, up: 0.18}}, 23: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.18, up: 0.18}}, 24: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.21, up: 0.21}}, 25: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.21, up: 0.21}}, 26: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.21, up: 0.21}}, 27: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.18, up: 0.18}}, 28: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.16, up: 0.16}}, 29: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.12, up: 0.12}}, 30: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.1, up: 0.1}}, 31: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.09, up: 0.09}}, 32: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.04, up: 0.04}}, 33: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.04, up: 0.04}}, 34: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.02, up: 0.02}}, 35: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d02-x01-y01 IsRef: 1 Path: /REF/H1_1994_S2919893/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 2.250000e-01 7.500000e-02 7.500000e-02 1.280000e+00 3.440930e-01 3.440930e-01 3.750000e-01 7.500000e-02 7.500000e-02 1.340000e+00 2.202272e-01 2.202272e-01 5.250000e-01 7.500000e-02 7.500000e-02 1.280000e+00 1.615549e-01 1.615549e-01 6.750000e-01 7.500000e-02 7.500000e-02 1.380000e+00 1.772005e-01 1.772005e-01 8.250000e-01 7.500000e-02 7.500000e-02 1.250000e+00 1.664332e-01 1.664332e-01 9.750000e-01 7.500000e-02 7.500000e-02 1.360000e+00 2.051828e-01 2.051828e-01 1.125000e+00 7.500000e-02 7.500000e-02 1.440000e+00 2.404163e-01 2.404163e-01 1.275000e+00 7.500000e-02 7.500000e-02 1.390000e+00 2.267157e-01 2.267157e-01 1.425000e+00 7.500000e-02 7.500000e-02 1.480000e+00 2.408319e-01 2.408319e-01 1.575000e+00 7.500000e-02 7.500000e-02 1.430000e+00 2.334524e-01 2.334524e-01 1.725000e+00 7.500000e-02 7.500000e-02 1.500000e+00 2.334524e-01 2.334524e-01 1.875000e+00 7.500000e-02 7.500000e-02 1.590000e+00 2.343075e-01 2.343075e-01 2.025000e+00 7.500000e-02 7.500000e-02 1.630000e+00 2.280351e-01 2.280351e-01 2.175000e+00 7.500000e-02 7.500000e-02 1.690000e+00 2.163331e-01 2.163331e-01 2.325000e+00 7.500000e-02 7.500000e-02 1.840000e+00 2.332381e-01 2.332381e-01 2.475000e+00 7.500000e-02 7.500000e-02 1.900000e+00 2.236068e-01 2.236068e-01 2.625000e+00 7.500000e-02 7.500000e-02 2.020000e+00 2.308679e-01 2.308679e-01 2.775000e+00 7.500000e-02 7.500000e-02 2.280000e+00 2.745906e-01 2.745906e-01 2.925000e+00 7.500000e-02 7.500000e-02 2.570000e+00 3.106445e-01 3.106445e-01 3.075000e+00 7.500000e-02 7.500000e-02 2.660000e+00 3.373426e-01 3.373426e-01 3.225000e+00 7.500000e-02 7.500000e-02 2.170000e+00 3.289377e-01 3.289377e-01 3.375000e+00 7.500000e-02 7.500000e-02 1.710000e+00 2.865310e-01 2.865310e-01 3.525000e+00 7.500000e-02 7.500000e-02 1.470000e+00 2.545584e-01 2.545584e-01 3.675000e+00 7.500000e-02 7.500000e-02 1.140000e+00 2.220360e-01 2.220360e-01 3.825000e+00 7.500000e-02 7.500000e-02 1.020000e+00 2.469818e-01 2.469818e-01 3.975000e+00 7.500000e-02 7.500000e-02 8.200000e-01 2.325941e-01 2.325941e-01 4.125000e+00 7.500000e-02 7.500000e-02 6.800000e-01 2.247221e-01 2.247221e-01 4.275000e+00 7.500000e-02 7.500000e-02 5.800000e-01 1.931321e-01 1.931321e-01 4.425000e+00 7.500000e-02 7.500000e-02 5.100000e-01 1.746425e-01 1.746425e-01 4.575000e+00 7.500000e-02 7.500000e-02 3.700000e-01 1.341641e-01 1.341641e-01 4.725000e+00 7.500000e-02 7.500000e-02 2.800000e-01 1.077033e-01 1.077033e-01 4.875000e+00 7.500000e-02 7.500000e-02 2.700000e-01 1.029563e-01 1.029563e-01 5.025000e+00 7.500000e-02 7.500000e-02 1.600000e-01 5.000000e-02 5.000000e-02 5.175000e+00 7.500000e-02 7.500000e-02 1.300000e-01 5.000000e-02 5.000000e-02 5.325000e+00 7.500000e-02 7.500000e-02 7.000000e-02 2.236068e-02 2.236068e-02 5.475000e+00 7.500000e-02 7.500000e-02 3.000000e-02 1.414214e-02 1.414214e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d02-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.04, up: 0.04}}, 1: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.05, up: 0.05}}, 2: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.04, up: 0.04}}, 3: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.04, up: 0.04}}, 4: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.04, up: 0.04}}, 5: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 6: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 7: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 8: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 9: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 10: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 11: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 12: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 13: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 14: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 15: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 16: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.03, up: 0.03}}, 17: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.04, up: 0.04}}, 18: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.04, up: 0.04}}, 19: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.03, up: 0.03}}, 20: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.02, up: 0.02}}, 21: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 22: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 23: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 24: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 25: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 26: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.01, up: 0.01}}, 27: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.01, up: 0.01}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d02-x01-y02 IsRef: 1 Path: /REF/H1_1994_S2919893/d02-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 2.250000e-01 7.500000e-02 7.500000e-02 4.600000e-01 5.656854e-02 5.656854e-02 3.750000e-01 7.500000e-02 7.500000e-02 5.700000e-01 7.071068e-02 7.071068e-02 5.250000e-01 7.500000e-02 7.500000e-02 5.300000e-01 5.656854e-02 5.656854e-02 6.750000e-01 7.500000e-02 7.500000e-02 5.200000e-01 5.000000e-02 5.000000e-02 8.250000e-01 7.500000e-02 7.500000e-02 4.700000e-01 5.000000e-02 5.000000e-02 9.750000e-01 7.500000e-02 7.500000e-02 4.400000e-01 4.242641e-02 4.242641e-02 1.125000e+00 7.500000e-02 7.500000e-02 4.200000e-01 4.242641e-02 4.242641e-02 1.275000e+00 7.500000e-02 7.500000e-02 4.100000e-01 4.242641e-02 4.242641e-02 1.425000e+00 7.500000e-02 7.500000e-02 4.200000e-01 4.242641e-02 4.242641e-02 1.575000e+00 7.500000e-02 7.500000e-02 4.300000e-01 4.242641e-02 4.242641e-02 1.725000e+00 7.500000e-02 7.500000e-02 4.400000e-01 4.242641e-02 4.242641e-02 1.875000e+00 7.500000e-02 7.500000e-02 4.300000e-01 4.242641e-02 4.242641e-02 2.025000e+00 7.500000e-02 7.500000e-02 4.300000e-01 4.242641e-02 4.242641e-02 2.175000e+00 7.500000e-02 7.500000e-02 4.300000e-01 4.242641e-02 4.242641e-02 2.325000e+00 7.500000e-02 7.500000e-02 4.500000e-01 4.242641e-02 4.242641e-02 2.475000e+00 7.500000e-02 7.500000e-02 4.500000e-01 4.242641e-02 4.242641e-02 2.625000e+00 7.500000e-02 7.500000e-02 4.800000e-01 5.000000e-02 5.000000e-02 2.775000e+00 7.500000e-02 7.500000e-02 5.300000e-01 5.656854e-02 5.656854e-02 2.925000e+00 7.500000e-02 7.500000e-02 5.400000e-01 5.656854e-02 5.656854e-02 3.075000e+00 7.500000e-02 7.500000e-02 5.200000e-01 5.000000e-02 5.000000e-02 3.225000e+00 7.500000e-02 7.500000e-02 3.700000e-01 3.605551e-02 3.605551e-02 3.375000e+00 7.500000e-02 7.500000e-02 2.500000e-01 2.236068e-02 2.236068e-02 3.525000e+00 7.500000e-02 7.500000e-02 1.900000e-01 2.236068e-02 2.236068e-02 3.675000e+00 7.500000e-02 7.500000e-02 1.300000e-01 1.414214e-02 1.414214e-02 3.825000e+00 7.500000e-02 7.500000e-02 8.000000e-02 1.414214e-02 1.414214e-02 3.975000e+00 7.500000e-02 7.500000e-02 6.000000e-02 1.414214e-02 1.414214e-02 4.125000e+00 7.500000e-02 7.500000e-02 4.000000e-02 1.000000e-02 1.000000e-02 4.275000e+00 7.500000e-02 7.500000e-02 3.000000e-02 1.000000e-02 1.000000e-02 -4.425000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -4.575000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -4.725000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -4.875000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -5.025000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -5.175000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -5.325000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 -5.475000e+00 7.500000e-02 7.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {1: {stat: {dn: -5.0, up: 5.0}, sys: {dn: -5.0, up: 5.0}}, 2: {stat: {dn: -3.0, up: 3.0}, sys: {dn: -3.0, up: 3.0}}, 3: {stat: {dn: -2.0, up: 2.0}, sys: {dn: -2.0, up: 2.0}}, 4: {stat: {dn: -1.4, up: 1.4}, sys: {dn: -1.8, up: 1.8}}, 5: {stat: {dn: -0.9, up: 0.9}, sys: {dn: -1.2, up: 1.2}}, 6: {stat: {dn: -0.8, up: 0.8}, sys: {dn: -0.8, up: 0.8}}, 7: {stat: {dn: -0.6, up: 0.6}, sys: {dn: -0.5, up: 0.5}}, 8: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.3, up: 0.3}}, 9: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.4, up: 0.4}}, 10: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.3, up: 0.3}}, 11: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.2, up: 0.2}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y01 IsRef: 1 Path: /REF/H1_1994_S2919893/d03-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.000000e-02 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 +# xval xerr- xerr+ yval yerr- yerr+ 3.000000e-02 1.000000e-02 1.000000e-02 6.700000e+01 7.071068e+00 7.071068e+00 5.000000e-02 1.000000e-02 1.000000e-02 3.600000e+01 4.242641e+00 4.242641e+00 7.000000e-02 1.000000e-02 1.000000e-02 2.400000e+01 2.828427e+00 2.828427e+00 1.000000e-01 2.000000e-02 2.000000e-02 1.830000e+01 2.280351e+00 2.280351e+00 1.400000e-01 2.000000e-02 2.000000e-02 9.000000e+00 1.500000e+00 1.500000e+00 1.800000e-01 2.000000e-02 2.000000e-02 5.900000e+00 1.131371e+00 1.131371e+00 2.200000e-01 2.000000e-02 2.000000e-02 3.800000e+00 7.810250e-01 7.810250e-01 2.600000e-01 2.000000e-02 2.000000e-02 2.100000e+00 5.000000e-01 5.000000e-01 3.200000e-01 4.000000e-02 4.000000e-02 2.500000e+00 5.656854e-01 5.656854e-01 4.000000e-01 4.000000e-02 4.000000e-02 1.300000e+00 4.242641e-01 4.242641e-01 4.800000e-01 4.000000e-02 4.000000e-02 6.000000e-01 2.828427e-01 2.828427e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y02 +Variations: [""] +ErrorBreakdown: {1: {stat: {dn: -4.0, up: 4.0}, sys: {dn: -3.0, up: 3.0}}, 2: {stat: {dn: -3.0, up: 3.0}, sys: {dn: -2.0, up: 2.0}}, 3: {stat: {dn: -2.0, up: 2.0}, sys: {dn: -2.0, up: 2.0}}, 4: {stat: {dn: -1.2, up: 1.2}, sys: {dn: -1.3, up: 1.3}}, 5: {stat: {dn: -1.1, up: 1.1}, sys: {dn: -1.1, up: 1.1}}, 6: {stat: {dn: -0.8, up: 0.8}, sys: {dn: -0.7, up: 0.7}}, 7: {stat: {dn: -0.7, up: 0.7}, sys: {dn: -0.6, up: 0.6}}, 8: {stat: {dn: -0.5, up: 0.5}, sys: {dn: -0.3, up: 0.3}}, 9: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.2, up: 0.2}}, 10: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.09, up: 0.09}}, 11: {stat: {dn: -0.12, up: 0.12}, sys: {dn: -0.07, up: 0.07}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y02 IsRef: 1 Path: /REF/H1_1994_S2919893/d03-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.000000e-02 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 +# xval xerr- xerr+ yval yerr- yerr+ 3.000000e-02 1.000000e-02 1.000000e-02 6.900000e+01 5.000000e+00 5.000000e+00 5.000000e-02 1.000000e-02 1.000000e-02 3.700000e+01 3.605551e+00 3.605551e+00 7.000000e-02 1.000000e-02 1.000000e-02 2.100000e+01 2.828427e+00 2.828427e+00 1.000000e-01 2.000000e-02 2.000000e-02 1.480000e+01 1.769181e+00 1.769181e+00 1.400000e-01 2.000000e-02 2.000000e-02 1.100000e+01 1.555635e+00 1.555635e+00 1.800000e-01 2.000000e-02 2.000000e-02 5.900000e+00 1.063015e+00 1.063015e+00 2.200000e-01 2.000000e-02 2.000000e-02 5.000000e+00 9.219544e-01 9.219544e-01 2.600000e-01 2.000000e-02 2.000000e-02 2.400000e+00 5.830952e-01 5.830952e-01 3.200000e-01 4.000000e-02 4.000000e-02 1.500000e+00 3.605551e-01 3.605551e-01 4.000000e-01 4.000000e-02 4.000000e-02 6.200000e-01 2.012461e-01 2.012461e-01 4.800000e-01 4.000000e-02 4.000000e-02 3.300000e-01 1.389244e-01 1.389244e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -12.0, up: 12.0}, sys: {dn: -18.0, up: 18.0}}, 1: {stat: {dn: -5.0, up: 5.0}, sys: {dn: -5.0, up: 5.0}}, 2: {stat: {dn: -4.0, up: 4.0}, sys: {dn: -5.0, up: 5.0}}, 3: {stat: {dn: -3.0, up: 3.0}, sys: {dn: -4.0, up: 4.0}}, 4: {stat: {dn: -2.0, up: 2.0}, sys: {dn: -2.0, up: 2.0}}, 5: {stat: {dn: -1.3, up: 1.3}, sys: {dn: -1.1, up: 1.1}}, 6: {stat: {dn: -1.1, up: 1.1}, sys: {dn: -0.8, up: 0.8}}, 7: {stat: {dn: -0.9, up: 0.9}, sys: {dn: -0.7, up: 0.7}}, 8: {stat: {dn: -1.0, up: 1.0}, sys: {dn: -0.6, up: 0.6}}, 9: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.4, up: 0.4}}, 10: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.3, up: 0.3}}, 11: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.1, up: 0.1}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y03 IsRef: 1 Path: /REF/H1_1994_S2919893/d03-x01-y03 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 2.500000e+02 2.163331e+01 2.163331e+01 3.000000e-02 1.000000e-02 1.000000e-02 5.900000e+01 7.071068e+00 7.071068e+00 5.000000e-02 1.000000e-02 1.000000e-02 4.200000e+01 6.403124e+00 6.403124e+00 7.000000e-02 1.000000e-02 1.000000e-02 2.900000e+01 5.000000e+00 5.000000e+00 1.000000e-01 2.000000e-02 2.000000e-02 1.500000e+01 2.828427e+00 2.828427e+00 1.400000e-01 2.000000e-02 2.000000e-02 8.800000e+00 1.702939e+00 1.702939e+00 1.800000e-01 2.000000e-02 2.000000e-02 5.800000e+00 1.360147e+00 1.360147e+00 2.200000e-01 2.000000e-02 2.000000e-02 4.700000e+00 1.140175e+00 1.140175e+00 2.600000e-01 2.000000e-02 2.000000e-02 4.200000e+00 1.166190e+00 1.166190e+00 3.200000e-01 4.000000e-02 4.000000e-02 1.800000e+00 5.656854e-01 5.656854e-01 4.000000e-01 4.000000e-02 4.000000e-02 1.200000e+00 5.000000e-01 5.000000e-01 4.800000e-01 4.000000e-02 4.000000e-02 4.000000e-01 2.236068e-01 2.236068e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y04 +Variations: [""] +ErrorBreakdown: {1: {stat: {dn: -2.0, up: 2.0}, sys: {dn: -5.0, up: 5.0}}, 2: {stat: {dn: -2.0, up: 2.0}, sys: {dn: -3.0, up: 3.0}}, 3: {stat: {dn: -1.0, up: 1.0}, sys: {dn: -2.0, up: 2.0}}, 4: {stat: {dn: -0.8, up: 0.8}, sys: {dn: -1.8, up: 1.8}}, 5: {stat: {dn: -0.6, up: 0.6}, sys: {dn: -1.2, up: 1.2}}, 6: {stat: {dn: -0.5, up: 0.5}, sys: {dn: -0.8, up: 0.8}}, 7: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.6, up: 0.6}}, 8: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.4, up: 0.4}}, 9: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.3, up: 0.3}}, 10: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.2, up: 0.2}}, 11: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.1, up: 0.1}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d03-x01-y04 IsRef: 1 Path: /REF/H1_1994_S2919893/d03-x01-y04 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.000000e-02 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 +# xval xerr- xerr+ yval yerr- yerr+ 3.000000e-02 1.000000e-02 1.000000e-02 6.400000e+01 5.385165e+00 5.385165e+00 5.000000e-02 1.000000e-02 1.000000e-02 3.800000e+01 3.605551e+00 3.605551e+00 7.000000e-02 1.000000e-02 1.000000e-02 2.400000e+01 2.236068e+00 2.236068e+00 1.000000e-01 2.000000e-02 2.000000e-02 1.600000e+01 1.969772e+00 1.969772e+00 1.400000e-01 2.000000e-02 2.000000e-02 9.600000e+00 1.341641e+00 1.341641e+00 1.800000e-01 2.000000e-02 2.000000e-02 6.000000e+00 9.433981e-01 9.433981e-01 2.200000e-01 2.000000e-02 2.000000e-02 4.400000e+00 7.211103e-01 7.211103e-01 2.600000e-01 2.000000e-02 2.000000e-02 2.600000e+00 5.000000e-01 5.000000e-01 3.200000e-01 4.000000e-02 4.000000e-02 1.900000e+00 3.605551e-01 3.605551e-01 4.000000e-01 4.000000e-02 4.000000e-02 9.700000e-01 2.500000e-01 2.500000e-01 4.800000e-01 4.000000e-02 4.000000e-02 4.500000e-01 1.414214e-01 1.414214e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 1: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 2: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.05, up: 0.05}}, 3: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.06, up: 0.06}}, 4: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.1, up: 0.1}}, 5: {stat: {dn: -0.28, up: 0.28}, sys: {dn: -0.17, up: 0.17}}, 6: {stat: {dn: -0.28, up: 0.28}, sys: {dn: -0.21, up: 0.21}}, 7: {stat: {dn: -0.72, up: 0.72}, sys: {dn: -0.65, up: 0.65}}} -BEGIN YODA_SCATTER2D_V2 /REF/H1_1994_S2919893/d04-x01-y01 IsRef: 1 Path: /REF/H1_1994_S2919893/d04-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.45101.v1/t4 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 2.100000e-01 1.414214e-02 1.414214e-02 5.000000e-02 2.000000e-02 2.000000e-02 3.900000e-01 4.242641e-02 4.242641e-02 9.000000e-02 2.000000e-02 2.000000e-02 5.700000e-01 8.602325e-02 8.602325e-02 1.300000e-01 2.000000e-02 2.000000e-02 7.200000e-01 1.802776e-01 1.802776e-01 1.750000e-01 2.500000e-02 2.500000e-02 8.800000e-01 1.640122e-01 1.640122e-01 2.400000e-01 4.000000e-02 4.000000e-02 1.200000e+00 3.275668e-01 3.275668e-01 3.400000e-01 6.000000e-02 6.000000e-02 1.380000e+00 3.500000e-01 3.500000e-01 4.700000e-01 7.000000e-02 7.000000e-02 2.400000e+00 9.700000e-01 9.700000e-01 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLEP/DELPHI_2000_S4328825.cc b/analyses/pluginLEP/DELPHI_2000_S4328825.cc --- a/analyses/pluginLEP/DELPHI_2000_S4328825.cc +++ b/analyses/pluginLEP/DELPHI_2000_S4328825.cc @@ -1,145 +1,159 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/Beam.hh" #include "Rivet/Projections/FinalState.hh" #include "Rivet/Projections/ChargedFinalState.hh" #include "Rivet/Projections/Sphericity.hh" #include "Rivet/Projections/Thrust.hh" #include "Rivet/Projections/FastJets.hh" #include "Rivet/Projections/ParisiTensor.hh" #include "Rivet/Projections/Hemispheres.hh" -#include - -#define I_KNOW_THE_INITIAL_QUARKS_PROJECTION_IS_DODGY_BUT_NEED_TO_USE_IT #include "Rivet/Projections/InitialQuarks.hh" namespace Rivet { - /// @brief OPAL multiplicities at various energies + /// @brief DELPHI multiplicities at various energies /// @author Peter Richardson class DELPHI_2000_S4328825 : public Analysis { public: /// Constructor DELPHI_2000_S4328825() : Analysis("DELPHI_2000_S4328825") {} /// @name Analysis methods //@{ void init() { // Projections declare(Beam(), "Beams"); declare(ChargedFinalState(), "CFS"); declare(InitialQuarks(), "IQF"); - book(_weightedTotalChargedPartNumLight,"weight_totalch_light"); - book(_weightedTotalChargedPartNumCharm,"weight_totalch_charm"); - book(_weightedTotalChargedPartNumBottom,"weight_totalch_bottom"); + book(_cLight , "/TMP/CLIGHT" ); + book(_cCharm , "/TMP/CCHARM" ); + book(_cBottom, "/TMP/CBOTTOM"); book(_weightLight,"weight_light"); book(_weightCharm,"weight_charm"); book(_weightBottom,"weight_bottom"); - book(h_bottom, 1, 1, 1); - book(h_charm, 1, 1, 2); - book(h_light, 1, 1, 3); - book(h_diff, 1, 1, 4); // bottom minus light - } void analyze(const Event& event) { // Even if we only generate hadronic events, we still need a cut on numCharged >= 2. const FinalState& cfs = apply(event, "CFS"); if (cfs.size() < 2) vetoEvent; int flavour = 0; const InitialQuarks& iqf = apply(event, "IQF"); // If we only have two quarks (qqbar), just take the flavour. // If we have more than two quarks, look for the highest energetic q-qbar pair. if (iqf.particles().size() == 2) { flavour = iqf.particles().front().abspid(); } else { map quarkmap; for (const Particle& p : iqf.particles()) { if (quarkmap[p.pid()] < p.E()) { quarkmap[p.pid()] = p.E(); } } double maxenergy = 0.; for (int i = 1; i <= 5; ++i) { if (quarkmap[i]+quarkmap[-i] > maxenergy) { flavour = i; } } } const size_t numParticles = cfs.particles().size(); switch (flavour) { case 1: case 2: case 3: _weightLight->fill(); - _weightedTotalChargedPartNumLight ->fill(numParticles); + _cLight->fill(numParticles); break; case 4: _weightCharm->fill(); - _weightedTotalChargedPartNumCharm ->fill(numParticles); + _cCharm->fill(numParticles); break; case 5: _weightBottom->fill(); - _weightedTotalChargedPartNumBottom->fill(numParticles); + _cBottom->fill(numParticles); break; } - } void finalize() { - Histo1D temphisto(refData(1, 1, 1)); - - const double avgNumPartsBottom = dbl(*_weightedTotalChargedPartNumBottom / *_weightBottom); - const double avgNumPartsCharm = dbl(*_weightedTotalChargedPartNumCharm / *_weightCharm); - const double avgNumPartsLight = dbl(*_weightedTotalChargedPartNumLight / *_weightLight); - for (size_t b = 0; b < temphisto.numBins(); b++) { - const double x = temphisto.bin(b).xMid(); - const double ex = temphisto.bin(b).xWidth()/2.; - if (inRange(sqrtS()/GeV, x-ex, x+ex)) { - // @TODO: Fix y-error: - h_bottom->addPoint(x, avgNumPartsBottom, ex, 0.); - h_charm->addPoint(x, avgNumPartsCharm, ex, 0.); - h_light->addPoint(x, avgNumPartsLight, ex, 0.); - h_diff->addPoint(x, avgNumPartsBottom-avgNumPartsLight, ex, 0.); - } + // calculate the averages and diffs + if(_weightLight->sumW() !=0) scale( _cLight, 1./_weightLight->sumW()); + if(_weightCharm->sumW() !=0) scale( _cCharm, 1./_weightCharm->sumW()); + if(_weightBottom->sumW()!=0) scale(_cBottom,1./_weightBottom->sumW()); + Counter _cDiff = *_cBottom - *_cLight; + // fill the histograms + for(unsigned int ix=1;ix<5;++ix) { + double val(0.), err(0.0); + if(ix==1) { + val = _cBottom->val(); + err = _cBottom->err(); + } + else if(ix==2) { + val = _cCharm->val(); + err = _cCharm->err(); + } + else if(ix==3) { + val = _cLight->val(); + err = _cLight->err(); + } + else if(ix==4) { + val = _cDiff.val(); + err = _cDiff.err(); + } + Scatter2D temphisto(refData(1, 1, ix)); + Scatter2DPtr mult; + book(mult, 1, 1, ix); + for (size_t b = 0; b < temphisto.numPoints(); b++) { + const double x = temphisto.point(b).x(); + pair ex = temphisto.point(b).xErrs(); + pair ex2 = ex; + if(ex2.first ==0.) ex2. first=0.0001; + if(ex2.second==0.) ex2.second=0.0001; + if (inRange(sqrtS()/GeV, x-ex2.first, x+ex2.second)) { + mult->addPoint(x, val, ex, make_pair(err,err)); + } + else { + mult->addPoint(x, 0., ex, make_pair(0.,.0)); + } + } } } //@} private: - Scatter2DPtr h_bottom, h_charm, h_light, h_diff; - /// @name Multiplicities //@{ - CounterPtr _weightedTotalChargedPartNumLight; - CounterPtr _weightedTotalChargedPartNumCharm; - CounterPtr _weightedTotalChargedPartNumBottom; + CounterPtr _cLight; + CounterPtr _cCharm; + CounterPtr _cBottom; //@} /// @name Weights //@{ CounterPtr _weightLight; CounterPtr _weightCharm; CounterPtr _weightBottom; //@} }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(DELPHI_2000_S4328825); } diff --git a/analyses/pluginLEP/DELPHI_2000_S4328825.plot b/analyses/pluginLEP/DELPHI_2000_S4328825.plot --- a/analyses/pluginLEP/DELPHI_2000_S4328825.plot +++ b/analyses/pluginLEP/DELPHI_2000_S4328825.plot @@ -1,36 +1,48 @@ # BEGIN PLOT /DELPHI_2000_S4328825/d01-x01-y01 Title=Charged multiplicity as a function of energy in $b$ events XLabel=$E_\mathrm{CMS}/GeV$ YLabel=$\langle n\rangle_{b\bar b}$ LegendXPos=0.20 -LegendYPos=0.85 +LegendYPos=0.2 FullRange=1 LogY=0 +XMin=181 +XMax=208 +ConnectGaps=1 # END PLOT # BEGIN PLOT /DELPHI_2000_S4328825/d01-x01-y02 Title=Charged multiplicity as a function of energy in $c$ events XLabel=$E_\mathrm{CMS}/GeV$ YLabel=$\langle n\rangle_{c\bar c}$ LegendXPos=0.20 -LegendYPos=0.85 +LegendYPos=0.2 FullRange=1 LogY=0 +XMin=181 +XMax=208 +ConnectGaps=1 # END PLOT # BEGIN PLOT /DELPHI_2000_S4328825/d01-x01-y03 Title=Charged multiplicity as a function of energy in $uds$ events XLabel=$E_\mathrm{CMS}/GeV$ YLabel=$\langle n\rangle_{l\bar l}$ LegendXPos=0.20 -LegendYPos=0.85 +LegendYPos=0.2 FullRange=1 LogY=0 +XMin=181 +XMax=208 +ConnectGaps=1 # END PLOT # BEGIN PLOT /DELPHI_2000_S4328825/d01-x01-y04 Title=Difference in Charged multiplicity as a function of energy between $b$ and $uds$ events XLabel=$E_\mathrm{CMS}/GeV$ YLabel=$\delta_{bl}$ LegendXPos=0.20 -LegendYPos=0.85 +LegendYPos=0.2 FullRange=1 LogY=0 +XMin=181 +XMax=208 +ConnectGaps=1 # END PLOT diff --git a/analyses/pluginLEP/DELPHI_2000_S4328825.yoda b/analyses/pluginLEP/DELPHI_2000_S4328825.yoda --- a/analyses/pluginLEP/DELPHI_2000_S4328825.yoda +++ b/analyses/pluginLEP/DELPHI_2000_S4328825.yoda @@ -1,71 +1,74 @@ BEGIN YODA_SCATTER2D_V2 /REF/DELPHI_2000_S4328825/d01-x01-y01 IsRef: 1 Path: /REF/DELPHI_2000_S4328825/d01-x01-y01 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.830000e+02 3.000000e+00 3.000000e+00 2.979000e+01 1.110000e+00 1.110000e+00 -1.890000e+02 3.000000e+00 1.500000e+00 3.053000e+01 7.000000e-01 7.000000e-01 -1.920000e+02 1.500000e+00 2.000000e+00 2.757000e+01 1.560000e+00 1.560000e+00 -1.960000e+02 2.000000e+00 2.000000e+00 2.958000e+01 9.700000e-01 9.700000e-01 -2.000000e+02 2.000000e+00 3.000000e+00 2.938000e+01 6.500000e-01 6.500000e-01 -2.060000e+02 3.000000e+00 3.000000e+00 2.872000e+01 7.000000e-01 7.000000e-01 +1.830000e+02 0.000000e+00 0.000000e+00 2.979000e+01 1.110000e+00 1.110000e+00 +1.890000e+02 0.000000e+00 0.000000e+00 3.053000e+01 7.000000e-01 7.000000e-01 +1.920000e+02 0.000000e+00 0.000000e+00 2.757000e+01 1.560000e+00 1.560000e+00 +1.960000e+02 0.000000e+00 0.000000e+00 2.958000e+01 9.700000e-01 9.700000e-01 +2.000000e+02 0.000000e+00 0.000000e+00 2.955000e+01 1.060000e+00 1.060000e+00 +2.060000e+02 0.000000e+00 0.000000e+00 2.872000e+01 7.000000e-01 7.000000e-01 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/DELPHI_2000_S4328825/d01-x01-y02 IsRef: 1 Path: /REF/DELPHI_2000_S4328825/d01-x01-y02 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.830000e+02 3.000000e+00 3.000000e+00 2.941000e+01 4.050000e+00 4.050000e+00 -1.890000e+02 3.000000e+00 1.500000e+00 2.863000e+01 2.810000e+00 2.810000e+00 -1.920000e+02 1.500000e+00 2.000000e+00 3.063000e+01 7.700000e+00 7.700000e+00 -1.960000e+02 2.000000e+00 2.000000e+00 2.675000e+01 4.450000e+00 4.450000e+00 -2.000000e+02 2.000000e+00 3.000000e+00 2.989000e+01 2.920000e+00 2.920000e+00 -2.060000e+02 3.000000e+00 3.000000e+00 3.632000e+01 3.080000e+00 3.080000e+00 +1.830000e+02 0.000000e+00 0.000000e+00 2.941000e+01 4.050000e+00 4.050000e+00 +1.890000e+02 0.000000e+00 0.000000e+00 2.863000e+01 2.810000e+00 2.810000e+00 +1.920000e+02 0.000000e+00 0.000000e+00 3.063000e+01 7.700000e+00 7.700000e+00 +1.960000e+02 0.000000e+00 0.000000e+00 2.675000e+01 4.450000e+00 4.450000e+00 +2.000000e+02 0.000000e+00 0.000000e+00 3.242000e+01 4.430000e+00 4.430000e+00 +2.060000e+02 0.000000e+00 0.000000e+00 3.632000e+01 3.080000e+00 3.080000e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/DELPHI_2000_S4328825/d01-x01-y03 IsRef: 1 Path: /REF/DELPHI_2000_S4328825/d01-x01-y03 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.830000e+02 3.000000e+00 3.000000e+00 2.525000e+01 1.350000e+00 1.350000e+00 -1.890000e+02 3.000000e+00 1.500000e+00 2.610000e+01 9.700000e-01 9.700000e-01 -1.920000e+02 1.500000e+00 2.000000e+00 2.554000e+01 2.750000e+00 2.750000e+00 -1.960000e+02 2.000000e+00 2.000000e+00 2.712000e+01 1.580000e+00 1.580000e+00 -2.000000e+02 2.000000e+00 3.000000e+00 2.599000e+01 1.030000e+00 1.030000e+00 -2.060000e+02 3.000000e+00 3.000000e+00 2.422000e+01 1.090000e+00 1.090000e+00 +1.830000e+02 0.000000e+00 0.000000e+00 2.525000e+01 1.350000e+00 1.350000e+00 +1.890000e+02 0.000000e+00 0.000000e+00 2.610000e+01 9.700000e-01 9.700000e-01 +1.920000e+02 0.000000e+00 0.000000e+00 2.554000e+01 2.750000e+00 2.750000e+00 +1.960000e+02 0.000000e+00 0.000000e+00 2.712000e+01 1.580000e+00 1.580000e+00 +2.000000e+02 0.000000e+00 0.000000e+00 2.475000e+01 1.550000e+00 1.550000e+00 +2.060000e+02 0.000000e+00 0.000000e+00 2.422000e+01 1.090000e+00 1.090000e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/DELPHI_2000_S4328825/d01-x01-y04 IsRef: 1 Path: /REF/DELPHI_2000_S4328825/d01-x01-y04 Title: ~ Type: Scatter2D --- # xval xerr- xerr+ yval yerr- yerr+ -1.830000e+02 3.000000e+00 3.000000e+00 4.550000e+00 1.310000e+00 1.310000e+00 -1.890000e+02 3.000000e+00 1.500000e+00 4.430000e+00 8.500000e-01 8.500000e-01 -1.920000e+02 1.500000e+00 2.000000e+00 2.030000e+00 2.360000e+00 2.360000e+00 -1.960000e+02 2.000000e+00 2.000000e+00 2.460000e+00 1.370000e+00 1.370000e+00 -2.000000e+02 2.000000e+00 3.000000e+00 4.790000e+00 1.340000e+00 1.340000e+00 -2.060000e+02 3.000000e+00 3.000000e+00 4.500000e+00 1.050000e+00 1.050000e+00 +1.830000e+02 0.000000e+00 0.000000e+00 4.550000e+00 1.310000e+00 1.310000e+00 +1.890000e+02 0.000000e+00 0.000000e+00 4.430000e+00 8.500000e-01 8.500000e-01 +1.920000e+02 0.000000e+00 0.000000e+00 2.030000e+00 2.360000e+00 2.360000e+00 +1.960000e+02 0.000000e+00 0.000000e+00 2.460000e+00 1.370000e+00 1.370000e+00 +2.000000e+02 0.000000e+00 0.000000e+00 4.790000e+00 1.340000e+00 1.340000e+00 +2.060000e+02 0.000000e+00 0.000000e+00 4.500000e+00 1.050000e+00 1.050000e+00 END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/DELPHI_2000_S4328825/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.31, up: 1.31}, sys: {dn: -0.73, up: 0.73}}, 1: {stat: {dn: -0.85, up: 0.85}, sys: {dn: -0.61, up: 0.61}}, 2: {stat: {dn: -0.89, up: 0.89}, sys: {dn: -1.01, up: 1.01}}} + IsRef: 1 Path: /REF/DELPHI_2000_S4328825/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.49985.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.830000e+02 3.000000e+00 3.000000e+00 4.550000e+00 1.499667e+00 1.499667e+00 -1.890000e+02 3.000000e+00 5.500000e+00 4.430000e+00 1.046231e+00 1.046231e+00 -2.000000e+02 5.500000e+00 5.500000e+00 3.420000e+00 1.346180e+00 1.346180e+00 +# xval xerr- xerr+ yval yerr- yerr+ +1.830000e+02 0.000000e+00 0.000000e+00 4.550000e+00 1.499667e+00 1.499667e+00 +1.890000e+02 0.000000e+00 0.000000e+00 4.430000e+00 1.046231e+00 1.046231e+00 +2.000000e+02 0.000000e+00 0.000000e+00 3.420000e+00 1.346180e+00 1.346180e+00 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLEP/L3_2004_I652683.cc b/analyses/pluginLEP/L3_2004_I652683.cc --- a/analyses/pluginLEP/L3_2004_I652683.cc +++ b/analyses/pluginLEP/L3_2004_I652683.cc @@ -1,212 +1,404 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/Beam.hh" #include "Rivet/Projections/FinalState.hh" #include "Rivet/Projections/ChargedFinalState.hh" +#include "Rivet/Projections/InitialQuarks.hh" #include "Rivet/Projections/Thrust.hh" #include "Rivet/Projections/ParisiTensor.hh" #include "Rivet/Projections/Hemispheres.hh" -#define I_KNOW_THE_INITIAL_QUARKS_PROJECTION_IS_DODGY_BUT_NEED_TO_USE_IT -#include "Rivet/Projections/InitialQuarks.hh" - namespace Rivet { /// Jet rates and event shapes at LEP I+II class L3_2004_I652683 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(L3_2004_I652683); - // L3_2004_I652683() : Analysis("L3_2004_I652683") - // { } - /// Book histograms and initialise projections before the run void init() { // Projections to use const FinalState FS; declare(FS, "FS"); declare(Beam(), "beams"); const ChargedFinalState CFS; declare(CFS, "CFS"); const Thrust thrust(FS); declare(thrust, "thrust"); declare(ParisiTensor(FS), "Parisi"); declare(Hemispheres(thrust), "Hemispheres"); declare(InitialQuarks(), "initialquarks"); // Book the histograms - book(_h_Thrust_udsc , 47, 1, 1); - book(_h_Thrust_bottom , 47, 1, 2); - book(_h_heavyJetmass_udsc , 48, 1, 1); - book(_h_heavyJetmass_bottom , 48, 1, 2); - book(_h_totalJetbroad_udsc , 49, 1, 1); - book(_h_totalJetbroad_bottom , 49, 1, 2); - book(_h_wideJetbroad_udsc , 50, 1, 1); - book(_h_wideJetbroad_bottom , 50, 1, 2); - book(_h_Cparameter_udsc , 51, 1, 1); - book(_h_Cparameter_bottom , 51, 1, 2); - book(_h_Dparameter_udsc , 52, 1, 1); - book(_h_Dparameter_bottom , 52, 1, 2); - book(_h_Ncharged , 59, 1, 1); - book(_h_Ncharged_udsc , 59, 1, 2); - book(_h_Ncharged_bottom , 59, 1, 3); - book(_h_scaledMomentum , 65, 1, 1); - book(_h_scaledMomentum_udsc , 65, 1, 2); - book(_h_scaledMomentum_bottom, 65, 1, 3); + if(fuzzyEquals(sqrtS()/GeV, 91.2, 1e-3)) { + // z pole + book(_h_Thrust_udsc , 47, 1, 1); + book(_h_Thrust_bottom , 47, 1, 2); + book(_h_heavyJetmass_udsc , 48, 1, 1); + book(_h_heavyJetmass_bottom , 48, 1, 2); + book(_h_totalJetbroad_udsc , 49, 1, 1); + book(_h_totalJetbroad_bottom , 49, 1, 2); + book(_h_wideJetbroad_udsc , 50, 1, 1); + book(_h_wideJetbroad_bottom , 50, 1, 2); + book(_h_Cparameter_udsc , 51, 1, 1); + book(_h_Cparameter_bottom , 51, 1, 2); + book(_h_Dparameter_udsc , 52, 1, 1); + book(_h_Dparameter_bottom , 52, 1, 2); + book(_h_Ncharged , "/TMP/NCHARGED" , 28, 1, 57); + book(_h_Ncharged_udsc , "/TMP/NCHARGED_UDSC", 28, 1, 57); + book(_h_Ncharged_bottom , "/TMP/NCHARGED_B" , 27, 3, 57); + book(_h_scaledMomentum , 65, 1, 1); + book(_h_scaledMomentum_udsc , 65, 1, 2); + book(_h_scaledMomentum_bottom , 65, 1, 3); + } + else if(sqrtS()/GeV<90) { + int i1(-1),i2(-1); + if(fuzzyEquals(sqrtS()/GeV, 41.4, 1e-2)) { + i1=0; + i2=1; + } + else if(fuzzyEquals(sqrtS()/GeV, 55.3, 1e-2)) { + i1=0; + i2=2; + } + else if(fuzzyEquals(sqrtS()/GeV, 65.4, 1e-2)) { + i1=0; + i2=3; + } + else if(fuzzyEquals(sqrtS()/GeV, 75.7, 1e-2)) { + i1=1; + i2=1; + } + else if(fuzzyEquals(sqrtS()/GeV, 82.3, 1e-2)) { + i1=1; + i2=2; + } + else if(fuzzyEquals(sqrtS()/GeV, 85.1, 1e-2)) { + i1=1; + i2=3; + } + else + MSG_ERROR("Beam energy not supported!"); + book(_h_thrust , 21+i1,1,i2); + book(_h_rho , 26+i1,1,i2); + book(_h_B_T , 31+i1,1,i2); + book(_h_B_W , 36+i1,1,i2); + } + else if(sqrtS()/GeV>120) { + int i1(-1),i2(-1); + if(fuzzyEquals(sqrtS()/GeV, 130.1, 1e-2)) { + i1=0; + i2=1; + } + else if(fuzzyEquals(sqrtS()/GeV, 136.1, 1e-2)) { + i1=0; + i2=2; + } + else if(fuzzyEquals(sqrtS()/GeV, 161.3, 1e-2)) { + i1=0; + i2=3; + } + else if(fuzzyEquals(sqrtS()/GeV, 172.3, 1e-2)) { + i1=1; + i2=1; + } + else if(fuzzyEquals(sqrtS()/GeV, 182.8, 1e-2)) { + i1=1; + i2=2; + } + else if(fuzzyEquals(sqrtS()/GeV, 188.6, 1e-2)) { + i1=1; + i2=3; + } + else if(fuzzyEquals(sqrtS()/GeV, 194.4, 1e-2)) { + i1=2; + i2=1; + } + else if(fuzzyEquals(sqrtS()/GeV, 200.2, 1e-2)) { + i1=2; + i2=2; + } + else if(fuzzyEquals(sqrtS()/GeV, 206.2, 1e-2)) { + i1=2; + i2=3; + } + else + MSG_ERROR("Beam energy not supported!"); + book(_h_thrust , 23+i1,1,i2); + book(_h_rho , 28+i1,1,i2); + book(_h_B_T , 33+i1,1,i2); + book(_h_B_W , 38+i1,1,i2); + book(_h_C , 41+i1,1,i2); + book(_h_D , 44+i1,1,i2); + book(_h_N , "/TMP/NCHARGED", 22, 9, 53); + book(_h_xi , 66+i1,1,i2); + // todo add the jets + // int i3 = 3*i1+i2; + // _h_y_2_JADE = bookHisto1D( i3,1,1); + // _h_y_3_JADE = bookHisto1D( i3,1,2); + // _h_y_4_JADE = bookHisto1D( i3,1,3); + // _h_y_5_JADE = bookHisto1D( i3,1,4); + // _h_y_2_Durham = bookHisto1D( 9+i3,1,1); + // _h_y_3_Durham = bookHisto1D( 9+i3,1,2); + // _h_y_4_Durham = bookHisto1D( 9+i3,1,3); + // _h_y_5_Durham = bookHisto1D( 9+i3,1,4); + // if(i3==8||i3==9) { + // _h_y_2_Cambridge = bookHisto1D(10+i3,1,1); + // _h_y_3_Cambridge = bookHisto1D(10+i3,1,2); + // _h_y_4_Cambridge = bookHisto1D(10+i3,1,3); + // _h_y_5_Cambridge = bookHisto1D(10+i3,1,4); + // } + } book(_sumW_udsc, "sumW_udsc"); book(_sumW_b, "sumW_b"); book(_sumW_ch, "sumW_ch"); book(_sumW_ch_udsc, "sumW_ch_udsc"); book(_sumW_ch_b, "sumW_ch_b"); } /// Perform the per-event analysis void analyze(const Event& event) { - // Get beam average momentum const ParticlePair& beams = apply(event, "beams").beams(); const double beamMomentum = ( beams.first.p3().mod() + beams.second.p3().mod() ) / 2.0; // InitialQuarks projection to have udsc events separated from b events /// @todo Yuck!!! Eliminate when possible... - int flavour = 0; - const InitialQuarks& iqf = apply(event, "initialquarks"); - Particles quarks; - if ( iqf.particles().size() == 2 ) { - flavour = iqf.particles().front().abspid(); - quarks = iqf.particles(); - } else { - map quarkmap; - for (const Particle& p : iqf.particles()) { - if (quarkmap.find(p.pid()) == quarkmap.end()) quarkmap[p.pid()] = p; - else if (quarkmap[p.pid()].E() < p.E()) quarkmap[p.pid()] = p; - } - double max_energy = 0.; - for (int i = 1; i <= 5; ++i) { - double energy = 0.; - if (quarkmap.find(i) != quarkmap.end()) - energy += quarkmap[ i].E(); - if (quarkmap.find(-i) != quarkmap.end()) - energy += quarkmap[-i].E(); - if (energy > max_energy) - flavour = i; - } - if (quarkmap.find(flavour) != quarkmap.end()) - quarks.push_back(quarkmap[flavour]); - if (quarkmap.find(-flavour) != quarkmap.end()) - quarks.push_back(quarkmap[-flavour]); + int iflav = 0; + // only need the flavour at Z pole + if(_h_Thrust_udsc) { + int flavour = 0; + const InitialQuarks& iqf = apply(event, "initialquarks"); + Particles quarks; + if ( iqf.particles().size() == 2 ) { + flavour = iqf.particles().front().abspid(); + quarks = iqf.particles(); + } else { + map quarkmap; + for (const Particle& p : iqf.particles()) { + if (quarkmap.find(p.pid()) == quarkmap.end()) quarkmap[p.pid()] = p; + else if (quarkmap[p.pid()].E() < p.E()) quarkmap[p.pid()] = p; + } + double max_energy = 0.; + for (int i = 1; i <= 5; ++i) { + double energy = 0.; + if (quarkmap.find(i) != quarkmap.end()) + energy += quarkmap[ i].E(); + if (quarkmap.find(-i) != quarkmap.end()) + energy += quarkmap[-i].E(); + if (energy > max_energy) + flavour = i; + } + if (quarkmap.find(flavour) != quarkmap.end()) + quarks.push_back(quarkmap[flavour]); + if (quarkmap.find(-flavour) != quarkmap.end()) + quarks.push_back(quarkmap[-flavour]); + } + // Flavour label + /// @todo Change to a bool? + iflav = (flavour == PID::DQUARK || flavour == PID::UQUARK || flavour == PID::SQUARK || flavour == PID::CQUARK) ? 1 : (flavour == PID::BQUARK) ? 5 : 0; } - - // Flavour label - /// @todo Change to a bool? - const int iflav = (flavour == PID::DQUARK || flavour == PID::UQUARK || flavour == PID::SQUARK || flavour == PID::CQUARK) ? 1 : (flavour == PID::BQUARK) ? 5 : 0; - // Update weight sums if (iflav == 1) { _sumW_udsc->fill(); } else if (iflav == 5) { _sumW_b->fill(); } _sumW_ch->fill(); // Charged multiplicity const FinalState& cfs = applyProjection(event, "CFS"); - _h_Ncharged->fill(cfs.size()); + if(_h_Ncharged) _h_Ncharged->fill(cfs.size()); if (iflav == 1) { _sumW_ch_udsc->fill(); _h_Ncharged_udsc->fill(cfs.size()); } else if (iflav == 5) { _sumW_ch_b->fill(); _h_Ncharged_bottom->fill(cfs.size()); } + else if(_h_N) { + _h_N->fill(cfs.size()); + } // Scaled momentum const Particles& chparticles = cfs.particlesByPt(); for (const Particle& p : chparticles) { const Vector3 momentum3 = p.p3(); const double mom = momentum3.mod(); const double scaledMom = mom/beamMomentum; const double logScaledMom = std::log(scaledMom); - _h_scaledMomentum->fill(-logScaledMom); + if(_h_scaledMomentum) _h_scaledMomentum->fill(-logScaledMom); if (iflav == 1) { _h_scaledMomentum_udsc->fill(-logScaledMom); } else if (iflav == 5) { _h_scaledMomentum_bottom->fill(-logScaledMom); } + else if(_h_xi) { + _h_xi->fill(-logScaledMom); + } } // Thrust const Thrust& thrust = applyProjection(event, "thrust"); if (iflav == 1) { _h_Thrust_udsc->fill(thrust.thrust()); } else if (iflav == 5) { _h_Thrust_bottom->fill(thrust.thrust()); } + else if(_h_thrust) { + _h_thrust->fill(1.-thrust.thrust()); + } // C and D Parisi parameters const ParisiTensor& parisi = applyProjection(event, "Parisi"); if (iflav == 1) { _h_Cparameter_udsc->fill(parisi.C()); _h_Dparameter_udsc->fill(parisi.D()); } else if (iflav == 5) { _h_Cparameter_bottom->fill(parisi.C()); _h_Dparameter_bottom->fill(parisi.D()); } + else if(_h_C) { + _h_C->fill(parisi.C()); + _h_D->fill(parisi.D()); + } // The hemisphere variables const Hemispheres& hemisphere = applyProjection(event, "Hemispheres"); if (iflav == 1) { _h_heavyJetmass_udsc->fill(hemisphere.scaledM2high()); _h_totalJetbroad_udsc->fill(hemisphere.Bsum()); _h_wideJetbroad_udsc->fill(hemisphere.Bmax()); } else if (iflav == 5) { _h_heavyJetmass_bottom->fill(hemisphere.scaledM2high()); _h_totalJetbroad_bottom->fill(hemisphere.Bsum()); _h_wideJetbroad_bottom->fill(hemisphere.Bmax()); } + else if (_h_rho) { + _h_rho->fill(hemisphere.scaledM2high()); + _h_B_T->fill(hemisphere.Bsum()); + _h_B_W->fill(hemisphere.Bmax()); + } } - + + Scatter2DPtr convertHisto(unsigned int ix,unsigned int iy, unsigned int iz, Histo1DPtr histo) { + Scatter2D temphisto(refData(ix, iy, iz)); + Scatter2DPtr mult; + book(mult, ix, iy, iz); + for (size_t b = 0; b < temphisto.numPoints(); b++) { + const double x = temphisto.point(b).x(); + pair ex = temphisto.point(b).xErrs(); + double y = histo->bins()[b].area(); + double yerr = histo->bins()[b].areaErr(); + mult->addPoint(x, y, ex, make_pair(yerr,yerr)); + } + return mult; + } /// Normalise histograms etc., after the run void finalize() { - scale({_h_Thrust_udsc, _h_heavyJetmass_udsc, _h_totalJetbroad_udsc, _h_wideJetbroad_udsc, _h_Cparameter_udsc, _h_Dparameter_udsc}, 1/ *_sumW_udsc); - scale({_h_Thrust_bottom, _h_heavyJetmass_bottom, _h_totalJetbroad_bottom, _h_wideJetbroad_bottom, _h_Cparameter_bottom, _h_Dparameter_bottom}, 1./ *_sumW_b); - scale(_h_Ncharged, 2/ *_sumW_ch); - scale(_h_Ncharged_udsc, 2/ *_sumW_ch_udsc); - scale(_h_Ncharged_bottom, 2/ *_sumW_ch_b); - scale(_h_scaledMomentum, 1/ *_sumW_ch); - scale(_h_scaledMomentum_udsc, 1/ *_sumW_ch_udsc); - scale(_h_scaledMomentum_bottom, 1/ *_sumW_ch_b); + // Z pole plots + if(_h_Thrust_udsc) { + scale({_h_Thrust_udsc, _h_heavyJetmass_udsc, _h_totalJetbroad_udsc, + _h_wideJetbroad_udsc, _h_Cparameter_udsc, _h_Dparameter_udsc}, 1/_sumW_udsc->sumW()); + scale({_h_Thrust_bottom, _h_heavyJetmass_bottom, _h_totalJetbroad_bottom, + _h_wideJetbroad_bottom, _h_Cparameter_bottom, _h_Dparameter_bottom}, 1./_sumW_b->sumW()); + scale(_h_Ncharged, 1./_sumW_ch->sumW()); + scale(_h_Ncharged_udsc, 1./_sumW_ch_udsc->sumW()); + scale(_h_Ncharged_bottom, 1./_sumW_ch_b->sumW()); + convertHisto(59,1,1,_h_Ncharged ); + convertHisto(59,1,2,_h_Ncharged_udsc ); + convertHisto(59,1,3,_h_Ncharged_bottom); + + + + scale(_h_scaledMomentum, 1/_sumW_ch->sumW()); + scale(_h_scaledMomentum_udsc, 1/_sumW_ch_udsc->sumW()); + scale(_h_scaledMomentum_bottom, 1/_sumW_ch_b->sumW()); + } + else { + if(_h_thrust) normalize(_h_thrust); + if(_h_rho) normalize(_h_rho); + if(_h_B_T) normalize(_h_B_T); + if(_h_B_W) normalize(_h_B_W); + if(_h_C) normalize(_h_C); + if(_h_D) normalize(_h_D); + if(_h_N) normalize(_h_N); + if(_h_xi) scale(_h_xi,1./sumOfWeights()); + + + Scatter2DPtr mult; + if(_h_N) { + if(fuzzyEquals(sqrtS()/GeV, 130.1, 1e-2)) { + convertHisto(60, 1, 1, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 136.1, 1e-2)) { + convertHisto(60, 1, 2, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 161.3, 1e-2)) { + convertHisto(60, 1, 3, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 172.3, 1e-2)) { + convertHisto(61, 1, 1, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 182.8, 1e-2)) { + convertHisto(61, 1, 2, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 188.6, 1e-2)) { + convertHisto(61, 1, 3, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 194.4, 1e-2)) { + convertHisto(62, 1, 1, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 200.2, 1e-2)) { + convertHisto(62, 1, 2, _h_N); + } + else if(fuzzyEquals(sqrtS()/GeV, 206.2, 1e-2)) { + convertHisto(62, 1, 3, _h_N); + } + } + // todo add the jets + // Histo1DPtr _h_y_2_JADE,_h_y_3_JADE,_h_y_4_JADE,_h_y_5_JADE; + // Histo1DPtr _h_y_2_Durham,_h_y_3_Durham,_h_y_4_Durham,_h_y_5_Durham; + // Histo1DPtr _h_y_2_Cambridge,_h_y_3_Cambridge,_h_y_4_Cambridge,_h_y_5_Cambridge; + } } /// Weight counters CounterPtr _sumW_udsc, _sumW_b, _sumW_ch, _sumW_ch_udsc, _sumW_ch_b; /// @name Histograms //@{ + // at the Z pole Histo1DPtr _h_Thrust_udsc, _h_Thrust_bottom; Histo1DPtr _h_heavyJetmass_udsc, _h_heavyJetmass_bottom; Histo1DPtr _h_totalJetbroad_udsc, _h_totalJetbroad_bottom; Histo1DPtr _h_wideJetbroad_udsc, _h_wideJetbroad_bottom; Histo1DPtr _h_Cparameter_udsc, _h_Cparameter_bottom; Histo1DPtr _h_Dparameter_udsc, _h_Dparameter_bottom; Histo1DPtr _h_Ncharged, _h_Ncharged_udsc, _h_Ncharged_bottom; Histo1DPtr _h_scaledMomentum, _h_scaledMomentum_udsc, _h_scaledMomentum_bottom; + // at other enegies + Histo1DPtr _h_thrust,_h_rho,_h_B_T,_h_B_W,_h_C,_h_D,_h_N,_h_xi; + // todo add the jets + // Histo1DPtr _h_y_2_JADE,_h_y_3_JADE,_h_y_4_JADE,_h_y_5_JADE; + // Histo1DPtr _h_y_2_Durham,_h_y_3_Durham,_h_y_4_Durham,_h_y_5_Durham; + // Histo1DPtr _h_y_2_Cambridge,_h_y_3_Cambridge,_h_y_4_Cambridge,_h_y_5_Cambridge; //@} }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(L3_2004_I652683); } diff --git a/analyses/pluginLEP/L3_2004_I652683.info b/analyses/pluginLEP/L3_2004_I652683.info --- a/analyses/pluginLEP/L3_2004_I652683.info +++ b/analyses/pluginLEP/L3_2004_I652683.info @@ -1,40 +1,43 @@ Name: L3_2004_I652683 Year: 2004 Summary: Jet rates and event shapes at LEP I+II Experiment: L3 Collider: LEP I+II InspireID: 652683 Status: VALIDATED Authors: - Adil Jueid References: - 'Phys.Rept. 399 (2004) 71-174' - '10.1016/j.physrep.2004.07.002' - 'http://arxiv.org/abs/hep-ex/0406049' RunInfo: $e^+ e^- \to q \bar{q}$ NumEvents: 1000000 Beams: [e+, e-] Energies: [41.4, 55.3, 65.4, 75.7, 82.3, 85.1, 91.2, 130.1, 136.1, 161.3, 172.3, 182.8, 188.6, 194.4, 200.2, 206.2] NeedCrossSection: no -Description: Event shapes, charged particle multiplicity and scaled momentum distribution at the Z-boson peak. +Description: 'Event shapes, charged particle multiplicity and scaled momentum distributions, flavour separated + at the Z-boson peak. The analysis also includes non-flavour separated + event shapes, charged particle multiplicity and scaled momentum distributions at events both above and + below the Z pole. There are also jet distributions in the paper which are not currently implemented.' BibKey: Achard:2004sv BibTeX: '@article{Achard:2004sv, author = "Achard, P. and others", title = "{Studies of hadronic event structure in $e^{+} e^{-}$ annihilation from 30-GeV to 209-GeV with the L3 detector}", collaboration = "L3", journal = "Phys. Rept.", volume = "399", year = "2004", pages = "71-174", doi = "10.1016/j.physrep.2004.07.002", eprint = "hep-ex/0406049", archivePrefix = "arXiv", primaryClass = "hep-ex", reportNumber = "CERN-PH-EP-2004-024, CERN-EP-PH-2004-024", SLACcitation = "%%CITATION = HEP-EX/0406049;%%" }' Validation: - $A LEP-91 diff --git a/analyses/pluginLEP/L3_2004_I652683.plot b/analyses/pluginLEP/L3_2004_I652683.plot --- a/analyses/pluginLEP/L3_2004_I652683.plot +++ b/analyses/pluginLEP/L3_2004_I652683.plot @@ -1,127 +1,467 @@ # BEGIN PLOT /L3_2004_I652683/d47-x01-y01 -Title=Thrust, udsc events +Title=Thrust, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$T$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}T$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d47-x01-y02 -Title=Thrust, b events +Title=Thrust, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$T$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}T$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d48-x01-y01 -Title=Heavy jet mass, udsc events +Title=Heavy jet mass, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$\rho_H$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\rho_H$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d48-x01-y02 -Title=Heavy jet mass, b events +Title=Heavy jet mass, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$\rho_H$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\rho_H$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d49-x01-y01 -Title=Total jet broadening, udsc events +Title=Total jet broadening, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$B_T$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}B_T$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d49-x01-y02 -Title=Total jet broadening, b events +Title=Total jet broadening, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$B_T$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}B_T$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d50-x01-y01 -Title=Wide jet broadening, udsc events +Title=Wide jet broadening, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$B_W$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}B_W$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d50-x01-y02 -Title=Wide jet broadening, b events +Title=Wide jet broadening, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$B_W$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}B_W$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d51-x01-y01 -Title=C-parameter, udsc events +Title=C-parameter, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$C$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}C$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d51-x01-y02 -Title=C-parameter, b events +Title=C-parameter, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$C$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}C$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d52-x01-y01 -Title=D-parameter, udsc events +Title=D-parameter, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$D$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}D$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d52-x01-y02 -Title=D-parameter, b events +Title=D-parameter, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$D$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}D$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d59-x01-y01 -Title=Charged multiplicity -XLabel=$N_ch$ -YLabel=$P(N_ch)$ +Title=Charged multiplicity, at $E_{\text{CMS}}=91.2$ GeV +XLabel=$N_{\text{ch}}$ +YLabel=$P(N_{\text{ch}})$ LogY=1 +ConnectGaps=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d59-x01-y02 -Title=Charged multiplicity, udsc events -XLabel=$N_ch$ -YLabel=$P(N_ch)$ +Title=Charged multiplicity, udsc events, at $E_{\text{CMS}}=91.2$ GeV +XLabel=$N_{\text{ch}}$ +YLabel=$P(N_{\text{ch}})$ LogY=1 +ConnectGaps=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d59-x01-y03 -Title=Charged multiplicity, b events -XLabel=$N_ch$ -YLabel=$P(N_ch)$ +Title=Charged multiplicity, b events, at $E_{\text{CMS}}=91.2$ GeV +XLabel=$N_{\text{ch}}$ +YLabel=$P(N_{\text{ch}})$ LogY=1 +ConnectGaps=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d65-x01-y01 -Title=Log of scaled momentum distribution (charged) +Title=Log of scaled momentum distribution, at $E_{\text{CMS}}=91.2$ GeV XLabel=$\xi_p$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\xi_p$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d65-x01-y02 -Title=Log of scaled momentum distribution (charged), udsc events +Title=Log of scaled momentum distribution, udsc events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$\xi_p$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\xi_p$ LogY=1 # END PLOT # BEGIN PLOT /L3_2004_I652683/d65-x01-y03 -Title=Log of scaled momentum distribution (charged), b events +Title=Log of scaled momentum distribution, b events, at $E_{\text{CMS}}=91.2$ GeV XLabel=$\xi_p$ YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\xi_p$ LogY=1 # END PLOT +# BEGIN PLOT /L3_2004_I652683/d2[1,2,3,4,5]-.* +XLabel=$1-T$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}(1-T)$ +LogY=1 +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d21-x01-y01 +Title=Thrust at $E_{\text{CMS}}=41.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d21-x01-y02 +Title=Thrust at $E_{\text{CMS}}=55.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d21-x01-y03 +Title=Thrust at $E_{\text{CMS}}=65.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d22-x01-y01 +Title=Thrust at $E_{\text{CMS}}=75.7$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d22-x01-y02 +Title=Thrust at $E_{\text{CMS}}=82.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d22-x01-y03 +Title=Thrust at $E_{\text{CMS}}=85.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d23-x01-y01 +Title=Thrust at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d23-x01-y02 +Title=Thrust at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d23-x01-y03 +Title=Thrust at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d24-x01-y01 +Title=Thrust at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d24-x01-y02 +Title=Thrust at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d24-x01-y03 +Title=Thrust at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d25-x01-y01 +Title=Thrust at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d25-x01-y02 +Title=Thrust at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d25-x01-y03 +Title=Thrust at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d[26,27,28,29,30]-.* +XLabel=$\rho_H$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\rho_H$ +LogY=1 +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d26-x01-y01 +Title=Heavy jet mass at $E_{\text{CMS}}=41.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d26-x01-y02 +Title=Heavy jet mass at $E_{\text{CMS}}=55.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d26-x01-y03 +Title=Heavy jet mass at $E_{\text{CMS}}=65.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d27-x01-y01 +Title=Heavy jet mass at $E_{\text{CMS}}=75.7$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d27-x01-y02 +Title=Heavy jet mass at $E_{\text{CMS}}=82.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d27-x01-y03 +Title=Heavy jet mass at $E_{\text{CMS}}=85.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d28-x01-y01 +Title=Heavy jet mass at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d28-x01-y02 +Title=Heavy jet mass at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d28-x01-y03 +Title=Heavy jet mass at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d29-x01-y01 +Title=Heavy jet mass at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d29-x01-y02 +Title=Heavy jet mass at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d29-x01-y03 +Title=Heavy jet mass at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d30-x01-y01 +Title=Heavy jet mass at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d30-x01-y02 +Title=Heavy jet mass at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d30-x01-y03 +Title=Heavy jet mass at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d3[1,2,3,4,5]-.* +XLabel=$B_T$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}B_T$ +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d31-x01-y01 +Title=Total jet broadening at $E_{\text{CMS}}=41.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d31-x01-y02 +Title=Total jet broadening at $E_{\text{CMS}}=55.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d31-x01-y03 +Title=Total jet broadening at $E_{\text{CMS}}=65.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d32-x01-y01 +Title=Total jet broadening at $E_{\text{CMS}}=75.7$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d32-x01-y02 +Title=Total jet broadening at $E_{\text{CMS}}=82.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d32-x01-y03 +Title=Total jet broadening at $E_{\text{CMS}}=85.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d33-x01-y01 +Title=Total jet broadening at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d33-x01-y02 +Title=Total jet broadening at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d33-x01-y03 +Title=Total jet broadening at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d34-x01-y01 +Title=Total jet broadening at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d34-x01-y02 +Title=Total jet broadening at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d34-x01-y03 +Title=Total jet broadening at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d35-x01-y01 +Title=Total jet broadening at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d35-x01-y02 +Title=Total jet broadening at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d35-x01-y03 +Title=Total jet broadening at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d[36,37,38,39,40]-.* +XLabel=$B_W$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}B_W$ +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d36-x01-y01 +Title=Wide jet broadening at $E_{\text{CMS}}=41.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d36-x01-y02 +Title=Wide jet broadening at $E_{\text{CMS}}=55.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d36-x01-y03 +Title=Wide jet broadening at $E_{\text{CMS}}=65.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d37-x01-y01 +Title=Wide jet broadening at $E_{\text{CMS}}=75.7$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d37-x01-y02 +Title=Wide jet broadening at $E_{\text{CMS}}=82.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d37-x01-y03 +Title=Wide jet broadening at $E_{\text{CMS}}=85.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d38-x01-y01 +Title=Wide jet broadening at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d38-x01-y02 +Title=Wide jet broadening at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d38-x01-y03 +Title=Wide jet broadening at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d39-x01-y01 +Title=Wide jet broadening at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d39-x01-y02 +Title=Wide jet broadening at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d39-x01-y03 +Title=Wide jet broadening at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d40-x01-y01 +Title=Wide jet broadening at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d40-x01-y02 +Title=Wide jet broadening at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d40-x01-y03 +Title=Wide jet broadening at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d4[1,2,3]-.* +XLabel=$C$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}C$ +LogY=1 +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d41-x01-y01 +Title=C parameter at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d41-x01-y02 +Title=C parameter at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d41-x01-y03 +Title=C parameter at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d42-x01-y01 +Title=C parameter at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d42-x01-y02 +Title=C parameter at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d42-x01-y03 +Title=C parameter at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d43-x01-y01 +Title=C parameter at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d43-x01-y02 +Title=C parameter at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d43-x01-y03 +Title=C parameter at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d4[4,5,6]-.* +XLabel=$D$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}D$ +LogY=1 +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d44-x01-y01 +Title=D parameter at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d44-x01-y02 +Title=D parameter at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d44-x01-y03 +Title=D parameter at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d45-x01-y01 +Title=D parameter at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d45-x01-y02 +Title=D parameter at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d45-x01-y03 +Title=D parameter at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d46-x01-y01 +Title=D parameter at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d46-x01-y02 +Title=D parameter at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d46-x01-y03 +Title=D parameter at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d6[0,1,2]-.* +XLabel=$N_{\text{ch}}$ +YLabel=$P(N_\{\text{ch})$ +LogY=1 +ConnectGaps=1 +XMin=9 +XMax=53 +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d60-x01-y01 +Title=Charged multiplicity at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d60-x01-y02 +Title=Charged multiplicity at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d60-x01-y03 +Title=Charged multiplicity at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d61-x01-y01 +Title=Charged multiplicity at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d61-x01-y02 +Title=Charged multiplicity at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d61-x01-y03 +Title=Charged multiplicity at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d62-x01-y01 +Title=Charged multiplicity at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d62-x01-y02 +Title=Charged multiplicity at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d62-x01-y03 +Title=Charged multiplicity at $E_{\text{CMS}}=206.2$ GeV +# END PLOT + +# BEGIN PLOT /L3_2004_I652683/d6[6,7,8]-.* +Title=Log of scaled momentum distribution (charged) +XLabel=$\xi_p$ +YLabel=$1/\sigma \mathrm{d}\sigma/\mathrm{d}\xi_p$ +LogY=1 +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d66-x01-y01 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=130.1$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d66-x01-y02 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=136.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d66-x01-y03 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=161.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d67-x01-y01 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=172.3$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d67-x01-y02 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=182.8$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d67-x01-y03 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=188.6$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d68-x01-y01 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=194.4$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d68-x01-y02 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=200.2$ GeV +# END PLOT +# BEGIN PLOT /L3_2004_I652683/d68-x01-y03 +Title=Log of scaled momentum distribution at $E_{\text{CMS}}=206.2$ GeV +# END PLOT \ No newline at end of file diff --git a/analyses/pluginLEP/L3_2004_I652683.yoda b/analyses/pluginLEP/L3_2004_I652683.yoda --- a/analyses/pluginLEP/L3_2004_I652683.yoda +++ b/analyses/pluginLEP/L3_2004_I652683.yoda @@ -1,5469 +1,5890 @@ BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.002, up: 0.002}}, 2: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.007, up: 0.007}}, 7: {stat: {dn: -0.037, up: 0.037}, sys: {dn: -0.007, up: 0.007}}, 8: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.005, up: 0.005}}, 9: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d01-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t1 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.300000e-02 6.324555e-03 6.324555e-03 2.000000e-03 0.000000e+00 0.000000e+00 6.500000e-02 1.315295e-02 1.315295e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.480000e-01 1.811077e-02 1.811077e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.220000e-01 2.209072e-02 2.209072e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.870000e-01 2.408319e-02 2.408319e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.230000e-01 2.617250e-02 2.617250e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.910000e-01 3.275668e-02 3.275668e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.780000e-01 3.765634e-02 3.765634e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.750000e-01 3.931921e-02 3.931921e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.390000e-01 4.011234e-02 4.011234e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.890000e-01 4.110961e-02 4.110961e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.200000e-01 4.204759e-02 4.204759e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.300000e-01 4.204759e-02 4.204759e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.490000e-01 4.204759e-02 4.204759e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.700000e-01 4.301163e-02 4.301163e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.770000e-01 4.301163e-02 4.301163e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.860000e-01 4.301163e-02 4.301163e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.920000e-01 4.301163e-02 4.301163e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.940000e-01 4.301163e-02 4.301163e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.960000e-01 4.301163e-02 4.301163e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d01-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.005, up: 0.005}}, 4: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.003, up: 0.003}}, 5: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.005, up: 0.005}}, 7: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.007, up: 0.007}}, 8: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.005, up: 0.005}}, 9: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d01-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t1 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.610000e-01 1.910497e-02 1.910497e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.410000e-01 2.617250e-02 2.617250e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.780000e-01 3.114482e-02 3.114482e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.350000e-01 3.238827e-02 3.238827e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.290000e-01 3.114482e-02 3.114482e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.250000e-01 3.106445e-02 3.106445e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.450000e-01 2.844293e-02 2.844293e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.100000e-01 2.404163e-02 2.404163e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.210000e-01 1.868154e-02 1.868154e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.590000e-01 1.529706e-02 1.529706e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.100000e-01 1.236932e-02 1.236932e-02 1.200000e-01 0.000000e+00 0.000000e+00 7.800000e-02 1.019804e-02 1.019804e-02 1.400000e-01 0.000000e+00 0.000000e+00 7.000000e-02 1.019804e-02 1.019804e-02 1.600000e-01 0.000000e+00 0.000000e+00 5.100000e-02 8.246211e-03 8.246211e-03 1.800000e-01 0.000000e+00 0.000000e+00 3.000000e-02 6.082763e-03 6.082763e-03 2.000000e-01 0.000000e+00 0.000000e+00 2.300000e-02 5.099020e-03 5.099020e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.400000e-02 4.123106e-03 4.123106e-03 2.400000e-01 0.000000e+00 0.000000e+00 8.000000e-03 3.162278e-03 3.162278e-03 2.600000e-01 0.000000e+00 0.000000e+00 6.000000e-03 3.162278e-03 3.162278e-03 2.800000e-01 0.000000e+00 0.000000e+00 4.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d01-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 9: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 10: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0, up: 0.0}}, 11: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d01-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t1 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.160000e-01 2.408319e-02 2.408319e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.550000e-01 2.531798e-02 2.531798e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.930000e-01 2.209072e-02 2.209072e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.040000e-01 1.843909e-02 1.843909e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.550000e-01 1.676305e-02 1.676305e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.330000e-01 1.431782e-02 1.431782e-02 2.000000e-02 0.000000e+00 0.000000e+00 6.100000e-02 9.486833e-03 9.486833e-03 4.000000e-02 0.000000e+00 0.000000e+00 1.300000e-02 4.123106e-03 4.123106e-03 6.000000e-02 0.000000e+00 0.000000e+00 4.000000e-03 2.236068e-03 2.236068e-03 8.000000e-02 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 1.000000e-01 0.000000e+00 0.000000e+00 1.000000e-03 1.000000e-03 1.000000e-03 1.200000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d01-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 6: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d01-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t1 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.710000e-01 2.236068e-02 2.236068e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.870000e-01 1.843909e-02 1.843909e-02 4.000000e-03 0.000000e+00 0.000000e+00 7.000000e-02 1.019804e-02 1.019804e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.500000e-02 7.280110e-03 7.280110e-03 8.000000e-03 0.000000e+00 0.000000e+00 2.900000e-02 7.071068e-03 7.071068e-03 1.000000e-02 0.000000e+00 0.000000e+00 1.900000e-02 5.099020e-03 5.099020e-03 2.000000e-02 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.003, up: 0.003}}, 5: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.037, up: 0.037}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.046, up: 0.046}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.047, up: 0.047}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d02-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.900000e-02 7.071068e-03 7.071068e-03 2.000000e-03 0.000000e+00 0.000000e+00 6.100000e-02 1.334166e-02 1.334166e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.490000e-01 2.109502e-02 2.109502e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.060000e-01 2.418677e-02 2.418677e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.660000e-01 2.716616e-02 2.716616e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.190000e-01 3.041381e-02 3.041381e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.070000e-01 3.721559e-02 3.721559e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.830000e-01 4.229657e-02 4.229657e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.740000e-01 4.509989e-02 4.509989e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.250000e-01 4.609772e-02 4.609772e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.650000e-01 4.709565e-02 4.709565e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.000000e-01 4.809366e-02 4.809366e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.190000e-01 4.916299e-02 4.916299e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.400000e-01 4.904080e-02 4.904080e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.660000e-01 5.001000e-02 5.001000e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.780000e-01 5.001000e-02 5.001000e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.830000e-01 5.003998e-02 5.003998e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.840000e-01 5.001000e-02 5.001000e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.900000e-01 5.001000e-02 5.001000e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.970000e-01 5.001000e-02 5.001000e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d02-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.005, up: 0.005}}, 7: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d02-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.750000e-01 2.220360e-02 2.220360e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.440000e-01 3.157531e-02 3.157531e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.640000e-01 3.405877e-02 3.405877e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.120000e-01 3.622154e-02 3.622154e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.230000e-01 3.601389e-02 3.601389e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.040000e-01 3.522783e-02 3.522783e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.060000e-01 3.140064e-02 3.140064e-02 4.000000e-02 0.000000e+00 0.000000e+00 2.940000e-01 2.647640e-02 2.647640e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.180000e-01 2.236068e-02 2.236068e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.750000e-01 1.923538e-02 1.923538e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.350000e-01 1.627882e-02 1.627882e-02 1.200000e-01 0.000000e+00 0.000000e+00 1.000000e-01 1.431782e-02 1.431782e-02 1.400000e-01 0.000000e+00 0.000000e+00 8.100000e-02 1.264911e-02 1.264911e-02 1.600000e-01 0.000000e+00 0.000000e+00 6.000000e-02 1.019804e-02 1.019804e-02 1.800000e-01 0.000000e+00 0.000000e+00 3.400000e-02 7.071068e-03 7.071068e-03 2.000000e-01 0.000000e+00 0.000000e+00 2.200000e-02 6.082763e-03 6.082763e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.700000e-02 5.385165e-03 5.385165e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.600000e-02 5.099020e-03 5.099020e-03 2.600000e-01 0.000000e+00 0.000000e+00 1.000000e-02 4.123106e-03 4.123106e-03 2.800000e-01 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d02-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.005, up: 0.005}}, 3: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d02-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.050000e-01 2.828427e-02 2.828427e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.260000e-01 2.941088e-02 2.941088e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.720000e-01 2.549510e-02 2.549510e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.240000e-01 2.334524e-02 2.334524e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.750000e-01 2.061553e-02 2.061553e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.480000e-01 1.811077e-02 1.811077e-02 2.000000e-02 0.000000e+00 0.000000e+00 8.000000e-02 1.236932e-02 1.236932e-02 4.000000e-02 0.000000e+00 0.000000e+00 2.400000e-02 7.280110e-03 7.280110e-03 6.000000e-02 0.000000e+00 0.000000e+00 8.000000e-03 4.123106e-03 4.123106e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d02-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d02-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.360000e-01 2.402082e-02 2.402082e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.570000e-01 1.964688e-02 1.964688e-02 4.000000e-03 0.000000e+00 0.000000e+00 9.200000e-02 1.414214e-02 1.414214e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.700000e-02 1.077033e-02 1.077033e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.400000e-02 9.055385e-03 9.055385e-03 1.000000e-02 0.000000e+00 0.000000e+00 3.000000e-02 8.246211e-03 8.246211e-03 2.000000e-02 0.000000e+00 0.000000e+00 8.000000e-03 4.123106e-03 4.123106e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.037, up: 0.037}, sys: {dn: -0.007, up: 0.007}}, 6: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.01, up: 0.01}}, 7: {stat: {dn: -0.046, up: 0.046}, sys: {dn: -0.009, up: 0.009}}, 8: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.051, up: 0.051}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.052, up: 0.052}, sys: {dn: -0.005, up: 0.005}}, 11: {stat: {dn: -0.053, up: 0.053}, sys: {dn: -0.004, up: 0.004}}, 12: {stat: {dn: -0.053, up: 0.053}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.003, up: 0.003}}, 15: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d03-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 6.200000e-02 1.708801e-02 1.708801e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.080000e-01 2.213594e-02 2.213594e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.960000e-01 2.765863e-02 2.765863e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.780000e-01 3.224903e-02 3.224903e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.370000e-01 3.569314e-02 3.569314e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.870000e-01 3.765634e-02 3.765634e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.290000e-01 4.317407e-02 4.317407e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.810000e-01 4.687217e-02 4.687217e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.680000e-01 4.949747e-02 4.949747e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.260000e-01 5.124451e-02 5.124451e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.700000e-01 5.223983e-02 5.223983e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.060000e-01 5.315073e-02 5.315073e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.240000e-01 5.315073e-02 5.315073e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.500000e-01 5.408327e-02 5.408327e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.620000e-01 5.408327e-02 5.408327e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.840000e-01 5.403702e-02 5.403702e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.900000e-01 5.403702e-02 5.403702e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.920000e-01 5.503635e-02 5.503635e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.940000e-01 5.500909e-02 5.500909e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.920000e-01 5.500909e-02 5.500909e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d03-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.009, up: 0.009}}, 1: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.011, up: 0.011}}, 2: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.037, up: 0.037}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.012, up: 0.012}}, 8: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.005, up: 0.005}}, 11: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.004, up: 0.004}}, 12: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 15: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d03-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.280000e-01 3.036445e-02 3.036445e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.690000e-01 3.668787e-02 3.668787e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.930000e-01 4.026164e-02 4.026164e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.040000e-01 3.863936e-02 3.863936e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.030000e-01 3.748333e-02 3.748333e-02 1.000000e-02 0.000000e+00 0.000000e+00 4.890000e-01 3.612478e-02 3.612478e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.200000e-01 3.420526e-02 3.420526e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.130000e-01 3.046309e-02 3.046309e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.260000e-01 2.500000e-02 2.500000e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.740000e-01 2.158703e-02 2.158703e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.300000e-01 1.868154e-02 1.868154e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.400000e-02 1.552417e-02 1.552417e-02 1.400000e-01 0.000000e+00 0.000000e+00 7.600000e-02 1.360147e-02 1.360147e-02 1.600000e-01 0.000000e+00 0.000000e+00 5.000000e-02 1.044031e-02 1.044031e-02 1.800000e-01 0.000000e+00 0.000000e+00 3.800000e-02 9.486833e-03 9.486833e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.600000e-02 6.324555e-03 6.324555e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.000000e-02 4.472136e-03 4.472136e-03 2.400000e-01 0.000000e+00 0.000000e+00 8.000000e-03 4.472136e-03 4.472136e-03 2.600000e-01 0.000000e+00 0.000000e+00 6.000000e-03 3.162278e-03 3.162278e-03 2.800000e-01 0.000000e+00 0.000000e+00 8.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d03-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.005, up: 0.005}}, 3: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d03-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.130000e-01 3.041381e-02 3.041381e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.660000e-01 3.157531e-02 3.157531e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.570000e-01 2.549510e-02 2.549510e-02 6.000000e-03 0.000000e+00 0.000000e+00 1.990000e-01 2.236068e-02 2.236068e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.530000e-01 2.154066e-02 2.154066e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.200000e-01 1.897367e-02 1.897367e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.100000e-02 1.315295e-02 1.315295e-02 4.000000e-02 0.000000e+00 0.000000e+00 7.000000e-03 7.615773e-03 7.615773e-03 6.000000e-02 0.000000e+00 0.000000e+00 6.000000e-03 5.099020e-03 5.099020e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d03-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d03-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.620000e-01 2.601922e-02 2.601922e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.320000e-01 2.059126e-02 2.059126e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.400000e-02 1.526434e-02 1.526434e-02 6.000000e-03 0.000000e+00 0.000000e+00 1.900000e-02 9.848858e-03 9.848858e-03 8.000000e-03 0.000000e+00 0.000000e+00 7.000000e-03 7.280110e-03 7.280110e-03 1.000000e-02 0.000000e+00 0.000000e+00 4.000000e-03 6.082763e-03 6.082763e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.012, up: 0.012}}, 6: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.013, up: 0.013}}, 7: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.02, up: 0.02}}, 8: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.011, up: 0.011}}, 9: {stat: {dn: -0.058, up: 0.058}, sys: {dn: -0.007, up: 0.007}}, 10: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.011, up: 0.011}}, 11: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.008, up: 0.008}}, 13: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.004, up: 0.004}}, 14: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.006, up: 0.006}}, 15: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.005, up: 0.005}}, 16: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.004, up: 0.004}}, 17: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.004, up: 0.004}}, 19: {stat: {dn: -0.063, up: 0.063}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d04-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 5.500000e-02 2.022375e-02 2.022375e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.150000e-01 2.751363e-02 2.751363e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.700000e-01 3.067572e-02 3.067572e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.450000e-01 3.452535e-02 3.452535e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.870000e-01 3.687818e-02 3.687818e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.230000e-01 3.984972e-02 3.984972e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.910000e-01 4.684015e-02 4.684015e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.560000e-01 5.385165e-02 5.385165e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.620000e-01 5.608921e-02 5.608921e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.600000e-01 5.842089e-02 5.842089e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.070000e-01 6.001666e-02 6.001666e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.240000e-01 6.029925e-02 6.029925e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.560000e-01 6.152235e-02 6.152235e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.720000e-01 6.212890e-02 6.212890e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.840000e-01 6.228965e-02 6.228965e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.860000e-01 6.220129e-02 6.220129e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.880000e-01 6.212890e-02 6.212890e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.890000e-01 6.207254e-02 6.207254e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.900000e-01 6.212890e-02 6.212890e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.960000e-01 6.300794e-02 6.300794e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d04-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.037, up: 0.037}, sys: {dn: -0.012, up: 0.012}}, 2: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.028, up: 0.028}}, 3: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.019, up: 0.019}}, 4: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.011, up: 0.011}}, 5: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.009, up: 0.009}}, 6: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.01, up: 0.01}}, 7: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.01, up: 0.01}}, 8: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.01, up: 0.01}}, 9: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.008, up: 0.008}}, 10: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.011, up: 0.011}}, 11: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 13: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 14: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 16: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 17: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d04-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.860000e-01 3.026549e-02 3.026549e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.420000e-01 3.889730e-02 3.889730e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.550000e-01 4.964877e-02 4.964877e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.660000e-01 4.428318e-02 4.428318e-02 8.000000e-03 0.000000e+00 0.000000e+00 4.630000e-01 4.148494e-02 4.148494e-02 1.000000e-02 0.000000e+00 0.000000e+00 4.480000e-01 4.002499e-02 4.002499e-02 2.000000e-02 0.000000e+00 0.000000e+00 3.990000e-01 3.736308e-02 3.736308e-02 4.000000e-02 0.000000e+00 0.000000e+00 2.700000e-01 3.257299e-02 3.257299e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.300000e-01 3.067572e-02 3.067572e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.400000e-01 2.435159e-02 2.435159e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.300000e-02 2.195450e-02 2.195450e-02 1.200000e-01 0.000000e+00 0.000000e+00 7.600000e-02 1.802776e-02 1.802776e-02 1.400000e-01 0.000000e+00 0.000000e+00 4.400000e-02 1.526434e-02 1.526434e-02 1.600000e-01 0.000000e+00 0.000000e+00 2.800000e-02 1.077033e-02 1.077033e-02 1.800000e-01 0.000000e+00 0.000000e+00 1.600000e-02 8.944272e-03 8.944272e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.400000e-02 8.062258e-03 8.062258e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.200000e-02 7.615773e-03 7.615773e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.100000e-02 6.708204e-03 6.708204e-03 2.600000e-01 0.000000e+00 0.000000e+00 1.000000e-02 5.830952e-03 5.830952e-03 2.800000e-01 0.000000e+00 0.000000e+00 4.000000e-03 4.123106e-03 4.123106e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d04-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.012, up: 0.012}}, 2: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.009, up: 0.009}}, 4: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.007, up: 0.007}}, 6: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.014, up: 0.014}}, 7: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.015, up: 0.015}}, 8: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d04-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.400000e-01 3.667424e-02 3.667424e-02 2.000000e-03 0.000000e+00 0.000000e+00 2.900000e-01 3.324154e-02 3.324154e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.550000e-01 3.036445e-02 3.036445e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.000000e-01 2.751363e-02 2.751363e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.770000e-01 2.692582e-02 2.692582e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.570000e-01 2.596151e-02 2.596151e-02 2.000000e-02 0.000000e+00 0.000000e+00 6.800000e-02 2.523886e-02 2.523886e-02 4.000000e-02 0.000000e+00 0.000000e+00 7.400000e-02 3.088689e-02 3.088689e-02 6.000000e-02 0.000000e+00 0.000000e+00 8.000000e-03 1.802776e-02 1.802776e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d04-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.021, up: 0.021}}, 1: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.009, up: 0.009}}, 6: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.011, up: 0.011}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d04-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.530000e-01 3.580503e-02 3.580503e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.830000e-01 2.657066e-02 2.657066e-02 4.000000e-03 0.000000e+00 0.000000e+00 8.300000e-02 2.088061e-02 2.088061e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.900000e-02 1.802776e-02 1.802776e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.700000e-02 1.746425e-02 1.746425e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.800000e-02 1.923538e-02 1.923538e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.000000e-02 2.282542e-02 2.282542e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d05-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 2: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.005, up: 0.005}}, 4: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.006, up: 0.006}}, 7: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d05-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.800000e-02 4.472136e-03 4.472136e-03 2.000000e-03 0.000000e+00 0.000000e+00 6.900000e-02 7.280110e-03 7.280110e-03 4.000000e-03 0.000000e+00 0.000000e+00 1.540000e-01 1.140175e-02 1.140175e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.310000e-01 1.392839e-02 1.392839e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.930000e-01 1.581139e-02 1.581139e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.650000e-01 1.802776e-02 1.802776e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.140000e-01 2.088061e-02 2.088061e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.920000e-01 2.308679e-02 2.308679e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.840000e-01 2.531798e-02 2.531798e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.390000e-01 2.607681e-02 2.607681e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.860000e-01 2.707397e-02 2.707397e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.230000e-01 2.701851e-02 2.701851e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.390000e-01 2.807134e-02 2.807134e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.570000e-01 2.801785e-02 2.801785e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.710000e-01 2.807134e-02 2.807134e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.800000e-01 2.816026e-02 2.816026e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.820000e-01 2.807134e-02 2.807134e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.850000e-01 2.801785e-02 2.801785e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.910000e-01 2.901724e-02 2.901724e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.970000e-01 2.901724e-02 2.901724e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d05-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d05-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.090000e-01 1.216553e-02 1.216553e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.630000e-01 1.649242e-02 1.649242e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.770000e-01 1.910497e-02 1.910497e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.980000e-01 1.910497e-02 1.910497e-02 8.000000e-03 0.000000e+00 0.000000e+00 4.930000e-01 1.910497e-02 1.910497e-02 1.000000e-02 0.000000e+00 0.000000e+00 4.720000e-01 1.941649e-02 1.941649e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.130000e-01 1.843909e-02 1.843909e-02 4.000000e-02 0.000000e+00 0.000000e+00 2.980000e-01 1.612452e-02 1.612452e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.090000e-01 1.431782e-02 1.431782e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.540000e-01 1.236932e-02 1.236932e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.140000e-01 1.019804e-02 1.019804e-02 1.200000e-01 0.000000e+00 0.000000e+00 7.700000e-02 8.062258e-03 8.062258e-03 1.400000e-01 0.000000e+00 0.000000e+00 6.100000e-02 7.280110e-03 7.280110e-03 1.600000e-01 0.000000e+00 0.000000e+00 4.300000e-02 6.082763e-03 6.082763e-03 1.800000e-01 0.000000e+00 0.000000e+00 2.900000e-02 5.385165e-03 5.385165e-03 2.000000e-01 0.000000e+00 0.000000e+00 2.000000e-02 5.099020e-03 5.099020e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.800000e-02 4.472136e-03 4.472136e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.500000e-02 4.123106e-03 4.123106e-03 2.600000e-01 0.000000e+00 0.000000e+00 9.000000e-03 3.162278e-03 3.162278e-03 2.800000e-01 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d05-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.005, up: 0.005}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d05-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.450000e-01 1.649242e-02 1.649242e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.450000e-01 1.676305e-02 1.676305e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.840000e-01 1.746425e-02 1.746425e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.160000e-01 1.552417e-02 1.552417e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.770000e-01 1.456022e-02 1.456022e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.440000e-01 1.360147e-02 1.360147e-02 2.000000e-02 0.000000e+00 0.000000e+00 6.700000e-02 1.208305e-02 1.208305e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.000000e-03 7.071068e-03 7.071068e-03 6.000000e-02 0.000000e+00 0.000000e+00 7.000000e-03 8.544004e-03 8.544004e-03 8.000000e-02 0.000000e+00 0.000000e+00 7.000000e-03 8.246211e-03 8.246211e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d05-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.002, up: 0.002}}, 2: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 7: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d05-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.300000e-01 1.456022e-02 1.456022e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.690000e-01 1.414214e-02 1.414214e-02 4.000000e-03 0.000000e+00 0.000000e+00 7.700000e-02 1.303840e-02 1.303840e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.500000e-02 1.077033e-02 1.077033e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.600000e-02 1.081665e-02 1.081665e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.800000e-02 9.219544e-03 9.219544e-03 2.000000e-02 0.000000e+00 0.000000e+00 6.000000e-03 5.099020e-03 5.099020e-03 4.000000e-02 0.000000e+00 0.000000e+00 7.000000e-03 1.019804e-02 1.019804e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d06-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.009, up: 0.009}}, 6: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 7: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.006, up: 0.006}}, 11: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 16: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d06-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t6 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.800000e-02 3.162278e-03 3.162278e-03 2.000000e-03 0.000000e+00 0.000000e+00 8.200000e-02 5.830952e-03 5.830952e-03 4.000000e-03 0.000000e+00 0.000000e+00 1.620000e-01 8.062258e-03 8.062258e-03 6.000000e-03 0.000000e+00 0.000000e+00 2.350000e-01 1.140175e-02 1.140175e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.890000e-01 1.280625e-02 1.280625e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.340000e-01 1.345362e-02 1.345362e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.070000e-01 1.526434e-02 1.526434e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.780000e-01 1.581139e-02 1.581139e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.800000e-01 1.746425e-02 1.746425e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.340000e-01 1.676305e-02 1.676305e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.760000e-01 1.708801e-02 1.708801e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.100000e-01 1.802776e-02 1.802776e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.320000e-01 1.746425e-02 1.746425e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.530000e-01 1.726268e-02 1.726268e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.660000e-01 1.711724e-02 1.711724e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.760000e-01 1.746425e-02 1.746425e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.830000e-01 1.811077e-02 1.811077e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.870000e-01 1.811077e-02 1.811077e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.930000e-01 1.824829e-02 1.824829e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.970000e-01 1.811077e-02 1.811077e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d06-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.007, up: 0.007}}, 6: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.008, up: 0.008}}, 7: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 8: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}, 11: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.007, up: 0.007}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d06-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t6 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.150000e-01 9.433981e-03 9.433981e-03 2.000000e-03 0.000000e+00 0.000000e+00 3.560000e-01 1.166190e-02 1.166190e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.720000e-01 1.341641e-02 1.341641e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.030000e-01 1.264911e-02 1.264911e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.100000e-01 1.264911e-02 1.264911e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.110000e-01 1.389244e-02 1.389244e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.390000e-01 1.360147e-02 1.360147e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.120000e-01 1.077033e-02 1.077033e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.200000e-01 1.063015e-02 1.063015e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.650000e-01 8.602325e-03 8.602325e-03 1.000000e-01 0.000000e+00 0.000000e+00 1.230000e-01 7.810250e-03 7.810250e-03 1.200000e-01 0.000000e+00 0.000000e+00 8.900000e-02 8.602325e-03 8.602325e-03 1.400000e-01 0.000000e+00 0.000000e+00 6.800000e-02 6.403124e-03 6.403124e-03 1.600000e-01 0.000000e+00 0.000000e+00 4.700000e-02 5.000000e-03 5.000000e-03 1.800000e-01 0.000000e+00 0.000000e+00 3.400000e-02 4.472136e-03 4.472136e-03 2.000000e-01 0.000000e+00 0.000000e+00 2.400000e-02 4.242641e-03 4.242641e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.700000e-02 3.605551e-03 3.605551e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.300000e-02 2.828427e-03 2.828427e-03 2.600000e-01 0.000000e+00 0.000000e+00 7.000000e-03 2.236068e-03 2.236068e-03 2.800000e-01 0.000000e+00 0.000000e+00 3.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d06-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 10: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d06-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t6 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.180000e-01 9.219544e-03 9.219544e-03 2.000000e-03 0.000000e+00 0.000000e+00 3.450000e-01 1.345362e-02 1.345362e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.860000e-01 1.345362e-02 1.345362e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.200000e-01 1.081665e-02 1.081665e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.740000e-01 1.063015e-02 1.063015e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.420000e-01 9.433981e-03 9.433981e-03 2.000000e-02 0.000000e+00 0.000000e+00 5.400000e-02 6.324555e-03 6.324555e-03 4.000000e-02 0.000000e+00 0.000000e+00 1.000000e-02 5.385165e-03 5.385165e-03 8.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 6.082763e-03 6.082763e-03 1.000000e-01 0.000000e+00 0.000000e+00 1.000000e-03 2.236068e-03 2.236068e-03 1.200000e-01 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e-03 1.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d06-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d06-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t6 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.520000e-01 9.848858e-03 9.848858e-03 2.000000e-03 0.000000e+00 0.000000e+00 1.660000e-01 8.944272e-03 8.944272e-03 4.000000e-03 0.000000e+00 0.000000e+00 7.000000e-02 8.602325e-03 8.602325e-03 6.000000e-03 0.000000e+00 0.000000e+00 4.200000e-02 7.280110e-03 7.280110e-03 8.000000e-03 0.000000e+00 0.000000e+00 2.600000e-02 7.211103e-03 7.211103e-03 1.000000e-02 0.000000e+00 0.000000e+00 1.200000e-02 5.830952e-03 5.830952e-03 4.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e-03 1.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d07-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.008, up: 0.008}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 4: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.011, up: 0.011}}, 5: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.01, up: 0.01}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.008, up: 0.008}}, 7: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.006, up: 0.006}}, 8: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.007, up: 0.007}}, 10: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.008, up: 0.008}}, 11: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.008, up: 0.008}}, 12: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.009, up: 0.009}}, 13: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.007, up: 0.007}}, 14: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.007, up: 0.007}}, 15: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.007, up: 0.007}}, 16: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.007, up: 0.007}}, 17: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 18: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d07-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t7 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.100000e-02 4.472136e-03 4.472136e-03 2.000000e-03 0.000000e+00 0.000000e+00 7.800000e-02 7.211103e-03 7.211103e-03 4.000000e-03 0.000000e+00 0.000000e+00 1.540000e-01 1.131371e-02 1.131371e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.180000e-01 1.414214e-02 1.414214e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.730000e-01 1.555635e-02 1.555635e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.210000e-01 1.562050e-02 1.562050e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.990000e-01 1.700000e-02 1.700000e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.690000e-01 1.897367e-02 1.897367e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.770000e-01 2.039608e-02 2.039608e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.330000e-01 2.213594e-02 2.213594e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.780000e-01 2.247221e-02 2.247221e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.100000e-01 2.340940e-02 2.340940e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.350000e-01 2.376973e-02 2.376973e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.500000e-01 2.308679e-02 2.308679e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.590000e-01 2.308679e-02 2.308679e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.690000e-01 2.404163e-02 2.404163e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.830000e-01 2.404163e-02 2.404163e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.870000e-01 2.334524e-02 2.334524e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.920000e-01 2.308679e-02 2.308679e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.980000e-01 2.302173e-02 2.302173e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d07-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.011, up: 0.011}}, 6: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.008, up: 0.008}}, 8: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.005, up: 0.005}}, 9: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.008, up: 0.008}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.008, up: 0.008}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.009, up: 0.009}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.007, up: 0.007}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.007, up: 0.007}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.007, up: 0.007}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d07-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t7 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.130000e-01 1.077033e-02 1.077033e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.510000e-01 1.264911e-02 1.264911e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.830000e-01 1.552417e-02 1.552417e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.310000e-01 1.746425e-02 1.746425e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.470000e-01 2.000000e-02 2.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.270000e-01 1.941649e-02 1.941649e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.540000e-01 1.835756e-02 1.835756e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.240000e-01 1.612452e-02 1.612452e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.230000e-01 1.300000e-02 1.300000e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.670000e-01 1.220656e-02 1.220656e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.220000e-01 1.204159e-02 1.204159e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.000000e-02 1.131371e-02 1.131371e-02 1.400000e-01 0.000000e+00 0.000000e+00 6.500000e-02 1.140175e-02 1.140175e-02 1.600000e-01 0.000000e+00 0.000000e+00 5.000000e-02 9.219544e-03 9.219544e-03 1.800000e-01 0.000000e+00 0.000000e+00 4.100000e-02 8.602325e-03 8.602325e-03 2.000000e-01 0.000000e+00 0.000000e+00 3.100000e-02 8.602325e-03 8.602325e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.700000e-02 5.656854e-03 5.656854e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.300000e-02 5.000000e-03 5.000000e-03 2.600000e-01 0.000000e+00 0.000000e+00 8.000000e-03 3.605551e-03 3.605551e-03 2.800000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d07-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.005, up: 0.005}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d07-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t7 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.320000e-01 1.389244e-02 1.389244e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.750000e-01 1.664332e-02 1.664332e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.750000e-01 1.720465e-02 1.720465e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.170000e-01 1.431782e-02 1.431782e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.730000e-01 1.526434e-02 1.526434e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.510000e-01 1.392839e-02 1.392839e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.400000e-02 1.300000e-02 1.300000e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.000000e-03 7.615773e-03 7.615773e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d07-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.011, up: 0.011}}, 1: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.008, up: 0.008}}, 2: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 5: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 6: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d07-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t7 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.440000e-01 1.627882e-02 1.627882e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.420000e-01 1.442221e-02 1.442221e-02 4.000000e-03 0.000000e+00 0.000000e+00 7.800000e-02 1.500000e-02 1.500000e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.400000e-02 1.264911e-02 1.264911e-02 8.000000e-03 0.000000e+00 0.000000e+00 7.000000e-03 9.486833e-03 9.486833e-03 1.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 7.071068e-03 7.071068e-03 2.000000e-02 0.000000e+00 0.000000e+00 3.000000e-03 8.544004e-03 8.544004e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d08-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.01, up: 0.01}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.011, up: 0.011}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.011, up: 0.011}}, 7: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.009, up: 0.009}}, 8: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.014, up: 0.014}}, 9: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.012, up: 0.012}}, 10: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.012, up: 0.012}}, 11: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.007, up: 0.007}}, 12: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.005, up: 0.005}}, 14: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.005, up: 0.005}}, 16: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 17: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d08-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t8 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.600000e-02 4.472136e-03 4.472136e-03 2.000000e-03 0.000000e+00 0.000000e+00 7.200000e-02 6.708204e-03 6.708204e-03 4.000000e-03 0.000000e+00 0.000000e+00 1.550000e-01 1.140175e-02 1.140175e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.260000e-01 1.220656e-02 1.220656e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.850000e-01 1.562050e-02 1.562050e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.290000e-01 1.702939e-02 1.702939e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.930000e-01 1.860108e-02 1.860108e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.620000e-01 2.012461e-02 2.012461e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.440000e-01 2.360085e-02 2.360085e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.170000e-01 2.332381e-02 2.332381e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.710000e-01 2.418677e-02 2.418677e-02 1.200000e-01 0.000000e+00 0.000000e+00 8.980000e-01 2.213594e-02 2.213594e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.220000e-01 2.256103e-02 2.256103e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.450000e-01 2.256103e-02 2.256103e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.540000e-01 2.236068e-02 2.236068e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.680000e-01 2.353720e-02 2.353720e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.780000e-01 2.334524e-02 2.334524e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.820000e-01 2.308679e-02 2.308679e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.870000e-01 2.319483e-02 2.319483e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.950000e-01 2.302173e-02 2.302173e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d08-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.012, up: 0.012}}, 4: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.009, up: 0.009}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.009, up: 0.009}}, 8: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}, 9: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.01, up: 0.01}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.01, up: 0.01}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}, 12: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 14: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.004, up: 0.004}}, 16: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d08-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t8 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.070000e-01 1.140175e-02 1.140175e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.510000e-01 1.300000e-02 1.300000e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.730000e-01 1.552417e-02 1.552417e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.070000e-01 1.920937e-02 1.920937e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.220000e-01 2.000000e-02 2.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.190000e-01 1.835756e-02 1.835756e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.350000e-01 1.749286e-02 1.749286e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.220000e-01 1.664332e-02 1.664332e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.370000e-01 1.341641e-02 1.341641e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.770000e-01 1.486607e-02 1.486607e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.290000e-01 1.345362e-02 1.345362e-02 1.200000e-01 0.000000e+00 0.000000e+00 1.020000e-01 1.140175e-02 1.140175e-02 1.400000e-01 0.000000e+00 0.000000e+00 7.800000e-02 9.433981e-03 9.433981e-03 1.600000e-01 0.000000e+00 0.000000e+00 5.500000e-02 8.602325e-03 8.602325e-03 1.800000e-01 0.000000e+00 0.000000e+00 4.600000e-02 8.062258e-03 8.062258e-03 2.000000e-01 0.000000e+00 0.000000e+00 3.200000e-02 7.211103e-03 7.211103e-03 2.200000e-01 0.000000e+00 0.000000e+00 2.300000e-02 5.830952e-03 5.830952e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.800000e-02 4.472136e-03 4.472136e-03 2.600000e-01 0.000000e+00 0.000000e+00 1.300000e-02 5.000000e-03 5.000000e-03 2.800000e-01 0.000000e+00 0.000000e+00 5.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d08-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.012, up: 0.012}}, 4: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}, 7: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 8: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.011, up: 0.011}}, 9: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.008, up: 0.008}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d08-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t8 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.240000e-01 1.341641e-02 1.341641e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.380000e-01 1.431782e-02 1.431782e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.820000e-01 1.431782e-02 1.431782e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.290000e-01 1.769181e-02 1.769181e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.820000e-01 1.769181e-02 1.769181e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.480000e-01 1.341641e-02 1.341641e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.200000e-02 1.341641e-02 1.341641e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.500000e-02 1.264911e-02 1.264911e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.000000e-02 1.860108e-02 1.860108e-02 8.000000e-02 0.000000e+00 0.000000e+00 6.000000e-03 1.700000e-02 1.700000e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d08-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.008, up: 0.008}}, 4: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.009, up: 0.009}}, 5: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d08-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t8 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.480000e-01 1.341641e-02 1.341641e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.710000e-01 1.264911e-02 1.264911e-02 4.000000e-03 0.000000e+00 0.000000e+00 7.300000e-02 1.220656e-02 1.220656e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.300000e-02 1.204159e-02 1.204159e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.000000e-02 1.204159e-02 1.204159e-02 1.000000e-02 0.000000e+00 0.000000e+00 4.000000e-03 8.944272e-03 8.944272e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d09-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 3: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.008, up: 0.008}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.01, up: 0.01}}, 5: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.008, up: 0.008}}, 8: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.006, up: 0.006}}, 9: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 10: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 11: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.007, up: 0.007}}, 12: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d09-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t9 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.000000e-02 3.605551e-03 3.605551e-03 2.000000e-03 0.000000e+00 0.000000e+00 7.500000e-02 5.000000e-03 5.000000e-03 4.000000e-03 0.000000e+00 0.000000e+00 1.490000e-01 8.602325e-03 8.602325e-03 6.000000e-03 0.000000e+00 0.000000e+00 2.130000e-01 1.131371e-02 1.131371e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.720000e-01 1.345362e-02 1.345362e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.230000e-01 1.414214e-02 1.414214e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.960000e-01 1.500000e-02 1.500000e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.740000e-01 1.612452e-02 1.612452e-02 6.000000e-02 0.000000e+00 0.000000e+00 7.690000e-01 1.615549e-02 1.615549e-02 8.000000e-02 0.000000e+00 0.000000e+00 8.260000e-01 1.746425e-02 1.746425e-02 1.000000e-01 0.000000e+00 0.000000e+00 8.730000e-01 1.746425e-02 1.746425e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.010000e-01 1.838478e-02 1.838478e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.280000e-01 1.772005e-02 1.772005e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.430000e-01 1.802776e-02 1.802776e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.600000e-01 1.746425e-02 1.746425e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.700000e-01 1.811077e-02 1.811077e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.760000e-01 1.802776e-02 1.802776e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.860000e-01 1.811077e-02 1.811077e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.880000e-01 1.811077e-02 1.811077e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.940000e-01 1.802776e-02 1.802776e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d09-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.008, up: 0.008}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.007, up: 0.007}}, 7: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.009, up: 0.009}}, 10: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.007, up: 0.007}}, 11: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.007, up: 0.007}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d09-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t9 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.160000e-01 8.944272e-03 8.944272e-03 2.000000e-03 0.000000e+00 0.000000e+00 3.670000e-01 1.166190e-02 1.166190e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.780000e-01 1.118034e-02 1.118034e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.100000e-01 1.264911e-02 1.264911e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.180000e-01 1.389244e-02 1.389244e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.130000e-01 1.442221e-02 1.442221e-02 2.000000e-02 0.000000e+00 0.000000e+00 4.510000e-01 1.389244e-02 1.389244e-02 4.000000e-02 0.000000e+00 0.000000e+00 3.210000e-01 1.208305e-02 1.208305e-02 6.000000e-02 0.000000e+00 0.000000e+00 2.310000e-01 1.077033e-02 1.077033e-02 8.000000e-02 0.000000e+00 0.000000e+00 1.740000e-01 1.272792e-02 1.272792e-02 1.000000e-01 0.000000e+00 0.000000e+00 1.270000e-01 1.063015e-02 1.063015e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.800000e-02 9.899495e-03 9.899495e-03 1.400000e-01 0.000000e+00 0.000000e+00 7.200000e-02 7.810250e-03 7.810250e-03 1.600000e-01 0.000000e+00 0.000000e+00 5.700000e-02 8.485281e-03 8.485281e-03 1.800000e-01 0.000000e+00 0.000000e+00 4.000000e-02 6.403124e-03 6.403124e-03 2.000000e-01 0.000000e+00 0.000000e+00 3.000000e-02 5.385165e-03 5.385165e-03 2.200000e-01 0.000000e+00 0.000000e+00 2.400000e-02 4.123106e-03 4.123106e-03 2.400000e-01 0.000000e+00 0.000000e+00 1.400000e-02 4.472136e-03 4.472136e-03 2.600000e-01 0.000000e+00 0.000000e+00 1.200000e-02 3.605551e-03 3.605551e-03 2.800000e-01 0.000000e+00 0.000000e+00 6.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d09-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.008, up: 0.008}}, 2: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.008, up: 0.008}}, 4: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}, 7: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d09-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t9 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.370000e-01 1.077033e-02 1.077033e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.410000e-01 1.280625e-02 1.280625e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.790000e-01 1.345362e-02 1.345362e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.220000e-01 1.280625e-02 1.280625e-02 8.000000e-03 0.000000e+00 0.000000e+00 1.800000e-01 1.220656e-02 1.220656e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.490000e-01 1.166190e-02 1.166190e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.400000e-02 1.140175e-02 1.140175e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.000000e-03 8.544004e-03 8.544004e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d09-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.008, up: 0.008}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.005, up: 0.005}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d09-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t9 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.400000e-01 1.029563e-02 1.029563e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.570000e-01 1.204159e-02 1.204159e-02 4.000000e-03 0.000000e+00 0.000000e+00 8.000000e-02 9.486833e-03 9.486833e-03 6.000000e-03 0.000000e+00 0.000000e+00 5.200000e-02 9.433981e-03 9.433981e-03 8.000000e-03 0.000000e+00 0.000000e+00 2.500000e-02 1.063015e-02 1.063015e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.400000e-02 8.602325e-03 8.602325e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d10-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.008, up: 0.008}}, 3: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.007, up: 0.007}}, 7: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d10-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t10 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.340000e-01 2.220360e-02 2.220360e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.950000e-01 2.844293e-02 2.844293e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.020000e-01 3.201562e-02 3.201562e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.800000e-01 3.452535e-02 3.452535e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.240000e-01 3.535534e-02 3.535534e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.540000e-01 3.649658e-02 3.649658e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.700000e-01 3.962323e-02 3.962323e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.760000e-01 4.110961e-02 4.110961e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.140000e-01 4.210701e-02 4.210701e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.410000e-01 4.204759e-02 4.204759e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.540000e-01 4.201190e-02 4.201190e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.620000e-01 4.301163e-02 4.301163e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.730000e-01 4.301163e-02 4.301163e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.780000e-01 4.301163e-02 4.301163e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.830000e-01 4.301163e-02 4.301163e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.920000e-01 4.301163e-02 4.301163e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.940000e-01 4.301163e-02 4.301163e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.970000e-01 4.301163e-02 4.301163e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.980000e-01 4.301163e-02 4.301163e-02 2.800000e-01 0.000000e+00 0.000000e+00 1.000000e+00 4.301163e-02 4.301163e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d10-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.005, up: 0.005}}, 3: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.007, up: 0.007}}, 7: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d10-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t10 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.670000e-01 2.668333e-02 2.668333e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.690000e-01 2.617250e-02 2.617250e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.740000e-01 2.647640e-02 2.647640e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.490000e-01 2.531798e-02 2.531798e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.220000e-01 2.451530e-02 2.451530e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.050000e-01 2.376973e-02 2.376973e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.180000e-01 1.931321e-02 1.931321e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.190000e-01 1.334166e-02 1.334166e-02 6.000000e-02 0.000000e+00 0.000000e+00 8.500000e-02 1.044031e-02 1.044031e-02 8.000000e-02 0.000000e+00 0.000000e+00 5.800000e-02 9.219544e-03 9.219544e-03 1.000000e-01 0.000000e+00 0.000000e+00 4.600000e-02 8.062258e-03 8.062258e-03 1.200000e-01 0.000000e+00 0.000000e+00 3.800000e-02 7.071068e-03 7.071068e-03 1.400000e-01 0.000000e+00 0.000000e+00 2.700000e-02 6.082763e-03 6.082763e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.200000e-02 5.099020e-03 5.099020e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.700000e-02 5.099020e-03 5.099020e-03 2.000000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 2.200000e-01 0.000000e+00 0.000000e+00 6.000000e-03 3.162278e-03 3.162278e-03 2.400000e-01 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 2.600000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d10-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 7: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 9: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d10-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t10 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.710000e-01 2.256103e-02 2.256103e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.950000e-01 1.931321e-02 1.931321e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.160000e-01 1.431782e-02 1.431782e-02 6.000000e-03 0.000000e+00 0.000000e+00 6.800000e-02 1.044031e-02 1.044031e-02 8.000000e-03 0.000000e+00 0.000000e+00 5.400000e-02 9.219544e-03 9.219544e-03 1.000000e-02 0.000000e+00 0.000000e+00 4.100000e-02 8.246211e-03 8.246211e-03 2.000000e-02 0.000000e+00 0.000000e+00 1.200000e-02 4.123106e-03 4.123106e-03 4.000000e-02 0.000000e+00 0.000000e+00 4.000000e-03 3.162278e-03 3.162278e-03 6.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 8.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d10-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 2: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 3: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d10-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t10 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 8.900000e-02 1.236932e-02 1.236932e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.100000e-02 7.280110e-03 7.280110e-03 4.000000e-03 0.000000e+00 0.000000e+00 8.000000e-03 4.123106e-03 4.123106e-03 6.000000e-03 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d11-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.003, up: 0.003}}, 5: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.047, up: 0.047}, sys: {dn: -0.006, up: 0.006}}, 8: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d11-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.240000e-01 2.624881e-02 2.624881e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.740000e-01 3.228002e-02 3.228002e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.150000e-01 3.667424e-02 3.667424e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.860000e-01 3.920459e-02 3.920459e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.220000e-01 4.011234e-02 4.011234e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.490000e-01 4.110961e-02 4.110961e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.630000e-01 4.509989e-02 4.509989e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.530000e-01 4.738143e-02 4.738143e-02 6.000000e-02 0.000000e+00 0.000000e+00 8.900000e-01 4.816638e-02 4.816638e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.230000e-01 4.904080e-02 4.904080e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.470000e-01 4.904080e-02 4.904080e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.600000e-01 5.008992e-02 5.008992e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.730000e-01 5.003998e-02 5.003998e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.810000e-01 5.003998e-02 5.003998e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.880000e-01 5.003998e-02 5.003998e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.001000e-02 5.001000e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.950000e-01 5.001000e-02 5.001000e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.950000e-01 5.001000e-02 5.001000e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.970000e-01 5.003998e-02 5.003998e-02 2.800000e-01 0.000000e+00 0.000000e+00 1.000000e+00 5.008992e-02 5.008992e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d11-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 8: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d11-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.700000e-01 3.059412e-02 3.059412e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.690000e-01 3.162278e-02 3.162278e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.520000e-01 3.036445e-02 3.036445e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.160000e-01 2.716616e-02 2.716616e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.030000e-01 2.707397e-02 2.707397e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.900000e-01 2.617250e-02 2.617250e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.090000e-01 2.121320e-02 2.121320e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.410000e-01 1.746425e-02 1.746425e-02 6.000000e-02 0.000000e+00 0.000000e+00 1.100000e-01 1.456022e-02 1.456022e-02 8.000000e-02 0.000000e+00 0.000000e+00 7.700000e-02 1.118034e-02 1.118034e-02 1.000000e-01 0.000000e+00 0.000000e+00 5.300000e-02 9.219544e-03 9.219544e-03 1.200000e-01 0.000000e+00 0.000000e+00 4.000000e-02 8.544004e-03 8.544004e-03 1.400000e-01 0.000000e+00 0.000000e+00 2.700000e-02 6.324555e-03 6.324555e-03 1.600000e-01 0.000000e+00 0.000000e+00 1.900000e-02 5.385165e-03 5.385165e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.200000e-02 4.472136e-03 4.472136e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.000000e-02 4.123106e-03 4.123106e-03 2.200000e-01 0.000000e+00 0.000000e+00 5.000000e-03 3.162278e-03 3.162278e-03 2.400000e-01 0.000000e+00 0.000000e+00 5.000000e-03 3.162278e-03 3.162278e-03 2.600000e-01 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d11-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d11-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.190000e-01 2.334524e-02 2.334524e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.850000e-01 2.184033e-02 2.184033e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.010000e-01 1.655295e-02 1.655295e-02 6.000000e-03 0.000000e+00 0.000000e+00 7.900000e-02 1.360147e-02 1.360147e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.200000e-02 1.264911e-02 1.264911e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.100000e-02 1.077033e-02 1.077033e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.600000e-02 8.544004e-03 8.544004e-03 4.000000e-02 0.000000e+00 0.000000e+00 6.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d11-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d11-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.150000e-01 1.711724e-02 1.711724e-02 2.000000e-03 0.000000e+00 0.000000e+00 5.300000e-02 1.104536e-02 1.104536e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.200000e-02 9.486833e-03 9.486833e-03 6.000000e-03 0.000000e+00 0.000000e+00 2.000000e-02 7.280110e-03 7.280110e-03 8.000000e-03 0.000000e+00 0.000000e+00 1.300000e-02 6.324555e-03 6.324555e-03 1.000000e-02 0.000000e+00 0.000000e+00 1.100000e-02 6.324555e-03 6.324555e-03 2.000000e-02 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d12-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.012, up: 0.012}}, 2: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.013, up: 0.013}}, 3: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.013, up: 0.013}}, 4: {stat: {dn: -0.044, up: 0.044}, sys: {dn: -0.014, up: 0.014}}, 5: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.013, up: 0.013}}, 6: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.051, up: 0.051}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.052, up: 0.052}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.053, up: 0.053}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.004, up: 0.004}}, 12: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d12-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.520000e-01 3.104835e-02 3.104835e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.430000e-01 3.605551e-02 3.605551e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.910000e-01 4.110961e-02 4.110961e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.770000e-01 4.396590e-02 4.396590e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.190000e-01 4.617359e-02 4.617359e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.560000e-01 4.684015e-02 4.684015e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.630000e-01 4.816638e-02 4.816638e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.660000e-01 5.124451e-02 5.124451e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.080000e-01 5.246904e-02 5.246904e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.320000e-01 5.323533e-02 5.323533e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.470000e-01 5.408327e-02 5.408327e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.670000e-01 5.414795e-02 5.414795e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.840000e-01 5.403702e-02 5.403702e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.880000e-01 5.400926e-02 5.400926e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.400926e-02 5.400926e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.500909e-02 5.500909e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.500909e-02 5.500909e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.500909e-02 5.500909e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.500909e-02 5.500909e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.910000e-01 5.400926e-02 5.400926e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d12-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.014, up: 0.014}}, 4: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.014, up: 0.014}}, 5: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.015, up: 0.015}}, 6: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.005, up: 0.005}}, 7: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.004, up: 0.004}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d12-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.820000e-01 3.301515e-02 3.301515e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.700000e-01 3.640055e-02 3.640055e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.030000e-01 3.448188e-02 3.448188e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.700000e-01 3.401470e-02 3.401470e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.490000e-01 3.310589e-02 3.310589e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.230000e-01 3.264966e-02 3.264966e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.280000e-01 2.451530e-02 2.451530e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.300000e-01 1.868154e-02 1.868154e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.200000e-02 1.655295e-02 1.655295e-02 8.000000e-02 0.000000e+00 0.000000e+00 6.800000e-02 1.392839e-02 1.392839e-02 1.000000e-01 0.000000e+00 0.000000e+00 5.300000e-02 1.140175e-02 1.140175e-02 1.200000e-01 0.000000e+00 0.000000e+00 3.300000e-02 9.848858e-03 9.848858e-03 1.400000e-01 0.000000e+00 0.000000e+00 1.600000e-02 6.324555e-03 6.324555e-03 1.600000e-01 0.000000e+00 0.000000e+00 1.200000e-02 5.099020e-03 5.099020e-03 1.800000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 2.000000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 2.200000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 2.400000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 2.600000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 2.800000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d12-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d12-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.530000e-01 2.668333e-02 2.668333e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.600000e-01 2.280351e-02 2.280351e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.060000e-01 1.941649e-02 1.941649e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.200000e-02 1.523155e-02 1.523155e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.200000e-02 1.216553e-02 1.216553e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.100000e-02 1.140175e-02 1.140175e-02 2.000000e-02 0.000000e+00 0.000000e+00 9.000000e-03 8.544004e-03 8.544004e-03 4.000000e-02 0.000000e+00 0.000000e+00 4.000000e-03 5.099020e-03 5.099020e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d12-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d12-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.070000e-01 1.711724e-02 1.711724e-02 2.000000e-03 0.000000e+00 0.000000e+00 2.700000e-02 1.077033e-02 1.077033e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d13-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.009, up: 0.009}}, 1: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.016, up: 0.016}}, 4: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.021, up: 0.021}}, 5: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.019, up: 0.019}}, 6: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.025, up: 0.025}}, 7: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.027, up: 0.027}}, 8: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.006, up: 0.006}}, 9: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.004, up: 0.004}}, 10: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.006, up: 0.006}}, 11: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.004, up: 0.004}}, 14: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.005, up: 0.005}}, 15: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.005, up: 0.005}}, 16: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d13-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.520000e-01 3.420526e-02 3.420526e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.650000e-01 3.832754e-02 3.832754e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.580000e-01 4.220190e-02 4.220190e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.540000e-01 4.123106e-02 4.123106e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.190000e-01 5.239275e-02 5.239275e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.570000e-01 5.255473e-02 5.255473e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.070000e-01 5.590170e-02 5.590170e-02 4.000000e-02 0.000000e+00 0.000000e+00 7.930000e-01 6.037384e-02 6.037384e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.130000e-01 6.029925e-02 6.029925e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.510000e-01 6.113101e-02 6.113101e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.720000e-01 6.228965e-02 6.228965e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.780000e-01 6.203225e-02 6.203225e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.800000e-01 6.212890e-02 6.212890e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.820000e-01 6.212890e-02 6.212890e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.850000e-01 6.220129e-02 6.220129e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.870000e-01 6.220129e-02 6.220129e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.930000e-01 6.203225e-02 6.203225e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.940000e-01 6.203225e-02 6.203225e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.940000e-01 6.203225e-02 6.203225e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.940000e-01 6.203225e-02 6.203225e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d13-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.013, up: 0.013}}, 1: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.013, up: 0.013}}, 3: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.029, up: 0.029}}, 4: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.006, up: 0.006}}, 7: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 8: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.006, up: 0.006}}, 9: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.004, up: 0.004}}, 10: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.006, up: 0.006}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 16: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d13-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.630000e-01 3.827532e-02 3.827532e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.610000e-01 3.640055e-02 3.640055e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.350000e-01 3.546830e-02 3.546830e-02 6.000000e-03 0.000000e+00 0.000000e+00 2.730000e-01 4.031129e-02 4.031129e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.930000e-01 3.238827e-02 3.238827e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.520000e-01 3.026549e-02 3.026549e-02 2.000000e-02 0.000000e+00 0.000000e+00 1.850000e-01 2.668333e-02 2.668333e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.400000e-01 2.334524e-02 2.334524e-02 6.000000e-02 0.000000e+00 0.000000e+00 8.700000e-02 1.992486e-02 1.992486e-02 8.000000e-02 0.000000e+00 0.000000e+00 4.900000e-02 1.456022e-02 1.456022e-02 1.000000e-01 0.000000e+00 0.000000e+00 2.800000e-02 1.252996e-02 1.252996e-02 1.200000e-01 0.000000e+00 0.000000e+00 2.200000e-02 9.486833e-03 9.486833e-03 1.400000e-01 0.000000e+00 0.000000e+00 2.000000e-02 7.615773e-03 7.615773e-03 1.600000e-01 0.000000e+00 0.000000e+00 1.800000e-02 6.708204e-03 6.708204e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.500000e-02 7.211103e-03 7.211103e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.300000e-02 8.062258e-03 8.062258e-03 2.200000e-01 0.000000e+00 0.000000e+00 7.000000e-03 5.385165e-03 5.385165e-03 2.400000e-01 0.000000e+00 0.000000e+00 6.000000e-03 4.472136e-03 4.472136e-03 2.600000e-01 0.000000e+00 0.000000e+00 6.000000e-03 5.385165e-03 5.385165e-03 2.800000e-01 0.000000e+00 0.000000e+00 6.000000e-03 6.324555e-03 6.324555e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d13-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.014, up: 0.014}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.014, up: 0.014}}, 4: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 5: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.021, up: 0.021}}, 7: {stat: {dn: -0.044, up: 0.044}, sys: {dn: -0.024, up: 0.024}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d13-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.550000e-01 3.310589e-02 3.310589e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.930000e-01 2.886174e-02 2.886174e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.350000e-01 2.789265e-02 2.789265e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.700000e-02 2.280351e-02 2.280351e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.300000e-02 2.236068e-02 2.236068e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.200000e-02 2.184033e-02 2.184033e-02 2.000000e-02 0.000000e+00 0.000000e+00 9.300000e-02 4.695743e-02 4.695743e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.700000e-02 5.011986e-02 5.011986e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d13-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.005, up: 0.005}}, 4: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.014, up: 0.014}}, 5: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.014, up: 0.014}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d13-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 9.500000e-02 2.158703e-02 2.158703e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.600000e-02 1.838478e-02 1.838478e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.100000e-02 1.456022e-02 1.456022e-02 6.000000e-03 0.000000e+00 0.000000e+00 1.400000e-02 1.486607e-02 1.486607e-02 8.000000e-03 0.000000e+00 0.000000e+00 4.800000e-02 2.865310e-02 2.865310e-02 1.000000e-02 0.000000e+00 0.000000e+00 5.200000e-02 2.865310e-02 2.865310e-02 2.000000e-02 0.000000e+00 0.000000e+00 1.500000e-02 1.140175e-02 1.140175e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d14-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d14-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.650000e-01 1.486607e-02 1.486607e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.920000e-01 1.838478e-02 1.838478e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.240000e-01 2.193171e-02 2.193171e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.940000e-01 2.213594e-02 2.213594e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.400000e-01 2.280351e-02 2.280351e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.680000e-01 2.319483e-02 2.319483e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.850000e-01 2.531798e-02 2.531798e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.760000e-01 2.617250e-02 2.617250e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.150000e-01 2.707397e-02 2.707397e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.430000e-01 2.816026e-02 2.816026e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.570000e-01 2.807134e-02 2.807134e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.690000e-01 2.807134e-02 2.807134e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.800000e-01 2.807134e-02 2.807134e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.800000e-01 2.807134e-02 2.807134e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.840000e-01 2.807134e-02 2.807134e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.870000e-01 2.901724e-02 2.901724e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.910000e-01 2.906888e-02 2.906888e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.980000e-01 2.901724e-02 2.901724e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.980000e-01 2.901724e-02 2.901724e-02 2.800000e-01 0.000000e+00 0.000000e+00 1.000000e+00 2.901724e-02 2.901724e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d14-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d14-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.850000e-01 1.726268e-02 1.726268e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.960000e-01 1.746425e-02 1.746425e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.470000e-01 1.627882e-02 1.627882e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.200000e-01 1.627882e-02 1.627882e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.870000e-01 1.552417e-02 1.552417e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.710000e-01 1.552417e-02 1.552417e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.010000e-01 1.315295e-02 1.315295e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.230000e-01 1.104536e-02 1.104536e-02 6.000000e-02 0.000000e+00 0.000000e+00 8.500000e-02 9.219544e-03 9.219544e-03 8.000000e-02 0.000000e+00 0.000000e+00 5.700000e-02 7.615773e-03 7.615773e-03 1.000000e-01 0.000000e+00 0.000000e+00 4.300000e-02 6.324555e-03 6.324555e-03 1.200000e-01 0.000000e+00 0.000000e+00 3.100000e-02 5.385165e-03 5.385165e-03 1.400000e-01 0.000000e+00 0.000000e+00 2.000000e-02 4.472136e-03 4.472136e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.000000e-02 4.472136e-03 4.472136e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.600000e-02 4.472136e-03 4.472136e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.300000e-02 4.123106e-03 4.123106e-03 2.200000e-01 0.000000e+00 0.000000e+00 9.000000e-03 3.605551e-03 3.605551e-03 2.400000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 2.600000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d14-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.011, up: 0.011}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.003, up: 0.003}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d14-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.410000e-01 1.700000e-02 1.700000e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.590000e-01 1.780449e-02 1.780449e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.120000e-01 1.581139e-02 1.581139e-02 6.000000e-03 0.000000e+00 0.000000e+00 8.000000e-02 1.476482e-02 1.476482e-02 8.000000e-03 0.000000e+00 0.000000e+00 7.100000e-02 1.334166e-02 1.334166e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.100000e-02 1.392839e-02 1.392839e-02 2.000000e-02 0.000000e+00 0.000000e+00 1.400000e-02 1.077033e-02 1.077033e-02 4.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 7.000000e-03 7.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d14-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d14-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 8.200000e-02 1.140175e-02 1.140175e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.000000e-02 1.077033e-02 1.077033e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.400000e-02 9.219544e-03 9.219544e-03 6.000000e-03 0.000000e+00 0.000000e+00 1.000000e-03 7.071068e-03 7.071068e-03 8.000000e-03 0.000000e+00 0.000000e+00 2.000000e-03 7.280110e-03 7.280110e-03 2.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d15-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.009, up: 0.009}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.01, up: 0.01}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.01, up: 0.01}}, 5: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.008, up: 0.008}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 10: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 11: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d15-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.670000e-01 1.029563e-02 1.029563e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.950000e-01 1.303840e-02 1.303840e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.200000e-01 1.581139e-02 1.581139e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.820000e-01 1.640122e-02 1.640122e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.340000e-01 1.720465e-02 1.720465e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.700000e-01 1.612452e-02 1.612452e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.860000e-01 1.749286e-02 1.749286e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.670000e-01 1.676305e-02 1.676305e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.070000e-01 1.746425e-02 1.746425e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.350000e-01 1.746425e-02 1.746425e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.510000e-01 1.746425e-02 1.746425e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.650000e-01 1.726268e-02 1.726268e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.740000e-01 1.746425e-02 1.746425e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.820000e-01 1.824829e-02 1.824829e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.860000e-01 1.811077e-02 1.811077e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.890000e-01 1.811077e-02 1.811077e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.920000e-01 1.802776e-02 1.802776e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.960000e-01 1.811077e-02 1.811077e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.970000e-01 1.802776e-02 1.802776e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.980000e-01 1.802776e-02 1.802776e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d15-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.003, up: 0.003}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.008, up: 0.008}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 11: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d15-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.860000e-01 1.044031e-02 1.044031e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.990000e-01 1.118034e-02 1.118034e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.730000e-01 1.220656e-02 1.220656e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.460000e-01 1.220656e-02 1.220656e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.250000e-01 1.166190e-02 1.166190e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.980000e-01 1.029563e-02 1.029563e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.060000e-01 1.131371e-02 1.131371e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.330000e-01 8.602325e-03 8.602325e-03 6.000000e-02 0.000000e+00 0.000000e+00 9.300000e-02 7.211103e-03 7.211103e-03 8.000000e-02 0.000000e+00 0.000000e+00 6.500000e-02 5.830952e-03 5.830952e-03 1.000000e-01 0.000000e+00 0.000000e+00 4.900000e-02 5.656854e-03 5.656854e-03 1.200000e-01 0.000000e+00 0.000000e+00 3.500000e-02 5.000000e-03 5.000000e-03 1.400000e-01 0.000000e+00 0.000000e+00 2.600000e-02 5.000000e-03 5.000000e-03 1.600000e-01 0.000000e+00 0.000000e+00 1.900000e-02 4.242641e-03 4.242641e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.400000e-02 3.605551e-03 3.605551e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.100000e-02 2.828427e-03 2.828427e-03 2.200000e-01 0.000000e+00 0.000000e+00 8.000000e-03 2.236068e-03 2.236068e-03 2.400000e-01 0.000000e+00 0.000000e+00 4.000000e-03 2.236068e-03 2.236068e-03 2.600000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 2.800000e-01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d15-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.005, up: 0.005}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d15-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.310000e-01 1.140175e-02 1.140175e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.610000e-01 1.000000e-02 1.000000e-02 4.000000e-03 0.000000e+00 0.000000e+00 9.900000e-02 9.433981e-03 9.433981e-03 6.000000e-03 0.000000e+00 0.000000e+00 6.800000e-02 9.219544e-03 9.219544e-03 8.000000e-03 0.000000e+00 0.000000e+00 4.000000e-02 8.602325e-03 8.602325e-03 1.000000e-02 0.000000e+00 0.000000e+00 3.100000e-02 7.211103e-03 7.211103e-03 2.000000e-02 0.000000e+00 0.000000e+00 7.000000e-03 7.810250e-03 7.810250e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d15-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d15-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 9.500000e-02 8.602325e-03 8.602325e-03 2.000000e-03 0.000000e+00 0.000000e+00 4.300000e-02 8.062258e-03 8.062258e-03 4.000000e-03 0.000000e+00 0.000000e+00 7.000000e-03 5.830952e-03 5.830952e-03 8.000000e-03 0.000000e+00 0.000000e+00 1.000000e-03 4.472136e-03 4.472136e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d16-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.011, up: 0.011}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.013, up: 0.013}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.015, up: 0.015}}, 3: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.014, up: 0.014}}, 4: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.01, up: 0.01}}, 5: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.013, up: 0.013}}, 6: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.013, up: 0.013}}, 7: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.013, up: 0.013}}, 8: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.013, up: 0.013}}, 9: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.012, up: 0.012}}, 10: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.012, up: 0.012}}, 11: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.009, up: 0.009}}, 12: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.008, up: 0.008}}, 13: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.007, up: 0.007}}, 14: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.005, up: 0.005}}, 15: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.005, up: 0.005}}, 16: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 17: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d16-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.590000e-01 1.555635e-02 1.555635e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.890000e-01 1.838478e-02 1.838478e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.110000e-01 2.121320e-02 2.121320e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.810000e-01 2.202272e-02 2.202272e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.300000e-01 1.972308e-02 1.972308e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.790000e-01 2.220360e-02 2.220360e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.660000e-01 2.302173e-02 2.302173e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.720000e-01 2.469818e-02 2.469818e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.070000e-01 2.555386e-02 2.555386e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.350000e-01 2.505993e-02 2.505993e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.500000e-01 2.505993e-02 2.505993e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.600000e-01 2.376973e-02 2.376973e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.680000e-01 2.435159e-02 2.435159e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.780000e-01 2.404163e-02 2.404163e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.840000e-01 2.353720e-02 2.353720e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.880000e-01 2.353720e-02 2.353720e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.960000e-01 2.334524e-02 2.334524e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.960000e-01 2.308679e-02 2.308679e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.980000e-01 2.319483e-02 2.319483e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.990000e-01 2.308679e-02 2.308679e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d16-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.011, up: 0.011}}, 3: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.009, up: 0.009}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.011, up: 0.011}}, 7: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.011, up: 0.011}}, 8: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.013, up: 0.013}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.012, up: 0.012}}, 10: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.012, up: 0.012}}, 11: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.009, up: 0.009}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.008, up: 0.008}}, 13: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.005, up: 0.005}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d16-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.970000e-01 1.476482e-02 1.476482e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.160000e-01 1.664332e-02 1.664332e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.040000e-01 1.780449e-02 1.780449e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.680000e-01 1.664332e-02 1.664332e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.260000e-01 1.843909e-02 1.843909e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.030000e-01 1.523155e-02 1.523155e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.150000e-01 1.627882e-02 1.627882e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.280000e-01 1.486607e-02 1.486607e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.300000e-02 1.526434e-02 1.526434e-02 8.000000e-02 0.000000e+00 0.000000e+00 6.500000e-02 1.389244e-02 1.389244e-02 1.000000e-01 0.000000e+00 0.000000e+00 5.000000e-02 1.341641e-02 1.341641e-02 1.200000e-01 0.000000e+00 0.000000e+00 4.000000e-02 1.029563e-02 1.029563e-02 1.400000e-01 0.000000e+00 0.000000e+00 3.200000e-02 9.433981e-03 9.433981e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.200000e-02 7.211103e-03 7.211103e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.600000e-02 6.403124e-03 6.403124e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.200000e-02 5.000000e-03 5.000000e-03 2.200000e-01 0.000000e+00 0.000000e+00 4.000000e-03 3.162278e-03 3.162278e-03 2.400000e-01 0.000000e+00 0.000000e+00 4.000000e-03 2.236068e-03 2.236068e-03 2.600000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 2.800000e-01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d16-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.017, up: 0.017}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.016, up: 0.016}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.021, up: 0.021}}, 3: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.011, up: 0.011}}, 4: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.018, up: 0.018}}, 5: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.013, up: 0.013}}, 6: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.018, up: 0.018}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d16-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.280000e-01 2.080865e-02 2.080865e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.610000e-01 2.126029e-02 2.126029e-02 4.000000e-03 0.000000e+00 0.000000e+00 7.900000e-02 2.580698e-02 2.580698e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.100000e-02 1.941649e-02 1.941649e-02 8.000000e-03 0.000000e+00 0.000000e+00 4.500000e-02 2.475884e-02 2.475884e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.800000e-02 2.061553e-02 2.061553e-02 2.000000e-02 0.000000e+00 0.000000e+00 1.900000e-02 2.545584e-02 2.545584e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d16-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.01, up: 0.01}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d16-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 8.000000e-02 1.486607e-02 1.486607e-02 2.000000e-03 0.000000e+00 0.000000e+00 2.800000e-02 1.208305e-02 1.208305e-02 4.000000e-03 0.000000e+00 0.000000e+00 2.000000e-03 7.810250e-03 7.810250e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d17-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.013, up: 0.013}}, 3: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.015, up: 0.015}}, 4: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.015, up: 0.015}}, 5: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.016, up: 0.016}}, 6: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.013, up: 0.013}}, 7: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.014, up: 0.014}}, 8: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.01, up: 0.01}}, 9: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.009, up: 0.009}}, 10: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.008, up: 0.008}}, 11: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.005, up: 0.005}}, 12: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.005, up: 0.005}}, 14: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.003, up: 0.003}}, 15: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.003, up: 0.003}}, 17: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d17-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.670000e-01 1.303840e-02 1.303840e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.720000e-01 1.640122e-02 1.640122e-02 4.000000e-03 0.000000e+00 0.000000e+00 4.920000e-01 1.984943e-02 1.984943e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.730000e-01 2.193171e-02 2.193171e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.190000e-01 2.267157e-02 2.267157e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.610000e-01 2.408319e-02 2.408319e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.640000e-01 2.302173e-02 2.302173e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.520000e-01 2.523886e-02 2.523886e-02 6.000000e-02 0.000000e+00 0.000000e+00 8.930000e-01 2.325941e-02 2.325941e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.260000e-01 2.376973e-02 2.376973e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.440000e-01 2.340940e-02 2.340940e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.630000e-01 2.256103e-02 2.256103e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.670000e-01 2.334524e-02 2.334524e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.770000e-01 2.353720e-02 2.353720e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.820000e-01 2.319483e-02 2.319483e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.900000e-01 2.308679e-02 2.308679e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.920000e-01 2.319483e-02 2.319483e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.960000e-01 2.308679e-02 2.308679e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.970000e-01 2.302173e-02 2.302173e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.970000e-01 2.308679e-02 2.308679e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d17-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.009, up: 0.009}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.011, up: 0.011}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.011, up: 0.011}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.01, up: 0.01}}, 7: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 8: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.009, up: 0.009}}, 9: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.009, up: 0.009}}, 10: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}, 11: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.005, up: 0.005}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d17-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.690000e-01 1.581139e-02 1.581139e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.980000e-01 1.780449e-02 1.780449e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.960000e-01 1.565248e-02 1.565248e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.680000e-01 1.523155e-02 1.523155e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.400000e-01 1.612452e-02 1.612452e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.130000e-01 1.780449e-02 1.780449e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.260000e-01 1.562050e-02 1.562050e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.440000e-01 1.414214e-02 1.414214e-02 6.000000e-02 0.000000e+00 0.000000e+00 1.060000e-01 1.272792e-02 1.272792e-02 8.000000e-02 0.000000e+00 0.000000e+00 7.400000e-02 1.204159e-02 1.204159e-02 1.000000e-01 0.000000e+00 0.000000e+00 5.600000e-02 1.063015e-02 1.063015e-02 1.200000e-01 0.000000e+00 0.000000e+00 3.700000e-02 7.810250e-03 7.810250e-03 1.400000e-01 0.000000e+00 0.000000e+00 3.300000e-02 5.830952e-03 5.830952e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.300000e-02 7.071068e-03 7.071068e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.800000e-02 5.830952e-03 5.830952e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.000000e-02 4.472136e-03 4.472136e-03 2.200000e-01 0.000000e+00 0.000000e+00 8.000000e-03 4.472136e-03 4.472136e-03 2.400000e-01 0.000000e+00 0.000000e+00 4.000000e-03 3.605551e-03 3.605551e-03 2.600000e-01 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 2.800000e-01 0.000000e+00 0.000000e+00 3.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d17-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.011, up: 0.011}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.009, up: 0.009}}, 5: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.011, up: 0.011}}, 6: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.006, up: 0.006}}, 7: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d17-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.450000e-01 1.526434e-02 1.526434e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.790000e-01 1.640122e-02 1.640122e-02 4.000000e-03 0.000000e+00 0.000000e+00 1.040000e-01 1.476482e-02 1.476482e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.400000e-02 1.627882e-02 1.627882e-02 8.000000e-03 0.000000e+00 0.000000e+00 4.100000e-02 1.500000e-02 1.500000e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.600000e-02 1.627882e-02 1.627882e-02 2.000000e-02 0.000000e+00 0.000000e+00 1.000000e-02 1.523155e-02 1.523155e-02 4.000000e-02 0.000000e+00 0.000000e+00 4.000000e-03 5.830952e-03 5.830952e-03 6.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d17-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d17-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.040000e-01 1.170470e-02 1.170470e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.800000e-02 1.220656e-02 1.220656e-02 4.000000e-03 0.000000e+00 0.000000e+00 6.000000e-03 1.063015e-02 1.063015e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.000000e-03 8.062258e-03 8.062258e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d18-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.008, up: 0.008}}, 2: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.011, up: 0.011}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.013, up: 0.013}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.013, up: 0.013}}, 5: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.012, up: 0.012}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 8: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 10: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.005, up: 0.005}}, 11: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d18-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.510000e-01 9.433981e-03 9.433981e-03 2.000000e-03 0.000000e+00 0.000000e+00 3.790000e-01 1.280625e-02 1.280625e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.090000e-01 1.627882e-02 1.627882e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.830000e-01 1.838478e-02 1.838478e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.270000e-01 1.910497e-02 1.910497e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.660000e-01 1.843909e-02 1.843909e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.650000e-01 1.749286e-02 1.749286e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.550000e-01 1.746425e-02 1.746425e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.000000e-01 1.838478e-02 1.838478e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.260000e-01 1.802776e-02 1.802776e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.420000e-01 1.772005e-02 1.772005e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.550000e-01 1.726268e-02 1.726268e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.660000e-01 1.843909e-02 1.843909e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.740000e-01 1.824829e-02 1.824829e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.810000e-01 1.843909e-02 1.843909e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.830000e-01 1.824829e-02 1.824829e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.910000e-01 1.802776e-02 1.802776e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.950000e-01 1.811077e-02 1.811077e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.960000e-01 1.824829e-02 1.824829e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.970000e-01 1.824829e-02 1.824829e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d18-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.005, up: 0.005}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 3: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.006, up: 0.006}}, 4: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.009, up: 0.009}}, 6: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.007, up: 0.007}}, 9: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.006, up: 0.006}}, 10: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}, 11: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d18-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.940000e-01 1.118034e-02 1.118034e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.120000e-01 1.252996e-02 1.252996e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.900000e-01 1.303840e-02 1.303840e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.670000e-01 1.252996e-02 1.252996e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.430000e-01 1.360147e-02 1.360147e-02 1.000000e-02 0.000000e+00 0.000000e+00 3.160000e-01 1.421267e-02 1.421267e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.340000e-01 1.077033e-02 1.077033e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.440000e-01 8.544004e-03 8.544004e-03 6.000000e-02 0.000000e+00 0.000000e+00 1.000000e-01 9.899495e-03 9.899495e-03 8.000000e-02 0.000000e+00 0.000000e+00 7.400000e-02 8.485281e-03 8.485281e-03 1.000000e-01 0.000000e+00 0.000000e+00 5.800000e-02 7.810250e-03 7.810250e-03 1.200000e-01 0.000000e+00 0.000000e+00 4.500000e-02 5.830952e-03 5.830952e-03 1.400000e-01 0.000000e+00 0.000000e+00 3.400000e-02 6.403124e-03 6.403124e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.600000e-02 5.000000e-03 5.000000e-03 1.800000e-01 0.000000e+00 0.000000e+00 1.900000e-02 5.656854e-03 5.656854e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.600000e-02 5.000000e-03 5.000000e-03 2.200000e-01 0.000000e+00 0.000000e+00 8.000000e-03 3.605551e-03 3.605551e-03 2.400000e-01 0.000000e+00 0.000000e+00 5.000000e-03 2.236068e-03 2.236068e-03 2.600000e-01 0.000000e+00 0.000000e+00 4.000000e-03 3.162278e-03 3.162278e-03 2.800000e-01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d18-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.011, up: 0.011}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.013, up: 0.013}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.014, up: 0.014}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.013, up: 0.013}}, 5: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.01, up: 0.01}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.001, up: 0.001}}, 7: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d18-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.370000e-01 1.486607e-02 1.486607e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.690000e-01 1.345362e-02 1.345362e-02 4.000000e-03 0.000000e+00 0.000000e+00 9.000000e-02 1.640122e-02 1.640122e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.800000e-02 1.664332e-02 1.664332e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.000000e-02 1.581139e-02 1.581139e-02 1.000000e-02 0.000000e+00 0.000000e+00 1.800000e-02 1.345362e-02 1.345362e-02 2.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 9.055385e-03 9.055385e-03 4.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 1.303840e-02 1.303840e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d18-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d18-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 9.300000e-02 8.944272e-03 8.944272e-03 2.000000e-03 0.000000e+00 0.000000e+00 3.400000e-02 8.944272e-03 8.944272e-03 4.000000e-03 0.000000e+00 0.000000e+00 1.100000e-02 7.280110e-03 7.280110e-03 6.000000e-03 0.000000e+00 0.000000e+00 2.000000e-03 5.385165e-03 5.385165e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d19-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.01, up: 0.01}}, 2: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.013, up: 0.013}}, 3: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.015, up: 0.015}}, 4: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.014, up: 0.014}}, 5: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.015, up: 0.015}}, 6: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.013, up: 0.013}}, 7: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.012, up: 0.012}}, 8: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.01, up: 0.01}}, 9: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.008, up: 0.008}}, 10: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.007, up: 0.007}}, 11: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.005, up: 0.005}}, 14: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d19-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.360000e-01 1.526434e-02 1.526434e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.350000e-01 1.720465e-02 1.720465e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.380000e-01 2.061553e-02 2.061553e-02 6.000000e-03 0.000000e+00 0.000000e+00 6.050000e-01 2.267157e-02 2.267157e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.470000e-01 2.280351e-02 2.280351e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.800000e-01 2.343075e-02 2.343075e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.810000e-01 2.385372e-02 2.385372e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.620000e-01 2.418677e-02 2.418677e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.000000e-01 2.416609e-02 2.416609e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.290000e-01 2.340940e-02 2.340940e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.450000e-01 2.308679e-02 2.308679e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.630000e-01 2.280351e-02 2.280351e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.670000e-01 2.353720e-02 2.353720e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.770000e-01 2.353720e-02 2.353720e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.790000e-01 2.334524e-02 2.334524e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.880000e-01 2.319483e-02 2.319483e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.910000e-01 2.308679e-02 2.308679e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.930000e-01 2.308679e-02 2.308679e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.940000e-01 2.308679e-02 2.308679e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.950000e-01 2.308679e-02 2.308679e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d19-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.011, up: 0.011}}, 2: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.011, up: 0.011}}, 3: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.008, up: 0.008}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.008, up: 0.008}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.011, up: 0.011}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.009, up: 0.009}}, 7: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.01, up: 0.01}}, 8: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.009, up: 0.009}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}, 10: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.007, up: 0.007}}, 11: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d19-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.800000e-01 1.476482e-02 1.476482e-02 2.000000e-03 0.000000e+00 0.000000e+00 3.790000e-01 1.780449e-02 1.780449e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.670000e-01 1.780449e-02 1.780449e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.390000e-01 1.612452e-02 1.612452e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.170000e-01 1.612452e-02 1.612452e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.940000e-01 1.702939e-02 1.702939e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.120000e-01 1.500000e-02 1.500000e-02 4.000000e-02 0.000000e+00 0.000000e+00 1.370000e-01 1.414214e-02 1.414214e-02 6.000000e-02 0.000000e+00 0.000000e+00 1.000000e-01 1.272792e-02 1.272792e-02 8.000000e-02 0.000000e+00 0.000000e+00 7.100000e-02 1.063015e-02 1.063015e-02 1.000000e-01 0.000000e+00 0.000000e+00 5.500000e-02 9.899495e-03 9.899495e-03 1.200000e-01 0.000000e+00 0.000000e+00 3.700000e-02 8.485281e-03 8.485281e-03 1.400000e-01 0.000000e+00 0.000000e+00 3.300000e-02 6.403124e-03 6.403124e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.300000e-02 6.403124e-03 6.403124e-03 1.800000e-01 0.000000e+00 0.000000e+00 2.100000e-02 6.403124e-03 6.403124e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.200000e-02 5.000000e-03 5.000000e-03 2.200000e-01 0.000000e+00 0.000000e+00 9.000000e-03 4.472136e-03 4.472136e-03 2.400000e-01 0.000000e+00 0.000000e+00 7.000000e-03 3.605551e-03 3.605551e-03 2.600000e-01 0.000000e+00 0.000000e+00 6.000000e-03 3.605551e-03 3.605551e-03 2.800000e-01 0.000000e+00 0.000000e+00 5.000000e-03 3.605551e-03 3.605551e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d19-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.01, up: 0.01}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.013, up: 0.013}}, 2: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.01, up: 0.01}}, 3: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.01, up: 0.01}}, 4: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 5: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.01, up: 0.01}}, 6: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d19-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 2.140000e-01 1.640122e-02 1.640122e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.570000e-01 1.838478e-02 1.838478e-02 4.000000e-03 0.000000e+00 0.000000e+00 8.800000e-02 1.562050e-02 1.562050e-02 6.000000e-03 0.000000e+00 0.000000e+00 5.000000e-02 1.486607e-02 1.486607e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.500000e-02 1.303840e-02 1.303840e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.600000e-02 1.486607e-02 1.486607e-02 2.000000e-02 0.000000e+00 0.000000e+00 5.000000e-03 8.062258e-03 8.062258e-03 4.000000e-02 0.000000e+00 0.000000e+00 2.000000e-03 4.123106e-03 4.123106e-03 6.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d19-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.004, up: 0.004}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d19-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 6.400000e-02 1.077033e-02 1.077033e-02 2.000000e-03 0.000000e+00 0.000000e+00 2.400000e-02 1.081665e-02 1.081665e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.000000e-03 8.944272e-03 8.944272e-03 6.000000e-03 0.000000e+00 0.000000e+00 6.000000e-03 8.602325e-03 8.602325e-03 2.000000e-02 0.000000e+00 0.000000e+00 1.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d20-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.011, up: 0.011}}, 3: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.012, up: 0.012}}, 4: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.012, up: 0.012}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.008, up: 0.008}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.007, up: 0.007}}, 8: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.006, up: 0.006}}, 9: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.004, up: 0.004}}, 11: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 13: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}, 15: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d20-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 3.390000e-01 1.220656e-02 1.220656e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.340000e-01 1.421267e-02 1.421267e-02 4.000000e-03 0.000000e+00 0.000000e+00 5.510000e-01 1.702939e-02 1.702939e-02 6.000000e-03 0.000000e+00 0.000000e+00 6.080000e-01 1.769181e-02 1.769181e-02 8.000000e-03 0.000000e+00 0.000000e+00 6.510000e-01 1.843909e-02 1.843909e-02 1.000000e-02 0.000000e+00 0.000000e+00 6.880000e-01 1.843909e-02 1.843909e-02 2.000000e-02 0.000000e+00 0.000000e+00 7.790000e-01 1.700000e-02 1.700000e-02 4.000000e-02 0.000000e+00 0.000000e+00 8.610000e-01 1.746425e-02 1.746425e-02 6.000000e-02 0.000000e+00 0.000000e+00 9.060000e-01 1.802776e-02 1.802776e-02 8.000000e-02 0.000000e+00 0.000000e+00 9.300000e-01 1.772005e-02 1.772005e-02 1.000000e-01 0.000000e+00 0.000000e+00 9.450000e-01 1.746425e-02 1.746425e-02 1.200000e-01 0.000000e+00 0.000000e+00 9.570000e-01 1.824829e-02 1.824829e-02 1.400000e-01 0.000000e+00 0.000000e+00 9.660000e-01 1.824829e-02 1.824829e-02 1.600000e-01 0.000000e+00 0.000000e+00 9.720000e-01 1.811077e-02 1.811077e-02 1.800000e-01 0.000000e+00 0.000000e+00 9.800000e-01 1.824829e-02 1.824829e-02 2.000000e-01 0.000000e+00 0.000000e+00 9.820000e-01 1.811077e-02 1.811077e-02 2.200000e-01 0.000000e+00 0.000000e+00 9.890000e-01 1.811077e-02 1.811077e-02 2.400000e-01 0.000000e+00 0.000000e+00 9.930000e-01 1.802776e-02 1.802776e-02 2.600000e-01 0.000000e+00 0.000000e+00 9.930000e-01 1.811077e-02 1.811077e-02 2.800000e-01 0.000000e+00 0.000000e+00 9.980000e-01 1.824829e-02 1.824829e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d20-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 2: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.006, up: 0.006}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.004, up: 0.004}}, 7: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.006, up: 0.006}}, 9: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.005, up: 0.005}}, 11: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.003, up: 0.003}}, 13: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d20-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 4.010000e-01 1.360147e-02 1.360147e-02 2.000000e-03 0.000000e+00 0.000000e+00 4.080000e-01 1.303840e-02 1.303840e-02 4.000000e-03 0.000000e+00 0.000000e+00 3.740000e-01 1.252996e-02 1.252996e-02 6.000000e-03 0.000000e+00 0.000000e+00 3.440000e-01 1.303840e-02 1.303840e-02 8.000000e-03 0.000000e+00 0.000000e+00 3.200000e-01 1.252996e-02 1.252996e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.920000e-01 1.166190e-02 1.166190e-02 2.000000e-02 0.000000e+00 0.000000e+00 2.130000e-01 9.848858e-03 9.848858e-03 4.000000e-02 0.000000e+00 0.000000e+00 1.330000e-01 8.544004e-03 8.544004e-03 6.000000e-02 0.000000e+00 0.000000e+00 9.400000e-02 9.219544e-03 9.219544e-03 8.000000e-02 0.000000e+00 0.000000e+00 7.000000e-02 7.810250e-03 7.810250e-03 1.000000e-01 0.000000e+00 0.000000e+00 5.500000e-02 7.071068e-03 7.071068e-03 1.200000e-01 0.000000e+00 0.000000e+00 4.300000e-02 5.830952e-03 5.830952e-03 1.400000e-01 0.000000e+00 0.000000e+00 3.400000e-02 5.830952e-03 5.830952e-03 1.600000e-01 0.000000e+00 0.000000e+00 2.800000e-02 5.000000e-03 5.000000e-03 1.800000e-01 0.000000e+00 0.000000e+00 2.000000e-02 5.000000e-03 5.000000e-03 2.000000e-01 0.000000e+00 0.000000e+00 1.700000e-02 4.472136e-03 4.472136e-03 2.200000e-01 0.000000e+00 0.000000e+00 1.100000e-02 3.605551e-03 3.605551e-03 2.400000e-01 0.000000e+00 0.000000e+00 7.000000e-03 2.828427e-03 2.828427e-03 2.600000e-01 0.000000e+00 0.000000e+00 7.000000e-03 3.162278e-03 3.162278e-03 2.800000e-01 0.000000e+00 0.000000e+00 2.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d20-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.012, up: 0.012}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.011, up: 0.011}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.011, up: 0.011}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.013, up: 0.013}}, 4: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.01, up: 0.01}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.006, up: 0.006}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.006, up: 0.006}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d20-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 1.830000e-01 1.500000e-02 1.500000e-02 2.000000e-03 0.000000e+00 0.000000e+00 1.320000e-01 1.421267e-02 1.421267e-02 4.000000e-03 0.000000e+00 0.000000e+00 7.000000e-02 1.421267e-02 1.421267e-02 6.000000e-03 0.000000e+00 0.000000e+00 4.500000e-02 1.581139e-02 1.581139e-02 8.000000e-03 0.000000e+00 0.000000e+00 2.900000e-02 1.500000e-02 1.500000e-02 1.000000e-02 0.000000e+00 0.000000e+00 2.000000e-02 1.345362e-02 1.345362e-02 2.000000e-02 0.000000e+00 0.000000e+00 8.000000e-03 1.081665e-02 1.081665e-02 4.000000e-02 0.000000e+00 0.000000e+00 6.000000e-03 1.523155e-02 1.523155e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d20-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d20-x01-y04 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-03 0.000000e+00 0.000000e+00 7.300000e-02 1.063015e-02 1.063015e-02 2.000000e-03 0.000000e+00 0.000000e+00 2.400000e-02 7.615773e-03 7.615773e-03 4.000000e-03 0.000000e+00 0.000000e+00 5.000000e-03 6.708204e-03 6.708204e-03 6.000000e-03 0.000000e+00 0.000000e+00 2.000000e-03 5.385165e-03 5.385165e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d21-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.322, up: 0.322}, sys: {dn: -0.591, up: 0.591}}, 1: {stat: {dn: -0.914, up: 0.914}, sys: {dn: -1.122, up: 1.122}}, 2: {stat: {dn: -1.084, up: 1.084}, sys: {dn: -1.612, up: 1.612}}, 3: {stat: {dn: -0.919, up: 0.919}, sys: {dn: -1.014, up: 1.014}}, 4: {stat: {dn: -0.478, up: 0.478}, sys: {dn: -0.272, up: 0.272}}, 5: {stat: {dn: -0.452, up: 0.452}, sys: {dn: -0.699, up: 0.699}}, 6: {stat: {dn: -0.393, up: 0.393}, sys: {dn: -0.376, up: 0.376}}, 7: {stat: {dn: -0.292, up: 0.292}, sys: {dn: -0.329, up: 0.329}}, 8: {stat: {dn: -0.189, up: 0.189}, sys: {dn: -0.182, up: 0.182}}, 9: {stat: {dn: -0.185, up: 0.185}, sys: {dn: -0.133, up: 0.133}}, 10: {stat: {dn: -0.137, up: 0.137}, sys: {dn: -0.147, up: 0.147}}, 11: {stat: {dn: -0.065, up: 0.065}, sys: {dn: -0.086, up: 0.086}}, 12: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.055, up: 0.055}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d21-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.636000e+00 6.730267e-01 6.730267e-01 3.500000e-02 1.000000e-02 1.000000e-02 9.120000e+00 1.447163e+00 1.447163e+00 5.500000e-02 1.000000e-02 1.000000e-02 9.768000e+00 1.942576e+00 1.942576e+00 7.500000e-02 1.000000e-02 1.000000e-02 7.872000e+00 1.368487e+00 1.368487e+00 1.000000e-01 1.500000e-02 1.500000e-02 4.156000e+00 5.499709e-01 5.499709e-01 1.300000e-01 1.500000e-02 1.500000e-02 3.547000e+00 8.324092e-01 8.324092e-01 1.600000e-01 1.500000e-02 1.500000e-02 2.240000e+00 5.438980e-01 5.438980e-01 1.925000e-01 1.750000e-02 1.750000e-02 1.244000e+00 4.398920e-01 4.398920e-01 2.300000e-01 2.000000e-02 2.000000e-02 8.820000e-01 2.623833e-01 2.623833e-01 2.700000e-01 2.000000e-02 2.000000e-02 5.980000e-01 2.278464e-01 2.278464e-01 3.100000e-01 2.000000e-02 2.000000e-02 2.830000e-01 2.009428e-01 2.009428e-01 3.500000e-01 2.000000e-02 2.000000e-02 2.180000e-01 1.078007e-01 1.078007e-01 3.950000e-01 2.500000e-02 2.500000e-02 5.600000e-02 6.363175e-02 6.363175e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d21-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.491, up: 0.491}, sys: {dn: -1.252, up: 1.252}}, 1: {stat: {dn: -1.066, up: 1.066}, sys: {dn: -2.225, up: 2.225}}, 2: {stat: {dn: -0.789, up: 0.789}, sys: {dn: -0.92, up: 0.92}}, 3: {stat: {dn: -0.714, up: 0.714}, sys: {dn: -1.244, up: 1.244}}, 4: {stat: {dn: -0.439, up: 0.439}, sys: {dn: -0.588, up: 0.588}}, 5: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -1.434, up: 1.434}}, 6: {stat: {dn: -0.371, up: 0.371}, sys: {dn: -0.539, up: 0.539}}, 7: {stat: {dn: -0.254, up: 0.254}, sys: {dn: -0.231, up: 0.231}}, 8: {stat: {dn: -0.166, up: 0.166}, sys: {dn: -0.16, up: 0.16}}, 9: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.121, up: 0.121}}, 10: {stat: {dn: -0.084, up: 0.084}, sys: {dn: -0.072, up: 0.072}}, 11: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.064, up: 0.064}}, 12: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.023, up: 0.023}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d21-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 3.604000e+00 1.344836e+00 1.344836e+00 3.500000e-02 1.000000e-02 1.000000e-02 1.424500e+01 2.467181e+00 2.467181e+00 5.500000e-02 1.000000e-02 1.000000e-02 8.897000e+00 1.211991e+00 1.211991e+00 7.500000e-02 1.000000e-02 1.000000e-02 6.593000e+00 1.434340e+00 1.434340e+00 1.000000e-01 1.500000e-02 1.500000e-02 2.989000e+00 7.338017e-01 7.338017e-01 1.300000e-01 1.500000e-02 1.500000e-02 2.237000e+00 1.467125e+00 1.467125e+00 1.600000e-01 1.500000e-02 1.500000e-02 2.229000e+00 6.543409e-01 6.543409e-01 1.925000e-01 1.750000e-02 1.750000e-02 1.112000e+00 3.433322e-01 3.433322e-01 2.300000e-01 2.000000e-02 2.000000e-02 5.310000e-01 2.305559e-01 2.305559e-01 2.700000e-01 2.000000e-02 2.000000e-02 4.200000e-01 1.896233e-01 1.896233e-01 3.100000e-01 2.000000e-02 2.000000e-02 1.400000e-01 1.106345e-01 1.106345e-01 3.500000e-01 2.000000e-02 2.000000e-02 1.680000e-01 9.708244e-02 9.708244e-02 3.950000e-01 2.500000e-02 2.500000e-02 4.600000e-02 4.022437e-02 4.022437e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d21-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.392, up: 0.392}, sys: {dn: -1.292, up: 1.292}}, 1: {stat: {dn: -0.716, up: 0.716}, sys: {dn: -1.566, up: 1.566}}, 2: {stat: {dn: -0.606, up: 0.606}, sys: {dn: -1.444, up: 1.444}}, 3: {stat: {dn: -0.6, up: 0.6}, sys: {dn: -0.534, up: 0.534}}, 4: {stat: {dn: -0.317, up: 0.317}, sys: {dn: -0.768, up: 0.768}}, 5: {stat: {dn: -0.217, up: 0.217}, sys: {dn: -0.507, up: 0.507}}, 6: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.24, up: 0.24}}, 7: {stat: {dn: -0.161, up: 0.161}, sys: {dn: -0.222, up: 0.222}}, 8: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.144, up: 0.144}}, 9: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.207, up: 0.207}}, 10: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.057, up: 0.057}}, 11: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.089, up: 0.089}}, 12: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d21-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 4.737000e+00 1.350159e+00 1.350159e+00 3.500000e-02 1.000000e-02 1.000000e-02 1.241200e+01 1.721921e+00 1.721921e+00 5.500000e-02 1.000000e-02 1.000000e-02 9.618000e+00 1.566005e+00 1.566005e+00 7.500000e-02 1.000000e-02 1.000000e-02 7.229000e+00 8.032160e-01 8.032160e-01 1.000000e-01 1.500000e-02 1.500000e-02 3.604000e+00 8.308508e-01 8.308508e-01 1.300000e-01 1.500000e-02 1.500000e-02 1.722000e+00 5.514871e-01 5.514871e-01 1.600000e-01 1.500000e-02 1.500000e-02 1.172000e+00 3.000000e-01 3.000000e-01 1.925000e-01 1.750000e-02 1.750000e-02 9.020000e-01 2.742353e-01 2.742353e-01 2.300000e-01 2.000000e-02 2.000000e-02 8.090000e-01 2.072125e-01 2.072125e-01 2.700000e-01 2.000000e-02 2.000000e-02 4.170000e-01 2.245395e-01 2.245395e-01 3.100000e-01 2.000000e-02 2.000000e-02 2.690000e-01 1.056882e-01 1.056882e-01 3.500000e-01 2.000000e-02 2.000000e-02 2.530000e-01 1.196704e-01 1.196704e-01 3.950000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d22-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.287, up: 0.287}, sys: {dn: -1.262, up: 1.262}}, 1: {stat: {dn: -0.564, up: 0.564}, sys: {dn: -1.003, up: 1.003}}, 2: {stat: {dn: -0.406, up: 0.406}, sys: {dn: -1.077, up: 1.077}}, 3: {stat: {dn: -0.338, up: 0.338}, sys: {dn: -0.325, up: 0.325}}, 4: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.418, up: 0.418}}, 5: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.269, up: 0.269}}, 6: {stat: {dn: -0.157, up: 0.157}, sys: {dn: -0.162, up: 0.162}}, 7: {stat: {dn: -0.121, up: 0.121}, sys: {dn: -0.173, up: 0.173}}, 8: {stat: {dn: -0.082, up: 0.082}, sys: {dn: -0.12, up: 0.12}}, 9: {stat: {dn: -0.084, up: 0.084}, sys: {dn: -0.094, up: 0.094}}, 10: {stat: {dn: -0.058, up: 0.058}, sys: {dn: -0.036, up: 0.036}}, 11: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.027, up: 0.027}}, 12: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.005, up: 0.005}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d22-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 5.754000e+00 1.294223e+00 1.294223e+00 3.500000e-02 1.000000e-02 1.000000e-02 1.530700e+01 1.150698e+00 1.150698e+00 5.500000e-02 1.000000e-02 1.000000e-02 7.994000e+00 1.150984e+00 1.150984e+00 7.500000e-02 1.000000e-02 1.000000e-02 5.056000e+00 4.689019e-01 4.689019e-01 1.000000e-01 1.500000e-02 1.500000e-02 3.569000e+00 4.815029e-01 4.815029e-01 1.300000e-01 1.500000e-02 1.500000e-02 1.932000e+00 3.253460e-01 3.253460e-01 1.600000e-01 1.500000e-02 1.500000e-02 1.462000e+00 2.255948e-01 2.255948e-01 1.925000e-01 1.750000e-02 1.750000e-02 9.440000e-01 2.111161e-01 2.111161e-01 2.300000e-01 2.000000e-02 2.000000e-02 4.910000e-01 1.453410e-01 1.453410e-01 2.700000e-01 2.000000e-02 2.000000e-02 3.970000e-01 1.260635e-01 1.260635e-01 3.100000e-01 2.000000e-02 2.000000e-02 1.860000e-01 6.826419e-02 6.826419e-02 3.500000e-01 2.000000e-02 2.000000e-02 9.200000e-02 4.743416e-02 4.743416e-02 3.950000e-01 2.500000e-02 2.500000e-02 9.000000e-03 1.029563e-02 1.029563e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d22-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.364, up: 0.364}, sys: {dn: -1.402, up: 1.402}}, 1: {stat: {dn: -0.655, up: 0.655}, sys: {dn: -0.472, up: 0.472}}, 2: {stat: {dn: -0.509, up: 0.509}, sys: {dn: -0.346, up: 0.346}}, 3: {stat: {dn: -0.384, up: 0.384}, sys: {dn: -1.376, up: 1.376}}, 4: {stat: {dn: -0.286, up: 0.286}, sys: {dn: -0.117, up: 0.117}}, 5: {stat: {dn: -0.203, up: 0.203}, sys: {dn: -0.346, up: 0.346}}, 6: {stat: {dn: -0.169, up: 0.169}, sys: {dn: -0.314, up: 0.314}}, 7: {stat: {dn: -0.143, up: 0.143}, sys: {dn: -0.21, up: 0.21}}, 8: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.126, up: 0.126}}, 9: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.113, up: 0.113}}, 10: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.033, up: 0.033}}, 11: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.025, up: 0.025}}, 12: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d22-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 6.277000e+00 1.448482e+00 1.448482e+00 3.500000e-02 1.000000e-02 1.000000e-02 1.555100e+01 8.073469e-01 8.073469e-01 5.500000e-02 1.000000e-02 1.000000e-02 8.884000e+00 6.154649e-01 6.154649e-01 7.500000e-02 1.000000e-02 1.000000e-02 4.322000e+00 1.428577e+00 1.428577e+00 1.000000e-01 1.500000e-02 1.500000e-02 3.408000e+00 3.090065e-01 3.090065e-01 1.300000e-01 1.500000e-02 1.500000e-02 1.485000e+00 4.011546e-01 4.011546e-01 1.600000e-01 1.500000e-02 1.500000e-02 1.460000e+00 3.565908e-01 3.565908e-01 1.925000e-01 1.750000e-02 1.750000e-02 8.940000e-01 2.540650e-01 2.540650e-01 2.300000e-01 2.000000e-02 2.000000e-02 6.170000e-01 1.883507e-01 1.883507e-01 2.700000e-01 2.000000e-02 2.000000e-02 3.540000e-01 1.576991e-01 1.576991e-01 3.100000e-01 2.000000e-02 2.000000e-02 1.040000e-01 6.414047e-02 6.414047e-02 3.500000e-01 2.000000e-02 2.000000e-02 7.800000e-02 4.140048e-02 4.140048e-02 3.950000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d22-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.48, up: 0.48}, sys: {dn: -1.411, up: 1.411}}, 1: {stat: {dn: -0.753, up: 0.753}, sys: {dn: -0.801, up: 0.801}}, 2: {stat: {dn: -0.619, up: 0.619}, sys: {dn: -0.908, up: 0.908}}, 3: {stat: {dn: -0.427, up: 0.427}, sys: {dn: -0.533, up: 0.533}}, 4: {stat: {dn: -0.342, up: 0.342}, sys: {dn: -0.267, up: 0.267}}, 5: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -1.148, up: 1.148}}, 6: {stat: {dn: -0.237, up: 0.237}, sys: {dn: -0.398, up: 0.398}}, 7: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.319, up: 0.319}}, 8: {stat: {dn: -0.159, up: 0.159}, sys: {dn: -0.147, up: 0.147}}, 9: {stat: {dn: -0.114, up: 0.114}, sys: {dn: -0.042, up: 0.042}}, 10: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.08, up: 0.08}}, 11: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.025, up: 0.025}}, 12: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d22-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 7.602000e+00 1.490410e+00 1.490410e+00 3.500000e-02 1.000000e-02 1.000000e-02 1.521500e+01 1.099368e+00 1.099368e+00 5.500000e-02 1.000000e-02 1.000000e-02 8.031000e+00 1.098920e+00 1.098920e+00 7.500000e-02 1.000000e-02 1.000000e-02 3.804000e+00 6.829480e-01 6.829480e-01 1.000000e-01 1.500000e-02 1.500000e-02 3.078000e+00 4.338813e-01 4.338813e-01 1.300000e-01 1.500000e-02 1.500000e-02 1.641000e+00 1.177074e+00 1.177074e+00 1.600000e-01 1.500000e-02 1.500000e-02 1.563000e+00 4.632202e-01 4.632202e-01 1.925000e-01 1.750000e-02 1.750000e-02 1.116000e+00 3.712964e-01 3.712964e-01 2.300000e-01 2.000000e-02 2.000000e-02 5.020000e-01 2.165410e-01 2.165410e-01 2.700000e-01 2.000000e-02 2.000000e-02 2.960000e-01 1.214907e-01 1.214907e-01 3.100000e-01 2.000000e-02 2.000000e-02 1.910000e-01 1.083005e-01 1.083005e-01 3.500000e-01 2.000000e-02 2.000000e-02 4.700000e-02 4.220190e-02 4.220190e-02 3.950000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d23-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.223, up: 1.223}, sys: {dn: -1.053, up: 1.053}}, 1: {stat: {dn: -0.9, up: 0.9}, sys: {dn: -0.613, up: 0.613}}, 2: {stat: {dn: -0.615, up: 0.615}, sys: {dn: -0.376, up: 0.376}}, 3: {stat: {dn: -0.439, up: 0.439}, sys: {dn: -0.144, up: 0.144}}, 4: {stat: {dn: -0.352, up: 0.352}, sys: {dn: -0.189, up: 0.189}}, 5: {stat: {dn: -0.303, up: 0.303}, sys: {dn: -0.063, up: 0.063}}, 6: {stat: {dn: -0.216, up: 0.216}, sys: {dn: -0.082, up: 0.082}}, 7: {stat: {dn: -0.136, up: 0.136}, sys: {dn: -0.012, up: 0.012}}, 8: {stat: {dn: -0.141, up: 0.141}, sys: {dn: -0.039, up: 0.039}}, 9: {stat: {dn: -0.107, up: 0.107}, sys: {dn: -0.052, up: 0.052}}, 10: {stat: {dn: -0.127, up: 0.127}, sys: {dn: -0.063, up: 0.063}}, 11: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.047, up: 0.047}}, 12: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.009, up: 0.009}}, 14: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.022, up: 0.022}}, 15: {stat: {dn: -0.051, up: 0.051}, sys: {dn: -0.057, up: 0.057}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d23-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.487500e+01 1.613858e+00 1.613858e+00 3.750000e-02 1.250000e-02 1.250000e-02 1.112500e+01 1.088930e+00 1.088930e+00 6.250000e-02 1.250000e-02 1.250000e-02 5.057000e+00 7.208335e-01 7.208335e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.763000e+00 4.620141e-01 4.620141e-01 1.125000e-01 1.250000e-02 1.250000e-02 2.046000e+00 3.995310e-01 3.995310e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.552000e+00 3.094802e-01 3.094802e-01 1.625000e-01 1.250000e-02 1.250000e-02 8.330000e-01 2.310411e-01 2.310411e-01 1.875000e-01 1.250000e-02 1.250000e-02 3.670000e-01 1.365284e-01 1.365284e-01 2.125000e-01 1.250000e-02 1.250000e-02 4.610000e-01 1.462942e-01 1.462942e-01 2.375000e-01 1.250000e-02 1.250000e-02 2.570000e-01 1.189664e-01 1.189664e-01 2.625000e-01 1.250000e-02 1.250000e-02 3.290000e-01 1.417674e-01 1.417674e-01 2.875000e-01 1.250000e-02 1.250000e-02 1.250000e-01 9.888377e-02 9.888377e-02 3.125000e-01 1.250000e-02 1.250000e-02 5.000000e-02 5.001000e-02 5.001000e-02 3.375000e-01 1.250000e-02 1.250000e-02 5.400000e-02 5.474486e-02 5.474486e-02 3.625000e-01 1.250000e-02 1.250000e-02 3.400000e-02 4.049691e-02 4.049691e-02 3.875000e-01 1.250000e-02 1.250000e-02 7.200000e-02 7.648529e-02 7.648529e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d23-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.371, up: 1.371}, sys: {dn: -0.929, up: 0.929}}, 1: {stat: {dn: -1.107, up: 1.107}, sys: {dn: -0.92, up: 0.92}}, 2: {stat: {dn: -0.688, up: 0.688}, sys: {dn: -0.331, up: 0.331}}, 3: {stat: {dn: -0.464, up: 0.464}, sys: {dn: -0.104, up: 0.104}}, 4: {stat: {dn: -0.439, up: 0.439}, sys: {dn: -0.144, up: 0.144}}, 5: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.1, up: 0.1}}, 6: {stat: {dn: -0.327, up: 0.327}, sys: {dn: -0.212, up: 0.212}}, 7: {stat: {dn: -0.293, up: 0.293}, sys: {dn: -0.088, up: 0.088}}, 8: {stat: {dn: -0.188, up: 0.188}, sys: {dn: -0.033, up: 0.033}}, 9: {stat: {dn: -0.132, up: 0.132}, sys: {dn: -0.069, up: 0.069}}, 10: {stat: {dn: -0.046, up: 0.046}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.119, up: 0.119}}, 12: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.013, up: 0.013}}, 13: {stat: {dn: -0.114, up: 0.114}, sys: {dn: -0.178, up: 0.178}}, 14: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.119, up: 0.119}}, 15: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.029, up: 0.029}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d23-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.417100e+01 1.656104e+00 1.656104e+00 3.750000e-02 1.250000e-02 1.250000e-02 1.199200e+01 1.439392e+00 1.439392e+00 6.250000e-02 1.250000e-02 1.250000e-02 4.622000e+00 7.634822e-01 7.634822e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.174000e+00 4.755124e-01 4.755124e-01 1.125000e-01 1.250000e-02 1.250000e-02 2.099000e+00 4.620141e-01 4.620141e-01 1.375000e-01 1.250000e-02 1.250000e-02 9.410000e-01 3.257299e-01 3.257299e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.327000e+00 3.897089e-01 3.897089e-01 1.875000e-01 1.250000e-02 1.250000e-02 1.153000e+00 3.059297e-01 3.059297e-01 2.125000e-01 1.250000e-02 1.250000e-02 4.520000e-01 1.908743e-01 1.908743e-01 2.375000e-01 1.250000e-02 1.250000e-02 2.740000e-01 1.489463e-01 1.489463e-01 2.625000e-01 1.250000e-02 1.250000e-02 4.600000e-02 4.601087e-02 4.601087e-02 2.875000e-01 1.250000e-02 1.250000e-02 2.180000e-01 1.587010e-01 1.587010e-01 3.125000e-01 1.250000e-02 1.250000e-02 1.790000e-01 9.093404e-02 9.093404e-02 3.375000e-01 1.250000e-02 1.250000e-02 1.610000e-01 2.113764e-01 2.113764e-01 3.625000e-01 1.250000e-02 1.250000e-02 1.070000e-01 1.406627e-01 1.406627e-01 3.875000e-01 1.250000e-02 1.250000e-02 8.500000e-02 8.981091e-02 8.981091e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d23-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.709, up: 1.709}, sys: {dn: -0.557, up: 0.557}}, 1: {stat: {dn: -0.922, up: 0.922}, sys: {dn: -0.564, up: 0.564}}, 2: {stat: {dn: -0.582, up: 0.582}, sys: {dn: -0.253, up: 0.253}}, 3: {stat: {dn: -0.543, up: 0.543}, sys: {dn: -0.202, up: 0.202}}, 4: {stat: {dn: -0.397, up: 0.397}, sys: {dn: -0.159, up: 0.159}}, 5: {stat: {dn: -0.362, up: 0.362}, sys: {dn: -0.087, up: 0.087}}, 6: {stat: {dn: -0.305, up: 0.305}, sys: {dn: -0.183, up: 0.183}}, 7: {stat: {dn: -0.247, up: 0.247}, sys: {dn: -0.033, up: 0.033}}, 8: {stat: {dn: -0.274, up: 0.274}, sys: {dn: -0.077, up: 0.077}}, 9: {stat: {dn: -0.141, up: 0.141}, sys: {dn: -0.07, up: 0.07}}, 10: {stat: {dn: -0.126, up: 0.126}, sys: {dn: -0.058, up: 0.058}}, 11: {stat: {dn: -0.122, up: 0.122}, sys: {dn: -0.01, up: 0.01}}, 12: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.007, up: 0.007}}, 13: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d23-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.914900e+01 1.797479e+00 1.797479e+00 3.750000e-02 1.250000e-02 1.250000e-02 8.102000e+00 1.080824e+00 1.080824e+00 6.250000e-02 1.250000e-02 1.250000e-02 3.535000e+00 6.346125e-01 6.346125e-01 8.750000e-02 1.250000e-02 1.250000e-02 3.123000e+00 5.793557e-01 5.793557e-01 1.125000e-01 1.250000e-02 1.250000e-02 1.626000e+00 4.276564e-01 4.276564e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.331000e+00 3.723077e-01 3.723077e-01 1.625000e-01 1.250000e-02 1.250000e-02 9.430000e-01 3.556881e-01 3.556881e-01 1.875000e-01 1.250000e-02 1.250000e-02 6.350000e-01 2.491947e-01 2.491947e-01 2.125000e-01 1.250000e-02 1.250000e-02 8.400000e-01 2.846138e-01 2.846138e-01 2.375000e-01 1.250000e-02 1.250000e-02 1.660000e-01 1.574198e-01 1.574198e-01 2.625000e-01 1.250000e-02 1.250000e-02 1.950000e-01 1.387083e-01 1.387083e-01 2.875000e-01 1.250000e-02 1.250000e-02 2.020000e-01 1.224091e-01 1.224091e-01 3.125000e-01 1.250000e-02 1.250000e-02 1.320000e-01 1.002447e-01 1.002447e-01 3.375000e-01 1.250000e-02 1.250000e-02 2.300000e-02 5.907622e-02 5.907622e-02 3.625000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.875000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d24-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.879, up: 1.879}, sys: {dn: -0.867, up: 0.867}}, 1: {stat: {dn: -1.016, up: 1.016}, sys: {dn: -0.874, up: 0.874}}, 2: {stat: {dn: -0.774, up: 0.774}, sys: {dn: -0.336, up: 0.336}}, 3: {stat: {dn: -0.569, up: 0.569}, sys: {dn: -0.327, up: 0.327}}, 4: {stat: {dn: -0.557, up: 0.557}, sys: {dn: -0.192, up: 0.192}}, 5: {stat: {dn: -0.49, up: 0.49}, sys: {dn: -0.277, up: 0.277}}, 6: {stat: {dn: -0.378, up: 0.378}, sys: {dn: -0.249, up: 0.249}}, 7: {stat: {dn: -0.343, up: 0.343}, sys: {dn: -0.137, up: 0.137}}, 8: {stat: {dn: -0.308, up: 0.308}, sys: {dn: -0.202, up: 0.202}}, 9: {stat: {dn: -0.185, up: 0.185}, sys: {dn: -0.083, up: 0.083}}, 10: {stat: {dn: -0.195, up: 0.195}, sys: {dn: -0.2, up: 0.2}}, 11: {stat: {dn: -0.173, up: 0.173}, sys: {dn: -0.18, up: 0.18}}, 12: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.067, up: 0.067}}, 14: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d24-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.749900e+01 2.069379e+00 2.069379e+00 3.750000e-02 1.250000e-02 1.250000e-02 8.458000e+00 1.340198e+00 1.340198e+00 6.250000e-02 1.250000e-02 1.250000e-02 4.705000e+00 8.437843e-01 8.437843e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.454000e+00 6.562698e-01 6.562698e-01 1.125000e-01 1.250000e-02 1.250000e-02 2.087000e+00 5.891630e-01 5.891630e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.550000e+00 5.628757e-01 5.628757e-01 1.625000e-01 1.250000e-02 1.250000e-02 9.570000e-01 4.526422e-01 4.526422e-01 1.875000e-01 1.250000e-02 1.250000e-02 7.590000e-01 3.693481e-01 3.693481e-01 2.125000e-01 1.250000e-02 1.250000e-02 7.060000e-01 3.683314e-01 3.683314e-01 2.375000e-01 1.250000e-02 1.250000e-02 2.130000e-01 2.027659e-01 2.027659e-01 2.625000e-01 1.250000e-02 1.250000e-02 2.570000e-01 2.793296e-01 2.793296e-01 2.875000e-01 1.250000e-02 1.250000e-02 2.060000e-01 2.496578e-01 2.496578e-01 3.125000e-01 1.250000e-02 1.250000e-02 4.500000e-02 1.080046e-01 1.080046e-01 3.375000e-01 1.250000e-02 1.250000e-02 1.030000e-01 1.444749e-01 1.444749e-01 3.625000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.875000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d24-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.74, up: 0.74}, sys: {dn: -1.403, up: 1.403}}, 1: {stat: {dn: -0.534, up: 0.534}, sys: {dn: -0.851, up: 0.851}}, 2: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.494, up: 0.494}}, 3: {stat: {dn: -0.295, up: 0.295}, sys: {dn: -0.065, up: 0.065}}, 4: {stat: {dn: -0.253, up: 0.253}, sys: {dn: -0.066, up: 0.066}}, 5: {stat: {dn: -0.214, up: 0.214}, sys: {dn: -0.196, up: 0.196}}, 6: {stat: {dn: -0.173, up: 0.173}, sys: {dn: -0.073, up: 0.073}}, 7: {stat: {dn: -0.148, up: 0.148}, sys: {dn: -0.1, up: 0.1}}, 8: {stat: {dn: -0.137, up: 0.137}, sys: {dn: -0.02, up: 0.02}}, 9: {stat: {dn: -0.109, up: 0.109}, sys: {dn: -0.032, up: 0.032}}, 10: {stat: {dn: -0.106, up: 0.106}, sys: {dn: -0.113, up: 0.113}}, 11: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.083, up: 0.083}}, 12: {stat: {dn: -0.116, up: 0.116}, sys: {dn: -0.075, up: 0.075}}, 13: {stat: {dn: -0.102, up: 0.102}, sys: {dn: -0.077, up: 0.077}}, 14: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d24-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.692000e+01 1.586193e+00 1.586193e+00 3.750000e-02 1.250000e-02 1.250000e-02 9.107000e+00 1.004668e+00 1.004668e+00 6.250000e-02 1.250000e-02 1.250000e-02 5.099000e+00 6.356383e-01 6.356383e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.655000e+00 3.020761e-01 3.020761e-01 1.125000e-01 1.250000e-02 1.250000e-02 1.896000e+00 2.614670e-01 2.614670e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.328000e+00 2.901930e-01 2.901930e-01 1.625000e-01 1.250000e-02 1.250000e-02 7.500000e-01 1.877711e-01 1.877711e-01 1.875000e-01 1.250000e-02 1.250000e-02 5.980000e-01 1.786169e-01 1.786169e-01 2.125000e-01 1.250000e-02 1.250000e-02 5.630000e-01 1.384522e-01 1.384522e-01 2.375000e-01 1.250000e-02 1.250000e-02 2.990000e-01 1.136002e-01 1.136002e-01 2.625000e-01 1.250000e-02 1.250000e-02 2.470000e-01 1.549355e-01 1.549355e-01 2.875000e-01 1.250000e-02 1.250000e-02 2.450000e-01 1.338432e-01 1.338432e-01 3.125000e-01 1.250000e-02 1.250000e-02 1.940000e-01 1.381340e-01 1.381340e-01 3.375000e-01 1.250000e-02 1.250000e-02 1.000000e-01 1.278006e-01 1.278006e-01 3.625000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.875000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d24-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.471, up: 0.471}, sys: {dn: -0.436, up: 0.436}}, 1: {stat: {dn: -0.33, up: 0.33}, sys: {dn: -0.175, up: 0.175}}, 2: {stat: {dn: -0.223, up: 0.223}, sys: {dn: -0.132, up: 0.132}}, 3: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.079, up: 0.079}}, 4: {stat: {dn: -0.141, up: 0.141}, sys: {dn: -0.053, up: 0.053}}, 5: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.14, up: 0.14}}, 6: {stat: {dn: -0.109, up: 0.109}, sys: {dn: -0.038, up: 0.038}}, 7: {stat: {dn: -0.094, up: 0.094}, sys: {dn: -0.076, up: 0.076}}, 8: {stat: {dn: -0.083, up: 0.083}, sys: {dn: -0.011, up: 0.011}}, 9: {stat: {dn: -0.079, up: 0.079}, sys: {dn: -0.037, up: 0.037}}, 10: {stat: {dn: -0.076, up: 0.076}, sys: {dn: -0.124, up: 0.124}}, 11: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.073, up: 0.073}}, 12: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.057, up: 0.057}}, 13: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.044, up: 0.044}}, 14: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.059, up: 0.059}}, 15: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.006, up: 0.006}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d24-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.606700e+01 6.418232e-01 6.418232e-01 3.750000e-02 1.250000e-02 1.250000e-02 9.908000e+00 3.735305e-01 3.735305e-01 6.250000e-02 1.250000e-02 1.250000e-02 4.641000e+00 2.591390e-01 2.591390e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.940000e+00 1.993239e-01 1.993239e-01 1.125000e-01 1.250000e-02 1.250000e-02 1.721000e+00 1.506320e-01 1.506320e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.494000e+00 1.937937e-01 1.937937e-01 1.625000e-01 1.250000e-02 1.250000e-02 9.520000e-01 1.154340e-01 1.154340e-01 1.875000e-01 1.250000e-02 1.250000e-02 7.360000e-01 1.208801e-01 1.208801e-01 2.125000e-01 1.250000e-02 1.250000e-02 5.110000e-01 8.372574e-02 8.372574e-02 2.375000e-01 1.250000e-02 1.250000e-02 4.240000e-01 8.723531e-02 8.723531e-02 2.625000e-01 1.250000e-02 1.250000e-02 2.880000e-01 1.454373e-01 1.454373e-01 2.875000e-01 1.250000e-02 1.250000e-02 1.940000e-01 1.046614e-01 1.046614e-01 3.125000e-01 1.250000e-02 1.250000e-02 7.600000e-02 9.183137e-02 9.183137e-02 3.375000e-01 1.250000e-02 1.250000e-02 1.900000e-02 6.585590e-02 6.585590e-02 3.625000e-01 1.250000e-02 1.250000e-02 2.000000e-02 6.574192e-02 6.574192e-02 3.875000e-01 1.250000e-02 1.250000e-02 1.000000e-02 1.341641e-02 1.341641e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d25-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.571, up: 0.571}, sys: {dn: -0.436, up: 0.436}}, 1: {stat: {dn: -0.416, up: 0.416}, sys: {dn: -0.248, up: 0.248}}, 2: {stat: {dn: -0.34, up: 0.34}, sys: {dn: -0.261, up: 0.261}}, 3: {stat: {dn: -0.253, up: 0.253}, sys: {dn: -0.175, up: 0.175}}, 4: {stat: {dn: -0.224, up: 0.224}, sys: {dn: -0.152, up: 0.152}}, 5: {stat: {dn: -0.188, up: 0.188}, sys: {dn: -0.159, up: 0.159}}, 6: {stat: {dn: -0.161, up: 0.161}, sys: {dn: -0.049, up: 0.049}}, 7: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.213, up: 0.213}}, 8: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.101, up: 0.101}}, 9: {stat: {dn: -0.119, up: 0.119}, sys: {dn: -0.163, up: 0.163}}, 10: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.105, up: 0.105}}, 11: {stat: {dn: -0.103, up: 0.103}, sys: {dn: -0.091, up: 0.091}}, 12: {stat: {dn: -0.119, up: 0.119}, sys: {dn: -0.023, up: 0.023}}, 13: {stat: {dn: -0.058, up: 0.058}, sys: {dn: -0.046, up: 0.046}}, 14: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.007, up: 0.007}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d25-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.617700e+01 7.184268e-01 7.184268e-01 3.750000e-02 1.250000e-02 1.250000e-02 9.285000e+00 4.843139e-01 4.843139e-01 6.250000e-02 1.250000e-02 1.250000e-02 5.302000e+00 4.286269e-01 4.286269e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.823000e+00 3.076264e-01 3.076264e-01 1.125000e-01 1.250000e-02 1.250000e-02 1.837000e+00 2.707028e-01 2.707028e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.229000e+00 2.462214e-01 2.462214e-01 1.625000e-01 1.250000e-02 1.250000e-02 9.020000e-01 1.682914e-01 1.682914e-01 1.875000e-01 1.250000e-02 1.250000e-02 7.320000e-01 2.516446e-01 2.516446e-01 2.125000e-01 1.250000e-02 1.250000e-02 5.690000e-01 1.607047e-01 1.607047e-01 2.375000e-01 1.250000e-02 1.250000e-02 4.540000e-01 2.018167e-01 2.018167e-01 2.625000e-01 1.250000e-02 1.250000e-02 3.660000e-01 1.655566e-01 1.655566e-01 2.875000e-01 1.250000e-02 1.250000e-02 1.300000e-01 1.374409e-01 1.374409e-01 3.125000e-01 1.250000e-02 1.250000e-02 9.600000e-02 1.212023e-01 1.212023e-01 3.375000e-01 1.250000e-02 1.250000e-02 8.100000e-02 7.402702e-02 7.402702e-02 3.625000e-01 1.250000e-02 1.250000e-02 1.500000e-02 2.692582e-02 2.692582e-02 3.875000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d25-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.578, up: 0.578}, sys: {dn: -0.444, up: 0.444}}, 1: {stat: {dn: -0.42, up: 0.42}, sys: {dn: -0.27, up: 0.27}}, 2: {stat: {dn: -0.305, up: 0.305}, sys: {dn: -0.175, up: 0.175}}, 3: {stat: {dn: -0.28, up: 0.28}, sys: {dn: -0.2, up: 0.2}}, 4: {stat: {dn: -0.204, up: 0.204}, sys: {dn: -0.129, up: 0.129}}, 5: {stat: {dn: -0.195, up: 0.195}, sys: {dn: -0.263, up: 0.263}}, 6: {stat: {dn: -0.159, up: 0.159}, sys: {dn: -0.174, up: 0.174}}, 7: {stat: {dn: -0.139, up: 0.139}, sys: {dn: -0.111, up: 0.111}}, 8: {stat: {dn: -0.127, up: 0.127}, sys: {dn: -0.095, up: 0.095}}, 9: {stat: {dn: -0.152, up: 0.152}, sys: {dn: -0.032, up: 0.032}}, 10: {stat: {dn: -0.136, up: 0.136}, sys: {dn: -0.152, up: 0.152}}, 11: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.099, up: 0.099}}, 12: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 13: {stat: {dn: -0.093, up: 0.093}, sys: {dn: -0.067, up: 0.067}}, 14: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 15: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.018, up: 0.018}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d25-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.611900e+01 7.288484e-01 7.288484e-01 3.750000e-02 1.250000e-02 1.250000e-02 9.277000e+00 4.992995e-01 4.992995e-01 6.250000e-02 1.250000e-02 1.250000e-02 4.534000e+00 3.516390e-01 3.516390e-01 8.750000e-02 1.250000e-02 1.250000e-02 2.947000e+00 3.440930e-01 3.440930e-01 1.125000e-01 1.250000e-02 1.250000e-02 1.904000e+00 2.413649e-01 2.413649e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.636000e+00 3.274049e-01 3.274049e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.041000e+00 2.357053e-01 2.357053e-01 1.875000e-01 1.250000e-02 1.250000e-02 6.930000e-01 1.778820e-01 1.778820e-01 2.125000e-01 1.250000e-02 1.250000e-02 4.970000e-01 1.586001e-01 1.586001e-01 2.375000e-01 1.250000e-02 1.250000e-02 6.590000e-01 1.553319e-01 1.553319e-01 2.625000e-01 1.250000e-02 1.250000e-02 2.420000e-01 2.039608e-01 2.039608e-01 2.875000e-01 1.250000e-02 1.250000e-02 3.280000e-01 1.950000e-01 1.950000e-01 3.125000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.375000e-01 1.250000e-02 1.250000e-02 1.100000e-01 1.146211e-01 1.146211e-01 3.625000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.875000e-01 1.250000e-02 1.250000e-02 1.100000e-02 2.280351e-02 2.280351e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d25-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.466, up: 0.466}, sys: {dn: -0.509, up: 0.509}}, 1: {stat: {dn: -0.326, up: 0.326}, sys: {dn: -0.297, up: 0.297}}, 2: {stat: {dn: -0.24, up: 0.24}, sys: {dn: -0.169, up: 0.169}}, 3: {stat: {dn: -0.198, up: 0.198}, sys: {dn: -0.106, up: 0.106}}, 4: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.101, up: 0.101}}, 5: {stat: {dn: -0.151, up: 0.151}, sys: {dn: -0.085, up: 0.085}}, 6: {stat: {dn: -0.122, up: 0.122}, sys: {dn: -0.073, up: 0.073}}, 7: {stat: {dn: -0.106, up: 0.106}, sys: {dn: -0.055, up: 0.055}}, 8: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.117, up: 0.117}}, 9: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.043, up: 0.043}}, 10: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.012, up: 0.012}}, 11: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.1, up: 0.1}}, 12: {stat: {dn: -0.122, up: 0.122}, sys: {dn: -0.12, up: 0.12}}, 13: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.015, up: 0.015}}, 14: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d25-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.250000e-02 1.250000e-02 1.250000e-02 1.620200e+01 6.900993e-01 6.900993e-01 3.750000e-02 1.250000e-02 1.250000e-02 9.321000e+00 4.410045e-01 4.410045e-01 6.250000e-02 1.250000e-02 1.250000e-02 4.637000e+00 2.935319e-01 2.935319e-01 8.750000e-02 1.250000e-02 1.250000e-02 3.013000e+00 2.245885e-01 2.245885e-01 1.125000e-01 1.250000e-02 1.250000e-02 1.707000e+00 1.850027e-01 1.850027e-01 1.375000e-01 1.250000e-02 1.250000e-02 1.553000e+00 1.732801e-01 1.732801e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.031000e+00 1.421724e-01 1.421724e-01 1.875000e-01 1.250000e-02 1.250000e-02 6.240000e-01 1.194194e-01 1.194194e-01 2.125000e-01 1.250000e-02 1.250000e-02 6.860000e-01 1.661716e-01 1.661716e-01 2.375000e-01 1.250000e-02 1.250000e-02 4.660000e-01 1.321893e-01 1.321893e-01 2.625000e-01 1.250000e-02 1.250000e-02 2.080000e-01 1.285613e-01 1.285613e-01 2.875000e-01 1.250000e-02 1.250000e-02 1.930000e-01 1.632207e-01 1.632207e-01 3.125000e-01 1.250000e-02 1.250000e-02 3.570000e-01 1.711257e-01 1.711257e-01 3.375000e-01 1.250000e-02 1.250000e-02 3.000000e-03 4.743416e-02 4.743416e-02 3.625000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.875000e-01 1.250000e-02 1.250000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d26-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.858, up: 0.858}}, 1: {stat: {dn: -0.642, up: 0.642}, sys: {dn: -0.465, up: 0.465}}, 2: {stat: {dn: -1.432, up: 1.432}, sys: {dn: -3.194, up: 3.194}}, 3: {stat: {dn: -1.925, up: 1.925}, sys: {dn: -2.251, up: 2.251}}, 4: {stat: {dn: -1.223, up: 1.223}, sys: {dn: -0.515, up: 0.515}}, 5: {stat: {dn: -0.819, up: 0.819}, sys: {dn: -0.901, up: 0.901}}, 6: {stat: {dn: -0.967, up: 0.967}, sys: {dn: -1.918, up: 1.918}}, 7: {stat: {dn: -0.432, up: 0.432}, sys: {dn: -0.578, up: 0.578}}, 8: {stat: {dn: -0.43, up: 0.43}, sys: {dn: -0.51, up: 0.51}}, 9: {stat: {dn: -0.328, up: 0.328}, sys: {dn: -0.312, up: 0.312}}, 10: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.194, up: 0.194}}, 11: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.204, up: 0.204}}, 12: {stat: {dn: -0.099, up: 0.099}, sys: {dn: -0.113, up: 0.113}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d26-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 1.830000e-01 8.588411e-01 8.588411e-01 2.100000e-02 6.000000e-03 6.000000e-03 6.119000e+00 7.927099e-01 7.927099e-01 3.300000e-02 6.000000e-03 6.000000e-03 1.226300e+01 3.500323e+00 3.500323e+00 4.500000e-02 6.000000e-03 6.000000e-03 1.668000e+01 2.961862e+00 2.961862e+00 5.850000e-02 7.500000e-03 7.500000e-03 1.003700e+01 1.327009e+00 1.327009e+00 7.500000e-02 9.000000e-03 9.000000e-03 5.589000e+00 1.217605e+00 1.217605e+00 9.300000e-02 9.000000e-03 9.000000e-03 6.752000e+00 2.147979e+00 2.147979e+00 1.140000e-01 1.200000e-02 1.200000e-02 2.550000e+00 7.216010e-01 7.216010e-01 1.395000e-01 1.350000e-02 1.350000e-02 2.029000e+00 6.670832e-01 6.670832e-01 1.680000e-01 1.500000e-02 1.500000e-02 1.615000e+00 4.526897e-01 4.526897e-01 1.995000e-01 1.650000e-02 1.650000e-02 6.830000e-01 2.858951e-01 2.858951e-01 2.340000e-01 1.800000e-02 1.800000e-02 2.110000e-01 2.419008e-01 2.419008e-01 2.760000e-01 2.400000e-02 2.400000e-02 1.930000e-01 1.502332e-01 1.502332e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d26-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.195, up: 0.195}, sys: {dn: -0.622, up: 0.622}}, 1: {stat: {dn: -1.067, up: 1.067}, sys: {dn: -3.301, up: 3.301}}, 2: {stat: {dn: -1.637, up: 1.637}, sys: {dn: -2.785, up: 2.785}}, 3: {stat: {dn: -1.317, up: 1.317}, sys: {dn: -3.402, up: 3.402}}, 4: {stat: {dn: -1.19, up: 1.19}, sys: {dn: -5.665, up: 5.665}}, 5: {stat: {dn: -0.658, up: 0.658}, sys: {dn: -1.981, up: 1.981}}, 6: {stat: {dn: -0.597, up: 0.597}, sys: {dn: -0.39, up: 0.39}}, 7: {stat: {dn: -0.606, up: 0.606}, sys: {dn: -0.951, up: 0.951}}, 8: {stat: {dn: -0.333, up: 0.333}, sys: {dn: -0.463, up: 0.463}}, 9: {stat: {dn: -0.215, up: 0.215}, sys: {dn: -0.153, up: 0.153}}, 10: {stat: {dn: -0.192, up: 0.192}, sys: {dn: -0.203, up: 0.203}}, 11: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.062, up: 0.062}}, 12: {stat: {dn: -0.079, up: 0.079}, sys: {dn: -0.098, up: 0.098}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d26-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 1.329000e+00 6.518504e-01 6.518504e-01 2.100000e-02 6.000000e-03 6.000000e-03 1.319200e+01 3.469163e+00 3.469163e+00 3.300000e-02 6.000000e-03 6.000000e-03 1.903100e+01 3.230479e+00 3.230479e+00 4.500000e-02 6.000000e-03 6.000000e-03 1.120100e+01 3.648026e+00 3.648026e+00 5.850000e-02 7.500000e-03 7.500000e-03 9.616000e+00 5.788638e+00 5.788638e+00 7.500000e-02 9.000000e-03 9.000000e-03 4.482000e+00 2.087421e+00 2.087421e+00 9.300000e-02 9.000000e-03 9.000000e-03 3.114000e+00 7.130982e-01 7.130982e-01 1.140000e-01 1.200000e-02 1.200000e-02 3.591000e+00 1.127669e+00 1.127669e+00 1.395000e-01 1.350000e-02 1.350000e-02 1.312000e+00 5.703139e-01 5.703139e-01 1.680000e-01 1.500000e-02 1.500000e-02 5.590000e-01 2.638825e-01 2.638825e-01 1.995000e-01 1.650000e-02 1.650000e-02 6.910000e-01 2.794155e-01 2.794155e-01 2.340000e-01 1.800000e-02 1.800000e-02 2.130000e-01 1.324122e-01 1.324122e-01 2.760000e-01 2.400000e-02 2.400000e-02 1.910000e-01 1.258769e-01 1.258769e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d26-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.924, up: 0.924}}, 1: {stat: {dn: -0.856, up: 0.856}, sys: {dn: -0.654, up: 0.654}}, 2: {stat: {dn: -1.349, up: 1.349}, sys: {dn: -1.384, up: 1.384}}, 3: {stat: {dn: -0.94, up: 0.94}, sys: {dn: -1.158, up: 1.158}}, 4: {stat: {dn: -0.705, up: 0.705}, sys: {dn: -0.482, up: 0.482}}, 5: {stat: {dn: -0.557, up: 0.557}, sys: {dn: -0.262, up: 0.262}}, 6: {stat: {dn: -0.45, up: 0.45}, sys: {dn: -0.207, up: 0.207}}, 7: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.53, up: 0.53}}, 8: {stat: {dn: -0.182, up: 0.182}, sys: {dn: -0.217, up: 0.217}}, 9: {stat: {dn: -0.243, up: 0.243}, sys: {dn: -0.218, up: 0.218}}, 10: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.067, up: 0.067}}, 11: {stat: {dn: -0.095, up: 0.095}, sys: {dn: -0.09, up: 0.09}}, 12: {stat: {dn: -0.047, up: 0.047}, sys: {dn: -0.179, up: 0.179}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d26-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.063000e+00 9.433324e-01 9.433324e-01 2.100000e-02 6.000000e-03 6.000000e-03 1.408200e+01 1.077243e+00 1.077243e+00 3.300000e-02 6.000000e-03 6.000000e-03 2.059300e+01 1.932681e+00 1.932681e+00 4.500000e-02 6.000000e-03 6.000000e-03 1.206500e+01 1.491497e+00 1.491497e+00 5.850000e-02 7.500000e-03 7.500000e-03 7.040000e+00 8.540193e-01 8.540193e-01 7.500000e-02 9.000000e-03 9.000000e-03 5.751000e+00 6.155428e-01 6.155428e-01 9.300000e-02 9.000000e-03 9.000000e-03 3.361000e+00 4.953272e-01 4.953272e-01 1.140000e-01 1.200000e-02 1.200000e-02 1.803000e+00 5.948109e-01 5.948109e-01 1.395000e-01 1.350000e-02 1.350000e-02 9.280000e-01 2.832190e-01 2.832190e-01 1.680000e-01 1.500000e-02 1.500000e-02 1.116000e+00 3.264552e-01 3.264552e-01 1.995000e-01 1.650000e-02 1.650000e-02 5.170000e-01 1.348258e-01 1.348258e-01 2.340000e-01 1.800000e-02 1.800000e-02 4.050000e-01 1.308625e-01 1.308625e-01 2.760000e-01 2.400000e-02 2.400000e-02 1.070000e-01 1.850676e-01 1.850676e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d27-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.166, up: 0.166}, sys: {dn: -1.346, up: 1.346}}, 1: {stat: {dn: -0.853, up: 0.853}, sys: {dn: -1.2, up: 1.2}}, 2: {stat: {dn: -0.773, up: 0.773}, sys: {dn: -0.976, up: 0.976}}, 3: {stat: {dn: -0.687, up: 0.687}, sys: {dn: -2.336, up: 2.336}}, 4: {stat: {dn: -0.494, up: 0.494}, sys: {dn: -1.029, up: 1.029}}, 5: {stat: {dn: -0.357, up: 0.357}, sys: {dn: -1.063, up: 1.063}}, 6: {stat: {dn: -0.35, up: 0.35}, sys: {dn: -0.398, up: 0.398}}, 7: {stat: {dn: -0.231, up: 0.231}, sys: {dn: -0.27, up: 0.27}}, 8: {stat: {dn: -0.139, up: 0.139}, sys: {dn: -0.171, up: 0.171}}, 9: {stat: {dn: -0.135, up: 0.135}, sys: {dn: -0.107, up: 0.107}}, 10: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.188, up: 0.188}}, 11: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.107, up: 0.107}}, 12: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.016, up: 0.016}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d27-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 3.092000e+00 1.356198e+00 1.356198e+00 2.100000e-02 6.000000e-03 6.000000e-03 2.213500e+01 1.472280e+00 1.472280e+00 3.300000e-02 6.000000e-03 6.000000e-03 1.539100e+01 1.245032e+00 1.245032e+00 4.500000e-02 6.000000e-03 6.000000e-03 1.093700e+01 2.434926e+00 2.434926e+00 5.850000e-02 7.500000e-03 7.500000e-03 6.363000e+00 1.141436e+00 1.141436e+00 7.500000e-02 9.000000e-03 9.000000e-03 4.329000e+00 1.121347e+00 1.121347e+00 9.300000e-02 9.000000e-03 9.000000e-03 3.554000e+00 5.300038e-01 5.300038e-01 1.140000e-01 1.200000e-02 1.200000e-02 2.110000e+00 3.553322e-01 3.553322e-01 1.395000e-01 1.350000e-02 1.350000e-02 1.010000e+00 2.203679e-01 2.203679e-01 1.680000e-01 1.500000e-02 1.500000e-02 9.150000e-01 1.722614e-01 1.722614e-01 1.995000e-01 1.650000e-02 1.650000e-02 4.150000e-01 2.153346e-01 2.153346e-01 2.340000e-01 1.800000e-02 1.800000e-02 3.470000e-01 1.342013e-01 1.342013e-01 2.760000e-01 2.400000e-02 2.400000e-02 6.600000e-02 2.968164e-02 2.968164e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d27-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -1.479, up: 1.479}}, 1: {stat: {dn: -0.976, up: 0.976}, sys: {dn: -0.641, up: 0.641}}, 2: {stat: {dn: -1.044, up: 1.044}, sys: {dn: -1.066, up: 1.066}}, 3: {stat: {dn: -0.787, up: 0.787}, sys: {dn: -0.875, up: 0.875}}, 4: {stat: {dn: -0.56, up: 0.56}, sys: {dn: -1.575, up: 1.575}}, 5: {stat: {dn: -0.407, up: 0.407}, sys: {dn: -0.896, up: 0.896}}, 6: {stat: {dn: -0.341, up: 0.341}, sys: {dn: -0.275, up: 0.275}}, 7: {stat: {dn: -0.245, up: 0.245}, sys: {dn: -0.305, up: 0.305}}, 8: {stat: {dn: -0.207, up: 0.207}, sys: {dn: -0.154, up: 0.154}}, 9: {stat: {dn: -0.145, up: 0.145}, sys: {dn: -0.146, up: 0.146}}, 10: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.279, up: 0.279}}, 11: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.02, up: 0.02}}, 12: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.043, up: 0.043}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d27-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 3.493000e+00 1.495273e+00 1.495273e+00 2.100000e-02 6.000000e-03 6.000000e-03 2.158500e+01 1.167672e+00 1.167672e+00 3.300000e-02 6.000000e-03 6.000000e-03 1.896300e+01 1.492076e+00 1.492076e+00 4.500000e-02 6.000000e-03 6.000000e-03 1.023600e+01 1.176858e+00 1.176858e+00 5.850000e-02 7.500000e-03 7.500000e-03 5.674000e+00 1.671594e+00 1.671594e+00 7.500000e-02 9.000000e-03 9.000000e-03 3.804000e+00 9.841062e-01 9.841062e-01 9.300000e-02 9.000000e-03 9.000000e-03 2.835000e+00 4.380708e-01 4.380708e-01 1.140000e-01 1.200000e-02 1.200000e-02 1.717000e+00 3.912161e-01 3.912161e-01 1.395000e-01 1.350000e-02 1.350000e-02 1.406000e+00 2.580019e-01 2.580019e-01 1.680000e-01 1.500000e-02 1.500000e-02 4.350000e-01 2.057693e-01 2.057693e-01 1.995000e-01 1.650000e-02 1.650000e-02 1.017000e+00 3.492005e-01 3.492005e-01 2.340000e-01 1.800000e-02 1.800000e-02 1.190000e-01 5.292447e-02 5.292447e-02 2.760000e-01 2.400000e-02 2.400000e-02 7.400000e-02 5.941380e-02 5.941380e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d27-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.339, up: 0.339}, sys: {dn: -2.311, up: 2.311}}, 1: {stat: {dn: -1.247, up: 1.247}, sys: {dn: -1.747, up: 1.747}}, 2: {stat: {dn: -1.135, up: 1.135}, sys: {dn: -1.193, up: 1.193}}, 3: {stat: {dn: -0.983, up: 0.983}, sys: {dn: -1.224, up: 1.224}}, 4: {stat: {dn: -0.687, up: 0.687}, sys: {dn: -0.316, up: 0.316}}, 5: {stat: {dn: -0.531, up: 0.531}, sys: {dn: -0.673, up: 0.673}}, 6: {stat: {dn: -0.386, up: 0.386}, sys: {dn: -0.916, up: 0.916}}, 7: {stat: {dn: -0.328, up: 0.328}, sys: {dn: -0.235, up: 0.235}}, 8: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.33, up: 0.33}}, 9: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.328, up: 0.328}}, 10: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.064, up: 0.064}}, 11: {stat: {dn: -0.104, up: 0.104}, sys: {dn: -0.09, up: 0.09}}, 12: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.028, up: 0.028}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d27-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 5.058000e+00 2.335732e+00 2.335732e+00 2.100000e-02 6.000000e-03 6.000000e-03 2.467900e+01 2.146397e+00 2.146397e+00 3.300000e-02 6.000000e-03 6.000000e-03 1.553400e+01 1.646655e+00 1.646655e+00 4.500000e-02 6.000000e-03 6.000000e-03 8.703000e+00 1.569861e+00 1.569861e+00 5.850000e-02 7.500000e-03 7.500000e-03 4.801000e+00 7.561911e-01 7.561911e-01 7.500000e-02 9.000000e-03 9.000000e-03 3.787000e+00 8.572573e-01 8.572573e-01 9.300000e-02 9.000000e-03 9.000000e-03 2.764000e+00 9.940080e-01 9.940080e-01 1.140000e-01 1.200000e-02 1.200000e-02 1.764000e+00 4.034960e-01 4.034960e-01 1.395000e-01 1.350000e-02 1.350000e-02 1.732000e+00 4.459821e-01 4.459821e-01 1.680000e-01 1.500000e-02 1.500000e-02 9.780000e-01 3.894663e-01 3.894663e-01 1.995000e-01 1.650000e-02 1.650000e-02 3.940000e-01 1.440035e-01 1.440035e-01 2.340000e-01 1.800000e-02 1.800000e-02 3.050000e-01 1.375354e-01 1.375354e-01 2.760000e-01 2.400000e-02 2.400000e-02 9.900000e-02 5.556978e-02 5.556978e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d28-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.462, up: 1.462}, sys: {dn: -1.335, up: 1.335}}, 1: {stat: {dn: -1.621, up: 1.621}, sys: {dn: -0.676, up: 0.676}}, 2: {stat: {dn: -1.201, up: 1.201}, sys: {dn: -0.51, up: 0.51}}, 3: {stat: {dn: -0.939, up: 0.939}, sys: {dn: -0.457, up: 0.457}}, 4: {stat: {dn: -0.687, up: 0.687}, sys: {dn: -0.03, up: 0.03}}, 5: {stat: {dn: -0.649, up: 0.649}, sys: {dn: -0.2, up: 0.2}}, 6: {stat: {dn: -0.487, up: 0.487}, sys: {dn: -0.254, up: 0.254}}, 7: {stat: {dn: -0.448, up: 0.448}, sys: {dn: -0.259, up: 0.259}}, 8: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -0.082, up: 0.082}}, 9: {stat: {dn: -0.316, up: 0.316}, sys: {dn: -0.107, up: 0.107}}, 10: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.072, up: 0.072}}, 11: {stat: {dn: -0.275, up: 0.275}, sys: {dn: -0.19, up: 0.19}}, 12: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.104, up: 0.104}}, 13: {stat: {dn: -0.114, up: 0.114}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.112, up: 0.112}}, 16: {stat: {dn: -0.181, up: 0.181}, sys: {dn: -0.114, up: 0.114}}, 17: {stat: {dn: -0.067, up: 0.067}, sys: {dn: -0.042, up: 0.042}}, 18: {stat: {dn: -0.067, up: 0.067}, sys: {dn: -0.023, up: 0.023}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d28-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 1.620100e+01 1.979815e+00 1.979815e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.846200e+01 1.756308e+00 1.756308e+00 3.750000e-02 7.500000e-03 7.500000e-03 1.024300e+01 1.304799e+00 1.304799e+00 5.250000e-02 7.500000e-03 7.500000e-03 6.326000e+00 1.044304e+00 1.044304e+00 6.750000e-02 7.500000e-03 7.500000e-03 3.810000e+00 6.876547e-01 6.876547e-01 8.250000e-02 7.500000e-03 7.500000e-03 3.533000e+00 6.791178e-01 6.791178e-01 9.750000e-02 7.500000e-03 7.500000e-03 1.987000e+00 5.492586e-01 5.492586e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.731000e+00 5.174795e-01 5.174795e-01 1.275000e-01 7.500000e-03 7.500000e-03 6.400000e-01 2.726243e-01 2.726243e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.045000e+00 3.336240e-01 3.336240e-01 1.575000e-01 7.500000e-03 7.500000e-03 2.560000e-01 1.654841e-01 1.654841e-01 1.725000e-01 7.500000e-03 7.500000e-03 8.590000e-01 3.342529e-01 3.342529e-01 1.875000e-01 7.500000e-03 7.500000e-03 4.220000e-01 2.131009e-01 2.131009e-01 2.025000e-01 7.500000e-03 7.500000e-03 1.800000e-01 1.141578e-01 1.141578e-01 2.175000e-01 7.500000e-03 7.500000e-03 1.830000e-01 1.290155e-01 1.290155e-01 2.325000e-01 7.500000e-03 7.500000e-03 3.400000e-01 2.052511e-01 2.052511e-01 2.475000e-01 7.500000e-03 7.500000e-03 3.140000e-01 2.139089e-01 2.139089e-01 2.625000e-01 7.500000e-03 7.500000e-03 6.700000e-02 7.907591e-02 7.907591e-02 2.775000e-01 7.500000e-03 7.500000e-03 6.700000e-02 7.083784e-02 7.083784e-02 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d28-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.715, up: 1.715}, sys: {dn: -1.47, up: 1.47}}, 1: {stat: {dn: -2.114, up: 2.114}, sys: {dn: -1.609, up: 1.609}}, 2: {stat: {dn: -1.266, up: 1.266}, sys: {dn: -0.641, up: 0.641}}, 3: {stat: {dn: -0.888, up: 0.888}, sys: {dn: -0.455, up: 0.455}}, 4: {stat: {dn: -0.74, up: 0.74}, sys: {dn: -0.612, up: 0.612}}, 5: {stat: {dn: -0.755, up: 0.755}, sys: {dn: -0.323, up: 0.323}}, 6: {stat: {dn: -0.573, up: 0.573}, sys: {dn: -0.162, up: 0.162}}, 7: {stat: {dn: -0.498, up: 0.498}, sys: {dn: -0.138, up: 0.138}}, 8: {stat: {dn: -0.449, up: 0.449}, sys: {dn: -0.251, up: 0.251}}, 9: {stat: {dn: -0.513, up: 0.513}, sys: {dn: -0.24, up: 0.24}}, 10: {stat: {dn: -0.375, up: 0.375}, sys: {dn: -0.023, up: 0.023}}, 11: {stat: {dn: -0.222, up: 0.222}, sys: {dn: -0.032, up: 0.032}}, 12: {stat: {dn: -0.243, up: 0.243}, sys: {dn: -0.046, up: 0.046}}, 13: {stat: {dn: -0.254, up: 0.254}, sys: {dn: -0.069, up: 0.069}}, 14: {stat: {dn: -0.082, up: 0.082}, sys: {dn: -0.02, up: 0.02}}, 15: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.091, up: 0.091}}, 16: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.033, up: 0.033}}, 17: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.026, up: 0.026}}, 18: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.131, up: 0.131}}, 19: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.061, up: 0.061}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d28-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 1.574900e+01 2.258788e+00 2.258788e+00 2.250000e-02 7.500000e-03 7.500000e-03 2.209100e+01 2.656667e+00 2.656667e+00 3.750000e-02 7.500000e-03 7.500000e-03 8.738000e+00 1.419027e+00 1.419027e+00 5.250000e-02 7.500000e-03 7.500000e-03 4.134000e+00 9.977820e-01 9.977820e-01 6.750000e-02 7.500000e-03 7.500000e-03 3.169000e+00 9.602833e-01 9.602833e-01 8.250000e-02 7.500000e-03 7.500000e-03 3.110000e+00 8.211906e-01 8.211906e-01 9.750000e-02 7.500000e-03 7.500000e-03 1.982000e+00 5.954603e-01 5.954603e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.525000e+00 5.167669e-01 5.167669e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.235000e+00 5.143948e-01 5.143948e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.744000e+00 5.663647e-01 5.663647e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.084000e+00 3.757047e-01 3.757047e-01 1.725000e-01 7.500000e-03 7.500000e-03 3.750000e-01 2.242944e-01 2.242944e-01 1.875000e-01 7.500000e-03 7.500000e-03 4.930000e-01 2.473156e-01 2.473156e-01 2.025000e-01 7.500000e-03 7.500000e-03 6.500000e-01 2.632052e-01 2.632052e-01 2.175000e-01 7.500000e-03 7.500000e-03 8.200000e-02 8.440379e-02 8.440379e-02 2.325000e-01 7.500000e-03 7.500000e-03 8.600000e-02 1.252078e-01 1.252078e-01 2.475000e-01 7.500000e-03 7.500000e-03 7.200000e-02 7.920227e-02 7.920227e-02 2.625000e-01 7.500000e-03 7.500000e-03 8.900000e-02 9.272001e-02 9.272001e-02 2.775000e-01 7.500000e-03 7.500000e-03 1.580000e-01 1.743158e-01 1.743158e-01 2.925000e-01 7.500000e-03 7.500000e-03 1.000000e-01 1.171367e-01 1.171367e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d28-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -2.252, up: 2.252}, sys: {dn: -0.887, up: 0.887}}, 1: {stat: {dn: -1.771, up: 1.771}, sys: {dn: -1.083, up: 1.083}}, 2: {stat: {dn: -1.167, up: 1.167}, sys: {dn: -0.301, up: 0.301}}, 3: {stat: {dn: -0.944, up: 0.944}, sys: {dn: -0.402, up: 0.402}}, 4: {stat: {dn: -0.835, up: 0.835}, sys: {dn: -0.346, up: 0.346}}, 5: {stat: {dn: -0.759, up: 0.759}, sys: {dn: -0.504, up: 0.504}}, 6: {stat: {dn: -0.585, up: 0.585}, sys: {dn: -0.344, up: 0.344}}, 7: {stat: {dn: -0.584, up: 0.584}, sys: {dn: -0.279, up: 0.279}}, 8: {stat: {dn: -0.489, up: 0.489}, sys: {dn: -0.064, up: 0.064}}, 9: {stat: {dn: -0.443, up: 0.443}, sys: {dn: -0.058, up: 0.058}}, 10: {stat: {dn: -0.451, up: 0.451}, sys: {dn: -0.224, up: 0.224}}, 11: {stat: {dn: -0.351, up: 0.351}, sys: {dn: -0.062, up: 0.062}}, 12: {stat: {dn: -0.317, up: 0.317}, sys: {dn: -0.094, up: 0.094}}, 13: {stat: {dn: -0.291, up: 0.291}, sys: {dn: -0.265, up: 0.265}}, 14: {stat: {dn: -0.162, up: 0.162}, sys: {dn: -0.007, up: 0.007}}, 15: {stat: {dn: -0.102, up: 0.102}, sys: {dn: -0.004, up: 0.004}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.084, up: 0.084}}, 18: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d28-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.432700e+01 2.420387e+00 2.420387e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.468400e+01 2.075893e+00 2.075893e+00 3.750000e-02 7.500000e-03 7.500000e-03 7.505000e+00 1.205193e+00 1.205193e+00 5.250000e-02 7.500000e-03 7.500000e-03 4.597000e+00 1.026031e+00 1.026031e+00 6.750000e-02 7.500000e-03 7.500000e-03 3.471000e+00 9.038479e-01 9.038479e-01 8.250000e-02 7.500000e-03 7.500000e-03 3.026000e+00 9.110966e-01 9.110966e-01 9.750000e-02 7.500000e-03 7.500000e-03 1.736000e+00 6.786464e-01 6.786464e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.727000e+00 6.472225e-01 6.472225e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.184000e+00 4.931704e-01 4.931704e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.097000e+00 4.467807e-01 4.467807e-01 1.575000e-01 7.500000e-03 7.500000e-03 9.810000e-01 5.035643e-01 5.035643e-01 1.725000e-01 7.500000e-03 7.500000e-03 6.560000e-01 3.564337e-01 3.564337e-01 1.875000e-01 7.500000e-03 7.500000e-03 6.310000e-01 3.306433e-01 3.306433e-01 2.025000e-01 7.500000e-03 7.500000e-03 6.040000e-01 3.935810e-01 3.935810e-01 2.175000e-01 7.500000e-03 7.500000e-03 1.530000e-01 1.621512e-01 1.621512e-01 2.325000e-01 7.500000e-03 7.500000e-03 4.700000e-02 1.020784e-01 1.020784e-01 2.475000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.625000e-01 7.500000e-03 7.500000e-03 1.760000e-01 1.710468e-01 1.710468e-01 2.775000e-01 7.500000e-03 7.500000e-03 6.500000e-02 8.702299e-02 8.702299e-02 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d29-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -2.362, up: 2.362}, sys: {dn: -0.824, up: 0.824}}, 1: {stat: {dn: -1.896, up: 1.896}, sys: {dn: -1.607, up: 1.607}}, 2: {stat: {dn: -1.486, up: 1.486}, sys: {dn: -0.294, up: 0.294}}, 3: {stat: {dn: -1.102, up: 1.102}, sys: {dn: -0.946, up: 0.946}}, 4: {stat: {dn: -1.046, up: 1.046}, sys: {dn: -0.485, up: 0.485}}, 5: {stat: {dn: -0.951, up: 0.951}, sys: {dn: -0.621, up: 0.621}}, 6: {stat: {dn: -0.841, up: 0.841}, sys: {dn: -0.401, up: 0.401}}, 7: {stat: {dn: -0.785, up: 0.785}, sys: {dn: -0.161, up: 0.161}}, 8: {stat: {dn: -0.53, up: 0.53}, sys: {dn: -0.643, up: 0.643}}, 9: {stat: {dn: -0.707, up: 0.707}, sys: {dn: -0.8, up: 0.8}}, 10: {stat: {dn: -0.428, up: 0.428}, sys: {dn: -0.28, up: 0.28}}, 11: {stat: {dn: -0.317, up: 0.317}, sys: {dn: -0.004, up: 0.004}}, 12: {stat: {dn: -0.305, up: 0.305}, sys: {dn: -0.085, up: 0.085}}, 13: {stat: {dn: -0.229, up: 0.229}, sys: {dn: -0.055, up: 0.055}}, 14: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 15: {stat: {dn: -0.198, up: 0.198}, sys: {dn: -0.092, up: 0.092}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.148, up: 0.148}, sys: {dn: -0.035, up: 0.035}}, 19: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.123, up: 0.123}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d29-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.052800e+01 2.501603e+00 2.501603e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.495600e+01 2.485410e+00 2.485410e+00 3.750000e-02 7.500000e-03 7.500000e-03 9.336000e+00 1.514804e+00 1.514804e+00 5.250000e-02 7.500000e-03 7.500000e-03 4.641000e+00 1.452350e+00 1.452350e+00 6.750000e-02 7.500000e-03 7.500000e-03 4.249000e+00 1.152971e+00 1.152971e+00 8.250000e-02 7.500000e-03 7.500000e-03 3.184000e+00 1.135800e+00 1.135800e+00 9.750000e-02 7.500000e-03 7.500000e-03 2.702000e+00 9.317092e-01 9.317092e-01 1.125000e-01 7.500000e-03 7.500000e-03 2.160000e+00 8.013401e-01 8.013401e-01 1.275000e-01 7.500000e-03 7.500000e-03 9.200000e-01 8.332761e-01 8.332761e-01 1.425000e-01 7.500000e-03 7.500000e-03 2.023000e+00 1.067637e+00 1.067637e+00 1.575000e-01 7.500000e-03 7.500000e-03 5.640000e-01 5.114528e-01 5.114528e-01 1.725000e-01 7.500000e-03 7.500000e-03 3.340000e-01 3.170252e-01 3.170252e-01 1.875000e-01 7.500000e-03 7.500000e-03 3.420000e-01 3.166228e-01 3.166228e-01 2.025000e-01 7.500000e-03 7.500000e-03 1.770000e-01 2.355122e-01 2.355122e-01 2.175000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.325000e-01 7.500000e-03 7.500000e-03 2.010000e-01 2.183300e-01 2.183300e-01 2.475000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.625000e-01 7.500000e-03 7.500000e-03 1.010000e-01 1.460034e-01 1.460034e-01 2.775000e-01 7.500000e-03 7.500000e-03 1.130000e-01 1.520822e-01 1.520822e-01 2.925000e-01 7.500000e-03 7.500000e-03 1.360000e-01 1.970913e-01 1.970913e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d29-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.974, up: 0.974}, sys: {dn: -2.301, up: 2.301}}, 1: {stat: {dn: -0.996, up: 0.996}, sys: {dn: -1.428, up: 1.428}}, 2: {stat: {dn: -0.748, up: 0.748}, sys: {dn: -0.703, up: 0.703}}, 3: {stat: {dn: -0.553, up: 0.553}, sys: {dn: -0.471, up: 0.471}}, 4: {stat: {dn: -0.465, up: 0.465}, sys: {dn: -0.49, up: 0.49}}, 5: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.043, up: 0.043}}, 6: {stat: {dn: -0.356, up: 0.356}, sys: {dn: -0.183, up: 0.183}}, 7: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.175, up: 0.175}}, 8: {stat: {dn: -0.281, up: 0.281}, sys: {dn: -0.145, up: 0.145}}, 9: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -0.179, up: 0.179}}, 10: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.08, up: 0.08}}, 11: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.083, up: 0.083}}, 12: {stat: {dn: -0.158, up: 0.158}, sys: {dn: -0.018, up: 0.018}}, 13: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.071, up: 0.071}}, 14: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.06, up: 0.06}}, 15: {stat: {dn: -0.083, up: 0.083}, sys: {dn: -0.088, up: 0.088}}, 16: {stat: {dn: -0.133, up: 0.133}, sys: {dn: -0.104, up: 0.104}}, 17: {stat: {dn: -0.107, up: 0.107}, sys: {dn: -0.128, up: 0.128}}, 18: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.027, up: 0.027}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d29-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.169800e+01 2.498655e+00 2.498655e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.597900e+01 1.741034e+00 1.741034e+00 3.750000e-02 7.500000e-03 7.500000e-03 9.381000e+00 1.026505e+00 1.026505e+00 5.250000e-02 7.500000e-03 7.500000e-03 5.032000e+00 7.263952e-01 7.263952e-01 6.750000e-02 7.500000e-03 7.500000e-03 3.422000e+00 6.755183e-01 6.755183e-01 8.250000e-02 7.500000e-03 7.500000e-03 2.524000e+00 4.023046e-01 4.023046e-01 9.750000e-02 7.500000e-03 7.500000e-03 1.987000e+00 4.002812e-01 4.002812e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.457000e+00 3.559846e-01 3.559846e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.171000e+00 3.162056e-01 3.162056e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.089000e+00 3.156596e-01 3.156596e-01 1.575000e-01 7.500000e-03 7.500000e-03 8.310000e-01 2.539311e-01 2.539311e-01 1.725000e-01 7.500000e-03 7.500000e-03 3.460000e-01 1.864886e-01 1.864886e-01 1.875000e-01 7.500000e-03 7.500000e-03 4.480000e-01 1.590220e-01 1.590220e-01 2.025000e-01 7.500000e-03 7.500000e-03 3.450000e-01 1.605522e-01 1.605522e-01 2.175000e-01 7.500000e-03 7.500000e-03 1.570000e-01 1.209339e-01 1.209339e-01 2.325000e-01 7.500000e-03 7.500000e-03 6.100000e-02 1.209669e-01 1.209669e-01 2.475000e-01 7.500000e-03 7.500000e-03 3.380000e-01 1.688342e-01 1.688342e-01 2.625000e-01 7.500000e-03 7.500000e-03 2.280000e-01 1.668323e-01 1.668323e-01 2.775000e-01 7.500000e-03 7.500000e-03 1.750000e-01 1.016514e-01 1.016514e-01 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d29-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.62, up: 0.62}, sys: {dn: -0.687, up: 0.687}}, 1: {stat: {dn: -0.606, up: 0.606}, sys: {dn: -0.365, up: 0.365}}, 2: {stat: {dn: -0.417, up: 0.417}, sys: {dn: -0.25, up: 0.25}}, 3: {stat: {dn: -0.332, up: 0.332}, sys: {dn: -0.243, up: 0.243}}, 4: {stat: {dn: -0.272, up: 0.272}, sys: {dn: -0.065, up: 0.065}}, 5: {stat: {dn: -0.242, up: 0.242}, sys: {dn: -0.081, up: 0.081}}, 6: {stat: {dn: -0.209, up: 0.209}, sys: {dn: -0.087, up: 0.087}}, 7: {stat: {dn: -0.201, up: 0.201}, sys: {dn: -0.21, up: 0.21}}, 8: {stat: {dn: -0.165, up: 0.165}, sys: {dn: -0.028, up: 0.028}}, 9: {stat: {dn: -0.165, up: 0.165}, sys: {dn: -0.011, up: 0.011}}, 10: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.053, up: 0.053}}, 11: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.087, up: 0.087}}, 12: {stat: {dn: -0.112, up: 0.112}, sys: {dn: -0.083, up: 0.083}}, 13: {stat: {dn: -0.099, up: 0.099}, sys: {dn: -0.07, up: 0.07}}, 14: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.036, up: 0.036}}, 15: {stat: {dn: -0.071, up: 0.071}, sys: {dn: -0.022, up: 0.022}}, 16: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.02, up: 0.02}}, 18: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.066, up: 0.066}}, 19: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.021, up: 0.021}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d29-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.041000e+01 9.254021e-01 9.254021e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.673800e+01 7.074327e-01 7.074327e-01 3.750000e-02 7.500000e-03 7.500000e-03 8.711000e+00 4.861985e-01 4.861985e-01 5.250000e-02 7.500000e-03 7.500000e-03 5.259000e+00 4.114280e-01 4.114280e-01 6.750000e-02 7.500000e-03 7.500000e-03 3.489000e+00 2.796587e-01 2.796587e-01 8.250000e-02 7.500000e-03 7.500000e-03 2.641000e+00 2.551960e-01 2.551960e-01 9.750000e-02 7.500000e-03 7.500000e-03 2.037000e+00 2.263846e-01 2.263846e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.799000e+00 2.906906e-01 2.906906e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.058000e+00 1.673589e-01 1.673589e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.158000e+00 1.653663e-01 1.653663e-01 1.575000e-01 7.500000e-03 7.500000e-03 6.570000e-01 1.293561e-01 1.293561e-01 1.725000e-01 7.500000e-03 7.500000e-03 8.050000e-01 1.572578e-01 1.572578e-01 1.875000e-01 7.500000e-03 7.500000e-03 5.540000e-01 1.394023e-01 1.394023e-01 2.025000e-01 7.500000e-03 7.500000e-03 3.360000e-01 1.212477e-01 1.212477e-01 2.175000e-01 7.500000e-03 7.500000e-03 3.440000e-01 9.415413e-02 9.415413e-02 2.325000e-01 7.500000e-03 7.500000e-03 1.160000e-01 7.433034e-02 7.433034e-02 2.475000e-01 7.500000e-03 7.500000e-03 2.320000e-01 8.102469e-02 8.102469e-02 2.625000e-01 7.500000e-03 7.500000e-03 1.560000e-01 6.324555e-02 6.324555e-02 2.775000e-01 7.500000e-03 7.500000e-03 9.900000e-02 8.527602e-02 8.527602e-02 2.925000e-01 7.500000e-03 7.500000e-03 6.900000e-02 4.606517e-02 4.606517e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d30-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.769, up: 0.769}, sys: {dn: -0.662, up: 0.662}}, 1: {stat: {dn: -0.771, up: 0.771}, sys: {dn: -0.644, up: 0.644}}, 2: {stat: {dn: -0.588, up: 0.588}, sys: {dn: -0.549, up: 0.549}}, 3: {stat: {dn: -0.512, up: 0.512}, sys: {dn: -0.461, up: 0.461}}, 4: {stat: {dn: -0.422, up: 0.422}, sys: {dn: -0.256, up: 0.256}}, 5: {stat: {dn: -0.317, up: 0.317}, sys: {dn: -0.209, up: 0.209}}, 6: {stat: {dn: -0.321, up: 0.321}, sys: {dn: -0.174, up: 0.174}}, 7: {stat: {dn: -0.29, up: 0.29}, sys: {dn: -0.298, up: 0.298}}, 8: {stat: {dn: -0.246, up: 0.246}, sys: {dn: -0.191, up: 0.191}}, 9: {stat: {dn: -0.218, up: 0.218}, sys: {dn: -0.216, up: 0.216}}, 10: {stat: {dn: -0.195, up: 0.195}, sys: {dn: -0.145, up: 0.145}}, 11: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.022, up: 0.022}}, 12: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.123, up: 0.123}}, 13: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.166, up: 0.166}}, 14: {stat: {dn: -0.184, up: 0.184}, sys: {dn: -0.175, up: 0.175}}, 15: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.205, up: 0.205}}, 16: {stat: {dn: -0.097, up: 0.097}, sys: {dn: -0.048, up: 0.048}}, 17: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.006, up: 0.006}}, 18: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.03, up: 0.03}}, 19: {stat: {dn: -0.074, up: 0.074}, sys: {dn: -0.063, up: 0.063}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d30-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.087000e+01 1.014695e+00 1.014695e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.652300e+01 1.004578e+00 1.004578e+00 3.750000e-02 7.500000e-03 7.500000e-03 8.747000e+00 8.044532e-01 8.044532e-01 5.250000e-02 7.500000e-03 7.500000e-03 5.854000e+00 6.889594e-01 6.889594e-01 6.750000e-02 7.500000e-03 7.500000e-03 3.817000e+00 4.935788e-01 4.935788e-01 8.250000e-02 7.500000e-03 7.500000e-03 2.036000e+00 3.796972e-01 3.796972e-01 9.750000e-02 7.500000e-03 7.500000e-03 2.060000e+00 3.651260e-01 3.651260e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.795000e+00 4.158173e-01 4.158173e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.065000e+00 3.114434e-01 3.114434e-01 1.425000e-01 7.500000e-03 7.500000e-03 8.400000e-01 3.068876e-01 3.068876e-01 1.575000e-01 7.500000e-03 7.500000e-03 5.770000e-01 2.430021e-01 2.430021e-01 1.725000e-01 7.500000e-03 7.500000e-03 3.940000e-01 1.476482e-01 1.476482e-01 1.875000e-01 7.500000e-03 7.500000e-03 5.220000e-01 1.970913e-01 1.970913e-01 2.025000e-01 7.500000e-03 7.500000e-03 3.020000e-01 2.102308e-01 2.102308e-01 2.175000e-01 7.500000e-03 7.500000e-03 5.920000e-01 2.539311e-01 2.539311e-01 2.325000e-01 7.500000e-03 7.500000e-03 3.880000e-01 2.432817e-01 2.432817e-01 2.475000e-01 7.500000e-03 7.500000e-03 1.110000e-01 1.082266e-01 1.082266e-01 2.625000e-01 7.500000e-03 7.500000e-03 2.200000e-02 5.035871e-02 5.035871e-02 2.775000e-01 7.500000e-03 7.500000e-03 8.900000e-02 7.615773e-02 7.615773e-02 2.925000e-01 7.500000e-03 7.500000e-03 6.400000e-02 9.718539e-02 9.718539e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d30-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.765, up: 0.765}, sys: {dn: -0.753, up: 0.753}}, 1: {stat: {dn: -0.768, up: 0.768}, sys: {dn: -0.439, up: 0.439}}, 2: {stat: {dn: -0.577, up: 0.577}, sys: {dn: -0.393, up: 0.393}}, 3: {stat: {dn: -0.435, up: 0.435}, sys: {dn: -0.302, up: 0.302}}, 4: {stat: {dn: -0.393, up: 0.393}, sys: {dn: -0.22, up: 0.22}}, 5: {stat: {dn: -0.346, up: 0.346}, sys: {dn: -0.519, up: 0.519}}, 6: {stat: {dn: -0.33, up: 0.33}, sys: {dn: -0.294, up: 0.294}}, 7: {stat: {dn: -0.259, up: 0.259}, sys: {dn: -0.168, up: 0.168}}, 8: {stat: {dn: -0.318, up: 0.318}, sys: {dn: -0.387, up: 0.387}}, 9: {stat: {dn: -0.221, up: 0.221}, sys: {dn: -0.164, up: 0.164}}, 10: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.137, up: 0.137}}, 11: {stat: {dn: -0.179, up: 0.179}, sys: {dn: -0.086, up: 0.086}}, 12: {stat: {dn: -0.091, up: 0.091}, sys: {dn: -0.026, up: 0.026}}, 13: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.075, up: 0.075}}, 14: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.078, up: 0.078}}, 15: {stat: {dn: -0.152, up: 0.152}, sys: {dn: -0.09, up: 0.09}}, 16: {stat: {dn: -0.171, up: 0.171}, sys: {dn: -0.201, up: 0.201}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 18: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.047, up: 0.047}}, 19: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.063, up: 0.063}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d30-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.067100e+01 1.073422e+00 1.073422e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.609800e+01 8.846157e-01 8.846157e-01 3.750000e-02 7.500000e-03 7.500000e-03 8.739000e+00 6.981246e-01 6.981246e-01 5.250000e-02 7.500000e-03 7.500000e-03 4.727000e+00 5.295555e-01 5.295555e-01 6.750000e-02 7.500000e-03 7.500000e-03 3.701000e+00 4.503876e-01 4.503876e-01 8.250000e-02 7.500000e-03 7.500000e-03 2.676000e+00 6.237604e-01 6.237604e-01 9.750000e-02 7.500000e-03 7.500000e-03 2.640000e+00 4.419683e-01 4.419683e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.571000e+00 3.087151e-01 3.087151e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.460000e+00 5.008922e-01 5.008922e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.098000e+00 2.752036e-01 2.752036e-01 1.575000e-01 7.500000e-03 7.500000e-03 5.860000e-01 2.183323e-01 2.183323e-01 1.725000e-01 7.500000e-03 7.500000e-03 5.020000e-01 1.985875e-01 1.985875e-01 1.875000e-01 7.500000e-03 7.500000e-03 2.180000e-01 9.464143e-02 9.464143e-02 2.025000e-01 7.500000e-03 7.500000e-03 4.070000e-01 1.712921e-01 1.712921e-01 2.175000e-01 7.500000e-03 7.500000e-03 4.690000e-01 1.780000e-01 1.780000e-01 2.325000e-01 7.500000e-03 7.500000e-03 3.880000e-01 1.766465e-01 1.766465e-01 2.475000e-01 7.500000e-03 7.500000e-03 4.960000e-01 2.638977e-01 2.638977e-01 2.625000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.775000e-01 7.500000e-03 7.500000e-03 1.190000e-01 9.712878e-02 9.712878e-02 2.925000e-01 7.500000e-03 7.500000e-03 1.020000e-01 1.026158e-01 1.026158e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d30-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.633, up: 0.633}, sys: {dn: -0.788, up: 0.788}}, 1: {stat: {dn: -0.576, up: 0.576}, sys: {dn: -0.357, up: 0.357}}, 2: {stat: {dn: -0.452, up: 0.452}, sys: {dn: -0.384, up: 0.384}}, 3: {stat: {dn: -0.354, up: 0.354}, sys: {dn: -0.208, up: 0.208}}, 4: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.082, up: 0.082}}, 5: {stat: {dn: -0.283, up: 0.283}, sys: {dn: -0.233, up: 0.233}}, 6: {stat: {dn: -0.243, up: 0.243}, sys: {dn: -0.107, up: 0.107}}, 7: {stat: {dn: -0.227, up: 0.227}, sys: {dn: -0.145, up: 0.145}}, 8: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.11, up: 0.11}}, 9: {stat: {dn: -0.153, up: 0.153}, sys: {dn: -0.242, up: 0.242}}, 10: {stat: {dn: -0.159, up: 0.159}, sys: {dn: -0.104, up: 0.104}}, 11: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.076, up: 0.076}}, 12: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.072, up: 0.072}}, 13: {stat: {dn: -0.138, up: 0.138}, sys: {dn: -0.062, up: 0.062}}, 14: {stat: {dn: -0.145, up: 0.145}, sys: {dn: -0.164, up: 0.164}}, 15: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.114, up: 0.114}}, 16: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.03, up: 0.03}}, 17: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.031, up: 0.031}}, 18: {stat: {dn: -0.074, up: 0.074}, sys: {dn: -0.073, up: 0.073}}, 19: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.023, up: 0.023}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d30-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.119900e+01 1.010759e+00 1.010759e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.508800e+01 6.776614e-01 6.776614e-01 3.750000e-02 7.500000e-03 7.500000e-03 9.048000e+00 5.930936e-01 5.930936e-01 5.250000e-02 7.500000e-03 7.500000e-03 5.218000e+00 4.105849e-01 4.105849e-01 6.750000e-02 7.500000e-03 7.500000e-03 3.669000e+00 3.110048e-01 3.110048e-01 8.250000e-02 7.500000e-03 7.500000e-03 3.101000e+00 3.665760e-01 3.665760e-01 9.750000e-02 7.500000e-03 7.500000e-03 2.133000e+00 2.655146e-01 2.655146e-01 1.125000e-01 7.500000e-03 7.500000e-03 1.634000e+00 2.693585e-01 2.693585e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.142000e+00 2.135158e-01 2.135158e-01 1.425000e-01 7.500000e-03 7.500000e-03 7.640000e-01 2.863093e-01 2.863093e-01 1.575000e-01 7.500000e-03 7.500000e-03 7.380000e-01 1.899921e-01 1.899921e-01 1.725000e-01 7.500000e-03 7.500000e-03 7.350000e-01 1.654841e-01 1.654841e-01 1.875000e-01 7.500000e-03 7.500000e-03 6.420000e-01 1.663851e-01 1.663851e-01 2.025000e-01 7.500000e-03 7.500000e-03 4.440000e-01 1.512878e-01 1.512878e-01 2.175000e-01 7.500000e-03 7.500000e-03 3.870000e-01 2.189087e-01 2.189087e-01 2.325000e-01 7.500000e-03 7.500000e-03 1.190000e-01 1.549871e-01 1.549871e-01 2.475000e-01 7.500000e-03 7.500000e-03 6.900000e-02 9.013878e-02 9.013878e-02 2.625000e-01 7.500000e-03 7.500000e-03 2.830000e-01 1.027862e-01 1.027862e-01 2.775000e-01 7.500000e-03 7.500000e-03 1.390000e-01 1.039471e-01 1.039471e-01 2.925000e-01 7.500000e-03 7.500000e-03 1.160000e-01 5.961543e-02 5.961543e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d31-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.073, up: 0.073}}, 1: {stat: {dn: -0.276, up: 0.276}, sys: {dn: -0.316, up: 0.316}}, 2: {stat: {dn: -0.685, up: 0.685}, sys: {dn: -0.974, up: 0.974}}, 3: {stat: {dn: -0.749, up: 0.749}, sys: {dn: -0.268, up: 0.268}}, 4: {stat: {dn: -0.548, up: 0.548}, sys: {dn: -0.564, up: 0.564}}, 5: {stat: {dn: -0.532, up: 0.532}, sys: {dn: -0.921, up: 0.921}}, 6: {stat: {dn: -0.485, up: 0.485}, sys: {dn: -0.632, up: 0.632}}, 7: {stat: {dn: -0.346, up: 0.346}, sys: {dn: -0.128, up: 0.128}}, 8: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.217, up: 0.217}}, 9: {stat: {dn: -0.274, up: 0.274}, sys: {dn: -0.233, up: 0.233}}, 10: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.159, up: 0.159}}, 11: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.021, up: 0.021}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d31-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.000000e-02 2.000000e-02 2.000000e-02 2.290000e-01 1.222007e-01 1.222007e-01 5.500000e-02 1.500000e-02 1.500000e-02 2.056000e+00 4.195617e-01 4.195617e-01 8.500000e-02 1.500000e-02 1.500000e-02 7.981000e+00 1.190756e+00 1.190756e+00 1.150000e-01 1.500000e-02 1.500000e-02 7.756000e+00 7.955030e-01 7.955030e-01 1.450000e-01 1.500000e-02 1.500000e-02 4.514000e+00 7.863841e-01 7.863841e-01 1.750000e-01 1.500000e-02 1.500000e-02 3.935000e+00 1.063609e+00 1.063609e+00 2.050000e-01 1.500000e-02 1.500000e-02 2.887000e+00 7.966486e-01 7.966486e-01 2.350000e-01 1.500000e-02 1.500000e-02 1.817000e+00 3.689173e-01 3.689173e-01 2.650000e-01 1.500000e-02 1.500000e-02 7.320000e-01 3.019752e-01 3.019752e-01 2.950000e-01 1.500000e-02 1.500000e-02 8.490000e-01 3.596735e-01 3.596735e-01 3.250000e-01 1.500000e-02 1.500000e-02 3.720000e-01 1.974082e-01 1.974082e-01 3.700000e-01 3.000000e-02 3.000000e-02 6.400000e-02 4.081666e-02 4.081666e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d31-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.243, up: 0.243}}, 1: {stat: {dn: -0.492, up: 0.492}, sys: {dn: -1.09, up: 1.09}}, 2: {stat: {dn: -0.688, up: 0.688}, sys: {dn: -1.665, up: 1.665}}, 3: {stat: {dn: -0.558, up: 0.558}, sys: {dn: -0.559, up: 0.559}}, 4: {stat: {dn: -0.538, up: 0.538}, sys: {dn: -0.696, up: 0.696}}, 5: {stat: {dn: -0.397, up: 0.397}, sys: {dn: -0.845, up: 0.845}}, 6: {stat: {dn: -0.406, up: 0.406}, sys: {dn: -0.27, up: 0.27}}, 7: {stat: {dn: -0.245, up: 0.245}, sys: {dn: -0.36, up: 0.36}}, 8: {stat: {dn: -0.224, up: 0.224}, sys: {dn: -0.146, up: 0.146}}, 9: {stat: {dn: -0.173, up: 0.173}, sys: {dn: -0.149, up: 0.149}}, 10: {stat: {dn: -0.083, up: 0.083}, sys: {dn: -0.085, up: 0.085}}, 11: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.01, up: 0.01}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d31-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.000000e-02 2.000000e-02 2.000000e-02 4.450000e-01 2.760616e-01 2.760616e-01 5.500000e-02 1.500000e-02 1.500000e-02 5.108000e+00 1.195895e+00 1.195895e+00 8.500000e-02 1.500000e-02 1.500000e-02 9.488000e+00 1.801546e+00 1.801546e+00 1.150000e-01 1.500000e-02 1.500000e-02 5.946000e+00 7.898386e-01 7.898386e-01 1.450000e-01 1.500000e-02 1.500000e-02 4.592000e+00 8.796931e-01 8.796931e-01 1.750000e-01 1.500000e-02 1.500000e-02 2.816000e+00 9.336134e-01 9.336134e-01 2.050000e-01 1.500000e-02 1.500000e-02 2.260000e+00 4.875818e-01 4.875818e-01 2.350000e-01 1.500000e-02 1.500000e-02 1.136000e+00 4.354595e-01 4.354595e-01 2.650000e-01 1.500000e-02 1.500000e-02 7.040000e-01 2.673799e-01 2.673799e-01 2.950000e-01 1.500000e-02 1.500000e-02 4.080000e-01 2.283200e-01 2.283200e-01 3.250000e-01 1.500000e-02 1.500000e-02 1.680000e-01 1.188024e-01 1.188024e-01 3.700000e-01 3.000000e-02 3.000000e-02 5.800000e-02 3.544009e-02 3.544009e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d31-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.116, up: 0.116}}, 1: {stat: {dn: -0.399, up: 0.399}, sys: {dn: -1.515, up: 1.515}}, 2: {stat: {dn: -0.493, up: 0.493}, sys: {dn: -0.537, up: 0.537}}, 3: {stat: {dn: -0.421, up: 0.421}, sys: {dn: -0.223, up: 0.223}}, 4: {stat: {dn: -0.383, up: 0.383}, sys: {dn: -0.487, up: 0.487}}, 5: {stat: {dn: -0.274, up: 0.274}, sys: {dn: -0.157, up: 0.157}}, 6: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.829, up: 0.829}}, 7: {stat: {dn: -0.202, up: 0.202}, sys: {dn: -0.222, up: 0.222}}, 8: {stat: {dn: -0.159, up: 0.159}, sys: {dn: -0.293, up: 0.293}}, 9: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.073, up: 0.073}}, 10: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.121, up: 0.121}}, 11: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.019, up: 0.019}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d31-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.000000e-02 2.000000e-02 2.000000e-02 2.320000e-01 1.279531e-01 1.279531e-01 5.500000e-02 1.500000e-02 1.500000e-02 6.125000e+00 1.566661e+00 1.566661e+00 8.500000e-02 1.500000e-02 1.500000e-02 9.335000e+00 7.289842e-01 7.289842e-01 1.150000e-01 1.500000e-02 1.500000e-02 6.114000e+00 4.764137e-01 4.764137e-01 1.450000e-01 1.500000e-02 1.500000e-02 4.384000e+00 6.195627e-01 6.195627e-01 1.750000e-01 1.500000e-02 1.500000e-02 2.529000e+00 3.157927e-01 3.157927e-01 2.050000e-01 1.500000e-02 1.500000e-02 1.289000e+00 8.551848e-01 8.551848e-01 2.350000e-01 1.500000e-02 1.500000e-02 1.452000e+00 3.001466e-01 3.001466e-01 2.650000e-01 1.500000e-02 1.500000e-02 9.400000e-01 3.333617e-01 3.333617e-01 2.950000e-01 1.500000e-02 1.500000e-02 3.840000e-01 1.387552e-01 1.387552e-01 3.250000e-01 1.500000e-02 1.500000e-02 4.020000e-01 1.739713e-01 1.739713e-01 3.700000e-01 3.000000e-02 3.000000e-02 3.500000e-02 2.906888e-02 2.906888e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d32-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.121, up: 0.121}}, 1: {stat: {dn: -0.316, up: 0.316}, sys: {dn: -0.997, up: 0.997}}, 2: {stat: {dn: -0.344, up: 0.344}, sys: {dn: -0.227, up: 0.227}}, 3: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.278, up: 0.278}}, 4: {stat: {dn: -0.246, up: 0.246}, sys: {dn: -0.349, up: 0.349}}, 5: {stat: {dn: -0.211, up: 0.211}, sys: {dn: -0.113, up: 0.113}}, 6: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.327, up: 0.327}}, 7: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.389, up: 0.389}}, 8: {stat: {dn: -0.123, up: 0.123}, sys: {dn: -0.119, up: 0.119}}, 9: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.14, up: 0.14}}, 10: {stat: {dn: -0.079, up: 0.079}, sys: {dn: -0.064, up: 0.064}}, 11: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.009, up: 0.009}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d32-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.000000e-02 2.000000e-02 2.000000e-02 2.430000e-01 1.246635e-01 1.246635e-01 5.500000e-02 1.500000e-02 1.500000e-02 8.069000e+00 1.045880e+00 1.045880e+00 8.500000e-02 1.500000e-02 1.500000e-02 8.805000e+00 4.121468e-01 4.121468e-01 1.150000e-01 1.500000e-02 1.500000e-02 5.694000e+00 4.090037e-01 4.090037e-01 1.450000e-01 1.500000e-02 1.500000e-02 3.663000e+00 4.269859e-01 4.269859e-01 1.750000e-01 1.500000e-02 1.500000e-02 2.536000e+00 2.393533e-01 2.393533e-01 2.050000e-01 1.500000e-02 1.500000e-02 1.384000e+00 3.614485e-01 3.614485e-01 2.350000e-01 1.500000e-02 1.500000e-02 1.420000e+00 4.237275e-01 4.237275e-01 2.650000e-01 1.500000e-02 1.500000e-02 7.230000e-01 1.711432e-01 1.711432e-01 2.950000e-01 1.500000e-02 1.500000e-02 4.880000e-01 1.799139e-01 1.799139e-01 3.250000e-01 1.500000e-02 1.500000e-02 1.840000e-01 1.016710e-01 1.016710e-01 3.700000e-01 3.000000e-02 3.000000e-02 2.200000e-02 1.581139e-02 1.581139e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d32-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.178, up: 0.178}}, 1: {stat: {dn: -0.376, up: 0.376}, sys: {dn: -1.156, up: 1.156}}, 2: {stat: {dn: -0.43, up: 0.43}, sys: {dn: -0.158, up: 0.158}}, 3: {stat: {dn: -0.339, up: 0.339}, sys: {dn: -0.94, up: 0.94}}, 4: {stat: {dn: -0.296, up: 0.296}, sys: {dn: -0.398, up: 0.398}}, 5: {stat: {dn: -0.242, up: 0.242}, sys: {dn: -0.596, up: 0.596}}, 6: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.139, up: 0.139}}, 7: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.153, up: 0.153}}, 8: {stat: {dn: -0.185, up: 0.185}, sys: {dn: -0.189, up: 0.189}}, 9: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.138, up: 0.138}}, 10: {stat: {dn: -0.064, up: 0.064}, sys: {dn: -0.064, up: 0.064}}, 11: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.01, up: 0.01}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d32-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.000000e-02 2.000000e-02 2.000000e-02 3.240000e-01 1.846212e-01 1.846212e-01 5.500000e-02 1.500000e-02 1.500000e-02 8.448000e+00 1.215612e+00 1.215612e+00 8.500000e-02 1.500000e-02 1.500000e-02 9.377000e+00 4.581092e-01 4.581092e-01 1.150000e-01 1.500000e-02 1.500000e-02 5.446000e+00 9.992602e-01 9.992602e-01 1.450000e-01 1.500000e-02 1.500000e-02 3.437000e+00 4.960040e-01 4.960040e-01 1.750000e-01 1.500000e-02 1.500000e-02 2.341000e+00 6.432573e-01 6.432573e-01 2.050000e-01 1.500000e-02 1.500000e-02 1.551000e+00 2.322003e-01 2.322003e-01 2.350000e-01 1.500000e-02 1.500000e-02 9.990000e-01 2.408423e-01 2.408423e-01 2.650000e-01 1.500000e-02 1.500000e-02 8.860000e-01 2.644731e-01 2.644731e-01 2.950000e-01 1.500000e-02 1.500000e-02 2.670000e-01 1.796357e-01 1.796357e-01 3.250000e-01 1.500000e-02 1.500000e-02 1.150000e-01 9.050967e-02 9.050967e-02 3.700000e-01 3.000000e-02 3.000000e-02 1.700000e-02 1.562050e-02 1.562050e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d32-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.315, up: 0.315}}, 1: {stat: {dn: -0.464, up: 0.464}, sys: {dn: -1.153, up: 1.153}}, 2: {stat: {dn: -0.493, up: 0.493}, sys: {dn: -1.133, up: 1.133}}, 3: {stat: {dn: -0.439, up: 0.439}, sys: {dn: -0.376, up: 0.376}}, 4: {stat: {dn: -0.337, up: 0.337}, sys: {dn: -0.448, up: 0.448}}, 5: {stat: {dn: -0.283, up: 0.283}, sys: {dn: -0.65, up: 0.65}}, 6: {stat: {dn: -0.245, up: 0.245}, sys: {dn: -0.286, up: 0.286}}, 7: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -0.313, up: 0.313}}, 8: {stat: {dn: -0.187, up: 0.187}, sys: {dn: -0.177, up: 0.177}}, 9: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.04, up: 0.04}}, 10: {stat: {dn: -0.092, up: 0.092}, sys: {dn: -0.096, up: 0.096}}, 11: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.015, up: 0.015}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d32-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.000000e-02 2.000000e-02 2.000000e-02 6.370000e-01 3.265287e-01 3.265287e-01 5.500000e-02 1.500000e-02 1.500000e-02 9.054000e+00 1.242862e+00 1.242862e+00 8.500000e-02 1.500000e-02 1.500000e-02 8.500000e+00 1.235612e+00 1.235612e+00 1.150000e-01 1.500000e-02 1.500000e-02 5.978000e+00 5.780112e-01 5.780112e-01 1.450000e-01 1.500000e-02 1.500000e-02 2.353000e+00 5.606006e-01 5.606006e-01 1.750000e-01 1.500000e-02 1.500000e-02 2.510000e+00 7.089351e-01 7.089351e-01 2.050000e-01 1.500000e-02 1.500000e-02 1.557000e+00 3.765913e-01 3.765913e-01 2.350000e-01 1.500000e-02 1.500000e-02 1.465000e+00 4.069017e-01 4.069017e-01 2.650000e-01 1.500000e-02 1.500000e-02 6.090000e-01 2.574840e-01 2.574840e-01 2.950000e-01 1.500000e-02 1.500000e-02 2.480000e-01 1.217580e-01 1.217580e-01 3.250000e-01 1.500000e-02 1.500000e-02 1.850000e-01 1.329662e-01 1.329662e-01 3.700000e-01 3.000000e-02 3.000000e-02 1.200000e-02 1.920937e-02 1.920937e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d33-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.037, up: 0.037}}, 1: {stat: {dn: -0.684, up: 0.684}, sys: {dn: -0.468, up: 0.468}}, 2: {stat: {dn: -1.173, up: 1.173}, sys: {dn: -0.36, up: 0.36}}, 3: {stat: {dn: -0.932, up: 0.932}, sys: {dn: -0.289, up: 0.289}}, 4: {stat: {dn: -0.884, up: 0.884}, sys: {dn: -0.88, up: 0.88}}, 5: {stat: {dn: -0.638, up: 0.638}, sys: {dn: -0.388, up: 0.388}}, 6: {stat: {dn: -0.591, up: 0.591}, sys: {dn: -0.246, up: 0.246}}, 7: {stat: {dn: -0.455, up: 0.455}, sys: {dn: -0.091, up: 0.091}}, 8: {stat: {dn: -0.404, up: 0.404}, sys: {dn: -0.147, up: 0.147}}, 9: {stat: {dn: -0.375, up: 0.375}, sys: {dn: -0.127, up: 0.127}}, 10: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.053, up: 0.053}}, 11: {stat: {dn: -0.208, up: 0.208}, sys: {dn: -0.099, up: 0.099}}, 12: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.097, up: 0.097}}, 13: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.166, up: 0.166}}, 14: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.03, up: 0.03}}, 15: {stat: {dn: -0.053, up: 0.053}, sys: {dn: -0.02, up: 0.02}}, 16: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.02, up: 0.02}}, 17: {stat: {dn: -0.065, up: 0.065}, sys: {dn: -0.045, up: 0.045}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d33-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 8.200000e-02 9.362158e-02 9.362158e-02 3.000000e-02 1.000000e-02 1.000000e-02 4.010000e+00 8.287822e-01 8.287822e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.165100e+01 1.227000e+00 1.227000e+00 7.000000e-02 1.000000e-02 1.000000e-02 8.865000e+00 9.757792e-01 9.757792e-01 9.000000e-02 1.000000e-02 1.000000e-02 7.778000e+00 1.247340e+00 1.247340e+00 1.100000e-01 1.000000e-02 1.000000e-02 4.239000e+00 7.467182e-01 7.467182e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.780000e+00 6.401539e-01 6.401539e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.509000e+00 4.640108e-01 4.640108e-01 1.700000e-01 1.000000e-02 1.000000e-02 2.031000e+00 4.299128e-01 4.299128e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.820000e+00 3.959217e-01 3.959217e-01 2.100000e-01 1.000000e-02 1.000000e-02 8.970000e-01 2.467590e-01 2.467590e-01 2.300000e-01 1.000000e-02 1.000000e-02 7.900000e-01 2.303584e-01 2.303584e-01 2.500000e-01 1.000000e-02 1.000000e-02 3.630000e-01 1.752855e-01 1.752855e-01 2.700000e-01 1.000000e-02 1.000000e-02 6.290000e-01 2.493030e-01 2.493030e-01 2.900000e-01 1.000000e-02 1.000000e-02 2.270000e-01 1.169145e-01 1.169145e-01 3.100000e-01 1.000000e-02 1.000000e-02 5.200000e-02 5.664804e-02 5.664804e-02 3.300000e-01 1.000000e-02 1.000000e-02 8.600000e-02 6.419502e-02 6.419502e-02 3.500000e-01 1.000000e-02 1.000000e-02 9.200000e-02 7.905694e-02 7.905694e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d33-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.077, up: 0.077}, sys: {dn: -0.09, up: 0.09}}, 1: {stat: {dn: -0.965, up: 0.965}, sys: {dn: -0.863, up: 0.863}}, 2: {stat: {dn: -1.34, up: 1.34}, sys: {dn: -0.898, up: 0.898}}, 3: {stat: {dn: -1.077, up: 1.077}, sys: {dn: -0.286, up: 0.286}}, 4: {stat: {dn: -1.042, up: 1.042}, sys: {dn: -0.468, up: 0.468}}, 5: {stat: {dn: -0.669, up: 0.669}, sys: {dn: -0.235, up: 0.235}}, 6: {stat: {dn: -0.652, up: 0.652}, sys: {dn: -0.21, up: 0.21}}, 7: {stat: {dn: -0.531, up: 0.531}, sys: {dn: -0.106, up: 0.106}}, 8: {stat: {dn: -0.421, up: 0.421}, sys: {dn: -0.101, up: 0.101}}, 9: {stat: {dn: -0.447, up: 0.447}, sys: {dn: -0.28, up: 0.28}}, 10: {stat: {dn: -0.411, up: 0.411}, sys: {dn: -0.237, up: 0.237}}, 11: {stat: {dn: -0.317, up: 0.317}, sys: {dn: -0.141, up: 0.141}}, 12: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.066, up: 0.066}}, 13: {stat: {dn: -0.205, up: 0.205}, sys: {dn: -0.08, up: 0.08}}, 14: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.041, up: 0.041}}, 15: {stat: {dn: -0.137, up: 0.137}, sys: {dn: -0.083, up: 0.083}}, 16: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.138, up: 0.138}}, 17: {stat: {dn: -0.077, up: 0.077}, sys: {dn: -0.02, up: 0.02}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d33-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 1.030000e-01 1.184441e-01 1.184441e-01 3.000000e-02 1.000000e-02 1.000000e-02 5.454000e+00 1.294602e+00 1.294602e+00 5.000000e-02 1.000000e-02 1.000000e-02 1.111100e+01 1.613073e+00 1.613073e+00 7.000000e-02 1.000000e-02 1.000000e-02 8.945000e+00 1.114327e+00 1.114327e+00 9.000000e-02 1.000000e-02 1.000000e-02 7.419000e+00 1.142273e+00 1.142273e+00 1.100000e-01 1.000000e-02 1.000000e-02 3.464000e+00 7.090740e-01 7.090740e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.259000e+00 6.849847e-01 6.849847e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.237000e+00 5.414767e-01 5.414767e-01 1.700000e-01 1.000000e-02 1.000000e-02 1.568000e+00 4.329457e-01 4.329457e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.865000e+00 5.274552e-01 5.274552e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.516000e+00 4.744365e-01 4.744365e-01 2.300000e-01 1.000000e-02 1.000000e-02 1.074000e+00 3.469438e-01 3.469438e-01 2.500000e-01 1.000000e-02 1.000000e-02 6.610000e-01 2.479456e-01 2.479456e-01 2.700000e-01 1.000000e-02 1.000000e-02 5.480000e-01 2.200568e-01 2.200568e-01 2.900000e-01 1.000000e-02 1.000000e-02 1.980000e-01 1.220901e-01 1.220901e-01 3.100000e-01 1.000000e-02 1.000000e-02 2.520000e-01 1.601811e-01 1.601811e-01 3.300000e-01 1.000000e-02 1.000000e-02 2.170000e-01 1.752370e-01 1.752370e-01 3.500000e-01 1.000000e-02 1.000000e-02 1.080000e-01 7.955501e-02 7.955501e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d33-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.069, up: 0.069}}, 1: {stat: {dn: -1.407, up: 1.407}, sys: {dn: -0.577, up: 0.577}}, 2: {stat: {dn: -1.353, up: 1.353}, sys: {dn: -0.934, up: 0.934}}, 3: {stat: {dn: -1.071, up: 1.071}, sys: {dn: -0.344, up: 0.344}}, 4: {stat: {dn: -0.841, up: 0.841}, sys: {dn: -0.214, up: 0.214}}, 5: {stat: {dn: -0.74, up: 0.74}, sys: {dn: -0.197, up: 0.197}}, 6: {stat: {dn: -0.613, up: 0.613}, sys: {dn: -0.49, up: 0.49}}, 7: {stat: {dn: -0.597, up: 0.597}, sys: {dn: -0.137, up: 0.137}}, 8: {stat: {dn: -0.473, up: 0.473}, sys: {dn: -0.248, up: 0.248}}, 9: {stat: {dn: -0.396, up: 0.396}, sys: {dn: -0.173, up: 0.173}}, 10: {stat: {dn: -0.375, up: 0.375}, sys: {dn: -0.143, up: 0.143}}, 11: {stat: {dn: -0.379, up: 0.379}, sys: {dn: -0.228, up: 0.228}}, 12: {stat: {dn: -0.218, up: 0.218}, sys: {dn: -0.164, up: 0.164}}, 13: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.019, up: 0.019}}, 14: {stat: {dn: -0.238, up: 0.238}, sys: {dn: -0.224, up: 0.224}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 16: {stat: {dn: -0.127, up: 0.127}, sys: {dn: -0.016, up: 0.016}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d33-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 1.170000e-01 1.134063e-01 1.134063e-01 3.000000e-02 1.000000e-02 1.000000e-02 9.224000e+00 1.520716e+00 1.520716e+00 5.000000e-02 1.000000e-02 1.000000e-02 9.486000e+00 1.644070e+00 1.644070e+00 7.000000e-02 1.000000e-02 1.000000e-02 8.450000e+00 1.124890e+00 1.124890e+00 9.000000e-02 1.000000e-02 1.000000e-02 5.530000e+00 8.678001e-01 8.678001e-01 1.100000e-01 1.000000e-02 1.000000e-02 4.231000e+00 7.657735e-01 7.657735e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.080000e+00 7.847732e-01 7.847732e-01 1.500000e-01 1.000000e-02 1.000000e-02 3.025000e+00 6.125178e-01 6.125178e-01 1.700000e-01 1.000000e-02 1.000000e-02 1.894000e+00 5.340721e-01 5.340721e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.293000e+00 4.321400e-01 4.321400e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.069000e+00 4.013403e-01 4.013403e-01 2.300000e-01 1.000000e-02 1.000000e-02 1.338000e+00 4.422952e-01 4.422952e-01 2.500000e-01 1.000000e-02 1.000000e-02 4.080000e-01 2.728003e-01 2.728003e-01 2.700000e-01 1.000000e-02 1.000000e-02 6.700000e-02 1.294025e-01 1.294025e-01 2.900000e-01 1.000000e-02 1.000000e-02 7.100000e-01 3.268333e-01 3.268333e-01 3.100000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.300000e-01 1.000000e-02 1.000000e-02 7.800000e-02 1.280039e-01 1.280039e-01 3.500000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d34-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.189, up: 0.189}, sys: {dn: -0.117, up: 0.117}}, 1: {stat: {dn: -1.579, up: 1.579}, sys: {dn: -1.483, up: 1.483}}, 2: {stat: {dn: -1.517, up: 1.517}, sys: {dn: -0.462, up: 0.462}}, 3: {stat: {dn: -1.043, up: 1.043}, sys: {dn: -0.747, up: 0.747}}, 4: {stat: {dn: -1.046, up: 1.046}, sys: {dn: -1.026, up: 1.026}}, 5: {stat: {dn: -0.814, up: 0.814}, sys: {dn: -0.155, up: 0.155}}, 6: {stat: {dn: -0.715, up: 0.715}, sys: {dn: -0.333, up: 0.333}}, 7: {stat: {dn: -0.58, up: 0.58}, sys: {dn: -0.147, up: 0.147}}, 8: {stat: {dn: -0.574, up: 0.574}, sys: {dn: -0.291, up: 0.291}}, 9: {stat: {dn: -0.51, up: 0.51}, sys: {dn: -0.249, up: 0.249}}, 10: {stat: {dn: -0.536, up: 0.536}, sys: {dn: -0.604, up: 0.604}}, 11: {stat: {dn: -0.338, up: 0.338}, sys: {dn: -0.24, up: 0.24}}, 12: {stat: {dn: -0.267, up: 0.267}, sys: {dn: -0.076, up: 0.076}}, 13: {stat: {dn: -0.265, up: 0.265}, sys: {dn: -0.167, up: 0.167}}, 14: {stat: {dn: -0.415, up: 0.415}, sys: {dn: -0.63, up: 0.63}}, 15: {stat: {dn: -0.383, up: 0.383}, sys: {dn: -0.649, up: 0.649}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.337, up: 0.337}, sys: {dn: -0.193, up: 0.193}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d34-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 4.100000e-01 2.222836e-01 2.222836e-01 3.000000e-02 1.000000e-02 1.000000e-02 8.824000e+00 2.166225e+00 2.166225e+00 5.000000e-02 1.000000e-02 1.000000e-02 1.056800e+01 1.585791e+00 1.585791e+00 7.000000e-02 1.000000e-02 1.000000e-02 6.654000e+00 1.282910e+00 1.282910e+00 9.000000e-02 1.000000e-02 1.000000e-02 6.733000e+00 1.465194e+00 1.465194e+00 1.100000e-01 1.000000e-02 1.000000e-02 3.987000e+00 8.286260e-01 8.286260e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.130000e+00 7.887420e-01 7.887420e-01 1.500000e-01 1.000000e-02 1.000000e-02 1.937000e+00 5.983385e-01 5.983385e-01 1.700000e-01 1.000000e-02 1.000000e-02 1.847000e+00 6.435503e-01 6.435503e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.482000e+00 5.675394e-01 5.675394e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.510000e+00 8.075345e-01 8.075345e-01 2.300000e-01 1.000000e-02 1.000000e-02 5.300000e-01 4.145407e-01 4.145407e-01 2.500000e-01 1.000000e-02 1.000000e-02 2.740000e-01 2.776058e-01 2.776058e-01 2.700000e-01 1.000000e-02 1.000000e-02 2.230000e-01 3.132315e-01 3.132315e-01 2.900000e-01 1.000000e-02 1.000000e-02 7.340000e-01 7.544037e-01 7.544037e-01 3.100000e-01 1.000000e-02 1.000000e-02 8.650000e-01 7.535848e-01 7.535848e-01 3.300000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.500000e-01 1.000000e-02 1.000000e-02 2.940000e-01 3.883529e-01 3.883529e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d34-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.471, up: 0.471}}, 1: {stat: {dn: -0.597, up: 0.597}, sys: {dn: -0.67, up: 0.67}}, 2: {stat: {dn: -0.68, up: 0.68}, sys: {dn: -0.389, up: 0.389}}, 3: {stat: {dn: -0.549, up: 0.549}, sys: {dn: -0.191, up: 0.191}}, 4: {stat: {dn: -0.47, up: 0.47}, sys: {dn: -0.391, up: 0.391}}, 5: {stat: {dn: -0.392, up: 0.392}, sys: {dn: -0.24, up: 0.24}}, 6: {stat: {dn: -0.377, up: 0.377}, sys: {dn: -0.316, up: 0.316}}, 7: {stat: {dn: -0.287, up: 0.287}, sys: {dn: -0.073, up: 0.073}}, 8: {stat: {dn: -0.264, up: 0.264}, sys: {dn: -0.076, up: 0.076}}, 9: {stat: {dn: -0.264, up: 0.264}, sys: {dn: -0.144, up: 0.144}}, 10: {stat: {dn: -0.192, up: 0.192}, sys: {dn: -0.138, up: 0.138}}, 11: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.242, up: 0.242}}, 12: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.043, up: 0.043}}, 13: {stat: {dn: -0.208, up: 0.208}, sys: {dn: -0.144, up: 0.144}}, 14: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.035, up: 0.035}}, 15: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.075, up: 0.075}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d34-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 3.430000e-01 4.787870e-01 4.787870e-01 3.000000e-02 1.000000e-02 1.000000e-02 8.245000e+00 8.973901e-01 8.973901e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.096200e+01 7.834035e-01 7.834035e-01 7.000000e-02 1.000000e-02 1.000000e-02 7.658000e+00 5.812762e-01 5.812762e-01 9.000000e-02 1.000000e-02 1.000000e-02 5.831000e+00 6.113763e-01 6.113763e-01 1.100000e-01 1.000000e-02 1.000000e-02 4.179000e+00 4.596346e-01 4.596346e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.865000e+00 4.919197e-01 4.919197e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.068000e+00 2.961385e-01 2.961385e-01 1.700000e-01 1.000000e-02 1.000000e-02 1.787000e+00 2.747217e-01 2.747217e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.763000e+00 3.007191e-01 3.007191e-01 2.100000e-01 1.000000e-02 1.000000e-02 7.830000e-01 2.364487e-01 2.364487e-01 2.300000e-01 1.000000e-02 1.000000e-02 6.370000e-01 3.016024e-01 3.016024e-01 2.500000e-01 1.000000e-02 1.000000e-02 6.910000e-01 1.948050e-01 1.948050e-01 2.700000e-01 1.000000e-02 1.000000e-02 6.560000e-01 2.529822e-01 2.529822e-01 2.900000e-01 1.000000e-02 1.000000e-02 3.140000e-01 1.706283e-01 1.706283e-01 3.100000e-01 1.000000e-02 1.000000e-02 2.120000e-01 1.712921e-01 1.712921e-01 3.300000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.500000e-01 1.000000e-02 1.000000e-02 8.000000e-03 7.300000e-02 7.300000e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d34-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.065, up: 0.065}}, 1: {stat: {dn: -0.416, up: 0.416}, sys: {dn: -0.383, up: 0.383}}, 2: {stat: {dn: -0.423, up: 0.423}, sys: {dn: -0.276, up: 0.276}}, 3: {stat: {dn: -0.332, up: 0.332}, sys: {dn: -0.1, up: 0.1}}, 4: {stat: {dn: -0.257, up: 0.257}, sys: {dn: -0.196, up: 0.196}}, 5: {stat: {dn: -0.242, up: 0.242}, sys: {dn: -0.156, up: 0.156}}, 6: {stat: {dn: -0.201, up: 0.201}, sys: {dn: -0.111, up: 0.111}}, 7: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.038, up: 0.038}}, 8: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.016, up: 0.016}}, 9: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.122, up: 0.122}}, 10: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.053, up: 0.053}}, 11: {stat: {dn: -0.132, up: 0.132}, sys: {dn: -0.106, up: 0.106}}, 12: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.141, up: 0.141}}, 13: {stat: {dn: -0.126, up: 0.126}, sys: {dn: -0.143, up: 0.143}}, 14: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.089, up: 0.089}}, 15: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.058, up: 0.058}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.11, up: 0.11}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d34-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 4.180000e-01 8.914034e-02 8.914034e-02 3.000000e-02 1.000000e-02 1.000000e-02 8.634000e+00 5.654600e-01 5.654600e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.027900e+01 5.050792e-01 5.050792e-01 7.000000e-02 1.000000e-02 1.000000e-02 8.186000e+00 3.467333e-01 3.467333e-01 9.000000e-02 1.000000e-02 1.000000e-02 5.241000e+00 3.232105e-01 3.232105e-01 1.100000e-01 1.000000e-02 1.000000e-02 4.633000e+00 2.879236e-01 2.879236e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.143000e+00 2.296127e-01 2.296127e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.525000e+00 1.839674e-01 1.839674e-01 1.700000e-01 1.000000e-02 1.000000e-02 1.644000e+00 1.558236e-01 1.558236e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.527000e+00 1.933494e-01 1.933494e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.179000e+00 1.413153e-01 1.413153e-01 2.300000e-01 1.000000e-02 1.000000e-02 1.119000e+00 1.692926e-01 1.692926e-01 2.500000e-01 1.000000e-02 1.000000e-02 6.770000e-01 1.884304e-01 1.884304e-01 2.700000e-01 1.000000e-02 1.000000e-02 3.990000e-01 1.905912e-01 1.905912e-01 2.900000e-01 1.000000e-02 1.000000e-02 1.440000e-01 1.323820e-01 1.323820e-01 3.100000e-01 1.000000e-02 1.000000e-02 2.280000e-01 1.225887e-01 1.225887e-01 3.300000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.500000e-01 1.000000e-02 1.000000e-02 1.300000e-02 1.208305e-01 1.208305e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d35-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.078, up: 0.078}, sys: {dn: -0.124, up: 0.124}}, 1: {stat: {dn: -0.48, up: 0.48}, sys: {dn: -0.415, up: 0.415}}, 2: {stat: {dn: -0.531, up: 0.531}, sys: {dn: -0.377, up: 0.377}}, 3: {stat: {dn: -0.419, up: 0.419}, sys: {dn: -0.283, up: 0.283}}, 4: {stat: {dn: -0.384, up: 0.384}, sys: {dn: -0.236, up: 0.236}}, 5: {stat: {dn: -0.316, up: 0.316}, sys: {dn: -0.188, up: 0.188}}, 6: {stat: {dn: -0.299, up: 0.299}, sys: {dn: -0.23, up: 0.23}}, 7: {stat: {dn: -0.271, up: 0.271}, sys: {dn: -0.184, up: 0.184}}, 8: {stat: {dn: -0.271, up: 0.271}, sys: {dn: -0.187, up: 0.187}}, 9: {stat: {dn: -0.176, up: 0.176}, sys: {dn: -0.132, up: 0.132}}, 10: {stat: {dn: -0.199, up: 0.199}, sys: {dn: -0.085, up: 0.085}}, 11: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.113, up: 0.113}}, 12: {stat: {dn: -0.286, up: 0.286}, sys: {dn: -0.289, up: 0.289}}, 13: {stat: {dn: -0.194, up: 0.194}, sys: {dn: -0.12, up: 0.12}}, 14: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.046, up: 0.046}}, 15: {stat: {dn: -0.094, up: 0.094}, sys: {dn: -0.025, up: 0.025}}, 16: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.061, up: 0.061}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d35-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 3.760000e-01 1.464923e-01 1.464923e-01 3.000000e-02 1.000000e-02 1.000000e-02 8.334000e+00 6.345274e-01 6.345274e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.093100e+01 6.512219e-01 6.512219e-01 7.000000e-02 1.000000e-02 1.000000e-02 7.336000e+00 5.056184e-01 5.056184e-01 9.000000e-02 1.000000e-02 1.000000e-02 6.187000e+00 4.507239e-01 4.507239e-01 1.100000e-01 1.000000e-02 1.000000e-02 4.157000e+00 3.676955e-01 3.676955e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.356000e+00 3.772280e-01 3.772280e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.245000e+00 3.275622e-01 3.275622e-01 1.700000e-01 1.000000e-02 1.000000e-02 2.367000e+00 3.292567e-01 3.292567e-01 1.900000e-01 1.000000e-02 1.000000e-02 9.920000e-01 2.200000e-01 2.200000e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.011000e+00 2.163932e-01 2.163932e-01 2.300000e-01 1.000000e-02 1.000000e-02 8.160000e-01 2.150767e-01 2.150767e-01 2.500000e-01 1.000000e-02 1.000000e-02 1.141000e+00 4.065919e-01 4.065919e-01 2.700000e-01 1.000000e-02 1.000000e-02 3.390000e-01 2.281140e-01 2.281140e-01 2.900000e-01 1.000000e-02 1.000000e-02 9.900000e-02 1.511688e-01 1.511688e-01 3.100000e-01 1.000000e-02 1.000000e-02 1.680000e-01 9.726767e-02 9.726767e-02 3.300000e-01 1.000000e-02 1.000000e-02 1.440000e-01 1.390899e-01 1.390899e-01 3.500000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d35-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.109, up: 0.109}}, 1: {stat: {dn: -0.495, up: 0.495}, sys: {dn: -0.405, up: 0.405}}, 2: {stat: {dn: -0.507, up: 0.507}, sys: {dn: -0.201, up: 0.201}}, 3: {stat: {dn: -0.415, up: 0.415}, sys: {dn: -0.18, up: 0.18}}, 4: {stat: {dn: -0.368, up: 0.368}, sys: {dn: -0.118, up: 0.118}}, 5: {stat: {dn: -0.326, up: 0.326}, sys: {dn: -0.327, up: 0.327}}, 6: {stat: {dn: -0.266, up: 0.266}, sys: {dn: -0.27, up: 0.27}}, 7: {stat: {dn: -0.269, up: 0.269}, sys: {dn: -0.203, up: 0.203}}, 8: {stat: {dn: -0.253, up: 0.253}, sys: {dn: -0.134, up: 0.134}}, 9: {stat: {dn: -0.207, up: 0.207}, sys: {dn: -0.123, up: 0.123}}, 10: {stat: {dn: -0.202, up: 0.202}, sys: {dn: -0.15, up: 0.15}}, 11: {stat: {dn: -0.236, up: 0.236}, sys: {dn: -0.177, up: 0.177}}, 12: {stat: {dn: -0.182, up: 0.182}, sys: {dn: -0.189, up: 0.189}}, 13: {stat: {dn: -0.225, up: 0.225}, sys: {dn: -0.114, up: 0.114}}, 14: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.094, up: 0.094}}, 15: {stat: {dn: -0.191, up: 0.191}, sys: {dn: -0.136, up: 0.136}}, 16: {stat: {dn: -0.121, up: 0.121}, sys: {dn: -0.1, up: 0.1}}, 17: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.048, up: 0.048}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d35-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 4.490000e-01 1.382245e-01 1.382245e-01 3.000000e-02 1.000000e-02 1.000000e-02 8.633000e+00 6.395702e-01 6.395702e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.022800e+01 5.453898e-01 5.453898e-01 7.000000e-02 1.000000e-02 1.000000e-02 7.197000e+00 4.523549e-01 4.523549e-01 9.000000e-02 1.000000e-02 1.000000e-02 5.780000e+00 3.864557e-01 3.864557e-01 1.100000e-01 1.000000e-02 1.000000e-02 4.282000e+00 4.617413e-01 4.617413e-01 1.300000e-01 1.000000e-02 1.000000e-02 2.929000e+00 3.790198e-01 3.790198e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.839000e+00 3.370015e-01 3.370015e-01 1.700000e-01 1.000000e-02 1.000000e-02 2.384000e+00 2.862953e-01 2.862953e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.430000e+00 2.407862e-01 2.407862e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.073000e+00 2.516029e-01 2.516029e-01 2.300000e-01 1.000000e-02 1.000000e-02 1.191000e+00 2.950000e-01 2.950000e-01 2.500000e-01 1.000000e-02 1.000000e-02 4.290000e-01 2.623833e-01 2.623833e-01 2.700000e-01 1.000000e-02 1.000000e-02 5.530000e-01 2.522320e-01 2.522320e-01 2.900000e-01 1.000000e-02 1.000000e-02 2.110000e-01 2.057304e-01 2.057304e-01 3.100000e-01 1.000000e-02 1.000000e-02 2.810000e-01 2.344717e-01 2.344717e-01 3.300000e-01 1.000000e-02 1.000000e-02 9.500000e-02 1.569745e-01 1.569745e-01 3.500000e-01 1.000000e-02 1.000000e-02 1.500000e-02 5.366563e-02 5.366563e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d35-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.064, up: 0.064}, sys: {dn: -0.101, up: 0.101}}, 1: {stat: {dn: -0.386, up: 0.386}, sys: {dn: -0.387, up: 0.387}}, 2: {stat: {dn: -0.401, up: 0.401}, sys: {dn: -0.228, up: 0.228}}, 3: {stat: {dn: -0.322, up: 0.322}, sys: {dn: -0.124, up: 0.124}}, 4: {stat: {dn: -0.285, up: 0.285}, sys: {dn: -0.26, up: 0.26}}, 5: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.176, up: 0.176}}, 6: {stat: {dn: -0.229, up: 0.229}, sys: {dn: -0.179, up: 0.179}}, 7: {stat: {dn: -0.196, up: 0.196}, sys: {dn: -0.135, up: 0.135}}, 8: {stat: {dn: -0.174, up: 0.174}, sys: {dn: -0.108, up: 0.108}}, 9: {stat: {dn: -0.169, up: 0.169}, sys: {dn: -0.151, up: 0.151}}, 10: {stat: {dn: -0.182, up: 0.182}, sys: {dn: -0.146, up: 0.146}}, 11: {stat: {dn: -0.174, up: 0.174}, sys: {dn: -0.053, up: 0.053}}, 12: {stat: {dn: -0.174, up: 0.174}, sys: {dn: -0.011, up: 0.011}}, 13: {stat: {dn: -0.179, up: 0.179}, sys: {dn: -0.094, up: 0.094}}, 14: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.175, up: 0.175}}, 15: {stat: {dn: -0.082, up: 0.082}, sys: {dn: -0.076, up: 0.076}}, 16: {stat: {dn: -0.079, up: 0.079}, sys: {dn: -0.017, up: 0.017}}, 17: {stat: {dn: -0.063, up: 0.063}, sys: {dn: -0.029, up: 0.029}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d35-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 4.910000e-01 1.195701e-01 1.195701e-01 3.000000e-02 1.000000e-02 1.000000e-02 8.694000e+00 5.465940e-01 5.465940e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.022100e+01 4.612862e-01 4.612862e-01 7.000000e-02 1.000000e-02 1.000000e-02 7.299000e+00 3.450507e-01 3.450507e-01 9.000000e-02 1.000000e-02 1.000000e-02 5.821000e+00 3.857784e-01 3.857784e-01 1.100000e-01 1.000000e-02 1.000000e-02 4.079000e+00 2.984242e-01 2.984242e-01 1.300000e-01 1.000000e-02 1.000000e-02 3.432000e+00 2.906579e-01 2.906579e-01 1.500000e-01 1.000000e-02 1.000000e-02 2.411000e+00 2.379937e-01 2.379937e-01 1.700000e-01 1.000000e-02 1.000000e-02 1.725000e+00 2.047926e-01 2.047926e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.568000e+00 2.266319e-01 2.266319e-01 2.100000e-01 1.000000e-02 1.000000e-02 1.441000e+00 2.333238e-01 2.333238e-01 2.300000e-01 1.000000e-02 1.000000e-02 9.600000e-01 1.818928e-01 1.818928e-01 2.500000e-01 1.000000e-02 1.000000e-02 5.760000e-01 1.743474e-01 1.743474e-01 2.700000e-01 1.000000e-02 1.000000e-02 6.320000e-01 2.021806e-01 2.021806e-01 2.900000e-01 1.000000e-02 1.000000e-02 5.000000e-01 2.553840e-01 2.553840e-01 3.100000e-01 1.000000e-02 1.000000e-02 6.300000e-02 1.118034e-01 1.118034e-01 3.300000e-01 1.000000e-02 1.000000e-02 4.000000e-02 8.080842e-02 8.080842e-02 3.500000e-01 1.000000e-02 1.000000e-02 4.800000e-02 6.935416e-02 6.935416e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d36-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.325, up: 0.325}}, 1: {stat: {dn: -0.836, up: 0.836}, sys: {dn: -2.308, up: 2.308}}, 2: {stat: {dn: -1.026, up: 1.026}, sys: {dn: -0.338, up: 0.338}}, 3: {stat: {dn: -0.676, up: 0.676}, sys: {dn: -0.558, up: 0.558}}, 4: {stat: {dn: -0.681, up: 0.681}, sys: {dn: -0.818, up: 0.818}}, 5: {stat: {dn: -0.497, up: 0.497}, sys: {dn: -0.436, up: 0.436}}, 6: {stat: {dn: -0.402, up: 0.402}, sys: {dn: -0.495, up: 0.495}}, 7: {stat: {dn: -0.346, up: 0.346}, sys: {dn: -0.134, up: 0.134}}, 8: {stat: {dn: -0.223, up: 0.223}, sys: {dn: -0.242, up: 0.242}}, 9: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.086, up: 0.086}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d36-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 6.410000e-01 3.653957e-01 3.653957e-01 4.000000e-02 1.000000e-02 1.000000e-02 8.586000e+00 2.454742e+00 2.454742e+00 6.250000e-02 1.250000e-02 1.250000e-02 1.265500e+01 1.080241e+00 1.080241e+00 8.750000e-02 1.250000e-02 1.250000e-02 6.548000e+00 8.765501e-01 8.765501e-01 1.125000e-01 1.250000e-02 1.250000e-02 5.168000e+00 1.064371e+00 1.064371e+00 1.375000e-01 1.250000e-02 1.250000e-02 2.900000e+00 6.611392e-01 6.611392e-01 1.625000e-01 1.250000e-02 1.250000e-02 2.101000e+00 6.376747e-01 6.376747e-01 1.875000e-01 1.250000e-02 1.250000e-02 1.856000e+00 3.710418e-01 3.710418e-01 2.125000e-01 1.250000e-02 1.250000e-02 6.360000e-01 3.290790e-01 3.290790e-01 2.625000e-01 3.750000e-02 3.750000e-02 1.660000e-01 1.174564e-01 1.174564e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d36-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.246, up: 0.246}, sys: {dn: -0.742, up: 0.742}}, 1: {stat: {dn: -1.014, up: 1.014}, sys: {dn: -2.525, up: 2.525}}, 2: {stat: {dn: -0.802, up: 0.802}, sys: {dn: -1.831, up: 1.831}}, 3: {stat: {dn: -0.669, up: 0.669}, sys: {dn: -0.47, up: 0.47}}, 4: {stat: {dn: -0.475, up: 0.475}, sys: {dn: -0.573, up: 0.573}}, 5: {stat: {dn: -0.479, up: 0.479}, sys: {dn: -1.599, up: 1.599}}, 6: {stat: {dn: -0.403, up: 0.403}, sys: {dn: -0.202, up: 0.202}}, 7: {stat: {dn: -0.283, up: 0.283}, sys: {dn: -0.544, up: 0.544}}, 8: {stat: {dn: -0.24, up: 0.24}, sys: {dn: -0.233, up: 0.233}}, 9: {stat: {dn: -0.057, up: 0.057}, sys: {dn: -0.061, up: 0.061}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d36-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 1.498000e+00 7.817161e-01 7.817161e-01 4.000000e-02 1.000000e-02 1.000000e-02 1.314400e+01 2.720996e+00 2.720996e+00 6.250000e-02 1.250000e-02 1.250000e-02 1.102900e+01 1.998941e+00 1.998941e+00 8.750000e-02 1.250000e-02 1.250000e-02 6.442000e+00 8.175946e-01 8.175946e-01 1.125000e-01 1.250000e-02 1.250000e-02 3.544000e+00 7.442809e-01 7.442809e-01 1.375000e-01 1.250000e-02 1.250000e-02 3.117000e+00 1.669204e+00 1.669204e+00 1.625000e-01 1.250000e-02 1.250000e-02 1.703000e+00 4.507915e-01 4.507915e-01 1.875000e-01 1.250000e-02 1.250000e-02 6.920000e-01 6.132088e-01 6.132088e-01 2.125000e-01 1.250000e-02 1.250000e-02 7.510000e-01 3.344981e-01 3.344981e-01 2.625000e-01 3.750000e-02 3.750000e-02 1.370000e-01 8.348653e-02 8.348653e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d36-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.164, up: 0.164}, sys: {dn: -0.62, up: 0.62}}, 1: {stat: {dn: -0.756, up: 0.756}, sys: {dn: -0.784, up: 0.784}}, 2: {stat: {dn: -0.583, up: 0.583}, sys: {dn: -0.421, up: 0.421}}, 3: {stat: {dn: -0.473, up: 0.473}, sys: {dn: -0.388, up: 0.388}}, 4: {stat: {dn: -0.393, up: 0.393}, sys: {dn: -0.873, up: 0.873}}, 5: {stat: {dn: -0.312, up: 0.312}, sys: {dn: -0.325, up: 0.325}}, 6: {stat: {dn: -0.224, up: 0.224}, sys: {dn: -0.247, up: 0.247}}, 7: {stat: {dn: -0.234, up: 0.234}, sys: {dn: -0.697, up: 0.697}}, 8: {stat: {dn: -0.156, up: 0.156}, sys: {dn: -0.159, up: 0.159}}, 9: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.048, up: 0.048}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d36-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 1.264000e+00 6.413236e-01 6.413236e-01 4.000000e-02 1.000000e-02 1.000000e-02 1.387300e+01 1.089124e+00 1.089124e+00 6.250000e-02 1.250000e-02 1.250000e-02 1.067600e+01 7.191175e-01 7.191175e-01 8.750000e-02 1.250000e-02 1.250000e-02 6.186000e+00 6.117786e-01 6.117786e-01 1.125000e-01 1.250000e-02 1.250000e-02 4.246000e+00 9.573808e-01 9.573808e-01 1.375000e-01 1.250000e-02 1.250000e-02 2.485000e+00 4.505208e-01 4.505208e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.445000e+00 3.334441e-01 3.334441e-01 1.875000e-01 1.250000e-02 1.250000e-02 1.175000e+00 7.352313e-01 7.352313e-01 2.125000e-01 1.250000e-02 1.250000e-02 6.690000e-01 2.227487e-01 2.227487e-01 2.625000e-01 3.750000e-02 3.750000e-02 1.670000e-01 6.248200e-02 6.248200e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d37-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.153, up: 0.153}, sys: {dn: -1.123, up: 1.123}}, 1: {stat: {dn: -0.576, up: 0.576}, sys: {dn: -0.614, up: 0.614}}, 2: {stat: {dn: -0.384, up: 0.384}, sys: {dn: -0.455, up: 0.455}}, 3: {stat: {dn: -0.326, up: 0.326}, sys: {dn: -0.847, up: 0.847}}, 4: {stat: {dn: -0.273, up: 0.273}, sys: {dn: -0.275, up: 0.275}}, 5: {stat: {dn: -0.222, up: 0.222}, sys: {dn: -0.24, up: 0.24}}, 6: {stat: {dn: -0.189, up: 0.189}, sys: {dn: -0.238, up: 0.238}}, 7: {stat: {dn: -0.176, up: 0.176}, sys: {dn: -0.248, up: 0.248}}, 8: {stat: {dn: -0.114, up: 0.114}, sys: {dn: -0.179, up: 0.179}}, 9: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.021, up: 0.021}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d37-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 2.299000e+00 1.133375e+00 1.133375e+00 4.000000e-02 1.000000e-02 1.000000e-02 1.630800e+01 8.418860e-01 8.418860e-01 6.250000e-02 1.250000e-02 1.250000e-02 9.129000e+00 5.953831e-01 5.953831e-01 8.750000e-02 1.250000e-02 1.250000e-02 5.427000e+00 9.075709e-01 9.075709e-01 1.125000e-01 1.250000e-02 1.250000e-02 3.611000e+00 3.874971e-01 3.874971e-01 1.375000e-01 1.250000e-02 1.250000e-02 2.499000e+00 3.269312e-01 3.269312e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.297000e+00 3.039161e-01 3.039161e-01 1.875000e-01 1.250000e-02 1.250000e-02 1.320000e+00 3.041052e-01 3.041052e-01 2.125000e-01 1.250000e-02 1.250000e-02 4.490000e-01 2.122192e-01 2.122192e-01 2.625000e-01 3.750000e-02 3.750000e-02 1.540000e-01 3.911521e-02 3.911521e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d37-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.204, up: 0.204}, sys: {dn: -1.255, up: 1.255}}, 1: {stat: {dn: -0.645, up: 0.645}, sys: {dn: -0.746, up: 0.746}}, 2: {stat: {dn: -0.472, up: 0.472}, sys: {dn: -0.655, up: 0.655}}, 3: {stat: {dn: -0.372, up: 0.372}, sys: {dn: -1.406, up: 1.406}}, 4: {stat: {dn: -0.337, up: 0.337}, sys: {dn: -0.769, up: 0.769}}, 5: {stat: {dn: -0.288, up: 0.288}, sys: {dn: -0.277, up: 0.277}}, 6: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.25, up: 0.25}}, 7: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.078, up: 0.078}}, 8: {stat: {dn: -0.237, up: 0.237}, sys: {dn: -0.203, up: 0.203}}, 9: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.038, up: 0.038}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d37-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 2.628000e+00 1.271472e+00 1.271472e+00 4.000000e-02 1.000000e-02 1.000000e-02 1.553800e+01 9.861749e-01 9.861749e-01 6.250000e-02 1.250000e-02 1.250000e-02 9.862000e+00 8.073469e-01 8.073469e-01 8.750000e-02 1.250000e-02 1.250000e-02 4.651000e+00 1.454380e+00 1.454380e+00 1.125000e-01 1.250000e-02 1.250000e-02 3.800000e+00 8.396011e-01 8.396011e-01 1.375000e-01 1.250000e-02 1.250000e-02 2.442000e+00 3.995910e-01 3.995910e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.500000e+00 3.264966e-01 3.264966e-01 1.875000e-01 1.250000e-02 1.250000e-02 8.830000e-01 2.016928e-01 2.016928e-01 2.125000e-01 1.250000e-02 1.250000e-02 1.026000e+00 3.120545e-01 3.120545e-01 2.625000e-01 3.750000e-02 3.750000e-02 8.400000e-02 4.967897e-02 4.967897e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d37-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.274, up: 0.274}, sys: {dn: -1.577, up: 1.577}}, 1: {stat: {dn: -0.763, up: 0.763}, sys: {dn: -1.344, up: 1.344}}, 2: {stat: {dn: -0.602, up: 0.602}, sys: {dn: -0.556, up: 0.556}}, 3: {stat: {dn: -0.446, up: 0.446}, sys: {dn: -1.18, up: 1.18}}, 4: {stat: {dn: -0.396, up: 0.396}, sys: {dn: -0.476, up: 0.476}}, 5: {stat: {dn: -0.303, up: 0.303}, sys: {dn: -0.315, up: 0.315}}, 6: {stat: {dn: -0.273, up: 0.273}, sys: {dn: -0.369, up: 0.369}}, 7: {stat: {dn: -0.248, up: 0.248}, sys: {dn: -0.234, up: 0.234}}, 8: {stat: {dn: -0.187, up: 0.187}, sys: {dn: -0.213, up: 0.213}}, 9: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.057, up: 0.057}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d37-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.500000e-02 1.500000e-02 1.500000e-02 3.260000e+00 1.600626e+00 1.600626e+00 4.000000e-02 1.000000e-02 1.000000e-02 1.544100e+01 1.545479e+00 1.545479e+00 6.250000e-02 1.250000e-02 1.250000e-02 1.023500e+01 8.194754e-01 8.194754e-01 8.750000e-02 1.250000e-02 1.250000e-02 3.917000e+00 1.261474e+00 1.261474e+00 1.125000e-01 1.250000e-02 1.250000e-02 3.173000e+00 6.191866e-01 6.191866e-01 1.375000e-01 1.250000e-02 1.250000e-02 2.226000e+00 4.370744e-01 4.370744e-01 1.625000e-01 1.250000e-02 1.250000e-02 1.775000e+00 4.590098e-01 4.590098e-01 1.875000e-01 1.250000e-02 1.250000e-02 1.205000e+00 3.409692e-01 3.409692e-01 2.125000e-01 1.250000e-02 1.250000e-02 6.860000e-01 2.834396e-01 2.834396e-01 2.625000e-01 3.750000e-02 3.750000e-02 1.730000e-01 8.203658e-02 8.203658e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d38-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.126, up: 0.126}, sys: {dn: -0.053, up: 0.053}}, 1: {stat: {dn: -1.493, up: 1.493}, sys: {dn: -0.732, up: 0.732}}, 2: {stat: {dn: -1.332, up: 1.332}, sys: {dn: -0.963, up: 0.963}}, 3: {stat: {dn: -1.164, up: 1.164}, sys: {dn: -0.876, up: 0.876}}, 4: {stat: {dn: -0.921, up: 0.921}, sys: {dn: -0.272, up: 0.272}}, 5: {stat: {dn: -0.851, up: 0.851}, sys: {dn: -0.436, up: 0.436}}, 6: {stat: {dn: -0.714, up: 0.714}, sys: {dn: -0.153, up: 0.153}}, 7: {stat: {dn: -0.683, up: 0.683}, sys: {dn: -0.53, up: 0.53}}, 8: {stat: {dn: -0.483, up: 0.483}, sys: {dn: -0.21, up: 0.21}}, 9: {stat: {dn: -0.453, up: 0.453}, sys: {dn: -0.287, up: 0.287}}, 10: {stat: {dn: -0.337, up: 0.337}, sys: {dn: -0.076, up: 0.076}}, 11: {stat: {dn: -0.235, up: 0.235}, sys: {dn: -0.054, up: 0.054}}, 12: {stat: {dn: -0.261, up: 0.261}, sys: {dn: -0.059, up: 0.059}}, 13: {stat: {dn: -0.246, up: 0.246}, sys: {dn: -0.108, up: 0.108}}, 14: {stat: {dn: -0.126, up: 0.126}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.124, up: 0.124}}, 16: {stat: {dn: -0.123, up: 0.123}, sys: {dn: -0.048, up: 0.048}}, 17: {stat: {dn: -0.058, up: 0.058}, sys: {dn: -0.008, up: 0.008}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d38-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 1.570000e-01 1.366931e-01 1.366931e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.291500e+01 1.662791e+00 1.662791e+00 3.750000e-02 7.500000e-03 7.500000e-03 1.426800e+01 1.643652e+00 1.643652e+00 5.250000e-02 7.500000e-03 7.500000e-03 1.086100e+01 1.456802e+00 1.456802e+00 6.750000e-02 7.500000e-03 7.500000e-03 6.320000e+00 9.603255e-01 9.603255e-01 8.250000e-02 7.500000e-03 7.500000e-03 5.646000e+00 9.561888e-01 9.561888e-01 9.750000e-02 7.500000e-03 7.500000e-03 4.097000e+00 7.302089e-01 7.302089e-01 1.125000e-01 7.500000e-03 7.500000e-03 3.866000e+00 8.645166e-01 8.645166e-01 1.275000e-01 7.500000e-03 7.500000e-03 2.078000e+00 5.266773e-01 5.266773e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.974000e+00 5.362630e-01 5.362630e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.160000e+00 3.454635e-01 3.454635e-01 1.725000e-01 7.500000e-03 7.500000e-03 6.470000e-01 2.411244e-01 2.411244e-01 1.875000e-01 7.500000e-03 7.500000e-03 8.020000e-01 2.675855e-01 2.675855e-01 2.025000e-01 7.500000e-03 7.500000e-03 8.770000e-01 2.686634e-01 2.686634e-01 2.175000e-01 7.500000e-03 7.500000e-03 2.300000e-01 1.260040e-01 1.260040e-01 2.325000e-01 7.500000e-03 7.500000e-03 5.140000e-01 2.353211e-01 2.353211e-01 2.475000e-01 7.500000e-03 7.500000e-03 1.970000e-01 1.320341e-01 1.320341e-01 2.625000e-01 7.500000e-03 7.500000e-03 5.700000e-02 5.854912e-02 5.854912e-02 2.775000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d38-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.257, up: 0.257}, sys: {dn: -0.077, up: 0.077}}, 1: {stat: {dn: -1.837, up: 1.837}, sys: {dn: -1.348, up: 1.348}}, 2: {stat: {dn: -1.646, up: 1.646}, sys: {dn: -0.64, up: 0.64}}, 3: {stat: {dn: -1.262, up: 1.262}, sys: {dn: -0.465, up: 0.465}}, 4: {stat: {dn: -0.951, up: 0.951}, sys: {dn: -0.977, up: 0.977}}, 5: {stat: {dn: -0.99, up: 0.99}, sys: {dn: -0.43, up: 0.43}}, 6: {stat: {dn: -0.833, up: 0.833}, sys: {dn: -0.161, up: 0.161}}, 7: {stat: {dn: -0.631, up: 0.631}, sys: {dn: -0.348, up: 0.348}}, 8: {stat: {dn: -0.635, up: 0.635}, sys: {dn: -0.074, up: 0.074}}, 9: {stat: {dn: -0.532, up: 0.532}, sys: {dn: -0.192, up: 0.192}}, 10: {stat: {dn: -0.394, up: 0.394}, sys: {dn: -0.348, up: 0.348}}, 11: {stat: {dn: -0.502, up: 0.502}, sys: {dn: -0.265, up: 0.265}}, 12: {stat: {dn: -0.358, up: 0.358}, sys: {dn: -0.188, up: 0.188}}, 13: {stat: {dn: -0.258, up: 0.258}, sys: {dn: -0.052, up: 0.052}}, 14: {stat: {dn: -0.229, up: 0.229}, sys: {dn: -0.011, up: 0.011}}, 15: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.1, up: 0.1}}, 16: {stat: {dn: -0.102, up: 0.102}, sys: {dn: -0.056, up: 0.056}}, 17: {stat: {dn: -0.136, up: 0.136}, sys: {dn: -0.075, up: 0.075}}, 18: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.041, up: 0.041}}, 19: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.098, up: 0.098}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d38-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.350000e-01 2.682872e-01 2.682872e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.466000e+01 2.278524e+00 2.278524e+00 3.750000e-02 7.500000e-03 7.500000e-03 1.561800e+01 1.766045e+00 1.766045e+00 5.250000e-02 7.500000e-03 7.500000e-03 8.923000e+00 1.344942e+00 1.344942e+00 6.750000e-02 7.500000e-03 7.500000e-03 5.144000e+00 1.363426e+00 1.363426e+00 8.250000e-02 7.500000e-03 7.500000e-03 5.510000e+00 1.079352e+00 1.079352e+00 9.750000e-02 7.500000e-03 7.500000e-03 3.752000e+00 8.484162e-01 8.484162e-01 1.125000e-01 7.500000e-03 7.500000e-03 2.436000e+00 7.206004e-01 7.206004e-01 1.275000e-01 7.500000e-03 7.500000e-03 2.427000e+00 6.392973e-01 6.392973e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.802000e+00 5.655864e-01 5.655864e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.292000e+00 5.256805e-01 5.256805e-01 1.725000e-01 7.500000e-03 7.500000e-03 1.660000e+00 5.676522e-01 5.676522e-01 1.875000e-01 7.500000e-03 7.500000e-03 1.177000e+00 4.043612e-01 4.043612e-01 2.025000e-01 7.500000e-03 7.500000e-03 6.560000e-01 2.631881e-01 2.631881e-01 2.175000e-01 7.500000e-03 7.500000e-03 5.870000e-01 2.292640e-01 2.292640e-01 2.325000e-01 7.500000e-03 7.500000e-03 2.590000e-01 1.802776e-01 1.802776e-01 2.475000e-01 7.500000e-03 7.500000e-03 1.440000e-01 1.163615e-01 1.163615e-01 2.625000e-01 7.500000e-03 7.500000e-03 1.700000e-01 1.553094e-01 1.553094e-01 2.775000e-01 7.500000e-03 7.500000e-03 7.200000e-02 8.285530e-02 8.285530e-02 2.925000e-01 7.500000e-03 7.500000e-03 1.440000e-01 1.741838e-01 1.741838e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d38-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.768, up: 0.768}, sys: {dn: -0.708, up: 0.708}}, 1: {stat: {dn: -2.091, up: 2.091}, sys: {dn: -0.795, up: 0.795}}, 2: {stat: {dn: -1.481, up: 1.481}, sys: {dn: -0.779, up: 0.779}}, 3: {stat: {dn: -1.327, up: 1.327}, sys: {dn: -0.223, up: 0.223}}, 4: {stat: {dn: -0.992, up: 0.992}, sys: {dn: -0.551, up: 0.551}}, 5: {stat: {dn: -0.878, up: 0.878}, sys: {dn: -0.277, up: 0.277}}, 6: {stat: {dn: -0.862, up: 0.862}, sys: {dn: -0.249, up: 0.249}}, 7: {stat: {dn: -0.795, up: 0.795}, sys: {dn: -0.31, up: 0.31}}, 8: {stat: {dn: -0.608, up: 0.608}, sys: {dn: -0.197, up: 0.197}}, 9: {stat: {dn: -0.585, up: 0.585}, sys: {dn: -0.07, up: 0.07}}, 10: {stat: {dn: -0.486, up: 0.486}, sys: {dn: -0.421, up: 0.421}}, 11: {stat: {dn: -0.402, up: 0.402}, sys: {dn: -0.044, up: 0.044}}, 12: {stat: {dn: -0.507, up: 0.507}, sys: {dn: -0.043, up: 0.043}}, 13: {stat: {dn: -0.347, up: 0.347}, sys: {dn: -0.169, up: 0.169}}, 14: {stat: {dn: -0.279, up: 0.279}, sys: {dn: -0.042, up: 0.042}}, 15: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.008, up: 0.008}}, 16: {stat: {dn: -0.121, up: 0.121}, sys: {dn: -0.041, up: 0.041}}, 17: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.155, up: 0.155}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d38-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.601000e+00 1.044552e+00 1.044552e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.619400e+01 2.237031e+00 2.237031e+00 3.750000e-02 7.500000e-03 7.500000e-03 1.074100e+01 1.673380e+00 1.673380e+00 5.250000e-02 7.500000e-03 7.500000e-03 1.001600e+01 1.345607e+00 1.345607e+00 6.750000e-02 7.500000e-03 7.500000e-03 5.587000e+00 1.134753e+00 1.134753e+00 8.250000e-02 7.500000e-03 7.500000e-03 4.394000e+00 9.206590e-01 9.206590e-01 9.750000e-02 7.500000e-03 7.500000e-03 4.149000e+00 8.972430e-01 8.972430e-01 1.125000e-01 7.500000e-03 7.500000e-03 3.511000e+00 8.533024e-01 8.533024e-01 1.275000e-01 7.500000e-03 7.500000e-03 2.089000e+00 6.391189e-01 6.391189e-01 1.425000e-01 7.500000e-03 7.500000e-03 2.024000e+00 5.891731e-01 5.891731e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.162000e+00 6.429907e-01 6.429907e-01 1.725000e-01 7.500000e-03 7.500000e-03 7.790000e-01 4.044008e-01 4.044008e-01 1.875000e-01 7.500000e-03 7.500000e-03 1.449000e+00 5.088202e-01 5.088202e-01 2.025000e-01 7.500000e-03 7.500000e-03 8.000000e-01 3.859663e-01 3.859663e-01 2.175000e-01 7.500000e-03 7.500000e-03 5.810000e-01 2.821436e-01 2.821436e-01 2.325000e-01 7.500000e-03 7.500000e-03 9.200000e-02 1.282498e-01 1.282498e-01 2.475000e-01 7.500000e-03 7.500000e-03 1.140000e-01 1.277576e-01 1.277576e-01 2.625000e-01 7.500000e-03 7.500000e-03 5.300000e-02 8.602325e-02 8.602325e-02 2.775000e-01 7.500000e-03 7.500000e-03 3.300000e-01 2.315362e-01 2.315362e-01 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d39-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.943, up: 0.943}, sys: {dn: -0.433, up: 0.433}}, 1: {stat: {dn: -2.244, up: 2.244}, sys: {dn: -1.365, up: 1.365}}, 2: {stat: {dn: -1.577, up: 1.577}, sys: {dn: -0.771, up: 0.771}}, 3: {stat: {dn: -1.426, up: 1.426}, sys: {dn: -0.877, up: 0.877}}, 4: {stat: {dn: -1.376, up: 1.376}, sys: {dn: -0.656, up: 0.656}}, 5: {stat: {dn: -1.082, up: 1.082}, sys: {dn: -0.614, up: 0.614}}, 6: {stat: {dn: -0.878, up: 0.878}, sys: {dn: -0.046, up: 0.046}}, 7: {stat: {dn: -0.738, up: 0.738}, sys: {dn: -0.457, up: 0.457}}, 8: {stat: {dn: -0.698, up: 0.698}, sys: {dn: -0.236, up: 0.236}}, 9: {stat: {dn: -0.805, up: 0.805}, sys: {dn: -0.508, up: 0.508}}, 10: {stat: {dn: -0.867, up: 0.867}, sys: {dn: -0.767, up: 0.767}}, 11: {stat: {dn: -0.501, up: 0.501}, sys: {dn: -0.464, up: 0.464}}, 12: {stat: {dn: -0.512, up: 0.512}, sys: {dn: -0.308, up: 0.308}}, 13: {stat: {dn: -0.459, up: 0.459}, sys: {dn: -0.246, up: 0.246}}, 14: {stat: {dn: -0.203, up: 0.203}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 16: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.052, up: 0.052}}, 17: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.034, up: 0.034}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d39-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.337000e+00 1.037660e+00 1.037660e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.558700e+01 2.626549e+00 2.626549e+00 3.750000e-02 7.500000e-03 7.500000e-03 1.142800e+01 1.755383e+00 1.755383e+00 5.250000e-02 7.500000e-03 7.500000e-03 8.594000e+00 1.674098e+00 1.674098e+00 6.750000e-02 7.500000e-03 7.500000e-03 8.232000e+00 1.524373e+00 1.524373e+00 8.250000e-02 7.500000e-03 7.500000e-03 4.833000e+00 1.244074e+00 1.244074e+00 9.750000e-02 7.500000e-03 7.500000e-03 3.079000e+00 8.792042e-01 8.792042e-01 1.125000e-01 7.500000e-03 7.500000e-03 2.021000e+00 8.680397e-01 8.680397e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.842000e+00 7.368175e-01 7.368175e-01 1.425000e-01 7.500000e-03 7.500000e-03 2.506000e+00 9.518871e-01 9.518871e-01 1.575000e-01 7.500000e-03 7.500000e-03 2.968000e+00 1.157574e+00 1.157574e+00 1.725000e-01 7.500000e-03 7.500000e-03 7.480000e-01 6.828594e-01 6.828594e-01 1.875000e-01 7.500000e-03 7.500000e-03 1.099000e+00 5.975015e-01 5.975015e-01 2.025000e-01 7.500000e-03 7.500000e-03 9.090000e-01 5.207658e-01 5.207658e-01 2.175000e-01 7.500000e-03 7.500000e-03 7.900000e-02 2.030025e-01 2.030025e-01 2.325000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.475000e-01 7.500000e-03 7.500000e-03 3.310000e-01 2.465461e-01 2.465461e-01 2.625000e-01 7.500000e-03 7.500000e-03 7.500000e-02 1.180042e-01 1.180042e-01 2.775000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d39-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.262, up: 0.262}, sys: {dn: -1.415, up: 1.415}}, 1: {stat: {dn: -0.966, up: 0.966}, sys: {dn: -0.402, up: 0.402}}, 2: {stat: {dn: -0.814, up: 0.814}, sys: {dn: -0.592, up: 0.592}}, 3: {stat: {dn: -0.663, up: 0.663}, sys: {dn: -0.295, up: 0.295}}, 4: {stat: {dn: -0.612, up: 0.612}, sys: {dn: -0.839, up: 0.839}}, 5: {stat: {dn: -0.487, up: 0.487}, sys: {dn: -0.238, up: 0.238}}, 6: {stat: {dn: -0.467, up: 0.467}, sys: {dn: -0.254, up: 0.254}}, 7: {stat: {dn: -0.424, up: 0.424}, sys: {dn: -0.332, up: 0.332}}, 8: {stat: {dn: -0.34, up: 0.34}, sys: {dn: -0.133, up: 0.133}}, 9: {stat: {dn: -0.327, up: 0.327}, sys: {dn: -0.15, up: 0.15}}, 10: {stat: {dn: -0.294, up: 0.294}, sys: {dn: -0.294, up: 0.294}}, 11: {stat: {dn: -0.273, up: 0.273}, sys: {dn: -0.136, up: 0.136}}, 12: {stat: {dn: -0.244, up: 0.244}, sys: {dn: -0.047, up: 0.047}}, 13: {stat: {dn: -0.185, up: 0.185}, sys: {dn: -0.136, up: 0.136}}, 14: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.015, up: 0.015}}, 15: {stat: {dn: -0.116, up: 0.116}, sys: {dn: -0.128, up: 0.128}}, 16: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.064, up: 0.064}}, 17: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.089, up: 0.089}}, 18: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.021, up: 0.021}}, 19: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.039, up: 0.039}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d39-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 1.727000e+00 1.439051e+00 1.439051e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.649600e+01 1.046308e+00 1.046308e+00 3.750000e-02 7.500000e-03 7.500000e-03 1.257300e+01 1.006509e+00 1.006509e+00 5.250000e-02 7.500000e-03 7.500000e-03 8.528000e+00 7.256680e-01 7.256680e-01 6.750000e-02 7.500000e-03 7.500000e-03 6.961000e+00 1.038492e+00 1.038492e+00 8.250000e-02 7.500000e-03 7.500000e-03 4.354000e+00 5.420452e-01 5.420452e-01 9.750000e-02 7.500000e-03 7.500000e-03 3.945000e+00 5.316061e-01 5.316061e-01 1.125000e-01 7.500000e-03 7.500000e-03 3.230000e+00 5.385165e-01 5.385165e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.965000e+00 3.650877e-01 3.650877e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.745000e+00 3.597624e-01 3.597624e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.325000e+00 4.157788e-01 4.157788e-01 1.725000e-01 7.500000e-03 7.500000e-03 1.225000e+00 3.050000e-01 3.050000e-01 1.875000e-01 7.500000e-03 7.500000e-03 8.730000e-01 2.484854e-01 2.484854e-01 2.025000e-01 7.500000e-03 7.500000e-03 5.840000e-01 2.296105e-01 2.296105e-01 2.175000e-01 7.500000e-03 7.500000e-03 2.110000e-01 1.288759e-01 1.288759e-01 2.325000e-01 7.500000e-03 7.500000e-03 1.820000e-01 1.727426e-01 1.727426e-01 2.475000e-01 7.500000e-03 7.500000e-03 5.680000e-01 1.676932e-01 1.676932e-01 2.625000e-01 7.500000e-03 7.500000e-03 4.500000e-02 1.120045e-01 1.120045e-01 2.775000e-01 7.500000e-03 7.500000e-03 8.900000e-02 5.887274e-02 5.887274e-02 2.925000e-01 7.500000e-03 7.500000e-03 3.900000e-02 5.240229e-02 5.240229e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d39-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.244, up: 0.244}, sys: {dn: -0.237, up: 0.237}}, 1: {stat: {dn: -0.587, up: 0.587}, sys: {dn: -0.353, up: 0.353}}, 2: {stat: {dn: -0.515, up: 0.515}, sys: {dn: -0.44, up: 0.44}}, 3: {stat: {dn: -0.384, up: 0.384}, sys: {dn: -0.198, up: 0.198}}, 4: {stat: {dn: -0.343, up: 0.343}, sys: {dn: -0.322, up: 0.322}}, 5: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.149, up: 0.149}}, 6: {stat: {dn: -0.271, up: 0.271}, sys: {dn: -0.184, up: 0.184}}, 7: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.137, up: 0.137}}, 8: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.071, up: 0.071}}, 9: {stat: {dn: -0.196, up: 0.196}, sys: {dn: -0.072, up: 0.072}}, 10: {stat: {dn: -0.209, up: 0.209}, sys: {dn: -0.122, up: 0.122}}, 11: {stat: {dn: -0.158, up: 0.158}, sys: {dn: -0.072, up: 0.072}}, 12: {stat: {dn: -0.145, up: 0.145}, sys: {dn: -0.143, up: 0.143}}, 13: {stat: {dn: -0.135, up: 0.135}, sys: {dn: -0.062, up: 0.062}}, 14: {stat: {dn: -0.097, up: 0.097}, sys: {dn: -0.022, up: 0.022}}, 15: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.108, up: 0.108}}, 16: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.055, up: 0.055}}, 17: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.082, up: 0.082}}, 18: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.035, up: 0.035}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d39-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.170000e+00 3.401544e-01 3.401544e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.534800e+01 6.849657e-01 6.849657e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.288900e+01 6.773662e-01 6.773662e-01 5.250000e-02 7.500000e-03 7.500000e-03 8.460000e+00 4.320417e-01 4.320417e-01 6.750000e-02 7.500000e-03 7.500000e-03 6.632000e+00 4.704604e-01 4.704604e-01 8.250000e-02 7.500000e-03 7.500000e-03 4.898000e+00 3.349642e-01 3.349642e-01 9.750000e-02 7.500000e-03 7.500000e-03 3.648000e+00 3.275622e-01 3.275622e-01 1.125000e-01 7.500000e-03 7.500000e-03 2.908000e+00 2.754814e-01 2.754814e-01 1.275000e-01 7.500000e-03 7.500000e-03 1.899000e+00 2.122287e-01 2.122287e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.786000e+00 2.088061e-01 2.088061e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.793000e+00 2.420021e-01 2.420021e-01 1.725000e-01 7.500000e-03 7.500000e-03 1.156000e+00 1.736318e-01 1.736318e-01 1.875000e-01 7.500000e-03 7.500000e-03 9.510000e-01 2.036517e-01 2.036517e-01 2.025000e-01 7.500000e-03 7.500000e-03 8.720000e-01 1.485564e-01 1.485564e-01 2.175000e-01 7.500000e-03 7.500000e-03 3.750000e-01 9.946356e-02 9.946356e-02 2.325000e-01 7.500000e-03 7.500000e-03 2.530000e-01 1.399464e-01 1.399464e-01 2.475000e-01 7.500000e-03 7.500000e-03 3.350000e-01 1.029272e-01 1.029272e-01 2.625000e-01 7.500000e-03 7.500000e-03 1.100000e-01 9.604166e-02 9.604166e-02 2.775000e-01 7.500000e-03 7.500000e-03 6.000000e-02 3.014963e-02 3.014963e-02 2.925000e-01 7.500000e-03 7.500000e-03 1.250000e-01 6.103278e-02 6.103278e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d40-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.261, up: 0.261}, sys: {dn: -0.243, up: 0.243}}, 1: {stat: {dn: -0.74, up: 0.74}, sys: {dn: -0.609, up: 0.609}}, 2: {stat: {dn: -0.612, up: 0.612}, sys: {dn: -0.394, up: 0.394}}, 3: {stat: {dn: -0.555, up: 0.555}, sys: {dn: -0.363, up: 0.363}}, 4: {stat: {dn: -0.479, up: 0.479}, sys: {dn: -0.35, up: 0.35}}, 5: {stat: {dn: -0.429, up: 0.429}, sys: {dn: -0.287, up: 0.287}}, 6: {stat: {dn: -0.389, up: 0.389}, sys: {dn: -0.329, up: 0.329}}, 7: {stat: {dn: -0.37, up: 0.37}, sys: {dn: -0.233, up: 0.233}}, 8: {stat: {dn: -0.318, up: 0.318}, sys: {dn: -0.282, up: 0.282}}, 9: {stat: {dn: -0.289, up: 0.289}, sys: {dn: -0.076, up: 0.076}}, 10: {stat: {dn: -0.285, up: 0.285}, sys: {dn: -0.186, up: 0.186}}, 11: {stat: {dn: -0.206, up: 0.206}, sys: {dn: -0.13, up: 0.13}}, 12: {stat: {dn: -0.211, up: 0.211}, sys: {dn: -0.206, up: 0.206}}, 13: {stat: {dn: -0.192, up: 0.192}, sys: {dn: -0.23, up: 0.23}}, 14: {stat: {dn: -0.176, up: 0.176}, sys: {dn: -0.112, up: 0.112}}, 15: {stat: {dn: -0.153, up: 0.153}, sys: {dn: -0.218, up: 0.218}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.075, up: 0.075}}, 18: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.033, up: 0.033}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d40-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.446000e+00 3.566090e-01 3.566090e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.502300e+01 9.583741e-01 9.583741e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.206100e+01 7.278599e-01 7.278599e-01 5.250000e-02 7.500000e-03 7.500000e-03 9.734000e+00 6.631697e-01 6.631697e-01 6.750000e-02 7.500000e-03 7.500000e-03 6.486000e+00 5.932462e-01 5.932462e-01 8.250000e-02 7.500000e-03 7.500000e-03 4.938000e+00 5.161492e-01 5.161492e-01 9.750000e-02 7.500000e-03 7.500000e-03 3.758000e+00 5.094723e-01 5.094723e-01 1.125000e-01 7.500000e-03 7.500000e-03 3.145000e+00 4.372516e-01 4.372516e-01 1.275000e-01 7.500000e-03 7.500000e-03 2.200000e+00 4.250271e-01 4.250271e-01 1.425000e-01 7.500000e-03 7.500000e-03 1.734000e+00 2.988260e-01 2.988260e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.585000e+00 3.403248e-01 3.403248e-01 1.725000e-01 7.500000e-03 7.500000e-03 7.360000e-01 2.435898e-01 2.435898e-01 1.875000e-01 7.500000e-03 7.500000e-03 9.580000e-01 2.948847e-01 2.948847e-01 2.025000e-01 7.500000e-03 7.500000e-03 5.760000e-01 2.996064e-01 2.996064e-01 2.175000e-01 7.500000e-03 7.500000e-03 6.200000e-01 2.086145e-01 2.086145e-01 2.325000e-01 7.500000e-03 7.500000e-03 5.370000e-01 2.663325e-01 2.663325e-01 2.475000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.625000e-01 7.500000e-03 7.500000e-03 7.300000e-02 1.012373e-01 1.012373e-01 2.775000e-01 7.500000e-03 7.500000e-03 5.700000e-02 5.420332e-02 5.420332e-02 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d40-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.216, up: 0.216}}, 1: {stat: {dn: -0.722, up: 0.722}, sys: {dn: -0.506, up: 0.506}}, 2: {stat: {dn: -0.617, up: 0.617}, sys: {dn: -0.392, up: 0.392}}, 3: {stat: {dn: -0.525, up: 0.525}, sys: {dn: -0.354, up: 0.354}}, 4: {stat: {dn: -0.474, up: 0.474}, sys: {dn: -0.398, up: 0.398}}, 5: {stat: {dn: -0.438, up: 0.438}, sys: {dn: -0.217, up: 0.217}}, 6: {stat: {dn: -0.345, up: 0.345}, sys: {dn: -0.267, up: 0.267}}, 7: {stat: {dn: -0.345, up: 0.345}, sys: {dn: -0.311, up: 0.311}}, 8: {stat: {dn: -0.327, up: 0.327}, sys: {dn: -0.155, up: 0.155}}, 9: {stat: {dn: -0.334, up: 0.334}, sys: {dn: -0.255, up: 0.255}}, 10: {stat: {dn: -0.259, up: 0.259}, sys: {dn: -0.262, up: 0.262}}, 11: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.192, up: 0.192}}, 12: {stat: {dn: -0.208, up: 0.208}, sys: {dn: -0.148, up: 0.148}}, 13: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.089, up: 0.089}}, 14: {stat: {dn: -0.189, up: 0.189}, sys: {dn: -0.089, up: 0.089}}, 15: {stat: {dn: -0.188, up: 0.188}, sys: {dn: -0.14, up: 0.14}}, 16: {stat: {dn: -0.121, up: 0.121}, sys: {dn: -0.092, up: 0.092}}, 17: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.071, up: 0.071}}, 18: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.006, up: 0.006}}, 19: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d40-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 3.055000e+00 3.778306e-01 3.778306e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.454500e+01 8.816575e-01 8.816575e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.203800e+01 7.309945e-01 7.309945e-01 5.250000e-02 7.500000e-03 7.500000e-03 8.410000e+00 6.331990e-01 6.331990e-01 6.750000e-02 7.500000e-03 7.500000e-03 6.472000e+00 6.189346e-01 6.189346e-01 8.250000e-02 7.500000e-03 7.500000e-03 5.464000e+00 4.888077e-01 4.888077e-01 9.750000e-02 7.500000e-03 7.500000e-03 3.203000e+00 4.362499e-01 4.362499e-01 1.125000e-01 7.500000e-03 7.500000e-03 3.097000e+00 4.644847e-01 4.644847e-01 1.275000e-01 7.500000e-03 7.500000e-03 2.536000e+00 3.618757e-01 3.618757e-01 1.425000e-01 7.500000e-03 7.500000e-03 2.702000e+00 4.202154e-01 4.202154e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.326000e+00 3.684087e-01 3.684087e-01 1.725000e-01 7.500000e-03 7.500000e-03 1.051000e+00 3.081315e-01 3.081315e-01 1.875000e-01 7.500000e-03 7.500000e-03 9.250000e-01 2.552802e-01 2.552802e-01 2.025000e-01 7.500000e-03 7.500000e-03 3.200000e-02 8.945390e-02 8.945390e-02 2.175000e-01 7.500000e-03 7.500000e-03 5.950000e-01 2.089067e-01 2.089067e-01 2.325000e-01 7.500000e-03 7.500000e-03 7.750000e-01 2.344014e-01 2.344014e-01 2.475000e-01 7.500000e-03 7.500000e-03 2.070000e-01 1.520033e-01 1.520033e-01 2.625000e-01 7.500000e-03 7.500000e-03 1.990000e-01 1.292478e-01 1.292478e-01 2.775000e-01 7.500000e-03 7.500000e-03 2.700000e-02 3.847077e-02 3.847077e-02 2.925000e-01 7.500000e-03 7.500000e-03 9.000000e-03 2.302173e-02 2.302173e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d40-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.226, up: 0.226}, sys: {dn: -0.302, up: 0.302}}, 1: {stat: {dn: -0.576, up: 0.576}, sys: {dn: -0.679, up: 0.679}}, 2: {stat: {dn: -0.476, up: 0.476}, sys: {dn: -0.2, up: 0.2}}, 3: {stat: {dn: -0.42, up: 0.42}, sys: {dn: -0.256, up: 0.256}}, 4: {stat: {dn: -0.373, up: 0.373}, sys: {dn: -0.34, up: 0.34}}, 5: {stat: {dn: -0.329, up: 0.329}, sys: {dn: -0.215, up: 0.215}}, 6: {stat: {dn: -0.291, up: 0.291}, sys: {dn: -0.145, up: 0.145}}, 7: {stat: {dn: -0.282, up: 0.282}, sys: {dn: -0.124, up: 0.124}}, 8: {stat: {dn: -0.24, up: 0.24}, sys: {dn: -0.115, up: 0.115}}, 9: {stat: {dn: -0.234, up: 0.234}, sys: {dn: -0.093, up: 0.093}}, 10: {stat: {dn: -0.201, up: 0.201}, sys: {dn: -0.326, up: 0.326}}, 11: {stat: {dn: -0.174, up: 0.174}, sys: {dn: -0.091, up: 0.091}}, 12: {stat: {dn: -0.188, up: 0.188}, sys: {dn: -0.118, up: 0.118}}, 13: {stat: {dn: -0.173, up: 0.173}, sys: {dn: -0.098, up: 0.098}}, 14: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.154, up: 0.154}}, 15: {stat: {dn: -0.141, up: 0.141}, sys: {dn: -0.124, up: 0.124}}, 16: {stat: {dn: -0.107, up: 0.107}, sys: {dn: -0.016, up: 0.016}}, 17: {stat: {dn: -0.082, up: 0.082}, sys: {dn: -0.073, up: 0.073}}, 18: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.028, up: 0.028}}, 19: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.023, up: 0.023}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d40-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 2.690000e+00 3.772002e-01 3.772002e-01 2.250000e-02 7.500000e-03 7.500000e-03 1.484600e+01 8.904027e-01 8.904027e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.191100e+01 5.163100e-01 5.163100e-01 5.250000e-02 7.500000e-03 7.500000e-03 8.842000e+00 4.918699e-01 4.918699e-01 6.750000e-02 7.500000e-03 7.500000e-03 6.541000e+00 5.047068e-01 5.047068e-01 8.250000e-02 7.500000e-03 7.500000e-03 5.080000e+00 3.930216e-01 3.930216e-01 9.750000e-02 7.500000e-03 7.500000e-03 3.618000e+00 3.251246e-01 3.251246e-01 1.125000e-01 7.500000e-03 7.500000e-03 3.343000e+00 3.080584e-01 3.080584e-01 1.275000e-01 7.500000e-03 7.500000e-03 2.171000e+00 2.661297e-01 2.661297e-01 1.425000e-01 7.500000e-03 7.500000e-03 2.000000e+00 2.518035e-01 2.518035e-01 1.575000e-01 7.500000e-03 7.500000e-03 1.376000e+00 3.829843e-01 3.829843e-01 1.725000e-01 7.500000e-03 7.500000e-03 8.420000e-01 1.963594e-01 1.963594e-01 1.875000e-01 7.500000e-03 7.500000e-03 8.000000e-01 2.219640e-01 2.219640e-01 2.025000e-01 7.500000e-03 7.500000e-03 9.440000e-01 1.988291e-01 1.988291e-01 2.175000e-01 7.500000e-03 7.500000e-03 7.230000e-01 2.242432e-01 2.242432e-01 2.325000e-01 7.500000e-03 7.500000e-03 3.840000e-01 1.877685e-01 1.877685e-01 2.475000e-01 7.500000e-03 7.500000e-03 2.600000e-01 1.081896e-01 1.081896e-01 2.625000e-01 7.500000e-03 7.500000e-03 2.470000e-01 1.097862e-01 1.097862e-01 2.775000e-01 7.500000e-03 7.500000e-03 1.900000e-02 4.252058e-02 4.252058e-02 2.925000e-01 7.500000e-03 7.500000e-03 3.000000e-02 3.471311e-02 3.471311e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d41-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.166, up: 0.166}, sys: {dn: -0.176, up: 0.176}}, 1: {stat: {dn: -0.497, up: 0.497}, sys: {dn: -0.412, up: 0.412}}, 2: {stat: {dn: -0.392, up: 0.392}, sys: {dn: -0.128, up: 0.128}}, 3: {stat: {dn: -0.315, up: 0.315}, sys: {dn: -0.153, up: 0.153}}, 4: {stat: {dn: -0.242, up: 0.242}, sys: {dn: -0.104, up: 0.104}}, 5: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.088, up: 0.088}}, 6: {stat: {dn: -0.178, up: 0.178}, sys: {dn: -0.09, up: 0.09}}, 7: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.079, up: 0.079}}, 8: {stat: {dn: -0.192, up: 0.192}, sys: {dn: -0.144, up: 0.144}}, 9: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.011, up: 0.011}}, 10: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.012, up: 0.012}}, 11: {stat: {dn: -0.097, up: 0.097}, sys: {dn: -0.061, up: 0.061}}, 12: {stat: {dn: -0.071, up: 0.071}, sys: {dn: -0.029, up: 0.029}}, 13: {stat: {dn: -0.076, up: 0.076}, sys: {dn: -0.014, up: 0.014}}, 14: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.033, up: 0.033}}, 15: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.039, up: 0.039}}, 16: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.01, up: 0.01}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.023, up: 0.023}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d41-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 6.320000e-01 2.419339e-01 2.419339e-01 7.500000e-02 2.500000e-02 2.500000e-02 4.864000e+00 6.455641e-01 6.455641e-01 1.250000e-01 2.500000e-02 2.500000e-02 3.906000e+00 4.123688e-01 4.123688e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.657000e+00 3.501914e-01 3.501914e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.554000e+00 2.634008e-01 2.634008e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.481000e+00 2.546861e-01 2.546861e-01 3.250000e-01 2.500000e-02 2.500000e-02 9.010000e-01 1.994593e-01 1.994593e-01 3.750000e-01 2.500000e-02 2.500000e-02 6.040000e-01 1.607514e-01 1.607514e-01 4.250000e-01 2.500000e-02 2.500000e-02 1.040000e+00 2.400000e-01 2.400000e-01 4.750000e-01 2.500000e-02 2.500000e-02 5.300000e-01 1.284718e-01 1.284718e-01 5.250000e-01 2.500000e-02 2.500000e-02 4.610000e-01 1.186086e-01 1.186086e-01 5.750000e-01 2.500000e-02 2.500000e-02 3.340000e-01 1.145862e-01 1.145862e-01 6.250000e-01 2.500000e-02 2.500000e-02 1.800000e-01 7.669420e-02 7.669420e-02 6.750000e-01 2.500000e-02 2.500000e-02 2.610000e-01 7.727872e-02 7.727872e-02 7.250000e-01 2.500000e-02 2.500000e-02 3.130000e-01 9.211406e-02 9.211406e-02 7.750000e-01 2.500000e-02 2.500000e-02 1.470000e-01 7.324616e-02 7.324616e-02 8.250000e-01 2.500000e-02 2.500000e-02 5.300000e-02 3.801316e-02 3.801316e-02 8.750000e-01 2.500000e-02 2.500000e-02 4.000000e-02 3.067572e-02 3.067572e-02 9.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 4.000000e-02 4.614109e-02 4.614109e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d41-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.282, up: 0.282}, sys: {dn: -0.197, up: 0.197}}, 1: {stat: {dn: -0.591, up: 0.591}, sys: {dn: -0.212, up: 0.212}}, 2: {stat: {dn: -0.459, up: 0.459}, sys: {dn: -0.291, up: 0.291}}, 3: {stat: {dn: -0.394, up: 0.394}, sys: {dn: -0.283, up: 0.283}}, 4: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.059, up: 0.059}}, 5: {stat: {dn: -0.256, up: 0.256}, sys: {dn: -0.079, up: 0.079}}, 6: {stat: {dn: -0.199, up: 0.199}, sys: {dn: -0.084, up: 0.084}}, 7: {stat: {dn: -0.181, up: 0.181}, sys: {dn: -0.033, up: 0.033}}, 8: {stat: {dn: -0.206, up: 0.206}, sys: {dn: -0.027, up: 0.027}}, 9: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.026, up: 0.026}}, 10: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.091, up: 0.091}}, 11: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.084, up: 0.084}}, 12: {stat: {dn: -0.137, up: 0.137}, sys: {dn: -0.109, up: 0.109}}, 13: {stat: {dn: -0.122, up: 0.122}, sys: {dn: -0.016, up: 0.016}}, 14: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.071, up: 0.071}, sys: {dn: -0.045, up: 0.045}}, 16: {stat: {dn: -0.062, up: 0.062}, sys: {dn: -0.041, up: 0.041}}, 17: {stat: {dn: -0.066, up: 0.066}, sys: {dn: -0.061, up: 0.061}}, 18: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.016, up: 0.016}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d41-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 6.370000e-01 3.439956e-01 3.439956e-01 7.500000e-02 2.500000e-02 2.500000e-02 5.005000e+00 6.278734e-01 6.278734e-01 1.250000e-01 2.500000e-02 2.500000e-02 3.858000e+00 5.434722e-01 5.434722e-01 1.750000e-01 2.500000e-02 2.500000e-02 3.039000e+00 4.851031e-01 4.851031e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.056000e+00 2.461747e-01 2.461747e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.202000e+00 2.679123e-01 2.679123e-01 3.250000e-01 2.500000e-02 2.500000e-02 7.210000e-01 2.160023e-01 2.160023e-01 3.750000e-01 2.500000e-02 2.500000e-02 6.410000e-01 1.839837e-01 1.839837e-01 4.250000e-01 2.500000e-02 2.500000e-02 8.390000e-01 2.077619e-01 2.077619e-01 4.750000e-01 2.500000e-02 2.500000e-02 4.460000e-01 1.492816e-01 1.492816e-01 5.250000e-01 2.500000e-02 2.500000e-02 5.050000e-01 1.797387e-01 1.797387e-01 5.750000e-01 2.500000e-02 2.500000e-02 4.970000e-01 1.667093e-01 1.667093e-01 6.250000e-01 2.500000e-02 2.500000e-02 4.180000e-01 1.750714e-01 1.750714e-01 6.750000e-01 2.500000e-02 2.500000e-02 4.520000e-01 1.230447e-01 1.230447e-01 7.250000e-01 2.500000e-02 2.500000e-02 2.410000e-01 8.709191e-02 8.709191e-02 7.750000e-01 2.500000e-02 2.500000e-02 1.690000e-01 8.405950e-02 8.405950e-02 8.250000e-01 2.500000e-02 2.500000e-02 9.500000e-02 7.433034e-02 7.433034e-02 8.750000e-01 2.500000e-02 2.500000e-02 1.570000e-01 8.987213e-02 8.987213e-02 9.250000e-01 2.500000e-02 2.500000e-02 2.200000e-02 2.720294e-02 2.720294e-02 9.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d41-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.48, up: 0.48}, sys: {dn: -0.143, up: 0.143}}, 1: {stat: {dn: -0.664, up: 0.664}, sys: {dn: -0.335, up: 0.335}}, 2: {stat: {dn: -0.408, up: 0.408}, sys: {dn: -0.277, up: 0.277}}, 3: {stat: {dn: -0.299, up: 0.299}, sys: {dn: -0.085, up: 0.085}}, 4: {stat: {dn: -0.227, up: 0.227}, sys: {dn: -0.035, up: 0.035}}, 5: {stat: {dn: -0.225, up: 0.225}, sys: {dn: -0.084, up: 0.084}}, 6: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.079, up: 0.079}}, 7: {stat: {dn: -0.221, up: 0.221}, sys: {dn: -0.066, up: 0.066}}, 8: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.025, up: 0.025}}, 9: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.058, up: 0.058}}, 10: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.025, up: 0.025}}, 11: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.036, up: 0.036}}, 12: {stat: {dn: -0.145, up: 0.145}, sys: {dn: -0.014, up: 0.014}}, 13: {stat: {dn: -0.122, up: 0.122}, sys: {dn: -0.037, up: 0.037}}, 14: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.021, up: 0.021}}, 15: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.043, up: 0.043}}, 16: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.007, up: 0.007}}, 17: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d41-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 2.593000e+00 5.008483e-01 5.008483e-01 7.500000e-02 2.500000e-02 2.500000e-02 5.547000e+00 7.437210e-01 7.437210e-01 1.250000e-01 2.500000e-02 2.500000e-02 2.821000e+00 4.931460e-01 4.931460e-01 1.750000e-01 2.500000e-02 2.500000e-02 1.867000e+00 3.108472e-01 3.108472e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.112000e+00 2.296824e-01 2.296824e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.046000e+00 2.401687e-01 2.401687e-01 3.250000e-01 2.500000e-02 2.500000e-02 9.230000e-01 2.243680e-01 2.243680e-01 3.750000e-01 2.500000e-02 2.500000e-02 1.038000e+00 2.306447e-01 2.306447e-01 4.250000e-01 2.500000e-02 2.500000e-02 5.720000e-01 1.688609e-01 1.688609e-01 4.750000e-01 2.500000e-02 2.500000e-02 5.620000e-01 1.701881e-01 1.701881e-01 5.250000e-01 2.500000e-02 2.500000e-02 4.660000e-01 1.491107e-01 1.491107e-01 5.750000e-01 2.500000e-02 2.500000e-02 2.560000e-01 1.233694e-01 1.233694e-01 6.250000e-01 2.500000e-02 2.500000e-02 4.800000e-01 1.456743e-01 1.456743e-01 6.750000e-01 2.500000e-02 2.500000e-02 3.520000e-01 1.274873e-01 1.274873e-01 7.250000e-01 2.500000e-02 2.500000e-02 1.480000e-01 8.271034e-02 8.271034e-02 7.750000e-01 2.500000e-02 2.500000e-02 1.910000e-01 9.884331e-02 9.884331e-02 8.250000e-01 2.500000e-02 2.500000e-02 2.400000e-02 5.445181e-02 5.445181e-02 8.750000e-01 2.500000e-02 2.500000e-02 3.000000e-03 3.214032e-02 3.214032e-02 9.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d42-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.577, up: 0.577}, sys: {dn: -0.389, up: 0.389}}, 1: {stat: {dn: -0.675, up: 0.675}, sys: {dn: -0.351, up: 0.351}}, 2: {stat: {dn: -0.408, up: 0.408}, sys: {dn: -0.412, up: 0.412}}, 3: {stat: {dn: -0.355, up: 0.355}, sys: {dn: -0.134, up: 0.134}}, 4: {stat: {dn: -0.32, up: 0.32}, sys: {dn: -0.207, up: 0.207}}, 5: {stat: {dn: -0.25, up: 0.25}, sys: {dn: -0.056, up: 0.056}}, 6: {stat: {dn: -0.238, up: 0.238}, sys: {dn: -0.155, up: 0.155}}, 7: {stat: {dn: -0.229, up: 0.229}, sys: {dn: -0.144, up: 0.144}}, 8: {stat: {dn: -0.178, up: 0.178}, sys: {dn: -0.067, up: 0.067}}, 9: {stat: {dn: -0.202, up: 0.202}, sys: {dn: -0.078, up: 0.078}}, 10: {stat: {dn: -0.194, up: 0.194}, sys: {dn: -0.112, up: 0.112}}, 11: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.019, up: 0.019}}, 12: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.056, up: 0.056}}, 13: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.066, up: 0.066}}, 14: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.028, up: 0.028}}, 15: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.131, up: 0.131}}, 16: {stat: {dn: -0.291, up: 0.291}, sys: {dn: -0.246, up: 0.246}}, 17: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.07, up: 0.07}}, 18: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.068, up: 0.068}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d42-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 2.733000e+00 6.958807e-01 6.958807e-01 7.500000e-02 2.500000e-02 2.500000e-02 4.694000e+00 7.608062e-01 7.608062e-01 1.250000e-01 2.500000e-02 2.500000e-02 2.475000e+00 5.798345e-01 5.798345e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.200000e+00 3.794483e-01 3.794483e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.665000e+00 3.811155e-01 3.811155e-01 2.750000e-01 2.500000e-02 2.500000e-02 9.910000e-01 2.561952e-01 2.561952e-01 3.250000e-01 2.500000e-02 2.500000e-02 8.970000e-01 2.840229e-01 2.840229e-01 3.750000e-01 2.500000e-02 2.500000e-02 7.840000e-01 2.705125e-01 2.705125e-01 4.250000e-01 2.500000e-02 2.500000e-02 4.460000e-01 1.901920e-01 1.901920e-01 4.750000e-01 2.500000e-02 2.500000e-02 5.990000e-01 2.165364e-01 2.165364e-01 5.250000e-01 2.500000e-02 2.500000e-02 5.630000e-01 2.240089e-01 2.240089e-01 5.750000e-01 2.500000e-02 2.500000e-02 1.660000e-01 1.323707e-01 1.323707e-01 6.250000e-01 2.500000e-02 2.500000e-02 4.750000e-01 1.789860e-01 1.789860e-01 6.750000e-01 2.500000e-02 2.500000e-02 1.690000e-01 1.343317e-01 1.343317e-01 7.250000e-01 2.500000e-02 2.500000e-02 6.000000e-02 9.139475e-02 9.139475e-02 7.750000e-01 2.500000e-02 2.500000e-02 3.440000e-01 2.146183e-01 2.146183e-01 8.250000e-01 2.500000e-02 2.500000e-02 5.330000e-01 3.810472e-01 3.810472e-01 8.750000e-01 2.500000e-02 2.500000e-02 8.600000e-02 1.476482e-01 1.476482e-01 9.250000e-01 2.500000e-02 2.500000e-02 1.230000e-01 1.467106e-01 1.467106e-01 9.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d42-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.154, up: 0.154}, sys: {dn: -0.525, up: 0.525}}, 1: {stat: {dn: -0.302, up: 0.302}, sys: {dn: -0.16, up: 0.16}}, 2: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.147, up: 0.147}}, 3: {stat: {dn: -0.185, up: 0.185}, sys: {dn: -0.251, up: 0.251}}, 4: {stat: {dn: -0.151, up: 0.151}, sys: {dn: -0.072, up: 0.072}}, 5: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.107, up: 0.107}}, 6: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.098, up: 0.098}}, 7: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.026, up: 0.026}}, 8: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.074, up: 0.074}}, 9: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.047, up: 0.047}}, 10: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.066, up: 0.066}}, 11: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.092, up: 0.092}}, 13: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.007, up: 0.007}}, 14: {stat: {dn: -0.078, up: 0.078}, sys: {dn: -0.042, up: 0.042}}, 15: {stat: {dn: -0.099, up: 0.099}, sys: {dn: -0.038, up: 0.038}}, 16: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.065, up: 0.065}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d42-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 1.563000e+00 5.471206e-01 5.471206e-01 7.500000e-02 2.500000e-02 2.500000e-02 5.526000e+00 3.417660e-01 3.417660e-01 1.250000e-01 2.500000e-02 2.500000e-02 3.047000e+00 2.645921e-01 2.645921e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.202000e+00 3.118108e-01 3.118108e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.469000e+00 1.672872e-01 1.672872e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.274000e+00 1.762073e-01 1.762073e-01 3.250000e-01 2.500000e-02 2.500000e-02 1.049000e+00 1.636001e-01 1.636001e-01 3.750000e-01 2.500000e-02 2.500000e-02 6.240000e-01 1.033247e-01 1.033247e-01 4.250000e-01 2.500000e-02 2.500000e-02 7.300000e-01 1.309198e-01 1.309198e-01 4.750000e-01 2.500000e-02 2.500000e-02 6.070000e-01 1.086876e-01 1.086876e-01 5.250000e-01 2.500000e-02 2.500000e-02 3.770000e-01 1.037111e-01 1.037111e-01 5.750000e-01 2.500000e-02 2.500000e-02 4.000000e-01 8.521150e-02 8.521150e-02 6.250000e-01 2.500000e-02 2.500000e-02 2.410000e-01 1.144028e-01 1.144028e-01 6.750000e-01 2.500000e-02 2.500000e-02 2.250000e-01 6.140033e-02 6.140033e-02 7.250000e-01 2.500000e-02 2.500000e-02 3.330000e-01 8.858894e-02 8.858894e-02 7.750000e-01 2.500000e-02 2.500000e-02 2.310000e-01 1.060424e-01 1.060424e-01 8.250000e-01 2.500000e-02 2.500000e-02 3.900000e-02 7.200694e-02 7.200694e-02 8.750000e-01 2.500000e-02 2.500000e-02 6.400000e-02 8.778383e-02 8.778383e-02 9.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d42-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.123, up: 0.123}, sys: {dn: -0.101, up: 0.101}}, 1: {stat: {dn: -0.182, up: 0.182}, sys: {dn: -0.142, up: 0.142}}, 2: {stat: {dn: -0.139, up: 0.139}, sys: {dn: -0.076, up: 0.076}}, 3: {stat: {dn: -0.102, up: 0.102}, sys: {dn: -0.063, up: 0.063}}, 4: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.038, up: 0.038}}, 5: {stat: {dn: -0.082, up: 0.082}, sys: {dn: -0.041, up: 0.041}}, 6: {stat: {dn: -0.077, up: 0.077}, sys: {dn: -0.058, up: 0.058}}, 7: {stat: {dn: -0.066, up: 0.066}, sys: {dn: -0.019, up: 0.019}}, 8: {stat: {dn: -0.056, up: 0.056}, sys: {dn: -0.018, up: 0.018}}, 9: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.012, up: 0.012}}, 10: {stat: {dn: -0.056, up: 0.056}, sys: {dn: -0.054, up: 0.054}}, 11: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.027, up: 0.027}}, 12: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.033, up: 0.033}}, 13: {stat: {dn: -0.046, up: 0.046}, sys: {dn: -0.047, up: 0.047}}, 14: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.044, up: 0.044}}, 15: {stat: {dn: -0.065, up: 0.065}, sys: {dn: -0.031, up: 0.031}}, 16: {stat: {dn: -0.044, up: 0.044}, sys: {dn: -0.044, up: 0.044}}, 17: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.05, up: 0.05}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d42-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 1.916000e+00 1.591540e-01 1.591540e-01 7.500000e-02 2.500000e-02 2.500000e-02 4.844000e+00 2.308419e-01 2.308419e-01 1.250000e-01 2.500000e-02 2.500000e-02 3.358000e+00 1.584203e-01 1.584203e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.016000e+00 1.198874e-01 1.198874e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.557000e+00 9.769340e-02 9.769340e-02 2.750000e-01 2.500000e-02 2.500000e-02 1.268000e+00 9.167879e-02 9.167879e-02 3.250000e-01 2.500000e-02 2.500000e-02 1.073000e+00 9.640021e-02 9.640021e-02 3.750000e-01 2.500000e-02 2.500000e-02 7.940000e-01 6.868042e-02 6.868042e-02 4.250000e-01 2.500000e-02 2.500000e-02 5.630000e-01 5.882176e-02 5.882176e-02 4.750000e-01 2.500000e-02 2.500000e-02 5.220000e-01 5.629387e-02 5.629387e-02 5.250000e-01 2.500000e-02 2.500000e-02 5.530000e-01 7.779460e-02 7.779460e-02 5.750000e-01 2.500000e-02 2.500000e-02 3.870000e-01 5.507268e-02 5.507268e-02 6.250000e-01 2.500000e-02 2.500000e-02 4.010000e-01 5.824946e-02 5.824946e-02 6.750000e-01 2.500000e-02 2.500000e-02 3.300000e-01 6.576473e-02 6.576473e-02 7.250000e-01 2.500000e-02 2.500000e-02 2.540000e-01 6.585590e-02 6.585590e-02 7.750000e-01 2.500000e-02 2.500000e-02 1.110000e-01 7.201389e-02 7.201389e-02 8.250000e-01 2.500000e-02 2.500000e-02 3.000000e-02 6.222540e-02 6.222540e-02 8.750000e-01 2.500000e-02 2.500000e-02 2.400000e-02 5.830952e-02 5.830952e-02 9.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 2.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d43-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.135, up: 0.135}, sys: {dn: -0.073, up: 0.073}}, 1: {stat: {dn: -0.231, up: 0.231}, sys: {dn: -0.163, up: 0.163}}, 2: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.109, up: 0.109}}, 3: {stat: {dn: -0.139, up: 0.139}, sys: {dn: -0.067, up: 0.067}}, 4: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.053, up: 0.053}}, 5: {stat: {dn: -0.123, up: 0.123}, sys: {dn: -0.095, up: 0.095}}, 6: {stat: {dn: -0.102, up: 0.102}, sys: {dn: -0.102, up: 0.102}}, 7: {stat: {dn: -0.099, up: 0.099}, sys: {dn: -0.047, up: 0.047}}, 8: {stat: {dn: -0.088, up: 0.088}, sys: {dn: -0.048, up: 0.048}}, 9: {stat: {dn: -0.096, up: 0.096}, sys: {dn: -0.072, up: 0.072}}, 10: {stat: {dn: -0.069, up: 0.069}, sys: {dn: -0.036, up: 0.036}}, 11: {stat: {dn: -0.066, up: 0.066}, sys: {dn: -0.034, up: 0.034}}, 12: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.04, up: 0.04}}, 13: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.031, up: 0.031}}, 14: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.072, up: 0.072}}, 15: {stat: {dn: -0.056, up: 0.056}, sys: {dn: -0.004, up: 0.004}}, 16: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.018, up: 0.018}}, 17: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.011, up: 0.011}}, 18: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d43-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 1.858000e+00 1.534731e-01 1.534731e-01 7.500000e-02 2.500000e-02 2.500000e-02 5.000000e+00 2.827189e-01 2.827189e-01 1.250000e-01 2.500000e-02 2.500000e-02 3.191000e+00 2.019431e-01 2.019431e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.004000e+00 1.543049e-01 1.543049e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.657000e+00 1.385388e-01 1.385388e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.339000e+00 1.554156e-01 1.554156e-01 3.250000e-01 2.500000e-02 2.500000e-02 9.540000e-01 1.442498e-01 1.442498e-01 3.750000e-01 2.500000e-02 2.500000e-02 8.710000e-01 1.095901e-01 1.095901e-01 4.250000e-01 2.500000e-02 2.500000e-02 6.240000e-01 1.002397e-01 1.002397e-01 4.750000e-01 2.500000e-02 2.500000e-02 6.750000e-01 1.200000e-01 1.200000e-01 5.250000e-01 2.500000e-02 2.500000e-02 3.510000e-01 7.782673e-02 7.782673e-02 5.750000e-01 2.500000e-02 2.500000e-02 3.260000e-01 7.424284e-02 7.424284e-02 6.250000e-01 2.500000e-02 2.500000e-02 2.870000e-01 7.889233e-02 7.889233e-02 6.750000e-01 2.500000e-02 2.500000e-02 4.070000e-01 7.839005e-02 7.839005e-02 7.250000e-01 2.500000e-02 2.500000e-02 3.690000e-01 1.297998e-01 1.297998e-01 7.750000e-01 2.500000e-02 2.500000e-02 3.600000e-02 5.614268e-02 5.614268e-02 8.250000e-01 2.500000e-02 2.500000e-02 3.000000e-02 3.671512e-02 3.671512e-02 8.750000e-01 2.500000e-02 2.500000e-02 1.800000e-02 3.573514e-02 3.573514e-02 9.250000e-01 2.500000e-02 2.500000e-02 4.000000e-03 1.334166e-02 1.334166e-02 9.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d43-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.152, up: 0.152}, sys: {dn: -0.105, up: 0.105}}, 1: {stat: {dn: -0.219, up: 0.219}, sys: {dn: -0.135, up: 0.135}}, 2: {stat: {dn: -0.166, up: 0.166}, sys: {dn: -0.047, up: 0.047}}, 3: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.068, up: 0.068}}, 4: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.092, up: 0.092}}, 5: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.075, up: 0.075}}, 6: {stat: {dn: -0.099, up: 0.099}, sys: {dn: -0.084, up: 0.084}}, 7: {stat: {dn: -0.097, up: 0.097}, sys: {dn: -0.05, up: 0.05}}, 8: {stat: {dn: -0.084, up: 0.084}, sys: {dn: -0.07, up: 0.07}}, 9: {stat: {dn: -0.083, up: 0.083}, sys: {dn: -0.066, up: 0.066}}, 10: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.068, up: 0.068}}, 11: {stat: {dn: -0.079, up: 0.079}, sys: {dn: -0.038, up: 0.038}}, 12: {stat: {dn: -0.069, up: 0.069}, sys: {dn: -0.026, up: 0.026}}, 13: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.04, up: 0.04}}, 14: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.095, up: 0.095}}, 15: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.119, up: 0.119}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d43-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 2.208000e+00 1.847404e-01 1.847404e-01 7.500000e-02 2.500000e-02 2.500000e-02 4.622000e+00 2.572664e-01 2.572664e-01 1.250000e-01 2.500000e-02 2.500000e-02 2.911000e+00 1.725254e-01 1.725254e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.069000e+00 1.556406e-01 1.556406e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.690000e+00 1.592608e-01 1.592608e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.093000e+00 1.314876e-01 1.314876e-01 3.250000e-01 2.500000e-02 2.500000e-02 9.430000e-01 1.298345e-01 1.298345e-01 3.750000e-01 2.500000e-02 2.500000e-02 8.650000e-01 1.091284e-01 1.091284e-01 4.250000e-01 2.500000e-02 2.500000e-02 6.500000e-01 1.093435e-01 1.093435e-01 4.750000e-01 2.500000e-02 2.500000e-02 6.320000e-01 1.060424e-01 1.060424e-01 5.250000e-01 2.500000e-02 2.500000e-02 6.090000e-01 1.104219e-01 1.104219e-01 5.750000e-01 2.500000e-02 2.500000e-02 4.600000e-01 8.766413e-02 8.766413e-02 6.250000e-01 2.500000e-02 2.500000e-02 3.080000e-01 7.373602e-02 7.373602e-02 6.750000e-01 2.500000e-02 2.500000e-02 3.230000e-01 8.236504e-02 8.236504e-02 7.250000e-01 2.500000e-02 2.500000e-02 4.480000e-01 1.415980e-01 1.415980e-01 7.750000e-01 2.500000e-02 2.500000e-02 1.630000e-01 1.641036e-01 1.641036e-01 8.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 8.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 5.000000e-03 1.063015e-02 1.063015e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d43-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.121, up: 0.121}}, 1: {stat: {dn: -0.174, up: 0.174}, sys: {dn: -0.13, up: 0.13}}, 2: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.046, up: 0.046}}, 3: {stat: {dn: -0.112, up: 0.112}, sys: {dn: -0.134, up: 0.134}}, 4: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.065, up: 0.065}}, 5: {stat: {dn: -0.086, up: 0.086}, sys: {dn: -0.052, up: 0.052}}, 6: {stat: {dn: -0.077, up: 0.077}, sys: {dn: -0.022, up: 0.022}}, 7: {stat: {dn: -0.074, up: 0.074}, sys: {dn: -0.03, up: 0.03}}, 8: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.063, up: 0.063}}, 9: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.034, up: 0.034}}, 10: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.055, up: 0.055}}, 11: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.034, up: 0.034}}, 12: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.06, up: 0.06}}, 13: {stat: {dn: -0.065, up: 0.065}, sys: {dn: -0.025, up: 0.025}}, 14: {stat: {dn: -0.083, up: 0.083}, sys: {dn: -0.056, up: 0.056}}, 15: {stat: {dn: -0.091, up: 0.091}, sys: {dn: -0.051, up: 0.051}}, 16: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.113, up: 0.113}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d43-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 2.178000e+00 1.683152e-01 1.683152e-01 7.500000e-02 2.500000e-02 2.500000e-02 4.801000e+00 2.172004e-01 2.172004e-01 1.250000e-01 2.500000e-02 2.500000e-02 2.831000e+00 1.360147e-01 1.360147e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.178000e+00 1.746425e-01 1.746425e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.636000e+00 1.175968e-01 1.175968e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.217000e+00 1.004988e-01 1.004988e-01 3.250000e-01 2.500000e-02 2.500000e-02 9.340000e-01 8.008121e-02 8.008121e-02 3.750000e-01 2.500000e-02 2.500000e-02 8.450000e-01 7.984986e-02 7.984986e-02 4.250000e-01 2.500000e-02 2.500000e-02 6.870000e-01 9.269844e-02 9.269844e-02 4.750000e-01 2.500000e-02 2.500000e-02 4.830000e-01 6.896376e-02 6.896376e-02 5.250000e-01 2.500000e-02 2.500000e-02 4.750000e-01 8.213404e-02 8.213404e-02 5.750000e-01 2.500000e-02 2.500000e-02 4.520000e-01 6.809552e-02 6.809552e-02 6.250000e-01 2.500000e-02 2.500000e-02 4.450000e-01 8.485281e-02 8.485281e-02 6.750000e-01 2.500000e-02 2.500000e-02 3.520000e-01 6.964194e-02 6.964194e-02 7.250000e-01 2.500000e-02 2.500000e-02 2.850000e-01 1.001249e-01 1.001249e-01 7.750000e-01 2.500000e-02 2.500000e-02 1.520000e-01 1.043168e-01 1.043168e-01 8.250000e-01 2.500000e-02 2.500000e-02 5.000000e-02 1.195408e-01 1.195408e-01 8.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.250000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 9.750000e-01 2.500000e-02 2.500000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d44-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -2.111, up: 2.111}, sys: {dn: -1.45, up: 1.45}}, 1: {stat: {dn: -1.099, up: 1.099}, sys: {dn: -0.838, up: 0.838}}, 2: {stat: {dn: -0.823, up: 0.823}, sys: {dn: -0.158, up: 0.158}}, 3: {stat: {dn: -0.559, up: 0.559}, sys: {dn: -0.198, up: 0.198}}, 4: {stat: {dn: -0.461, up: 0.461}, sys: {dn: -0.109, up: 0.109}}, 5: {stat: {dn: -0.366, up: 0.366}, sys: {dn: -0.093, up: 0.093}}, 6: {stat: {dn: -0.371, up: 0.371}, sys: {dn: -0.239, up: 0.239}}, 7: {stat: {dn: -0.375, up: 0.375}, sys: {dn: -0.269, up: 0.269}}, 8: {stat: {dn: -0.233, up: 0.233}, sys: {dn: -0.145, up: 0.145}}, 9: {stat: {dn: -0.311, up: 0.311}, sys: {dn: -0.222, up: 0.222}}, 10: {stat: {dn: -0.343, up: 0.343}, sys: {dn: -0.197, up: 0.197}}, 11: {stat: {dn: -0.175, up: 0.175}, sys: {dn: -0.018, up: 0.018}}, 12: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.028, up: 0.028}}, 14: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.029, up: 0.029}}, 16: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.053, up: 0.053}}, 17: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.094, up: 0.094}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.116, up: 0.116}, sys: {dn: -0.068, up: 0.068}}, 20: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 21: {stat: {dn: -0.096, up: 0.096}, sys: {dn: -0.069, up: 0.069}}, 22: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 23: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.121, up: 0.121}}, 24: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d44-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.226000e+01 2.561020e+00 2.561020e+00 2.400000e-02 8.000000e-03 8.000000e-03 1.002700e+01 1.382044e+00 1.382044e+00 4.000000e-02 8.000000e-03 8.000000e-03 5.896000e+00 8.380292e-01 8.380292e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.080000e+00 5.930304e-01 5.930304e-01 7.200000e-02 8.000000e-03 8.000000e-03 2.224000e+00 4.737109e-01 4.737109e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.449000e+00 3.776308e-01 3.776308e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.330000e+00 4.413185e-01 4.413185e-01 1.200000e-01 8.000000e-03 8.000000e-03 1.443000e+00 4.615041e-01 4.615041e-01 1.360000e-01 8.000000e-03 8.000000e-03 5.310000e-01 2.744340e-01 2.744340e-01 1.520000e-01 8.000000e-03 8.000000e-03 8.420000e-01 3.821060e-01 3.821060e-01 1.680000e-01 8.000000e-03 8.000000e-03 1.038000e+00 3.955477e-01 3.955477e-01 1.840000e-01 8.000000e-03 8.000000e-03 3.970000e-01 1.759233e-01 1.759233e-01 2.000000e-01 8.000000e-03 8.000000e-03 2.760000e-01 1.630031e-01 1.630031e-01 2.160000e-01 8.000000e-03 8.000000e-03 7.000000e-02 7.539231e-02 7.539231e-02 2.320000e-01 8.000000e-03 8.000000e-03 8.000000e-02 8.000625e-02 8.000625e-02 2.480000e-01 8.000000e-03 8.000000e-03 3.960000e-01 1.852836e-01 1.852836e-01 2.640000e-01 8.000000e-03 8.000000e-03 2.070000e-01 1.562626e-01 1.562626e-01 2.800000e-01 8.000000e-03 8.000000e-03 1.650000e-01 1.500833e-01 1.500833e-01 2.960000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.120000e-01 8.000000e-03 8.000000e-03 1.550000e-01 1.344619e-01 1.344619e-01 3.280000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.440000e-01 8.000000e-03 8.000000e-03 1.350000e-01 1.182244e-01 1.182244e-01 3.600000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.760000e-01 8.000000e-03 8.000000e-03 1.880000e-01 1.805464e-01 1.805464e-01 3.920000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d44-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -2.488, up: 2.488}, sys: {dn: -1.294, up: 1.294}}, 1: {stat: {dn: -1.287, up: 1.287}, sys: {dn: -0.562, up: 0.562}}, 2: {stat: {dn: -0.828, up: 0.828}, sys: {dn: -0.22, up: 0.22}}, 3: {stat: {dn: -0.675, up: 0.675}, sys: {dn: -0.11, up: 0.11}}, 4: {stat: {dn: -0.443, up: 0.443}, sys: {dn: -0.088, up: 0.088}}, 5: {stat: {dn: -0.467, up: 0.467}, sys: {dn: -0.098, up: 0.098}}, 6: {stat: {dn: -0.388, up: 0.388}, sys: {dn: -0.01, up: 0.01}}, 7: {stat: {dn: -0.418, up: 0.418}, sys: {dn: -0.118, up: 0.118}}, 8: {stat: {dn: -0.346, up: 0.346}, sys: {dn: -0.141, up: 0.141}}, 9: {stat: {dn: -0.202, up: 0.202}, sys: {dn: -0.041, up: 0.041}}, 10: {stat: {dn: -0.153, up: 0.153}, sys: {dn: -0.011, up: 0.011}}, 11: {stat: {dn: -0.197, up: 0.197}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 13: {stat: {dn: -0.231, up: 0.231}, sys: {dn: -0.094, up: 0.094}}, 14: {stat: {dn: -0.291, up: 0.291}, sys: {dn: -0.057, up: 0.057}}, 15: {stat: {dn: -0.389, up: 0.389}, sys: {dn: -0.326, up: 0.326}}, 16: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.253, up: 0.253}, sys: {dn: -0.077, up: 0.077}}, 18: {stat: {dn: -0.181, up: 0.181}, sys: {dn: -0.048, up: 0.048}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 20: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.117, up: 0.117}}, 21: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 22: {stat: {dn: -0.337, up: 0.337}, sys: {dn: -0.187, up: 0.187}}, 23: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 24: {stat: {dn: -0.229, up: 0.229}, sys: {dn: -0.106, up: 0.106}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d44-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.304900e+01 2.804386e+00 2.804386e+00 2.400000e-02 8.000000e-03 8.000000e-03 1.040200e+01 1.404355e+00 1.404355e+00 4.000000e-02 8.000000e-03 8.000000e-03 4.132000e+00 8.567287e-01 8.567287e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.099000e+00 6.839042e-01 6.839042e-01 7.200000e-02 8.000000e-03 8.000000e-03 1.323000e+00 4.516558e-01 4.516558e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.266000e+00 4.771719e-01 4.771719e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.077000e+00 3.881288e-01 3.881288e-01 1.200000e-01 8.000000e-03 8.000000e-03 1.308000e+00 4.343363e-01 4.343363e-01 1.360000e-01 8.000000e-03 8.000000e-03 7.260000e-01 3.736268e-01 3.736268e-01 1.520000e-01 8.000000e-03 8.000000e-03 2.710000e-01 2.061189e-01 2.061189e-01 1.680000e-01 8.000000e-03 8.000000e-03 2.170000e-01 1.533949e-01 1.533949e-01 1.840000e-01 8.000000e-03 8.000000e-03 2.780000e-01 1.970102e-01 1.970102e-01 2.000000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.160000e-01 8.000000e-03 8.000000e-03 3.580000e-01 2.493933e-01 2.493933e-01 2.320000e-01 8.000000e-03 8.000000e-03 6.480000e-01 2.965299e-01 2.965299e-01 2.480000e-01 8.000000e-03 8.000000e-03 1.048000e+00 5.075401e-01 5.075401e-01 2.640000e-01 8.000000e-03 8.000000e-03 8.700000e-02 8.700575e-02 8.700575e-02 2.800000e-01 8.000000e-03 8.000000e-03 4.870000e-01 2.644579e-01 2.644579e-01 2.960000e-01 8.000000e-03 8.000000e-03 2.490000e-01 1.872565e-01 1.872565e-01 3.120000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.280000e-01 8.000000e-03 8.000000e-03 2.140000e-01 2.006440e-01 2.006440e-01 3.440000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.600000e-01 8.000000e-03 8.000000e-03 4.770000e-01 3.854063e-01 3.854063e-01 3.760000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.920000e-01 8.000000e-03 8.000000e-03 2.290000e-01 2.523430e-01 2.523430e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d44-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -2.836, up: 2.836}, sys: {dn: -0.746, up: 0.746}}, 1: {stat: {dn: -1.016, up: 1.016}, sys: {dn: -0.324, up: 0.324}}, 2: {stat: {dn: -0.799, up: 0.799}, sys: {dn: -0.48, up: 0.48}}, 3: {stat: {dn: -0.753, up: 0.753}, sys: {dn: -0.151, up: 0.151}}, 4: {stat: {dn: -0.652, up: 0.652}, sys: {dn: -0.351, up: 0.351}}, 5: {stat: {dn: -0.443, up: 0.443}, sys: {dn: -0.062, up: 0.062}}, 6: {stat: {dn: -0.392, up: 0.392}, sys: {dn: -0.278, up: 0.278}}, 7: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.048, up: 0.048}}, 8: {stat: {dn: -0.293, up: 0.293}, sys: {dn: -0.038, up: 0.038}}, 9: {stat: {dn: -0.349, up: 0.349}, sys: {dn: -0.121, up: 0.121}}, 10: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.012, up: 0.012}}, 11: {stat: {dn: -0.237, up: 0.237}, sys: {dn: -0.112, up: 0.112}}, 12: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 13: {stat: {dn: -0.214, up: 0.214}, sys: {dn: -0.063, up: 0.063}}, 14: {stat: {dn: -0.227, up: 0.227}, sys: {dn: -0.206, up: 0.206}}, 15: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.011, up: 0.011}}, 16: {stat: {dn: -0.182, up: 0.182}, sys: {dn: -0.087, up: 0.087}}, 17: {stat: {dn: -0.162, up: 0.162}, sys: {dn: -0.008, up: 0.008}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.008, up: 0.008}}, 20: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 21: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 22: {stat: {dn: -0.215, up: 0.215}, sys: {dn: -0.188, up: 0.188}}, 23: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 24: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d44-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.681600e+01 2.932475e+00 2.932475e+00 2.400000e-02 8.000000e-03 8.000000e-03 6.917000e+00 1.066411e+00 1.066411e+00 4.000000e-02 8.000000e-03 8.000000e-03 4.376000e+00 9.320950e-01 9.320950e-01 5.600000e-02 8.000000e-03 8.000000e-03 4.035000e+00 7.679909e-01 7.679909e-01 7.200000e-02 8.000000e-03 8.000000e-03 3.172000e+00 7.404762e-01 7.404762e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.368000e+00 4.473176e-01 4.473176e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.078000e+00 4.805705e-01 4.805705e-01 1.200000e-01 8.000000e-03 8.000000e-03 5.720000e-01 3.038157e-01 3.038157e-01 1.360000e-01 8.000000e-03 8.000000e-03 5.670000e-01 2.954539e-01 2.954539e-01 1.520000e-01 8.000000e-03 8.000000e-03 9.180000e-01 3.693806e-01 3.693806e-01 1.680000e-01 8.000000e-03 8.000000e-03 2.000000e-01 1.833930e-01 1.833930e-01 1.840000e-01 8.000000e-03 8.000000e-03 3.400000e-01 2.621316e-01 2.621316e-01 2.000000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.160000e-01 8.000000e-03 8.000000e-03 2.630000e-01 2.230807e-01 2.230807e-01 2.320000e-01 8.000000e-03 8.000000e-03 3.550000e-01 3.065371e-01 3.065371e-01 2.480000e-01 8.000000e-03 8.000000e-03 1.300000e-01 1.683597e-01 1.683597e-01 2.640000e-01 8.000000e-03 8.000000e-03 1.690000e-01 2.017251e-01 2.017251e-01 2.800000e-01 8.000000e-03 8.000000e-03 1.500000e-01 1.621974e-01 1.621974e-01 2.960000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.120000e-01 8.000000e-03 8.000000e-03 1.710000e-01 1.721859e-01 1.721859e-01 3.280000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.440000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.600000e-01 8.000000e-03 8.000000e-03 3.190000e-01 2.856029e-01 2.856029e-01 3.760000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.920000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d45-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -2.939, up: 2.939}, sys: {dn: -1.329, up: 1.329}}, 1: {stat: {dn: -1.241, up: 1.241}, sys: {dn: -0.554, up: 0.554}}, 2: {stat: {dn: -0.894, up: 0.894}, sys: {dn: -0.151, up: 0.151}}, 3: {stat: {dn: -0.781, up: 0.781}, sys: {dn: -0.075, up: 0.075}}, 4: {stat: {dn: -0.429, up: 0.429}, sys: {dn: -0.013, up: 0.013}}, 5: {stat: {dn: -0.625, up: 0.625}, sys: {dn: -0.437, up: 0.437}}, 6: {stat: {dn: -0.473, up: 0.473}, sys: {dn: -0.156, up: 0.156}}, 7: {stat: {dn: -0.345, up: 0.345}, sys: {dn: -0.208, up: 0.208}}, 8: {stat: {dn: -0.341, up: 0.341}, sys: {dn: -0.271, up: 0.271}}, 9: {stat: {dn: -0.539, up: 0.539}, sys: {dn: -0.316, up: 0.316}}, 10: {stat: {dn: -0.257, up: 0.257}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.271, up: 0.271}, sys: {dn: -0.198, up: 0.198}}, 12: {stat: {dn: -0.394, up: 0.394}, sys: {dn: -0.075, up: 0.075}}, 13: {stat: {dn: -0.336, up: 0.336}, sys: {dn: -0.082, up: 0.082}}, 14: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.105, up: 0.105}}, 15: {stat: {dn: -0.366, up: 0.366}, sys: {dn: -0.216, up: 0.216}}, 16: {stat: {dn: -0.289, up: 0.289}, sys: {dn: -0.122, up: 0.122}}, 17: {stat: {dn: -0.274, up: 0.274}, sys: {dn: -0.191, up: 0.191}}, 18: {stat: {dn: -0.238, up: 0.238}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.516, up: 0.516}, sys: {dn: -0.139, up: 0.139}}, 20: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 21: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 22: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 23: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 24: {stat: {dn: -0.406, up: 0.406}, sys: {dn: -0.115, up: 0.115}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d45-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.258000e+01 3.225517e+00 3.225517e+00 2.400000e-02 8.000000e-03 8.000000e-03 8.480000e+00 1.359043e+00 1.359043e+00 4.000000e-02 8.000000e-03 8.000000e-03 4.472000e+00 9.066626e-01 9.066626e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.290000e+00 7.845929e-01 7.845929e-01 7.200000e-02 8.000000e-03 8.000000e-03 9.100000e-01 4.291969e-01 4.291969e-01 8.800000e-02 8.000000e-03 8.000000e-03 2.109000e+00 7.626231e-01 7.626231e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.199000e+00 4.980612e-01 4.980612e-01 1.200000e-01 8.000000e-03 8.000000e-03 4.480000e-01 4.028511e-01 4.028511e-01 1.360000e-01 8.000000e-03 8.000000e-03 4.530000e-01 4.355709e-01 4.355709e-01 1.520000e-01 8.000000e-03 8.000000e-03 1.296000e+00 6.248016e-01 6.248016e-01 1.680000e-01 8.000000e-03 8.000000e-03 1.710000e-01 2.570175e-01 2.570175e-01 1.840000e-01 8.000000e-03 8.000000e-03 2.070000e-01 3.356263e-01 3.356263e-01 2.000000e-01 8.000000e-03 8.000000e-03 6.050000e-01 4.010748e-01 4.010748e-01 2.160000e-01 8.000000e-03 8.000000e-03 2.900000e-01 3.458612e-01 3.458612e-01 2.320000e-01 8.000000e-03 8.000000e-03 5.500000e-02 2.135907e-01 2.135907e-01 2.480000e-01 8.000000e-03 8.000000e-03 4.950000e-01 4.249847e-01 4.249847e-01 2.640000e-01 8.000000e-03 8.000000e-03 2.730000e-01 3.136957e-01 3.136957e-01 2.800000e-01 8.000000e-03 8.000000e-03 1.240000e-01 3.340015e-01 3.340015e-01 2.960000e-01 8.000000e-03 8.000000e-03 1.270000e-01 2.380084e-01 2.380084e-01 3.120000e-01 8.000000e-03 8.000000e-03 7.650000e-01 5.343940e-01 5.343940e-01 3.280000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.440000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.600000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.760000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.920000e-01 8.000000e-03 8.000000e-03 3.180000e-01 4.219727e-01 4.219727e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d45-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.281, up: 1.281}, sys: {dn: -1.815, up: 1.815}}, 1: {stat: {dn: -0.643, up: 0.643}, sys: {dn: -0.532, up: 0.532}}, 2: {stat: {dn: -0.476, up: 0.476}, sys: {dn: -0.39, up: 0.39}}, 3: {stat: {dn: -0.391, up: 0.391}, sys: {dn: -0.301, up: 0.301}}, 4: {stat: {dn: -0.328, up: 0.328}, sys: {dn: -0.094, up: 0.094}}, 5: {stat: {dn: -0.293, up: 0.293}, sys: {dn: -0.25, up: 0.25}}, 6: {stat: {dn: -0.266, up: 0.266}, sys: {dn: -0.253, up: 0.253}}, 7: {stat: {dn: -0.217, up: 0.217}, sys: {dn: -0.02, up: 0.02}}, 8: {stat: {dn: -0.266, up: 0.266}, sys: {dn: -0.029, up: 0.029}}, 9: {stat: {dn: -0.184, up: 0.184}, sys: {dn: -0.024, up: 0.024}}, 10: {stat: {dn: -0.259, up: 0.259}, sys: {dn: -0.191, up: 0.191}}, 11: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.111, up: 0.111}}, 12: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.171, up: 0.171}, sys: {dn: -0.226, up: 0.226}}, 14: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.116, up: 0.116}}, 15: {stat: {dn: -0.188, up: 0.188}, sys: {dn: -0.084, up: 0.084}}, 16: {stat: {dn: -0.176, up: 0.176}, sys: {dn: -0.061, up: 0.061}}, 17: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.068, up: 0.068}}, 18: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.234, up: 0.234}}, 19: {stat: {dn: -0.119, up: 0.119}, sys: {dn: -0.0, up: 0.0}}, 20: {stat: {dn: -0.122, up: 0.122}, sys: {dn: -0.039, up: 0.039}}, 21: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.036, up: 0.036}}, 22: {stat: {dn: -0.258, up: 0.258}, sys: {dn: -0.161, up: 0.161}}, 23: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 24: {stat: {dn: -0.158, up: 0.158}, sys: {dn: -0.1, up: 0.1}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d45-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.369200e+01 2.221528e+00 2.221528e+00 2.400000e-02 8.000000e-03 8.000000e-03 9.029000e+00 8.345496e-01 8.345496e-01 4.000000e-02 8.000000e-03 8.000000e-03 5.082000e+00 6.153666e-01 6.153666e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.314000e+00 4.934390e-01 4.934390e-01 7.200000e-02 8.000000e-03 8.000000e-03 2.181000e+00 3.412038e-01 3.412038e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.622000e+00 3.851610e-01 3.851610e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.212000e+00 3.671035e-01 3.671035e-01 1.200000e-01 8.000000e-03 8.000000e-03 7.200000e-01 2.179197e-01 2.179197e-01 1.360000e-01 8.000000e-03 8.000000e-03 1.090000e+00 2.675762e-01 2.675762e-01 1.520000e-01 8.000000e-03 8.000000e-03 3.700000e-01 1.855586e-01 1.855586e-01 1.680000e-01 8.000000e-03 8.000000e-03 9.990000e-01 3.218105e-01 3.218105e-01 1.840000e-01 8.000000e-03 8.000000e-03 2.390000e-01 2.047071e-01 2.047071e-01 2.000000e-01 8.000000e-03 8.000000e-03 8.200000e-02 1.470034e-01 1.470034e-01 2.160000e-01 8.000000e-03 8.000000e-03 2.430000e-01 2.834025e-01 2.834025e-01 2.320000e-01 8.000000e-03 8.000000e-03 8.800000e-02 1.936001e-01 1.936001e-01 2.480000e-01 8.000000e-03 8.000000e-03 3.110000e-01 2.059126e-01 2.059126e-01 2.640000e-01 8.000000e-03 8.000000e-03 1.460000e-01 1.862713e-01 1.862713e-01 2.800000e-01 8.000000e-03 8.000000e-03 2.370000e-01 1.952255e-01 1.952255e-01 2.960000e-01 8.000000e-03 8.000000e-03 1.650000e-01 2.851754e-01 2.851754e-01 3.120000e-01 8.000000e-03 8.000000e-03 6.000000e-03 1.190000e-01 1.190000e-01 3.280000e-01 8.000000e-03 8.000000e-03 3.500000e-02 1.280820e-01 1.280820e-01 3.440000e-01 8.000000e-03 8.000000e-03 3.100000e-02 1.339291e-01 1.339291e-01 3.600000e-01 8.000000e-03 8.000000e-03 6.040000e-01 3.041135e-01 3.041135e-01 3.760000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.920000e-01 8.000000e-03 8.000000e-03 1.680000e-01 1.869866e-01 1.869866e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d45-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.826, up: 0.826}, sys: {dn: -0.524, up: 0.524}}, 1: {stat: {dn: -0.361, up: 0.361}, sys: {dn: -0.229, up: 0.229}}, 2: {stat: {dn: -0.286, up: 0.286}, sys: {dn: -0.105, up: 0.105}}, 3: {stat: {dn: -0.219, up: 0.219}, sys: {dn: -0.179, up: 0.179}}, 4: {stat: {dn: -0.191, up: 0.191}, sys: {dn: -0.161, up: 0.161}}, 5: {stat: {dn: -0.173, up: 0.173}, sys: {dn: -0.124, up: 0.124}}, 6: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.083, up: 0.083}}, 7: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.195, up: 0.195}}, 8: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.062, up: 0.062}}, 9: {stat: {dn: -0.12, up: 0.12}, sys: {dn: -0.005, up: 0.005}}, 10: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.128, up: 0.128}}, 11: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.189, up: 0.189}}, 12: {stat: {dn: -0.12, up: 0.12}, sys: {dn: -0.064, up: 0.064}}, 13: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.056, up: 0.056}}, 14: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.135, up: 0.135}}, 15: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.124, up: 0.124}}, 16: {stat: {dn: -0.137, up: 0.137}, sys: {dn: -0.143, up: 0.143}}, 17: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.008, up: 0.008}}, 18: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.019, up: 0.019}}, 19: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.002, up: 0.002}}, 20: {stat: {dn: -0.094, up: 0.094}, sys: {dn: -0.049, up: 0.049}}, 21: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 22: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 23: {stat: {dn: -0.109, up: 0.109}, sys: {dn: -0.08, up: 0.08}}, 24: {stat: {dn: -0.077, up: 0.077}, sys: {dn: -0.013, up: 0.013}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d45-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.426300e+01 9.781881e-01 9.781881e-01 2.400000e-02 8.000000e-03 8.000000e-03 8.535000e+00 4.275067e-01 4.275067e-01 4.000000e-02 8.000000e-03 8.000000e-03 5.421000e+00 3.046654e-01 3.046654e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.062000e+00 2.828462e-01 2.828462e-01 7.200000e-02 8.000000e-03 8.000000e-03 2.086000e+00 2.498039e-01 2.498039e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.662000e+00 2.128497e-01 2.128497e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.337000e+00 1.873846e-01 1.873846e-01 1.200000e-01 8.000000e-03 8.000000e-03 1.203000e+00 2.573888e-01 2.573888e-01 1.360000e-01 8.000000e-03 8.000000e-03 8.510000e-01 1.613846e-01 1.613846e-01 1.520000e-01 8.000000e-03 8.000000e-03 4.050000e-01 1.201041e-01 1.201041e-01 1.680000e-01 8.000000e-03 8.000000e-03 7.210000e-01 1.926655e-01 1.926655e-01 1.840000e-01 8.000000e-03 8.000000e-03 6.430000e-01 2.406699e-01 2.406699e-01 2.000000e-01 8.000000e-03 8.000000e-03 3.590000e-01 1.360000e-01 1.360000e-01 2.160000e-01 8.000000e-03 8.000000e-03 3.520000e-01 1.297112e-01 1.297112e-01 2.320000e-01 8.000000e-03 8.000000e-03 1.320000e-01 1.710263e-01 1.710263e-01 2.480000e-01 8.000000e-03 8.000000e-03 1.200000e-02 1.423938e-01 1.423938e-01 2.640000e-01 8.000000e-03 8.000000e-03 3.410000e-01 1.980354e-01 1.980354e-01 2.800000e-01 8.000000e-03 8.000000e-03 1.040000e-01 8.935883e-02 8.935883e-02 2.960000e-01 8.000000e-03 8.000000e-03 2.800000e-02 9.100549e-02 9.100549e-02 3.120000e-01 8.000000e-03 8.000000e-03 2.040000e-01 1.130177e-01 1.130177e-01 3.280000e-01 8.000000e-03 8.000000e-03 1.010000e-01 1.060047e-01 1.060047e-01 3.440000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.600000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.760000e-01 8.000000e-03 8.000000e-03 2.400000e-01 1.352072e-01 1.352072e-01 3.920000e-01 8.000000e-03 8.000000e-03 6.600000e-02 7.808969e-02 7.808969e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d46-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.033, up: 1.033}, sys: {dn: -0.772, up: 0.772}}, 1: {stat: {dn: -0.517, up: 0.517}, sys: {dn: -0.296, up: 0.296}}, 2: {stat: {dn: -0.377, up: 0.377}, sys: {dn: -0.218, up: 0.218}}, 3: {stat: {dn: -0.341, up: 0.341}, sys: {dn: -0.159, up: 0.159}}, 4: {stat: {dn: -0.284, up: 0.284}, sys: {dn: -0.198, up: 0.198}}, 5: {stat: {dn: -0.274, up: 0.274}, sys: {dn: -0.327, up: 0.327}}, 6: {stat: {dn: -0.295, up: 0.295}, sys: {dn: -0.228, up: 0.228}}, 7: {stat: {dn: -0.255, up: 0.255}, sys: {dn: -0.099, up: 0.099}}, 8: {stat: {dn: -0.254, up: 0.254}, sys: {dn: -0.181, up: 0.181}}, 9: {stat: {dn: -0.215, up: 0.215}, sys: {dn: -0.232, up: 0.232}}, 10: {stat: {dn: -0.231, up: 0.231}, sys: {dn: -0.175, up: 0.175}}, 11: {stat: {dn: -0.208, up: 0.208}, sys: {dn: -0.123, up: 0.123}}, 12: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.057, up: 0.057}}, 13: {stat: {dn: -0.183, up: 0.183}, sys: {dn: -0.071, up: 0.071}}, 14: {stat: {dn: -0.206, up: 0.206}, sys: {dn: -0.125, up: 0.125}}, 15: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.212, up: 0.212}}, 16: {stat: {dn: -0.171, up: 0.171}, sys: {dn: -0.109, up: 0.109}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 19: {stat: {dn: -0.104, up: 0.104}, sys: {dn: -0.026, up: 0.026}}, 20: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.059, up: 0.059}}, 21: {stat: {dn: -0.103, up: 0.103}, sys: {dn: -0.024, up: 0.024}}, 22: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 23: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 24: {stat: {dn: -0.046, up: 0.046}, sys: {dn: -0.086, up: 0.086}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d46-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.489400e+01 1.289602e+00 1.289602e+00 2.400000e-02 8.000000e-03 8.000000e-03 9.195000e+00 5.957390e-01 5.957390e-01 4.000000e-02 8.000000e-03 8.000000e-03 4.744000e+00 4.354917e-01 4.354917e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.568000e+00 3.762473e-01 3.762473e-01 7.200000e-02 8.000000e-03 8.000000e-03 1.975000e+00 3.462080e-01 3.462080e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.683000e+00 4.266204e-01 4.266204e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.633000e+00 3.728391e-01 3.728391e-01 1.200000e-01 8.000000e-03 8.000000e-03 1.086000e+00 2.735434e-01 2.735434e-01 1.360000e-01 8.000000e-03 8.000000e-03 9.610000e-01 3.118926e-01 3.118926e-01 1.520000e-01 8.000000e-03 8.000000e-03 4.690000e-01 3.163052e-01 3.163052e-01 1.680000e-01 8.000000e-03 8.000000e-03 4.370000e-01 2.898034e-01 2.898034e-01 1.840000e-01 8.000000e-03 8.000000e-03 2.950000e-01 2.416464e-01 2.416464e-01 2.000000e-01 8.000000e-03 8.000000e-03 1.710000e-01 1.764596e-01 1.764596e-01 2.160000e-01 8.000000e-03 8.000000e-03 2.880000e-01 1.962906e-01 1.962906e-01 2.320000e-01 8.000000e-03 8.000000e-03 4.180000e-01 2.409585e-01 2.409585e-01 2.480000e-01 8.000000e-03 8.000000e-03 4.500000e-02 2.507987e-01 2.507987e-01 2.640000e-01 8.000000e-03 8.000000e-03 2.660000e-01 2.027856e-01 2.027856e-01 2.800000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.960000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.120000e-01 8.000000e-03 8.000000e-03 3.600000e-02 1.072007e-01 1.072007e-01 3.280000e-01 8.000000e-03 8.000000e-03 2.200000e-02 8.414868e-02 8.414868e-02 3.440000e-01 8.000000e-03 8.000000e-03 7.400000e-02 1.057592e-01 1.057592e-01 3.600000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.760000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.920000e-01 8.000000e-03 8.000000e-03 3.900000e-02 9.752948e-02 9.752948e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d46-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -1.015, up: 1.015}, sys: {dn: -0.586, up: 0.586}}, 1: {stat: {dn: -0.51, up: 0.51}, sys: {dn: -0.537, up: 0.537}}, 2: {stat: {dn: -0.417, up: 0.417}, sys: {dn: -0.34, up: 0.34}}, 3: {stat: {dn: -0.319, up: 0.319}, sys: {dn: -0.137, up: 0.137}}, 4: {stat: {dn: -0.288, up: 0.288}, sys: {dn: -0.147, up: 0.147}}, 5: {stat: {dn: -0.281, up: 0.281}, sys: {dn: -0.108, up: 0.108}}, 6: {stat: {dn: -0.257, up: 0.257}, sys: {dn: -0.12, up: 0.12}}, 7: {stat: {dn: -0.261, up: 0.261}, sys: {dn: -0.362, up: 0.362}}, 8: {stat: {dn: -0.222, up: 0.222}, sys: {dn: -0.152, up: 0.152}}, 9: {stat: {dn: -0.244, up: 0.244}, sys: {dn: -0.175, up: 0.175}}, 10: {stat: {dn: -0.224, up: 0.224}, sys: {dn: -0.145, up: 0.145}}, 11: {stat: {dn: -0.273, up: 0.273}, sys: {dn: -0.138, up: 0.138}}, 12: {stat: {dn: -0.204, up: 0.204}, sys: {dn: -0.146, up: 0.146}}, 13: {stat: {dn: -0.215, up: 0.215}, sys: {dn: -0.101, up: 0.101}}, 14: {stat: {dn: -0.169, up: 0.169}, sys: {dn: -0.141, up: 0.141}}, 15: {stat: {dn: -0.221, up: 0.221}, sys: {dn: -0.17, up: 0.17}}, 16: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.188, up: 0.188}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 18: {stat: {dn: -0.144, up: 0.144}, sys: {dn: -0.032, up: 0.032}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 20: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.102, up: 0.102}}, 21: {stat: {dn: -0.112, up: 0.112}, sys: {dn: -0.113, up: 0.113}}, 22: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.038, up: 0.038}}, 23: {stat: {dn: -0.093, up: 0.093}, sys: {dn: -0.01, up: 0.01}}, 24: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d46-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.348600e+01 1.172016e+00 1.172016e+00 2.400000e-02 8.000000e-03 8.000000e-03 9.230000e+00 7.405869e-01 7.405869e-01 4.000000e-02 8.000000e-03 8.000000e-03 4.744000e+00 5.380418e-01 5.380418e-01 5.600000e-02 8.000000e-03 8.000000e-03 3.175000e+00 3.471743e-01 3.471743e-01 7.200000e-02 8.000000e-03 8.000000e-03 2.321000e+00 3.233466e-01 3.233466e-01 8.800000e-02 8.000000e-03 8.000000e-03 2.172000e+00 3.010399e-01 3.010399e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.350000e+00 2.836353e-01 2.836353e-01 1.200000e-01 8.000000e-03 8.000000e-03 8.600000e-01 4.462791e-01 4.462791e-01 1.360000e-01 8.000000e-03 8.000000e-03 7.420000e-01 2.690502e-01 2.690502e-01 1.520000e-01 8.000000e-03 8.000000e-03 8.550000e-01 3.002682e-01 3.002682e-01 1.680000e-01 8.000000e-03 8.000000e-03 7.120000e-01 2.668352e-01 2.668352e-01 1.840000e-01 8.000000e-03 8.000000e-03 8.550000e-01 3.058970e-01 3.058970e-01 2.000000e-01 8.000000e-03 8.000000e-03 4.180000e-01 2.508625e-01 2.508625e-01 2.160000e-01 8.000000e-03 8.000000e-03 3.080000e-01 2.375416e-01 2.375416e-01 2.320000e-01 8.000000e-03 8.000000e-03 2.150000e-01 2.200954e-01 2.200954e-01 2.480000e-01 8.000000e-03 8.000000e-03 4.610000e-01 2.788207e-01 2.788207e-01 2.640000e-01 8.000000e-03 8.000000e-03 1.800000e-02 1.896549e-01 1.896549e-01 2.800000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.960000e-01 8.000000e-03 8.000000e-03 9.800000e-02 1.475127e-01 1.475127e-01 3.120000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.280000e-01 8.000000e-03 8.000000e-03 1.490000e-01 1.789218e-01 1.789218e-01 3.440000e-01 8.000000e-03 8.000000e-03 5.400000e-02 1.591006e-01 1.591006e-01 3.600000e-01 8.000000e-03 8.000000e-03 4.800000e-02 8.407735e-02 8.407735e-02 3.760000e-01 8.000000e-03 8.000000e-03 2.500000e-02 9.353609e-02 9.353609e-02 3.920000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d46-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.795, up: 0.795}, sys: {dn: -0.595, up: 0.595}}, 1: {stat: {dn: -0.387, up: 0.387}, sys: {dn: -0.218, up: 0.218}}, 2: {stat: {dn: -0.293, up: 0.293}, sys: {dn: -0.128, up: 0.128}}, 3: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.132, up: 0.132}}, 4: {stat: {dn: -0.239, up: 0.239}, sys: {dn: -0.096, up: 0.096}}, 5: {stat: {dn: -0.21, up: 0.21}, sys: {dn: -0.13, up: 0.13}}, 6: {stat: {dn: -0.221, up: 0.221}, sys: {dn: -0.137, up: 0.137}}, 7: {stat: {dn: -0.179, up: 0.179}, sys: {dn: -0.107, up: 0.107}}, 8: {stat: {dn: -0.206, up: 0.206}, sys: {dn: -0.154, up: 0.154}}, 9: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.091, up: 0.091}}, 10: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.088, up: 0.088}}, 11: {stat: {dn: -0.189, up: 0.189}, sys: {dn: -0.145, up: 0.145}}, 12: {stat: {dn: -0.156, up: 0.156}, sys: {dn: -0.08, up: 0.08}}, 13: {stat: {dn: -0.187, up: 0.187}, sys: {dn: -0.163, up: 0.163}}, 14: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.085, up: 0.085}}, 15: {stat: {dn: -0.157, up: 0.157}, sys: {dn: -0.137, up: 0.137}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 17: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.103, up: 0.103}}, 18: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.044, up: 0.044}}, 19: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.078, up: 0.078}}, 20: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.1, up: 0.1}}, 21: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.059, up: 0.059}}, 22: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 23: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 24: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d46-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 8.000000e-03 8.000000e-03 8.000000e-03 3.397400e+01 9.930005e-01 9.930005e-01 2.400000e-02 8.000000e-03 8.000000e-03 8.981000e+00 4.441768e-01 4.441768e-01 4.000000e-02 8.000000e-03 8.000000e-03 4.963000e+00 3.197390e-01 3.197390e-01 5.600000e-02 8.000000e-03 8.000000e-03 2.969000e+00 2.747817e-01 2.747817e-01 7.200000e-02 8.000000e-03 8.000000e-03 2.618000e+00 2.575597e-01 2.575597e-01 8.800000e-02 8.000000e-03 8.000000e-03 1.530000e+00 2.469818e-01 2.469818e-01 1.040000e-01 8.000000e-03 8.000000e-03 1.647000e+00 2.600192e-01 2.600192e-01 1.200000e-01 8.000000e-03 8.000000e-03 9.230000e-01 2.085426e-01 2.085426e-01 1.360000e-01 8.000000e-03 8.000000e-03 1.093000e+00 2.572003e-01 2.572003e-01 1.520000e-01 8.000000e-03 8.000000e-03 5.260000e-01 1.945893e-01 1.945893e-01 1.680000e-01 8.000000e-03 8.000000e-03 4.990000e-01 1.914262e-01 1.914262e-01 1.840000e-01 8.000000e-03 8.000000e-03 6.670000e-01 2.382142e-01 2.382142e-01 2.000000e-01 8.000000e-03 8.000000e-03 2.340000e-01 1.753169e-01 1.753169e-01 2.160000e-01 8.000000e-03 8.000000e-03 5.470000e-01 2.480685e-01 2.480685e-01 2.320000e-01 8.000000e-03 8.000000e-03 3.370000e-01 1.873873e-01 1.873873e-01 2.480000e-01 8.000000e-03 8.000000e-03 3.010000e-01 2.083699e-01 2.083699e-01 2.640000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.800000e-01 8.000000e-03 8.000000e-03 5.700000e-02 1.642955e-01 1.642955e-01 2.960000e-01 8.000000e-03 8.000000e-03 4.500000e-02 1.166190e-01 1.166190e-01 3.120000e-01 8.000000e-03 8.000000e-03 1.240000e-01 1.406165e-01 1.406165e-01 3.280000e-01 8.000000e-03 8.000000e-03 1.480000e-01 1.523975e-01 1.523975e-01 3.440000e-01 8.000000e-03 8.000000e-03 1.800000e-02 6.140033e-02 6.140033e-02 3.600000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.760000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 3.920000e-01 8.000000e-03 8.000000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d47-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 1: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.002, up: 0.002}}, 2: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 3: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.007, up: 0.007}}, 4: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.003, up: 0.003}}, 5: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.006, up: 0.006}}, 7: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.011, up: 0.011}}, 8: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.013, up: 0.013}}, 9: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.014, up: 0.014}}, 10: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.02, up: 0.02}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.042, up: 0.042}}, 12: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.038, up: 0.038}}, 13: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.059, up: 0.059}}, 14: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.101, up: 0.101}}, 15: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.21, up: 0.21}}, 16: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.156, up: 0.156}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d47-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 5.875000e-01 1.250000e-02 1.250000e-02 1.000000e-03 0.000000e+00 0.000000e+00 6.125000e-01 1.250000e-02 1.250000e-02 8.000000e-03 2.000000e-03 2.000000e-03 6.375000e-01 1.250000e-02 1.250000e-02 2.500000e-02 1.414214e-03 1.414214e-03 6.625000e-01 1.250000e-02 1.250000e-02 8.500000e-02 7.280110e-03 7.280110e-03 6.875000e-01 1.250000e-02 1.250000e-02 1.550000e-01 4.242641e-03 4.242641e-03 7.125000e-01 1.250000e-02 1.250000e-02 2.370000e-01 5.830952e-03 5.830952e-03 7.375000e-01 1.250000e-02 1.250000e-02 3.390000e-01 7.211103e-03 7.211103e-03 7.625000e-01 1.250000e-02 1.250000e-02 4.770000e-01 1.208305e-02 1.208305e-02 7.875000e-01 1.250000e-02 1.250000e-02 6.270000e-01 1.392839e-02 1.392839e-02 8.125000e-01 1.250000e-02 1.250000e-02 8.380000e-01 1.523155e-02 1.523155e-02 8.375000e-01 1.250000e-02 1.250000e-02 1.169000e+00 2.154066e-02 2.154066e-02 8.625000e-01 1.250000e-02 1.250000e-02 1.598000e+00 4.295346e-02 4.295346e-02 8.875000e-01 1.250000e-02 1.250000e-02 2.329000e+00 3.929377e-02 3.929377e-02 9.125000e-01 1.250000e-02 1.250000e-02 3.614000e+00 6.020797e-02 6.020797e-02 9.375000e-01 1.250000e-02 1.250000e-02 6.186000e+00 1.019657e-01 1.019657e-01 9.625000e-01 1.250000e-02 1.250000e-02 1.280100e+01 2.119929e-01 2.119929e-01 9.875000e-01 1.250000e-02 1.250000e-02 9.513000e+00 1.569235e-01 1.569235e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d47-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.008, up: 0.008}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.011, up: 0.011}}, 6: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.01, up: 0.01}}, 7: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.012, up: 0.012}}, 8: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.015, up: 0.015}}, 9: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.018, up: 0.018}}, 10: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.026, up: 0.026}}, 11: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.046, up: 0.046}}, 12: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.049, up: 0.049}}, 13: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.081, up: 0.081}}, 14: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.131, up: 0.131}}, 15: {stat: {dn: -0.064, up: 0.064}, sys: {dn: -0.268, up: 0.268}}, 16: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.186, up: 0.186}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d47-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 5.875000e-01 1.250000e-02 1.250000e-02 1.000000e-03 1.000000e-03 1.000000e-03 6.125000e-01 1.250000e-02 1.250000e-02 5.000000e-03 1.414214e-03 1.414214e-03 6.375000e-01 1.250000e-02 1.250000e-02 3.400000e-02 2.828427e-03 2.828427e-03 6.625000e-01 1.250000e-02 1.250000e-02 8.900000e-02 8.944272e-03 8.944272e-03 6.875000e-01 1.250000e-02 1.250000e-02 1.660000e-01 9.219544e-03 9.219544e-03 7.125000e-01 1.250000e-02 1.250000e-02 2.500000e-01 1.360147e-02 1.360147e-02 7.375000e-01 1.250000e-02 1.250000e-02 3.420000e-01 1.345362e-02 1.345362e-02 7.625000e-01 1.250000e-02 1.250000e-02 4.880000e-01 1.627882e-02 1.627882e-02 7.875000e-01 1.250000e-02 1.250000e-02 6.430000e-01 1.984943e-02 1.984943e-02 8.125000e-01 1.250000e-02 1.250000e-02 8.590000e-01 2.280351e-02 2.280351e-02 8.375000e-01 1.250000e-02 1.250000e-02 1.195000e+00 3.106445e-02 3.106445e-02 8.625000e-01 1.250000e-02 1.250000e-02 1.737000e+00 5.015974e-02 5.015974e-02 8.875000e-01 1.250000e-02 1.250000e-02 2.442000e+00 5.371220e-02 5.371220e-02 9.125000e-01 1.250000e-02 1.250000e-02 3.855000e+00 8.477028e-02 8.477028e-02 9.375000e-01 1.250000e-02 1.250000e-02 6.564000e+00 1.341715e-01 1.341715e-01 9.625000e-01 1.250000e-02 1.250000e-02 1.347500e+01 2.755358e-01 2.755358e-01 9.875000e-01 1.250000e-02 1.250000e-02 7.855000e+00 1.879495e-01 1.879495e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d48-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.157, up: 0.157}}, 1: {stat: {dn: -0.052, up: 0.052}, sys: {dn: -0.788, up: 0.788}}, 2: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.555, up: 0.555}}, 3: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.193, up: 0.193}}, 4: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.097, up: 0.097}}, 5: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.069, up: 0.069}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.051, up: 0.051}}, 7: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.045, up: 0.045}}, 8: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.031, up: 0.031}}, 9: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.023, up: 0.023}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.021, up: 0.021}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.015, up: 0.015}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.012, up: 0.012}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.009, up: 0.009}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.007, up: 0.007}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.005, up: 0.005}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.004, up: 0.004}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d48-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 7.432000e+00 1.576230e-01 1.576230e-01 2.250000e-02 7.500000e-03 7.500000e-03 2.194600e+01 7.897139e-01 7.897139e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.189000e+01 5.557059e-01 5.557059e-01 5.250000e-02 7.500000e-03 7.500000e-03 7.033000e+00 1.943656e-01 1.943656e-01 6.750000e-02 7.500000e-03 7.500000e-03 4.595000e+00 9.904040e-02 9.904040e-02 8.250000e-02 7.500000e-03 7.500000e-03 3.279000e+00 7.106335e-02 7.106335e-02 9.750000e-02 7.500000e-03 7.500000e-03 2.433000e+00 5.316014e-02 5.316014e-02 1.125000e-01 7.500000e-03 7.500000e-03 1.890000e+00 4.684015e-02 4.684015e-02 1.275000e-01 7.500000e-03 7.500000e-03 1.445000e+00 3.324154e-02 3.324154e-02 1.425000e-01 7.500000e-03 7.500000e-03 1.105000e+00 2.507987e-02 2.507987e-02 1.575000e-01 7.500000e-03 7.500000e-03 9.170000e-01 2.284732e-02 2.284732e-02 1.725000e-01 7.500000e-03 7.500000e-03 6.890000e-01 1.700000e-02 1.700000e-02 1.875000e-01 7.500000e-03 7.500000e-03 5.500000e-01 1.389244e-02 1.389244e-02 2.025000e-01 7.500000e-03 7.500000e-03 4.250000e-01 1.081665e-02 1.081665e-02 2.175000e-01 7.500000e-03 7.500000e-03 3.200000e-01 8.602325e-03 8.602325e-03 2.325000e-01 7.500000e-03 7.500000e-03 2.560000e-01 7.071068e-03 7.071068e-03 2.475000e-01 7.500000e-03 7.500000e-03 1.830000e-01 5.656854e-03 5.656854e-03 2.625000e-01 7.500000e-03 7.500000e-03 1.330000e-01 4.242641e-03 4.242641e-03 2.775000e-01 7.500000e-03 7.500000e-03 8.600000e-02 5.000000e-03 5.000000e-03 2.925000e-01 7.500000e-03 7.500000e-03 5.900000e-02 2.828427e-03 2.828427e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d48-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.171, up: 0.171}}, 1: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.866, up: 0.866}}, 2: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.561, up: 0.561}}, 3: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.216, up: 0.216}}, 4: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.118, up: 0.118}}, 5: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.086, up: 0.086}}, 6: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.061, up: 0.061}}, 7: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.051, up: 0.051}}, 8: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.035, up: 0.035}}, 9: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.029, up: 0.029}}, 10: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.022, up: 0.022}}, 11: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.018, up: 0.018}}, 12: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.014, up: 0.014}}, 13: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.01, up: 0.01}}, 14: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.008, up: 0.008}}, 15: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.006, up: 0.006}}, 16: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.005, up: 0.005}}, 17: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 18: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}, 19: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d48-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 6.126000e+00 1.722846e-01 1.722846e-01 2.250000e-02 7.500000e-03 7.500000e-03 2.236300e+01 8.727084e-01 8.727084e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.194500e+01 5.636896e-01 5.636896e-01 5.250000e-02 7.500000e-03 7.500000e-03 7.214000e+00 2.212691e-01 2.212691e-01 6.750000e-02 7.500000e-03 7.500000e-03 4.824000e+00 1.252517e-01 1.252517e-01 8.250000e-02 7.500000e-03 7.500000e-03 3.508000e+00 9.442987e-02 9.442987e-02 9.750000e-02 7.500000e-03 7.500000e-03 2.478000e+00 6.935416e-02 6.935416e-02 1.125000e-01 7.500000e-03 7.500000e-03 1.950000e+00 5.916925e-02 5.916925e-02 1.275000e-01 7.500000e-03 7.500000e-03 1.422000e+00 4.301163e-02 4.301163e-02 1.425000e-01 7.500000e-03 7.500000e-03 1.196000e+00 3.764306e-02 3.764306e-02 1.575000e-01 7.500000e-03 7.500000e-03 8.660000e-01 2.973214e-02 2.973214e-02 1.725000e-01 7.500000e-03 7.500000e-03 7.270000e-01 2.545584e-02 2.545584e-02 1.875000e-01 7.500000e-03 7.500000e-03 5.640000e-01 2.202272e-02 2.202272e-02 2.025000e-01 7.500000e-03 7.500000e-03 4.240000e-01 1.720465e-02 1.720465e-02 2.175000e-01 7.500000e-03 7.500000e-03 3.390000e-01 1.526434e-02 1.526434e-02 2.325000e-01 7.500000e-03 7.500000e-03 2.350000e-01 1.166190e-02 1.166190e-02 2.475000e-01 7.500000e-03 7.500000e-03 1.920000e-01 1.029563e-02 1.029563e-02 2.625000e-01 7.500000e-03 7.500000e-03 1.310000e-01 8.062258e-03 8.062258e-03 2.775000e-01 7.500000e-03 7.500000e-03 1.080000e-01 1.063015e-02 1.063015e-02 2.925000e-01 7.500000e-03 7.500000e-03 5.500000e-02 4.472136e-03 4.472136e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d49-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.014, up: 0.014}}, 1: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.811, up: 0.811}}, 2: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.533, up: 0.533}}, 3: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.511, up: 0.511}}, 4: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.383, up: 0.383}}, 5: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.286, up: 0.286}}, 6: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.213, up: 0.213}}, 7: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.159, up: 0.159}}, 8: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.121, up: 0.121}}, 9: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.093, up: 0.093}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.073, up: 0.073}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.055, up: 0.055}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.043, up: 0.043}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.031, up: 0.031}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.022, up: 0.022}}, 15: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.012, up: 0.012}}, 16: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.005, up: 0.005}}, 17: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.006, up: 0.006}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d49-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 3.000000e-03 1.400000e-02 1.400000e-02 3.000000e-02 1.000000e-02 1.000000e-02 1.588000e+00 8.110154e-01 8.110154e-01 5.000000e-02 1.000000e-02 1.000000e-02 1.015100e+01 5.337883e-01 5.337883e-01 7.000000e-02 1.000000e-02 1.000000e-02 9.728000e+00 5.116112e-01 5.116112e-01 9.000000e-02 1.000000e-02 1.000000e-02 7.282000e+00 3.835218e-01 3.835218e-01 1.100000e-01 1.000000e-02 1.000000e-02 5.438000e+00 2.865048e-01 2.865048e-01 1.300000e-01 1.000000e-02 1.000000e-02 4.060000e+00 2.135275e-01 2.135275e-01 1.500000e-01 1.000000e-02 1.000000e-02 3.033000e+00 1.595306e-01 1.595306e-01 1.700000e-01 1.000000e-02 1.000000e-02 2.313000e+00 1.215936e-01 1.215936e-01 1.900000e-01 1.000000e-02 1.000000e-02 1.778000e+00 9.353609e-02 9.353609e-02 2.100000e-01 1.000000e-02 1.000000e-02 1.396000e+00 7.355270e-02 7.355270e-02 2.300000e-01 1.000000e-02 1.000000e-02 1.046000e+00 5.557877e-02 5.557877e-02 2.500000e-01 1.000000e-02 1.000000e-02 8.120000e-01 4.356604e-02 4.356604e-02 2.700000e-01 1.000000e-02 1.000000e-02 5.800000e-01 3.157531e-02 3.157531e-02 2.900000e-01 1.000000e-02 1.000000e-02 4.130000e-01 2.256103e-02 2.256103e-02 3.100000e-01 1.000000e-02 1.000000e-02 2.330000e-01 1.236932e-02 1.236932e-02 3.300000e-01 1.000000e-02 1.000000e-02 1.050000e-01 5.385165e-03 5.385165e-03 3.500000e-01 1.000000e-02 1.000000e-02 3.400000e-02 6.082763e-03 6.082763e-03 3.700000e-01 1.000000e-02 1.000000e-02 9.000000e-03 2.000000e-03 2.000000e-03 3.900000e-01 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d49-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 1: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.175, up: 0.175}}, 3: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.508, up: 0.508}}, 4: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.209, up: 0.209}}, 5: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.147, up: 0.147}}, 6: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.103, up: 0.103}}, 7: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.077, up: 0.077}}, 8: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.059, up: 0.059}}, 9: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.045, up: 0.045}}, 10: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.034, up: 0.034}}, 11: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.025, up: 0.025}}, 12: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.023, up: 0.023}}, 13: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.018, up: 0.018}}, 14: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.016, up: 0.016}}, 15: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.013, up: 0.013}}, 16: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.008, up: 0.008}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.005, up: 0.005}}, 18: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d49-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-02 1.000000e-02 1.000000e-02 0.000000e+00 0.000000e+00 0.000000e+00 3.000000e-02 1.000000e-02 1.000000e-02 9.000000e-03 1.000000e-03 1.000000e-03 5.000000e-02 1.000000e-02 1.000000e-02 3.093000e+00 1.760284e-01 1.760284e-01 7.000000e-02 1.000000e-02 1.000000e-02 1.336900e+01 5.128002e-01 5.128002e-01 9.000000e-02 1.000000e-02 1.000000e-02 9.338000e+00 2.137896e-01 2.137896e-01 1.100000e-01 1.000000e-02 1.000000e-02 6.565000e+00 1.518321e-01 1.518321e-01 1.300000e-01 1.000000e-02 1.000000e-02 4.616000e+00 1.081573e-01 1.081573e-01 1.500000e-01 1.000000e-02 1.000000e-02 3.445000e+00 8.300602e-02 8.300602e-02 1.700000e-01 1.000000e-02 1.000000e-02 2.624000e+00 6.488451e-02 6.488451e-02 1.900000e-01 1.000000e-02 1.000000e-02 2.012000e+00 5.147815e-02 5.147815e-02 2.100000e-01 1.000000e-02 1.000000e-02 1.511000e+00 3.996248e-02 3.996248e-02 2.300000e-01 1.000000e-02 1.000000e-02 1.104000e+00 3.080584e-02 3.080584e-02 2.500000e-01 1.000000e-02 1.000000e-02 8.310000e-01 2.801785e-02 2.801785e-02 2.700000e-01 1.000000e-02 1.000000e-02 6.590000e-01 2.343075e-02 2.343075e-02 2.900000e-01 1.000000e-02 1.000000e-02 4.150000e-01 1.941649e-02 1.941649e-02 3.100000e-01 1.000000e-02 1.000000e-02 2.480000e-01 1.581139e-02 1.581139e-02 3.300000e-01 1.000000e-02 1.000000e-02 1.260000e-01 9.433981e-03 9.433981e-03 3.500000e-01 1.000000e-02 1.000000e-02 3.300000e-02 5.385165e-03 5.385165e-03 3.700000e-01 1.000000e-02 1.000000e-02 3.000000e-03 2.000000e-03 2.000000e-03 3.900000e-01 1.000000e-02 1.000000e-02 1.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d50-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.173, up: 0.173}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.253, up: 0.253}}, 2: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.411, up: 0.411}}, 3: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.338, up: 0.338}}, 4: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.109, up: 0.109}}, 5: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.079, up: 0.079}}, 6: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.071, up: 0.071}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.046, up: 0.046}}, 8: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.036, up: 0.036}}, 9: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.029, up: 0.029}}, 10: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.022, up: 0.022}}, 11: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.018, up: 0.018}}, 12: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.013, up: 0.013}}, 13: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.01, up: 0.01}}, 14: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.006, up: 0.006}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.005, up: 0.005}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.003, up: 0.003}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d50-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 4.300000e-02 1.730000e-01 1.730000e-01 2.250000e-02 7.500000e-03 7.500000e-03 9.367000e+00 2.545447e-01 2.545447e-01 3.750000e-02 7.500000e-03 7.500000e-03 1.502800e+01 4.129419e-01 4.129419e-01 5.250000e-02 7.500000e-03 7.500000e-03 1.069300e+01 3.390767e-01 3.390767e-01 6.750000e-02 7.500000e-03 7.500000e-03 7.827000e+00 1.116109e-01 1.116109e-01 8.250000e-02 7.500000e-03 7.500000e-03 5.721000e+00 8.174350e-02 8.174350e-02 9.750000e-02 7.500000e-03 7.500000e-03 4.282000e+00 7.324616e-02 7.324616e-02 1.125000e-01 7.500000e-03 7.500000e-03 3.338000e+00 4.870318e-02 4.870318e-02 1.275000e-01 7.500000e-03 7.500000e-03 2.595000e+00 3.862642e-02 3.862642e-02 1.425000e-01 7.500000e-03 7.500000e-03 2.046000e+00 3.178050e-02 3.178050e-02 1.575000e-01 7.500000e-03 7.500000e-03 1.585000e+00 2.459675e-02 2.459675e-02 1.725000e-01 7.500000e-03 7.500000e-03 1.273000e+00 2.109502e-02 2.109502e-02 1.875000e-01 7.500000e-03 7.500000e-03 9.670000e-01 1.581139e-02 1.581139e-02 2.025000e-01 7.500000e-03 7.500000e-03 7.020000e-01 1.220656e-02 1.220656e-02 2.175000e-01 7.500000e-03 7.500000e-03 5.150000e-01 1.063015e-02 1.063015e-02 2.325000e-01 7.500000e-03 7.500000e-03 3.440000e-01 7.810250e-03 7.810250e-03 2.475000e-01 7.500000e-03 7.500000e-03 2.110000e-01 6.403124e-03 6.403124e-03 2.625000e-01 7.500000e-03 7.500000e-03 1.080000e-01 4.242641e-03 4.242641e-03 2.775000e-01 7.500000e-03 7.500000e-03 2.200000e-02 3.162278e-03 3.162278e-03 2.925000e-01 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d50-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.084, up: 0.084}}, 2: {stat: {dn: -0.107, up: 0.107}, sys: {dn: -0.815, up: 0.815}}, 3: {stat: {dn: -0.057, up: 0.057}, sys: {dn: -0.442, up: 0.442}}, 4: {stat: {dn: -0.047, up: 0.047}, sys: {dn: -0.156, up: 0.156}}, 5: {stat: {dn: -0.044, up: 0.044}, sys: {dn: -0.109, up: 0.109}}, 6: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.083, up: 0.083}}, 7: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.063, up: 0.063}}, 8: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.05, up: 0.05}}, 9: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.037, up: 0.037}}, 10: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.03, up: 0.03}}, 11: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.023, up: 0.023}}, 12: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.017, up: 0.017}}, 13: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.014, up: 0.014}}, 14: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.012, up: 0.012}}, 15: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.009, up: 0.009}}, 16: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.008, up: 0.008}}, 17: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d50-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 7.500000e-03 7.500000e-03 7.500000e-03 0.000000e+00 0.000000e+00 0.000000e+00 2.250000e-02 7.500000e-03 7.500000e-03 1.734000e+00 8.448077e-02 8.448077e-02 3.750000e-02 7.500000e-03 7.500000e-03 1.977900e+01 8.219939e-01 8.219939e-01 5.250000e-02 7.500000e-03 7.500000e-03 1.223900e+01 4.456602e-01 4.456602e-01 6.750000e-02 7.500000e-03 7.500000e-03 8.451000e+00 1.629264e-01 1.629264e-01 8.250000e-02 7.500000e-03 7.500000e-03 5.951000e+00 1.175457e-01 1.175457e-01 9.750000e-02 7.500000e-03 7.500000e-03 4.538000e+00 9.213577e-02 9.213577e-02 1.125000e-01 7.500000e-03 7.500000e-03 3.433000e+00 7.256032e-02 7.256032e-02 1.275000e-01 7.500000e-03 7.500000e-03 2.745000e+00 5.990826e-02 5.990826e-02 1.425000e-01 7.500000e-03 7.500000e-03 1.993000e+00 4.640043e-02 4.640043e-02 1.575000e-01 7.500000e-03 7.500000e-03 1.639000e+00 3.969887e-02 3.969887e-02 1.725000e-01 7.500000e-03 7.500000e-03 1.278000e+00 3.252691e-02 3.252691e-02 1.875000e-01 7.500000e-03 7.500000e-03 9.330000e-01 2.549510e-02 2.549510e-02 2.025000e-01 7.500000e-03 7.500000e-03 7.440000e-01 2.280351e-02 2.280351e-02 2.175000e-01 7.500000e-03 7.500000e-03 5.160000e-01 1.843909e-02 1.843909e-02 2.325000e-01 7.500000e-03 7.500000e-03 3.470000e-01 1.500000e-02 1.500000e-02 2.475000e-01 7.500000e-03 7.500000e-03 2.250000e-01 1.204159e-02 1.204159e-02 2.625000e-01 7.500000e-03 7.500000e-03 1.000000e-01 6.403124e-03 6.403124e-03 2.775000e-01 7.500000e-03 7.500000e-03 1.900000e-02 2.236068e-03 2.236068e-03 2.925000e-01 7.500000e-03 7.500000e-03 1.000000e-03 1.000000e-03 1.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d51-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.119, up: 0.119}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.088, up: 0.088}}, 2: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.115, up: 0.115}}, 3: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.069, up: 0.069}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.059, up: 0.059}}, 5: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.028, up: 0.028}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.022, up: 0.022}}, 7: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.017, up: 0.017}}, 8: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.016, up: 0.016}}, 9: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.012, up: 0.012}}, 10: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.01, up: 0.01}}, 11: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.01, up: 0.01}}, 12: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.007, up: 0.007}}, 13: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.009, up: 0.009}}, 15: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.005, up: 0.005}}, 16: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.008, up: 0.008}}, 17: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d51-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 1.940000e-01 1.190000e-01 1.190000e-01 7.500000e-02 2.500000e-02 2.500000e-02 3.040000e+00 8.845903e-02 8.845903e-02 1.250000e-01 2.500000e-02 2.500000e-02 4.010000e+00 1.155249e-01 1.155249e-01 1.750000e-01 2.500000e-02 2.500000e-02 2.849000e+00 6.946222e-02 6.946222e-02 2.250000e-01 2.500000e-02 2.500000e-02 2.071000e+00 5.941380e-02 5.941380e-02 2.750000e-01 2.500000e-02 2.500000e-02 1.567000e+00 2.863564e-02 2.863564e-02 3.250000e-01 2.500000e-02 2.500000e-02 1.232000e+00 2.256103e-02 2.256103e-02 3.750000e-01 2.500000e-02 2.500000e-02 9.840000e-01 1.772005e-02 1.772005e-02 4.250000e-01 2.500000e-02 2.500000e-02 8.040000e-01 1.649242e-02 1.649242e-02 4.750000e-01 2.500000e-02 2.500000e-02 6.650000e-01 1.264911e-02 1.264911e-02 5.250000e-01 2.500000e-02 2.500000e-02 5.600000e-01 1.077033e-02 1.077033e-02 5.750000e-01 2.500000e-02 2.500000e-02 4.880000e-01 1.044031e-02 1.044031e-02 6.250000e-01 2.500000e-02 2.500000e-02 4.190000e-01 7.615773e-03 7.615773e-03 6.750000e-01 2.500000e-02 2.500000e-02 3.580000e-01 6.708204e-03 6.708204e-03 7.250000e-01 2.500000e-02 2.500000e-02 3.100000e-01 9.486833e-03 9.486833e-03 7.750000e-01 2.500000e-02 2.500000e-02 2.600000e-01 5.830952e-03 5.830952e-03 8.250000e-01 2.500000e-02 2.500000e-02 1.240000e-01 8.246211e-03 8.246211e-03 8.750000e-01 2.500000e-02 2.500000e-02 4.700000e-02 2.236068e-03 2.236068e-03 9.250000e-01 2.500000e-02 2.500000e-02 1.600000e-02 2.236068e-03 2.236068e-03 9.750000e-01 2.500000e-02 2.500000e-02 3.000000e-03 1.000000e-03 1.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d51-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.071, up: 0.071}}, 2: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.149, up: 0.149}}, 3: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.083, up: 0.083}}, 4: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.068, up: 0.068}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.037, up: 0.037}}, 6: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.027, up: 0.027}}, 7: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.023, up: 0.023}}, 8: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.02, up: 0.02}}, 9: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.015, up: 0.015}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.013, up: 0.013}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.011, up: 0.011}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.009, up: 0.009}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.007, up: 0.007}}, 14: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.011, up: 0.011}}, 15: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.007, up: 0.007}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.011, up: 0.011}}, 17: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.003, up: 0.003}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d51-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 2.500000e-02 2.500000e-02 2.500000e-02 1.300000e-02 1.000000e-03 1.000000e-03 7.500000e-02 2.500000e-02 2.500000e-02 1.921000e+00 7.200694e-02 7.200694e-02 1.250000e-01 2.500000e-02 2.500000e-02 4.303000e+00 1.509205e-01 1.509205e-01 1.750000e-01 2.500000e-02 2.500000e-02 3.142000e+00 8.452810e-02 8.452810e-02 2.250000e-01 2.500000e-02 2.500000e-02 2.210000e+00 6.923150e-02 6.923150e-02 2.750000e-01 2.500000e-02 2.500000e-02 1.746000e+00 3.921734e-02 3.921734e-02 3.250000e-01 2.500000e-02 2.500000e-02 1.290000e+00 2.915476e-02 2.915476e-02 3.750000e-01 2.500000e-02 2.500000e-02 1.076000e+00 2.549510e-02 2.549510e-02 4.250000e-01 2.500000e-02 2.500000e-02 8.750000e-01 2.236068e-02 2.236068e-02 4.750000e-01 2.500000e-02 2.500000e-02 6.950000e-01 1.749286e-02 1.749286e-02 5.250000e-01 2.500000e-02 2.500000e-02 6.270000e-01 1.581139e-02 1.581139e-02 5.750000e-01 2.500000e-02 2.500000e-02 5.020000e-01 1.360147e-02 1.360147e-02 6.250000e-01 2.500000e-02 2.500000e-02 4.230000e-01 1.140175e-02 1.140175e-02 6.750000e-01 2.500000e-02 2.500000e-02 3.470000e-01 9.219544e-03 9.219544e-03 7.250000e-01 2.500000e-02 2.500000e-02 3.340000e-01 1.303840e-02 1.303840e-02 7.750000e-01 2.500000e-02 2.500000e-02 2.880000e-01 9.899495e-03 9.899495e-03 8.250000e-01 2.500000e-02 2.500000e-02 1.290000e-01 1.170470e-02 1.170470e-02 8.750000e-01 2.500000e-02 2.500000e-02 6.000000e-02 3.605551e-03 3.605551e-03 9.250000e-01 2.500000e-02 2.500000e-02 1.700000e-02 2.236068e-03 2.236068e-03 9.750000e-01 2.500000e-02 2.500000e-02 1.000000e-03 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d52-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.324, up: 0.324}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.095, up: 0.095}}, 2: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.048, up: 0.048}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.03, up: 0.03}}, 4: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.025, up: 0.025}}, 5: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.019, up: 0.019}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.017, up: 0.017}}, 7: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.013, up: 0.013}}, 8: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.009, up: 0.009}}, 9: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.008, up: 0.008}}, 10: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.006, up: 0.006}}, 11: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.007, up: 0.007}}, 12: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0, up: 0.0}}, 22: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 23: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 24: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d52-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.600000e-02 1.600000e-02 1.600000e-02 1.757400e+01 3.262208e-01 3.262208e-01 4.800000e-02 1.600000e-02 1.600000e-02 5.154000e+00 9.542536e-02 9.542536e-02 8.000000e-02 1.600000e-02 1.600000e-02 2.622000e+00 4.883646e-02 4.883646e-02 1.120000e-01 1.600000e-02 1.600000e-02 1.620000e+00 3.080584e-02 3.080584e-02 1.440000e-01 1.600000e-02 1.600000e-02 1.111000e+00 2.570992e-02 2.570992e-02 1.760000e-01 1.600000e-02 1.600000e-02 7.850000e-01 1.964688e-02 1.964688e-02 2.080000e-01 1.600000e-02 1.600000e-02 5.630000e-01 1.772005e-02 1.772005e-02 2.400000e-01 1.600000e-02 1.600000e-02 4.250000e-01 1.360147e-02 1.360147e-02 2.720000e-01 1.600000e-02 1.600000e-02 3.220000e-01 9.486833e-03 9.486833e-03 3.040000e-01 1.600000e-02 1.600000e-02 2.410000e-01 8.544004e-03 8.544004e-03 3.360000e-01 1.600000e-02 1.600000e-02 1.840000e-01 6.708204e-03 6.708204e-03 3.680000e-01 1.600000e-02 1.600000e-02 1.500000e-01 7.615773e-03 7.615773e-03 4.000000e-01 1.600000e-02 1.600000e-02 1.110000e-01 5.385165e-03 5.385165e-03 4.320000e-01 1.600000e-02 1.600000e-02 8.700000e-02 6.324555e-03 6.324555e-03 4.640000e-01 1.600000e-02 1.600000e-02 6.800000e-02 2.828427e-03 2.828427e-03 4.960000e-01 1.600000e-02 1.600000e-02 5.700000e-02 2.828427e-03 2.828427e-03 5.280000e-01 1.600000e-02 1.600000e-02 4.400000e-02 1.414214e-03 1.414214e-03 5.600000e-01 1.600000e-02 1.600000e-02 3.500000e-02 2.236068e-03 2.236068e-03 5.920000e-01 1.600000e-02 1.600000e-02 2.700000e-02 1.414214e-03 1.414214e-03 6.240000e-01 1.600000e-02 1.600000e-02 1.900000e-02 1.414214e-03 1.414214e-03 6.560000e-01 1.600000e-02 1.600000e-02 1.700000e-02 1.414214e-03 1.414214e-03 6.880000e-01 1.600000e-02 1.600000e-02 1.200000e-02 1.000000e-03 1.000000e-03 7.200000e-01 1.600000e-02 1.600000e-02 1.100000e-02 1.414214e-03 1.414214e-03 7.520000e-01 1.600000e-02 1.600000e-02 8.000000e-03 1.414214e-03 1.414214e-03 7.840000e-01 1.600000e-02 1.600000e-02 3.000000e-03 1.000000e-03 1.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d52-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.071, up: 0.071}, sys: {dn: -0.331, up: 0.331}}, 1: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.111, up: 0.111}}, 2: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.059, up: 0.059}}, 3: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.037, up: 0.037}}, 4: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.032, up: 0.032}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.025, up: 0.025}}, 6: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.024, up: 0.024}}, 7: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.017, up: 0.017}}, 8: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.011, up: 0.011}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.007, up: 0.007}}, 10: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.006, up: 0.006}}, 11: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.006, up: 0.006}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.005, up: 0.005}}, 13: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.006, up: 0.006}}, 14: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 15: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 19: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0, up: 0.0}}, 22: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 23: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 24: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d52-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.600000e-02 1.600000e-02 1.600000e-02 1.613300e+01 3.385292e-01 3.385292e-01 4.800000e-02 1.600000e-02 1.600000e-02 5.432000e+00 1.127874e-01 1.127874e-01 8.000000e-02 1.600000e-02 1.600000e-02 2.858000e+00 6.168468e-02 6.168468e-02 1.120000e-01 1.600000e-02 1.600000e-02 1.816000e+00 4.071855e-02 4.071855e-02 1.440000e-01 1.600000e-02 1.600000e-02 1.307000e+00 3.534119e-02 3.534119e-02 1.760000e-01 1.600000e-02 1.600000e-02 9.440000e-01 2.817801e-02 2.817801e-02 2.080000e-01 1.600000e-02 1.600000e-02 6.980000e-01 2.683282e-02 2.683282e-02 2.400000e-01 1.600000e-02 1.600000e-02 5.040000e-01 1.972308e-02 1.972308e-02 2.720000e-01 1.600000e-02 1.600000e-02 3.680000e-01 1.360147e-02 1.360147e-02 3.040000e-01 1.600000e-02 1.600000e-02 2.730000e-01 9.899495e-03 9.899495e-03 3.360000e-01 1.600000e-02 1.600000e-02 2.270000e-01 9.219544e-03 9.219544e-03 3.680000e-01 1.600000e-02 1.600000e-02 1.600000e-01 8.485281e-03 8.485281e-03 4.000000e-01 1.600000e-02 1.600000e-02 1.160000e-01 7.071068e-03 7.071068e-03 4.320000e-01 1.600000e-02 1.600000e-02 8.200000e-02 7.211103e-03 7.211103e-03 4.640000e-01 1.600000e-02 1.600000e-02 7.700000e-02 5.656854e-03 5.656854e-03 4.960000e-01 1.600000e-02 1.600000e-02 6.000000e-02 5.000000e-03 5.000000e-03 5.280000e-01 1.600000e-02 1.600000e-02 4.900000e-02 5.000000e-03 5.000000e-03 5.600000e-01 1.600000e-02 1.600000e-02 3.300000e-02 3.605551e-03 3.605551e-03 5.920000e-01 1.600000e-02 1.600000e-02 3.000000e-02 3.605551e-03 3.605551e-03 6.240000e-01 1.600000e-02 1.600000e-02 1.700000e-02 2.236068e-03 2.236068e-03 6.560000e-01 1.600000e-02 1.600000e-02 2.300000e-02 3.162278e-03 3.162278e-03 6.880000e-01 1.600000e-02 1.600000e-02 1.800000e-02 2.000000e-03 2.000000e-03 7.200000e-01 1.600000e-02 1.600000e-02 1.200000e-02 2.828427e-03 2.828427e-03 7.520000e-01 1.600000e-02 1.600000e-02 5.000000e-03 1.414214e-03 1.414214e-03 7.840000e-01 1.600000e-02 1.600000e-02 7.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d53-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.0034, up: 0.0034}}, 1: {stat: {dn: -0.0027, up: 0.0027}, sys: {dn: -0.0029, up: 0.0029}}, 2: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0051, up: 0.0051}}, 3: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0045, up: 0.0045}}, 4: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0046, up: 0.0046}}, 5: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0088, up: 0.0088}}, 6: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0014, up: 0.0014}}, 7: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.0012, up: 0.0012}}, 8: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.0008, up: 0.0008}}, 9: {stat: {dn: -0.0037, up: 0.0037}, sys: {dn: -0.0022, up: 0.0022}}, 10: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0011, up: 0.0011}}, 11: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0013, up: 0.0013}}, 12: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0014, up: 0.0014}}, 13: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0015, up: 0.0015}}, 14: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0016, up: 0.0016}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d53-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 9.710000e-02 4.534314e-03 4.534314e-03 5.530000e+01 0.000000e+00 0.000000e+00 8.110000e-02 3.962323e-03 3.962323e-03 6.540000e+01 0.000000e+00 0.000000e+00 7.960000e-02 5.515433e-03 5.515433e-03 7.570000e+01 0.000000e+00 0.000000e+00 7.310000e-02 4.743416e-03 4.743416e-03 8.230000e+01 0.000000e+00 0.000000e+00 7.000000e-02 4.939636e-03 4.939636e-03 8.510000e+01 0.000000e+00 0.000000e+00 6.910000e-02 9.070832e-03 9.070832e-03 1.301000e+02 0.000000e+00 0.000000e+00 5.560000e-02 2.607681e-03 2.607681e-03 1.361000e+02 0.000000e+00 0.000000e+00 6.140000e-02 3.231099e-03 3.231099e-03 1.613000e+02 0.000000e+00 0.000000e+00 5.130000e-02 3.104835e-03 3.104835e-03 1.723000e+02 0.000000e+00 0.000000e+00 5.420000e-02 4.304649e-03 4.304649e-03 1.828000e+02 0.000000e+00 0.000000e+00 5.390000e-02 2.282542e-03 2.282542e-03 1.886000e+02 0.000000e+00 0.000000e+00 5.480000e-02 1.838478e-03 1.838478e-03 1.944000e+02 0.000000e+00 0.000000e+00 5.510000e-02 2.523886e-03 2.523886e-03 2.002000e+02 0.000000e+00 0.000000e+00 5.820000e-02 2.580698e-03 2.580698e-03 2.062000e+02 0.000000e+00 0.000000e+00 5.690000e-02 2.334524e-03 2.334524e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d53-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0015, up: 0.0015}}, 1: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0006, up: 0.0006}}, 2: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.001, up: 0.001}}, 3: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.001, up: 0.001}}, 4: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0002, up: 0.0002}}, 7: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0007, up: 0.0007}}, 8: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0002, up: 0.0002}}, 9: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0005, up: 0.0005}}, 10: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0001, up: 0.0001}}, 11: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0005, up: 0.0005}}, 12: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0004, up: 0.0004}}, 13: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0004, up: 0.0004}}, 14: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0005, up: 0.0005}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d53-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 1.430000e-02 1.749286e-03 1.749286e-03 5.530000e+01 0.000000e+00 0.000000e+00 1.090000e-02 1.000000e-03 1.000000e-03 6.540000e+01 0.000000e+00 0.000000e+00 1.090000e-02 1.166190e-03 1.166190e-03 7.570000e+01 0.000000e+00 0.000000e+00 9.300000e-03 1.077033e-03 1.077033e-03 8.230000e+01 0.000000e+00 0.000000e+00 8.600000e-03 1.118034e-03 1.118034e-03 8.510000e+01 0.000000e+00 0.000000e+00 8.600000e-03 2.088061e-03 2.088061e-03 1.301000e+02 0.000000e+00 0.000000e+00 6.400000e-03 5.385165e-04 5.385165e-04 1.361000e+02 0.000000e+00 0.000000e+00 8.000000e-03 1.063015e-03 1.063015e-03 1.613000e+02 0.000000e+00 0.000000e+00 5.900000e-03 7.280110e-04 7.280110e-04 1.723000e+02 0.000000e+00 0.000000e+00 6.400000e-03 1.029563e-03 1.029563e-03 1.828000e+02 0.000000e+00 0.000000e+00 6.400000e-03 5.099020e-04 5.099020e-04 1.886000e+02 0.000000e+00 0.000000e+00 6.400000e-03 6.403124e-04 6.403124e-04 1.944000e+02 0.000000e+00 0.000000e+00 6.300000e-03 7.211103e-04 7.211103e-04 2.002000e+02 0.000000e+00 0.000000e+00 7.300000e-03 7.211103e-04 7.211103e-04 2.062000e+02 0.000000e+00 0.000000e+00 7.000000e-03 7.071068e-04 7.071068e-04 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d54-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0023, up: 0.0023}, sys: {dn: -0.0023, up: 0.0023}}, 1: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0023, up: 0.0023}}, 2: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0047, up: 0.0047}}, 3: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0027, up: 0.0027}}, 4: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0035, up: 0.0035}}, 5: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0085, up: 0.0085}}, 6: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0007, up: 0.0007}}, 7: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0005, up: 0.0005}}, 8: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0007, up: 0.0007}}, 9: {stat: {dn: -0.0028, up: 0.0028}, sys: {dn: -0.0008, up: 0.0008}}, 10: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0004, up: 0.0004}}, 11: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0009, up: 0.0009}}, 12: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0014, up: 0.0014}}, 13: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0015, up: 0.0015}}, 14: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0011, up: 0.0011}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d54-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 7.470000e-02 3.252691e-03 3.252691e-03 5.530000e+01 0.000000e+00 0.000000e+00 6.320000e-02 3.114482e-03 3.114482e-03 6.540000e+01 0.000000e+00 0.000000e+00 6.030000e-02 4.933559e-03 4.933559e-03 7.570000e+01 0.000000e+00 0.000000e+00 5.600000e-02 2.915476e-03 2.915476e-03 8.230000e+01 0.000000e+00 0.000000e+00 5.460000e-02 3.807887e-03 3.807887e-03 8.510000e+01 0.000000e+00 0.000000e+00 5.440000e-02 8.668333e-03 8.668333e-03 1.301000e+02 0.000000e+00 0.000000e+00 4.520000e-02 1.931321e-03 1.931321e-03 1.361000e+02 0.000000e+00 0.000000e+00 4.670000e-02 2.256103e-03 2.256103e-03 1.613000e+02 0.000000e+00 0.000000e+00 4.210000e-02 2.596151e-03 2.596151e-03 1.723000e+02 0.000000e+00 0.000000e+00 4.400000e-02 2.912044e-03 2.912044e-03 1.828000e+02 0.000000e+00 0.000000e+00 4.240000e-02 1.456022e-03 1.456022e-03 1.886000e+02 0.000000e+00 0.000000e+00 4.420000e-02 1.272792e-03 1.272792e-03 1.944000e+02 0.000000e+00 0.000000e+00 4.390000e-02 1.979899e-03 1.979899e-03 2.002000e+02 0.000000e+00 0.000000e+00 4.640000e-02 2.051828e-03 2.051828e-03 2.062000e+02 0.000000e+00 0.000000e+00 4.550000e-02 1.555635e-03 1.555635e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d54-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0005, up: 0.0005}}, 1: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0008, up: 0.0008}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0011, up: 0.0011}}, 3: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0007, up: 0.0007}}, 4: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0007, up: 0.0007}}, 5: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0014, up: 0.0014}}, 6: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0001, up: 0.0001}}, 7: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0001, up: 0.0001}}, 8: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0001, up: 0.0001}}, 9: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0003, up: 0.0003}}, 10: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0002, up: 0.0002}}, 11: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0002, up: 0.0002}}, 12: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0002, up: 0.0002}}, 13: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0003, up: 0.0003}}, 14: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0002, up: 0.0002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d54-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 8.000000e-03 7.810250e-04 7.810250e-04 5.530000e+01 0.000000e+00 0.000000e+00 6.300000e-03 9.433981e-04 9.433981e-04 6.540000e+01 0.000000e+00 0.000000e+00 6.000000e-03 1.140175e-03 1.140175e-03 7.570000e+01 0.000000e+00 0.000000e+00 5.300000e-03 7.280110e-04 7.280110e-04 8.230000e+01 0.000000e+00 0.000000e+00 5.200000e-03 7.615773e-04 7.615773e-04 8.510000e+01 0.000000e+00 0.000000e+00 5.400000e-03 1.456022e-03 1.456022e-03 1.301000e+02 0.000000e+00 0.000000e+00 4.100000e-03 3.162278e-04 3.162278e-04 1.361000e+02 0.000000e+00 0.000000e+00 4.500000e-03 4.123106e-04 4.123106e-04 1.613000e+02 0.000000e+00 0.000000e+00 4.000000e-03 4.123106e-04 4.123106e-04 1.723000e+02 0.000000e+00 0.000000e+00 4.000000e-03 5.830952e-04 5.830952e-04 1.828000e+02 0.000000e+00 0.000000e+00 4.000000e-03 3.605551e-04 3.605551e-04 1.886000e+02 0.000000e+00 0.000000e+00 4.300000e-03 2.828427e-04 2.828427e-04 1.944000e+02 0.000000e+00 0.000000e+00 4.200000e-03 3.605551e-04 3.605551e-04 2.002000e+02 0.000000e+00 0.000000e+00 4.800000e-03 4.242641e-04 4.242641e-04 2.062000e+02 0.000000e+00 0.000000e+00 4.600000e-03 3.605551e-04 3.605551e-04 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d55-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0027, up: 0.0027}, sys: {dn: -0.0016, up: 0.0016}}, 1: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0054, up: 0.0054}}, 2: {stat: {dn: -0.0019, up: 0.0019}, sys: {dn: -0.0079, up: 0.0079}}, 3: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0048, up: 0.0048}}, 4: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0057, up: 0.0057}}, 5: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0086, up: 0.0086}}, 6: {stat: {dn: -0.0023, up: 0.0023}, sys: {dn: -0.0008, up: 0.0008}}, 7: {stat: {dn: -0.0029, up: 0.0029}, sys: {dn: -0.0012, up: 0.0012}}, 8: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.0018, up: 0.0018}}, 9: {stat: {dn: -0.0046, up: 0.0046}, sys: {dn: -0.0031, up: 0.0031}}, 10: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0015, up: 0.0015}}, 11: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0018, up: 0.0018}}, 12: {stat: {dn: -0.0022, up: 0.0022}, sys: {dn: -0.0028, up: 0.0028}}, 13: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0025, up: 0.0025}}, 14: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0015, up: 0.0015}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d55-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 1.399000e-01 3.138471e-03 3.138471e-03 5.530000e+01 0.000000e+00 0.000000e+00 1.223000e-01 5.950630e-03 5.950630e-03 6.540000e+01 0.000000e+00 0.000000e+00 1.213000e-01 8.125269e-03 8.125269e-03 7.570000e+01 0.000000e+00 0.000000e+00 1.157000e-01 5.028916e-03 5.028916e-03 8.230000e+01 0.000000e+00 0.000000e+00 1.116000e-01 5.948109e-03 5.948109e-03 8.510000e+01 0.000000e+00 0.000000e+00 1.102000e-01 8.852683e-03 8.852683e-03 1.301000e+02 0.000000e+00 0.000000e+00 9.760000e-02 2.435159e-03 2.435159e-03 1.361000e+02 0.000000e+00 0.000000e+00 9.990000e-02 3.138471e-03 3.138471e-03 1.613000e+02 0.000000e+00 0.000000e+00 9.230000e-02 3.671512e-03 3.671512e-03 1.723000e+02 0.000000e+00 0.000000e+00 9.500000e-02 5.547071e-03 5.547071e-03 1.828000e+02 0.000000e+00 0.000000e+00 9.180000e-02 2.500000e-03 2.500000e-03 1.886000e+02 0.000000e+00 0.000000e+00 9.180000e-02 2.220360e-03 2.220360e-03 1.944000e+02 0.000000e+00 0.000000e+00 9.200000e-02 3.560899e-03 3.560899e-03 2.002000e+02 0.000000e+00 0.000000e+00 9.500000e-02 3.264966e-03 3.264966e-03 2.062000e+02 0.000000e+00 0.000000e+00 9.380000e-02 2.267157e-03 2.267157e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d55-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0005, up: 0.0005}}, 1: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0012, up: 0.0012}}, 2: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0022, up: 0.0022}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0014, up: 0.0014}}, 4: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0015, up: 0.0015}}, 5: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0022, up: 0.0022}}, 6: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0002, up: 0.0002}}, 7: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0004, up: 0.0004}}, 8: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0004, up: 0.0004}}, 9: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0006, up: 0.0006}}, 10: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0003, up: 0.0003}}, 11: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0005, up: 0.0005}}, 12: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0006, up: 0.0006}}, 14: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0005, up: 0.0005}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d55-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 2.360000e-02 1.029563e-03 1.029563e-03 5.530000e+01 0.000000e+00 0.000000e+00 1.870000e-02 1.442221e-03 1.442221e-03 6.540000e+01 0.000000e+00 0.000000e+00 1.870000e-02 2.280351e-03 2.280351e-03 7.570000e+01 0.000000e+00 0.000000e+00 1.720000e-02 1.486607e-03 1.486607e-03 8.230000e+01 0.000000e+00 0.000000e+00 1.600000e-02 1.615549e-03 1.615549e-03 8.510000e+01 0.000000e+00 0.000000e+00 1.580000e-02 2.308679e-03 2.308679e-03 1.301000e+02 0.000000e+00 0.000000e+00 1.310000e-02 6.324555e-04 6.324555e-04 1.361000e+02 0.000000e+00 0.000000e+00 1.410000e-02 8.944272e-04 8.944272e-04 1.613000e+02 0.000000e+00 0.000000e+00 1.210000e-02 8.944272e-04 8.944272e-04 1.723000e+02 0.000000e+00 0.000000e+00 1.360000e-02 1.523155e-03 1.523155e-03 1.828000e+02 0.000000e+00 0.000000e+00 1.210000e-02 6.708204e-04 6.708204e-04 1.886000e+02 0.000000e+00 0.000000e+00 1.210000e-02 6.403124e-04 6.403124e-04 1.944000e+02 0.000000e+00 0.000000e+00 1.220000e-02 1.166190e-03 1.166190e-03 2.002000e+02 0.000000e+00 0.000000e+00 1.310000e-02 9.219544e-04 9.219544e-04 2.062000e+02 0.000000e+00 0.000000e+00 1.280000e-02 7.071068e-04 7.071068e-04 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d56-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0018, up: 0.0018}}, 1: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0034, up: 0.0034}}, 2: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.006, up: 0.006}}, 3: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0046, up: 0.0046}}, 4: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0051, up: 0.0051}}, 5: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0092, up: 0.0092}}, 6: {stat: {dn: -0.0019, up: 0.0019}, sys: {dn: -0.0006, up: 0.0006}}, 7: {stat: {dn: -0.0024, up: 0.0024}, sys: {dn: -0.0007, up: 0.0007}}, 8: {stat: {dn: -0.0027, up: 0.0027}, sys: {dn: -0.001, up: 0.001}}, 9: {stat: {dn: -0.0031, up: 0.0031}, sys: {dn: -0.0023, up: 0.0023}}, 10: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0016, up: 0.0016}}, 13: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0016, up: 0.0016}}, 14: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0009, up: 0.0009}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d56-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 8.960000e-02 2.765863e-03 2.765863e-03 5.530000e+01 0.000000e+00 0.000000e+00 8.000000e-02 3.944617e-03 3.944617e-03 6.540000e+01 0.000000e+00 0.000000e+00 8.060000e-02 6.161169e-03 6.161169e-03 7.570000e+01 0.000000e+00 0.000000e+00 7.580000e-02 4.729693e-03 4.729693e-03 8.230000e+01 0.000000e+00 0.000000e+00 7.560000e-02 5.288667e-03 5.288667e-03 8.510000e+01 0.000000e+00 0.000000e+00 7.490000e-02 9.355747e-03 9.355747e-03 1.301000e+02 0.000000e+00 0.000000e+00 6.810000e-02 1.992486e-03 1.992486e-03 1.361000e+02 0.000000e+00 0.000000e+00 6.990000e-02 2.500000e-03 2.500000e-03 1.613000e+02 0.000000e+00 0.000000e+00 6.660000e-02 2.879236e-03 2.879236e-03 1.723000e+02 0.000000e+00 0.000000e+00 6.640000e-02 3.860052e-03 3.860052e-03 1.828000e+02 0.000000e+00 0.000000e+00 6.540000e-02 1.802776e-03 1.802776e-03 1.886000e+02 0.000000e+00 0.000000e+00 6.690000e-02 1.345362e-03 1.345362e-03 1.944000e+02 0.000000e+00 0.000000e+00 6.630000e-02 2.126029e-03 2.126029e-03 2.002000e+02 0.000000e+00 0.000000e+00 6.880000e-02 2.061553e-03 2.061553e-03 2.062000e+02 0.000000e+00 0.000000e+00 6.820000e-02 1.421267e-03 1.421267e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d56-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0005, up: 0.0005}}, 1: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0006, up: 0.0006}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0013, up: 0.0013}}, 3: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0008, up: 0.0008}}, 4: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0008, up: 0.0008}}, 5: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0018, up: 0.0018}}, 6: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0001, up: 0.0001}}, 7: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0002, up: 0.0002}}, 8: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0002, up: 0.0002}}, 9: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0005, up: 0.0005}}, 10: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0002, up: 0.0002}}, 11: {stat: {dn: -0.0002, up: 0.0002}, sys: {dn: -0.0002, up: 0.0002}}, 12: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0003, up: 0.0003}}, 13: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0003, up: 0.0003}}, 14: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0001, up: 0.0001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d56-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 4.140000e+01 0.000000e+00 0.000000e+00 1.040000e-02 7.071068e-04 7.071068e-04 5.530000e+01 0.000000e+00 0.000000e+00 8.600000e-03 7.810250e-04 7.810250e-04 6.540000e+01 0.000000e+00 0.000000e+00 8.800000e-03 1.334166e-03 1.334166e-03 7.570000e+01 0.000000e+00 0.000000e+00 8.100000e-03 8.544004e-04 8.544004e-04 8.230000e+01 0.000000e+00 0.000000e+00 8.100000e-03 8.544004e-04 8.544004e-04 8.510000e+01 0.000000e+00 0.000000e+00 8.200000e-03 1.843909e-03 1.843909e-03 1.301000e+02 0.000000e+00 0.000000e+00 6.900000e-03 4.123106e-04 4.123106e-04 1.361000e+02 0.000000e+00 0.000000e+00 7.600000e-03 5.385165e-04 5.385165e-04 1.613000e+02 0.000000e+00 0.000000e+00 7.000000e-03 5.385165e-04 5.385165e-04 1.723000e+02 0.000000e+00 0.000000e+00 6.800000e-03 7.810250e-04 7.810250e-04 1.828000e+02 0.000000e+00 0.000000e+00 6.700000e-03 3.605551e-04 3.605551e-04 1.886000e+02 0.000000e+00 0.000000e+00 7.100000e-03 2.828427e-04 2.828427e-04 1.944000e+02 0.000000e+00 0.000000e+00 6.900000e-03 4.242641e-04 4.242641e-04 2.002000e+02 0.000000e+00 0.000000e+00 7.500000e-03 4.242641e-04 4.242641e-04 2.062000e+02 0.000000e+00 0.000000e+00 7.400000e-03 3.162278e-04 3.162278e-04 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d57-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0072, up: 0.0072}, sys: {dn: -0.0053, up: 0.0053}}, 1: {stat: {dn: -0.0089, up: 0.0089}, sys: {dn: -0.0039, up: 0.0039}}, 2: {stat: {dn: -0.0098, up: 0.0098}, sys: {dn: -0.0028, up: 0.0028}}, 3: {stat: {dn: -0.0159, up: 0.0159}, sys: {dn: -0.0033, up: 0.0033}}, 4: {stat: {dn: -0.0063, up: 0.0063}, sys: {dn: -0.0073, up: 0.0073}}, 5: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.0041, up: 0.0041}}, 6: {stat: {dn: -0.0058, up: 0.0058}, sys: {dn: -0.0039, up: 0.0039}}, 7: {stat: {dn: -0.0059, up: 0.0059}, sys: {dn: -0.0068, up: 0.0068}}, 8: {stat: {dn: -0.0049, up: 0.0049}, sys: {dn: -0.0035, up: 0.0035}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d57-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.301000e+02 0.000000e+00 0.000000e+00 2.277000e-01 8.940358e-03 8.940358e-03 1.361000e+02 0.000000e+00 0.000000e+00 2.357000e-01 9.716995e-03 9.716995e-03 1.613000e+02 0.000000e+00 0.000000e+00 2.052000e-01 1.019215e-02 1.019215e-02 1.723000e+02 0.000000e+00 0.000000e+00 2.281000e-01 1.623884e-02 1.623884e-02 1.828000e+02 0.000000e+00 0.000000e+00 2.157000e-01 9.642614e-03 9.642614e-03 1.886000e+02 0.000000e+00 0.000000e+00 2.160000e-01 5.728001e-03 5.728001e-03 1.944000e+02 0.000000e+00 0.000000e+00 2.158000e-01 6.989278e-03 6.989278e-03 2.002000e+02 0.000000e+00 0.000000e+00 2.244000e-01 9.002777e-03 9.002777e-03 2.062000e+02 0.000000e+00 0.000000e+00 2.195000e-01 6.021628e-03 6.021628e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d57-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.0027, up: 0.0027}}, 1: {stat: {dn: -0.0064, up: 0.0064}, sys: {dn: -0.0018, up: 0.0018}}, 2: {stat: {dn: -0.0064, up: 0.0064}, sys: {dn: -0.0019, up: 0.0019}}, 3: {stat: {dn: -0.0133, up: 0.0133}, sys: {dn: -0.0029, up: 0.0029}}, 4: {stat: {dn: -0.0051, up: 0.0051}, sys: {dn: -0.0032, up: 0.0032}}, 5: {stat: {dn: -0.0032, up: 0.0032}, sys: {dn: -0.0038, up: 0.0038}}, 6: {stat: {dn: -0.0045, up: 0.0045}, sys: {dn: -0.0025, up: 0.0025}}, 7: {stat: {dn: -0.0049, up: 0.0049}, sys: {dn: -0.0048, up: 0.0048}}, 8: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.0033, up: 0.0033}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d57-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.301000e+02 0.000000e+00 0.000000e+00 8.480000e-02 5.682429e-03 5.682429e-03 1.361000e+02 0.000000e+00 0.000000e+00 9.380000e-02 6.648308e-03 6.648308e-03 1.613000e+02 0.000000e+00 0.000000e+00 7.570000e-02 6.676077e-03 6.676077e-03 1.723000e+02 0.000000e+00 0.000000e+00 9.790000e-02 1.361249e-02 1.361249e-02 1.828000e+02 0.000000e+00 0.000000e+00 8.040000e-02 6.020797e-03 6.020797e-03 1.886000e+02 0.000000e+00 0.000000e+00 7.950000e-02 4.967897e-03 4.967897e-03 1.944000e+02 0.000000e+00 0.000000e+00 7.780000e-02 5.147815e-03 5.147815e-03 2.002000e+02 0.000000e+00 0.000000e+00 8.640000e-02 6.859300e-03 6.859300e-03 2.062000e+02 0.000000e+00 0.000000e+00 8.280000e-02 5.185557e-03 5.185557e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d58-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0024, up: 0.0024}, sys: {dn: -0.0007, up: 0.0007}}, 1: {stat: {dn: -0.0052, up: 0.0052}, sys: {dn: -0.0017, up: 0.0017}}, 2: {stat: {dn: -0.0038, up: 0.0038}, sys: {dn: -0.0009, up: 0.0009}}, 3: {stat: {dn: -0.0119, up: 0.0119}, sys: {dn: -0.0075, up: 0.0075}}, 4: {stat: {dn: -0.0037, up: 0.0037}, sys: {dn: -0.0059, up: 0.0059}}, 5: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0028, up: 0.0028}}, 6: {stat: {dn: -0.0023, up: 0.0023}, sys: {dn: -0.0047, up: 0.0047}}, 7: {stat: {dn: -0.0028, up: 0.0028}, sys: {dn: -0.0037, up: 0.0037}}, 8: {stat: {dn: -0.0029, up: 0.0029}, sys: {dn: -0.0033, up: 0.0033}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d58-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.301000e+02 0.000000e+00 0.000000e+00 4.040000e-02 2.500000e-03 2.500000e-03 1.361000e+02 0.000000e+00 0.000000e+00 5.660000e-02 5.470832e-03 5.470832e-03 1.613000e+02 0.000000e+00 0.000000e+00 3.900000e-02 3.905125e-03 3.905125e-03 1.723000e+02 0.000000e+00 0.000000e+00 7.520000e-02 1.406627e-02 1.406627e-02 1.828000e+02 0.000000e+00 0.000000e+00 4.570000e-02 6.964194e-03 6.964194e-03 1.886000e+02 0.000000e+00 0.000000e+00 4.150000e-02 3.440930e-03 3.440930e-03 1.944000e+02 0.000000e+00 0.000000e+00 3.870000e-02 5.232590e-03 5.232590e-03 2.002000e+02 0.000000e+00 0.000000e+00 4.350000e-02 4.640043e-03 4.640043e-03 2.062000e+02 0.000000e+00 0.000000e+00 4.290000e-02 4.393177e-03 4.393177e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d58-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0016, up: 0.0016}, sys: {dn: -0.0001, up: 0.0001}}, 1: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0006, up: 0.0006}}, 2: {stat: {dn: -0.0017, up: 0.0017}, sys: {dn: -0.0002, up: 0.0002}}, 3: {stat: {dn: -0.0072, up: 0.0072}, sys: {dn: -0.0014, up: 0.0014}}, 4: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0035, up: 0.0035}}, 5: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0017, up: 0.0017}}, 6: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0016, up: 0.0016}}, 7: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0021, up: 0.0021}}, 8: {stat: {dn: -0.0012, up: 0.0012}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d58-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.301000e+02 0.000000e+00 0.000000e+00 5.100000e-03 1.603122e-03 1.603122e-03 1.361000e+02 0.000000e+00 0.000000e+00 1.380000e-02 2.570992e-03 2.570992e-03 1.613000e+02 0.000000e+00 0.000000e+00 6.600000e-03 1.711724e-03 1.711724e-03 1.723000e+02 0.000000e+00 0.000000e+00 2.770000e-02 7.334848e-03 7.334848e-03 1.828000e+02 0.000000e+00 0.000000e+00 8.900000e-03 3.935734e-03 3.935734e-03 1.886000e+02 0.000000e+00 0.000000e+00 6.700000e-03 1.923538e-03 1.923538e-03 1.944000e+02 0.000000e+00 0.000000e+00 5.600000e-03 1.886796e-03 1.886796e-03 2.002000e+02 0.000000e+00 0.000000e+00 6.400000e-03 2.325941e-03 2.325941e-03 2.062000e+02 0.000000e+00 0.000000e+00 6.400000e-03 2.332381e-03 2.332381e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d59-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -3.0e-06, up: 3.0e-06}, sys: {dn: -9.0e-06, up: 9.0e-06}}, 1: {stat: {dn: -1.0e-05, up: 1.0e-05}, sys: {dn: -5.1e-05, up: 5.1e-05}}, 2: {stat: {dn: -2.8e-05, up: 2.8e-05}, sys: {dn: -0.000104, up: 0.000104}}, 3: {stat: {dn: -6.3e-05, up: 6.3e-05}, sys: {dn: -0.000368, up: 0.000368}}, 4: {stat: {dn: -0.000108, up: 0.000108}, sys: {dn: -0.000755, up: 0.000755}}, 5: {stat: {dn: -0.00015, up: 0.00015}, sys: {dn: -0.001115, up: 0.001115}}, 6: {stat: {dn: -0.000173, up: 0.000173}, sys: {dn: -0.001263, up: 0.001263}}, 7: {stat: {dn: -0.000176, up: 0.000176}, sys: {dn: -0.001274, up: 0.001274}}, 8: {stat: {dn: -0.000168, up: 0.000168}, sys: {dn: -0.000978, up: 0.000978}}, 9: {stat: {dn: -0.000158, up: 0.000158}, sys: {dn: -0.000883, up: 0.000883}}, 10: {stat: {dn: -0.000148, up: 0.000148}, sys: {dn: -0.000419, up: 0.000419}}, 11: {stat: {dn: -0.000138, up: 0.000138}, sys: {dn: -0.000639, up: 0.000639}}, 12: {stat: {dn: -0.000125, up: 0.000125}, sys: {dn: -0.000804, up: 0.000804}}, 13: {stat: {dn: -0.000109, up: 0.000109}, sys: {dn: -0.000998, up: 0.000998}}, 14: {stat: {dn: -9.3e-05, up: 9.3e-05}, sys: {dn: -0.000908, up: 0.000908}}, 15: {stat: {dn: -7.6e-05, up: 7.6e-05}, sys: {dn: -0.000822, up: 0.000822}}, 16: {stat: {dn: -6.1e-05, up: 6.1e-05}, sys: {dn: -0.000634, up: 0.000634}}, 17: {stat: {dn: -4.7e-05, up: 4.7e-05}, sys: {dn: -0.000461, up: 0.000461}}, 18: {stat: {dn: -3.6e-05, up: 3.6e-05}, sys: {dn: -0.000306, up: 0.000306}}, 19: {stat: {dn: -2.7e-05, up: 2.7e-05}, sys: {dn: -0.000221, up: 0.000221}}, 20: {stat: {dn: -2.0e-05, up: 2.0e-05}, sys: {dn: -0.000146, up: 0.000146}}, 21: {stat: {dn: -1.4e-05, up: 1.4e-05}, sys: {dn: -9.0e-05, up: 9.0e-05}}, 22: {stat: {dn: -1.0e-05, up: 1.0e-05}, sys: {dn: -5.6e-05, up: 5.6e-05}}, 23: {stat: {dn: -7.0e-06, up: 7.0e-06}, sys: {dn: -3.5e-05, up: 3.5e-05}}, 24: {stat: {dn: -4.0e-06, up: 4.0e-06}, sys: {dn: -1.8e-05, up: 1.8e-05}}, 25: {stat: {dn: -3.0e-06, up: 3.0e-06}, sys: {dn: -1.3e-05, up: 1.3e-05}}, 26: {stat: {dn: -3.0e-06, up: 3.0e-06}, sys: {dn: -1.0e-05, up: 1.0e-05}}, 27: {stat: {dn: -3.0e-06, up: 3.0e-06}, sys: {dn: -7.0e-06, up: 7.0e-06}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d59-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ -2.000000e+00 1.000000e+00 1.000000e+00 1.800000e-05 9.486833e-06 9.486833e-06 -4.000000e+00 1.000000e+00 1.000000e+00 2.680000e-04 5.197115e-05 5.197115e-05 -6.000000e+00 1.000000e+00 1.000000e+00 2.054000e-03 1.077033e-04 1.077033e-04 -8.000000e+00 1.000000e+00 1.000000e+00 9.328000e-03 3.733537e-04 3.733537e-04 -1.000000e+01 1.000000e+00 1.000000e+00 2.762100e-02 7.626854e-04 7.626854e-04 -1.200000e+01 1.000000e+00 1.000000e+00 5.842600e-02 1.125044e-03 1.125044e-03 -1.400000e+01 1.000000e+00 1.000000e+00 9.383600e-02 1.274793e-03 1.274793e-03 -1.600000e+01 1.000000e+00 1.000000e+00 1.217190e-01 1.286100e-03 1.286100e-03 -1.800000e+01 1.000000e+00 1.000000e+00 1.337790e-01 9.923245e-04 9.923245e-04 -2.000000e+01 1.000000e+00 1.000000e+00 1.295390e-01 8.970245e-04 8.970245e-04 -2.200000e+01 1.000000e+00 1.000000e+00 1.135980e-01 4.443703e-04 4.443703e-04 -2.400000e+01 1.000000e+00 1.000000e+00 9.258600e-02 6.537316e-04 6.537316e-04 -2.600000e+01 1.000000e+00 1.000000e+00 7.083200e-02 8.136590e-04 8.136590e-04 -2.800000e+01 1.000000e+00 1.000000e+00 5.122500e-02 1.003935e-03 1.003935e-03 -3.000000e+01 1.000000e+00 1.000000e+00 3.549000e-02 9.127502e-04 9.127502e-04 -3.200000e+01 1.000000e+00 1.000000e+00 2.354100e-02 8.255059e-04 8.255059e-04 -3.400000e+01 1.000000e+00 1.000000e+00 1.492800e-02 6.369278e-04 6.369278e-04 -3.600000e+01 1.000000e+00 1.000000e+00 9.190000e-03 4.633897e-04 4.633897e-04 -3.800000e+01 1.000000e+00 1.000000e+00 5.395000e-03 3.081104e-04 3.081104e-04 -4.000000e+01 1.000000e+00 1.000000e+00 3.119000e-03 2.226432e-04 2.226432e-04 -4.200000e+01 1.000000e+00 1.000000e+00 1.735000e-03 1.473635e-04 1.473635e-04 -4.400000e+01 1.000000e+00 1.000000e+00 9.030000e-04 9.108238e-05 9.108238e-05 -4.600000e+01 1.000000e+00 1.000000e+00 4.520000e-04 5.688585e-05 5.688585e-05 -4.800000e+01 1.000000e+00 1.000000e+00 2.280000e-04 3.569314e-05 3.569314e-05 -5.000000e+01 1.000000e+00 1.000000e+00 1.020000e-04 1.843909e-05 1.843909e-05 -5.200000e+01 1.000000e+00 1.000000e+00 5.100000e-05 1.334166e-05 1.334166e-05 -5.400000e+01 1.000000e+00 1.000000e+00 2.300000e-05 1.044031e-05 1.044031e-05 -5.600000e+01 1.000000e+00 1.000000e+00 1.300000e-05 7.615773e-06 7.615773e-06 -END YODA_SCATTER2D_V2 - +Title: doi:10.17182/hepdata.54900.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e-05 9.486833e-06 9.486833e-06 +4.000000e+00 0.000000e+00 0.000000e+00 2.680000e-04 5.197115e-05 5.197115e-05 +6.000000e+00 0.000000e+00 0.000000e+00 2.054000e-03 1.077033e-04 1.077033e-04 +8.000000e+00 0.000000e+00 0.000000e+00 9.328000e-03 3.733537e-04 3.733537e-04 +1.000000e+01 0.000000e+00 0.000000e+00 2.762100e-02 7.626854e-04 7.626854e-04 +1.200000e+01 0.000000e+00 0.000000e+00 5.842600e-02 1.125044e-03 1.125044e-03 +1.400000e+01 0.000000e+00 0.000000e+00 9.383600e-02 1.274793e-03 1.274793e-03 +1.600000e+01 0.000000e+00 0.000000e+00 1.217190e-01 1.286100e-03 1.286100e-03 +1.800000e+01 0.000000e+00 0.000000e+00 1.337790e-01 9.923245e-04 9.923245e-04 +2.000000e+01 0.000000e+00 0.000000e+00 1.295390e-01 8.970245e-04 8.970245e-04 +2.200000e+01 0.000000e+00 0.000000e+00 1.135980e-01 4.443703e-04 4.443703e-04 +2.400000e+01 0.000000e+00 0.000000e+00 9.258600e-02 6.537316e-04 6.537316e-04 +2.600000e+01 0.000000e+00 0.000000e+00 7.083200e-02 8.136590e-04 8.136590e-04 +2.800000e+01 0.000000e+00 0.000000e+00 5.122500e-02 1.003935e-03 1.003935e-03 +3.000000e+01 0.000000e+00 0.000000e+00 3.549000e-02 9.127502e-04 9.127502e-04 +3.200000e+01 0.000000e+00 0.000000e+00 2.354100e-02 8.255059e-04 8.255059e-04 +3.400000e+01 0.000000e+00 0.000000e+00 1.492800e-02 6.369278e-04 6.369278e-04 +3.600000e+01 0.000000e+00 0.000000e+00 9.190000e-03 4.633897e-04 4.633897e-04 +3.800000e+01 0.000000e+00 0.000000e+00 5.395000e-03 3.081104e-04 3.081104e-04 +4.000000e+01 0.000000e+00 0.000000e+00 3.119000e-03 2.226432e-04 2.226432e-04 +4.200000e+01 0.000000e+00 0.000000e+00 1.735000e-03 1.473635e-04 1.473635e-04 +4.400000e+01 0.000000e+00 0.000000e+00 9.030000e-04 9.108238e-05 9.108238e-05 +4.600000e+01 0.000000e+00 0.000000e+00 4.520000e-04 5.688585e-05 5.688585e-05 +4.800000e+01 0.000000e+00 0.000000e+00 2.280000e-04 3.569314e-05 3.569314e-05 +5.000000e+01 0.000000e+00 0.000000e+00 1.020000e-04 1.843909e-05 1.843909e-05 +5.200000e+01 0.000000e+00 0.000000e+00 5.100000e-05 1.334166e-05 1.334166e-05 +5.400000e+01 0.000000e+00 0.000000e+00 2.300000e-05 1.044031e-05 1.044031e-05 +5.600000e+01 0.000000e+00 0.000000e+00 1.300000e-05 7.615773e-06 7.615773e-06 +END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d59-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -4.0e-06, up: 4.0e-06}, sys: {dn: -2.0e-06, up: 2.0e-06}}, 1: {stat: {dn: -1.4e-05, up: 1.4e-05}, sys: {dn: -2.7e-05, up: 2.7e-05}}, 2: {stat: {dn: -4.1e-05, up: 4.1e-05}, sys: {dn: -0.000192, up: 0.000192}}, 3: {stat: {dn: -8.7e-05, up: 8.7e-05}, sys: {dn: -0.000725, up: 0.000725}}, 4: {stat: {dn: -0.000148, up: 0.000148}, sys: {dn: -0.001766, up: 0.001766}}, 5: {stat: {dn: -0.000199, up: 0.000199}, sys: {dn: -0.002907, up: 0.002907}}, 6: {stat: {dn: -0.000226, up: 0.000226}, sys: {dn: -0.003396, up: 0.003396}}, 7: {stat: {dn: -0.000225, up: 0.000225}, sys: {dn: -0.002797, up: 0.002797}}, 8: {stat: {dn: -0.000213, up: 0.000213}, sys: {dn: -0.001607, up: 0.001607}}, 9: {stat: {dn: -0.000199, up: 0.000199}, sys: {dn: -0.000913, up: 0.000913}}, 10: {stat: {dn: -0.000187, up: 0.000187}, sys: {dn: -0.001652, up: 0.001652}}, 11: {stat: {dn: -0.000171, up: 0.000171}, sys: {dn: -0.001992, up: 0.001992}}, 12: {stat: {dn: -0.000152, up: 0.000152}, sys: {dn: -0.002125, up: 0.002125}}, 13: {stat: {dn: -0.000132, up: 0.000132}, sys: {dn: -0.001995, up: 0.001995}}, 14: {stat: {dn: -0.00011, up: 0.00011}, sys: {dn: -0.001792, up: 0.001792}}, 15: {stat: {dn: -8.9e-05, up: 8.9e-05}, sys: {dn: -0.00143, up: 0.00143}}, 16: {stat: {dn: -7.0e-05, up: 7.0e-05}, sys: {dn: -0.001128, up: 0.001128}}, 17: {stat: {dn: -5.4e-05, up: 5.4e-05}, sys: {dn: -0.000808, up: 0.000808}}, 18: {stat: {dn: -4.1e-05, up: 4.1e-05}, sys: {dn: -0.000551, up: 0.000551}}, 19: {stat: {dn: -3.1e-05, up: 3.1e-05}, sys: {dn: -0.000355, up: 0.000355}}, 20: {stat: {dn: -2.1e-05, up: 2.1e-05}, sys: {dn: -0.000237, up: 0.000237}}, 21: {stat: {dn: -1.4e-05, up: 1.4e-05}, sys: {dn: -0.000142, up: 0.000142}}, 22: {stat: {dn: -1.1e-05, up: 1.1e-05}, sys: {dn: -8.6e-05, up: 8.6e-05}}, 23: {stat: {dn: -7.0e-06, up: 7.0e-06}, sys: {dn: -5.5e-05, up: 5.5e-05}}, 24: {stat: {dn: -6.0e-06, up: 6.0e-06}, sys: {dn: -3.1e-05, up: 3.1e-05}}, 25: {stat: {dn: -5.0e-06, up: 5.0e-06}, sys: {dn: -1.8e-05, up: 1.8e-05}}, 26: {stat: {dn: -3.0e-06, up: 3.0e-06}, sys: {dn: -2.3e-05, up: 2.3e-05}}, 27: {stat: {dn: -4.0e-06, up: 4.0e-06}, sys: {dn: -1.2e-05, up: 1.2e-05}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d59-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ -2.000000e+00 1.000000e+00 1.000000e+00 2.100000e-05 4.472136e-06 4.472136e-06 -4.000000e+00 1.000000e+00 1.000000e+00 3.310000e-04 3.041381e-05 3.041381e-05 -6.000000e+00 1.000000e+00 1.000000e+00 2.582000e-03 1.963288e-04 1.963288e-04 -8.000000e+00 1.000000e+00 1.000000e+00 1.133500e-02 7.302013e-04 7.302013e-04 -1.000000e+01 1.000000e+00 1.000000e+00 3.282100e-02 1.772191e-03 1.772191e-03 -1.200000e+01 1.000000e+00 1.000000e+00 6.699500e-02 2.913803e-03 2.913803e-03 -1.400000e+01 1.000000e+00 1.000000e+00 1.043050e-01 3.403512e-03 3.403512e-03 -1.600000e+01 1.000000e+00 1.000000e+00 1.302150e-01 2.806035e-03 2.806035e-03 -1.800000e+01 1.000000e+00 1.000000e+00 1.378740e-01 1.621055e-03 1.621055e-03 -2.000000e+01 1.000000e+00 1.000000e+00 1.283850e-01 9.344357e-04 9.344357e-04 -2.200000e+01 1.000000e+00 1.000000e+00 1.093030e-01 1.662550e-03 1.662550e-03 -2.400000e+01 1.000000e+00 1.000000e+00 8.627400e-02 1.999326e-03 1.999326e-03 -2.600000e+01 1.000000e+00 1.000000e+00 6.417200e-02 2.130429e-03 2.130429e-03 -2.800000e+01 1.000000e+00 1.000000e+00 4.549500e-02 1.999362e-03 1.999362e-03 -3.000000e+01 1.000000e+00 1.000000e+00 3.075000e-02 1.795373e-03 1.795373e-03 -3.200000e+01 1.000000e+00 1.000000e+00 1.997400e-02 1.432767e-03 1.432767e-03 -3.400000e+01 1.000000e+00 1.000000e+00 1.243400e-02 1.130170e-03 1.130170e-03 -3.600000e+01 1.000000e+00 1.000000e+00 7.410000e-03 8.098024e-04 8.098024e-04 -3.800000e+01 1.000000e+00 1.000000e+00 4.343000e-03 5.525233e-04 5.525233e-04 -4.000000e+01 1.000000e+00 1.000000e+00 2.433000e-03 3.563510e-04 3.563510e-04 -4.200000e+01 1.000000e+00 1.000000e+00 1.284000e-03 2.379286e-04 2.379286e-04 -4.400000e+01 1.000000e+00 1.000000e+00 6.510000e-04 1.426885e-04 1.426885e-04 -4.600000e+01 1.000000e+00 1.000000e+00 3.300000e-04 8.670063e-05 8.670063e-05 -4.800000e+01 1.000000e+00 1.000000e+00 1.490000e-04 5.544367e-05 5.544367e-05 -5.000000e+01 1.000000e+00 1.000000e+00 7.200000e-05 3.157531e-05 3.157531e-05 -5.200000e+01 1.000000e+00 1.000000e+00 3.300000e-05 1.868154e-05 1.868154e-05 -5.400000e+01 1.000000e+00 1.000000e+00 1.400000e-05 2.319483e-05 2.319483e-05 -5.600000e+01 1.000000e+00 1.000000e+00 1.100000e-05 1.264911e-05 1.264911e-05 -END YODA_SCATTER2D_V2 - +Title: doi:10.17182/hepdata.54900.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+00 0.000000e+00 0.000000e+00 2.100000e-05 4.472136e-06 4.472136e-06 +4.000000e+00 0.000000e+00 0.000000e+00 3.310000e-04 3.041381e-05 3.041381e-05 +6.000000e+00 0.000000e+00 0.000000e+00 2.582000e-03 1.963288e-04 1.963288e-04 +8.000000e+00 0.000000e+00 0.000000e+00 1.133500e-02 7.302013e-04 7.302013e-04 +1.000000e+01 0.000000e+00 0.000000e+00 3.282100e-02 1.772191e-03 1.772191e-03 +1.200000e+01 0.000000e+00 0.000000e+00 6.699500e-02 2.913803e-03 2.913803e-03 +1.400000e+01 0.000000e+00 0.000000e+00 1.043050e-01 3.403512e-03 3.403512e-03 +1.600000e+01 0.000000e+00 0.000000e+00 1.302150e-01 2.806035e-03 2.806035e-03 +1.800000e+01 0.000000e+00 0.000000e+00 1.378740e-01 1.621055e-03 1.621055e-03 +2.000000e+01 0.000000e+00 0.000000e+00 1.283850e-01 9.344357e-04 9.344357e-04 +2.200000e+01 0.000000e+00 0.000000e+00 1.093030e-01 1.662550e-03 1.662550e-03 +2.400000e+01 0.000000e+00 0.000000e+00 8.627400e-02 1.999326e-03 1.999326e-03 +2.600000e+01 0.000000e+00 0.000000e+00 6.417200e-02 2.130429e-03 2.130429e-03 +2.800000e+01 0.000000e+00 0.000000e+00 4.549500e-02 1.999362e-03 1.999362e-03 +3.000000e+01 0.000000e+00 0.000000e+00 3.075000e-02 1.795373e-03 1.795373e-03 +3.200000e+01 0.000000e+00 0.000000e+00 1.997400e-02 1.432767e-03 1.432767e-03 +3.400000e+01 0.000000e+00 0.000000e+00 1.243400e-02 1.130170e-03 1.130170e-03 +3.600000e+01 0.000000e+00 0.000000e+00 7.410000e-03 8.098024e-04 8.098024e-04 +3.800000e+01 0.000000e+00 0.000000e+00 4.343000e-03 5.525233e-04 5.525233e-04 +4.000000e+01 0.000000e+00 0.000000e+00 2.433000e-03 3.563510e-04 3.563510e-04 +4.200000e+01 0.000000e+00 0.000000e+00 1.284000e-03 2.379286e-04 2.379286e-04 +4.400000e+01 0.000000e+00 0.000000e+00 6.510000e-04 1.426885e-04 1.426885e-04 +4.600000e+01 0.000000e+00 0.000000e+00 3.300000e-04 8.670063e-05 8.670063e-05 +4.800000e+01 0.000000e+00 0.000000e+00 1.490000e-04 5.544367e-05 5.544367e-05 +5.000000e+01 0.000000e+00 0.000000e+00 7.200000e-05 3.157531e-05 3.157531e-05 +5.200000e+01 0.000000e+00 0.000000e+00 3.300000e-05 1.868154e-05 1.868154e-05 +5.400000e+01 0.000000e+00 0.000000e+00 1.400000e-05 2.319483e-05 2.319483e-05 +5.600000e+01 0.000000e+00 0.000000e+00 1.100000e-05 1.264911e-05 1.264911e-05 +END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d59-x01-y03 +Variations: [""] +ErrorBreakdown: {1: {stat: {dn: -5.0e-06, up: 5.0e-06}, sys: {dn: -3.0e-05, up: 3.0e-05}}, 2: {stat: {dn: -2.8e-05, up: 2.8e-05}, sys: {dn: -8.4e-05, up: 8.4e-05}}, 3: {stat: {dn: -8.5e-05, up: 8.5e-05}, sys: {dn: -0.000458, up: 0.000458}}, 4: {stat: {dn: -0.000188, up: 0.000188}, sys: {dn: -0.001311, up: 0.001311}}, 5: {stat: {dn: -0.000324, up: 0.000324}, sys: {dn: -0.002513, up: 0.002513}}, 6: {stat: {dn: -0.000447, up: 0.000447}, sys: {dn: -0.003302, up: 0.003302}}, 7: {stat: {dn: -0.000508, up: 0.000508}, sys: {dn: -0.003038, up: 0.003038}}, 8: {stat: {dn: -0.000507, up: 0.000507}, sys: {dn: -0.002036, up: 0.002036}}, 9: {stat: {dn: -0.000471, up: 0.000471}, sys: {dn: -0.001561, up: 0.001561}}, 10: {stat: {dn: -0.000439, up: 0.000439}, sys: {dn: -0.001776, up: 0.001776}}, 11: {stat: {dn: -0.000421, up: 0.000421}, sys: {dn: -0.002153, up: 0.002153}}, 12: {stat: {dn: -0.000405, up: 0.000405}, sys: {dn: -0.002126, up: 0.002126}}, 13: {stat: {dn: -0.000377, up: 0.000377}, sys: {dn: -0.001965, up: 0.001965}}, 14: {stat: {dn: -0.000338, up: 0.000338}, sys: {dn: -0.001662, up: 0.001662}}, 15: {stat: {dn: -0.000289, up: 0.000289}, sys: {dn: -0.001356, up: 0.001356}}, 16: {stat: {dn: -0.000238, up: 0.000238}, sys: {dn: -0.001026, up: 0.001026}}, 17: {stat: {dn: -0.000192, up: 0.000192}, sys: {dn: -0.000731, up: 0.000731}}, 18: {stat: {dn: -0.00015, up: 0.00015}, sys: {dn: -0.000501, up: 0.000501}}, 19: {stat: {dn: -0.000114, up: 0.000114}, sys: {dn: -0.000357, up: 0.000357}}, 20: {stat: {dn: -8.4e-05, up: 8.4e-05}, sys: {dn: -0.000214, up: 0.000214}}, 21: {stat: {dn: -5.8e-05, up: 5.8e-05}, sys: {dn: -0.00012, up: 0.00012}}, 22: {stat: {dn: -3.8e-05, up: 3.8e-05}, sys: {dn: -8.0e-05, up: 8.0e-05}}, 23: {stat: {dn: -2.6e-05, up: 2.6e-05}, sys: {dn: -6.0e-05, up: 6.0e-05}}, 24: {stat: {dn: -1.6e-05, up: 1.6e-05}, sys: {dn: -3.6e-05, up: 3.6e-05}}, 25: {stat: {dn: -8.0e-06, up: 8.0e-06}, sys: {dn: -2.0e-05, up: 2.0e-05}}, 26: {stat: {dn: -5.0e-06, up: 5.0e-06}, sys: {dn: -1.4e-05, up: 1.4e-05}}, 27: {stat: {dn: -3.0e-06, up: 3.0e-06}, sys: {dn: -5.0e-06, up: 5.0e-06}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d59-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ -4.000000e+00 1.000000e+00 1.000000e+00 9.000000e-06 3.041381e-05 3.041381e-05 -6.000000e+00 1.000000e+00 1.000000e+00 2.270000e-04 8.854377e-05 8.854377e-05 -8.000000e+00 1.000000e+00 1.000000e+00 1.944000e-03 4.658208e-04 4.658208e-04 -1.000000e+01 1.000000e+00 1.000000e+00 8.961000e-03 1.324411e-03 1.324411e-03 -1.200000e+01 1.000000e+00 1.000000e+00 2.697800e-02 2.533801e-03 2.533801e-03 -1.400000e+01 1.000000e+00 1.000000e+00 5.743400e-02 3.332118e-03 3.332118e-03 -1.600000e+01 1.000000e+00 1.000000e+00 9.283000e-02 3.080180e-03 3.080180e-03 -1.800000e+01 1.000000e+00 1.000000e+00 1.219850e-01 2.098177e-03 2.098177e-03 -2.000000e+01 1.000000e+00 1.000000e+00 1.350520e-01 1.630510e-03 1.630510e-03 -2.200000e+01 1.000000e+00 1.000000e+00 1.309660e-01 1.829453e-03 1.829453e-03 -2.400000e+01 1.000000e+00 1.000000e+00 1.150710e-01 2.193775e-03 2.193775e-03 -2.600000e+01 1.000000e+00 1.000000e+00 9.341100e-02 2.164232e-03 2.164232e-03 -2.800000e+01 1.000000e+00 1.000000e+00 7.126900e-02 2.000838e-03 2.000838e-03 -3.000000e+01 1.000000e+00 1.000000e+00 5.140800e-02 1.696021e-03 1.696021e-03 -3.200000e+01 1.000000e+00 1.000000e+00 3.516000e-02 1.386455e-03 1.386455e-03 -3.400000e+01 1.000000e+00 1.000000e+00 2.301600e-02 1.053243e-03 1.053243e-03 -3.600000e+01 1.000000e+00 1.000000e+00 1.457200e-02 7.557943e-04 7.557943e-04 -3.800000e+01 1.000000e+00 1.000000e+00 8.841000e-03 5.229732e-04 5.229732e-04 -4.000000e+01 1.000000e+00 1.000000e+00 5.114000e-03 3.747599e-04 3.747599e-04 -4.200000e+01 1.000000e+00 1.000000e+00 2.853000e-03 2.298956e-04 2.298956e-04 -4.400000e+01 1.000000e+00 1.000000e+00 1.503000e-03 1.332817e-04 1.332817e-04 -4.600000e+01 1.000000e+00 1.000000e+00 7.410000e-04 8.856636e-05 8.856636e-05 -4.800000e+01 1.000000e+00 1.000000e+00 3.780000e-04 6.539113e-05 6.539113e-05 -5.000000e+01 1.000000e+00 1.000000e+00 1.650000e-04 3.939543e-05 3.939543e-05 -5.200000e+01 1.000000e+00 1.000000e+00 6.600000e-05 2.154066e-05 2.154066e-05 -5.400000e+01 1.000000e+00 1.000000e+00 3.300000e-05 1.486607e-05 1.486607e-05 -5.600000e+01 1.000000e+00 1.000000e+00 1.000000e-05 5.830952e-06 5.830952e-06 -END YODA_SCATTER2D_V2 - +Title: doi:10.17182/hepdata.54900.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e-06 3.041381e-05 3.041381e-05 +6.000000e+00 0.000000e+00 0.000000e+00 2.270000e-04 8.854377e-05 8.854377e-05 +8.000000e+00 0.000000e+00 0.000000e+00 1.944000e-03 4.658208e-04 4.658208e-04 +1.000000e+01 0.000000e+00 0.000000e+00 8.961000e-03 1.324411e-03 1.324411e-03 +1.200000e+01 0.000000e+00 0.000000e+00 2.697800e-02 2.533801e-03 2.533801e-03 +1.400000e+01 0.000000e+00 0.000000e+00 5.743400e-02 3.332118e-03 3.332118e-03 +1.600000e+01 0.000000e+00 0.000000e+00 9.283000e-02 3.080180e-03 3.080180e-03 +1.800000e+01 0.000000e+00 0.000000e+00 1.219850e-01 2.098177e-03 2.098177e-03 +2.000000e+01 0.000000e+00 0.000000e+00 1.350520e-01 1.630510e-03 1.630510e-03 +2.200000e+01 0.000000e+00 0.000000e+00 1.309660e-01 1.829453e-03 1.829453e-03 +2.400000e+01 0.000000e+00 0.000000e+00 1.150710e-01 2.193775e-03 2.193775e-03 +2.600000e+01 0.000000e+00 0.000000e+00 9.341100e-02 2.164232e-03 2.164232e-03 +2.800000e+01 0.000000e+00 0.000000e+00 7.126900e-02 2.000838e-03 2.000838e-03 +3.000000e+01 0.000000e+00 0.000000e+00 5.140800e-02 1.696021e-03 1.696021e-03 +3.200000e+01 0.000000e+00 0.000000e+00 3.516000e-02 1.386455e-03 1.386455e-03 +3.400000e+01 0.000000e+00 0.000000e+00 2.301600e-02 1.053243e-03 1.053243e-03 +3.600000e+01 0.000000e+00 0.000000e+00 1.457200e-02 7.557943e-04 7.557943e-04 +3.800000e+01 0.000000e+00 0.000000e+00 8.841000e-03 5.229732e-04 5.229732e-04 +4.000000e+01 0.000000e+00 0.000000e+00 5.114000e-03 3.747599e-04 3.747599e-04 +4.200000e+01 0.000000e+00 0.000000e+00 2.853000e-03 2.298956e-04 2.298956e-04 +4.400000e+01 0.000000e+00 0.000000e+00 1.503000e-03 1.332817e-04 1.332817e-04 +4.600000e+01 0.000000e+00 0.000000e+00 7.410000e-04 8.856636e-05 8.856636e-05 +4.800000e+01 0.000000e+00 0.000000e+00 3.780000e-04 6.539113e-05 6.539113e-05 +5.000000e+01 0.000000e+00 0.000000e+00 1.650000e-04 3.939543e-05 3.939543e-05 +5.200000e+01 0.000000e+00 0.000000e+00 6.600000e-05 2.154066e-05 2.154066e-05 +5.400000e+01 0.000000e+00 0.000000e+00 3.300000e-05 1.486607e-05 1.486607e-05 +5.600000e+01 0.000000e+00 0.000000e+00 1.000000e-05 5.830952e-06 5.830952e-06 +END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d60-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.001, up: 0.001}}, 7: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.004, up: 0.004}}, 11: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.003, up: 0.003}}, 13: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}, 21: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d60-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 9.000000e-03 2.828427e-03 2.828427e-03 1.200000e+01 0.000000e+00 0.000000e+00 2.600000e-02 5.656854e-03 5.656854e-03 1.400000e+01 0.000000e+00 0.000000e+00 5.400000e-02 8.062258e-03 8.062258e-03 1.600000e+01 0.000000e+00 0.000000e+00 8.500000e-02 9.486833e-03 9.486833e-03 1.800000e+01 0.000000e+00 0.000000e+00 1.090000e-01 1.264911e-02 1.264911e-02 2.000000e+01 0.000000e+00 0.000000e+00 1.200000e-01 1.315295e-02 1.315295e-02 2.200000e+01 0.000000e+00 0.000000e+00 1.160000e-01 1.303840e-02 1.303840e-02 2.400000e+01 0.000000e+00 0.000000e+00 1.070000e-01 1.315295e-02 1.315295e-02 2.600000e+01 0.000000e+00 0.000000e+00 9.800000e-02 1.334166e-02 1.334166e-02 2.800000e+01 0.000000e+00 0.000000e+00 7.900000e-02 1.315295e-02 1.315295e-02 3.000000e+01 0.000000e+00 0.000000e+00 6.300000e-02 1.360147e-02 1.360147e-02 3.200000e+01 0.000000e+00 0.000000e+00 4.300000e-02 1.004988e-02 1.004988e-02 3.400000e+01 0.000000e+00 0.000000e+00 3.300000e-02 3.162278e-03 3.162278e-03 3.600000e+01 0.000000e+00 0.000000e+00 1.900000e-02 8.544004e-03 8.544004e-03 3.800000e+01 0.000000e+00 0.000000e+00 1.600000e-02 2.236068e-03 2.236068e-03 4.000000e+01 0.000000e+00 0.000000e+00 9.000000e-03 1.414214e-03 1.414214e-03 4.200000e+01 0.000000e+00 0.000000e+00 6.000000e-03 1.414214e-03 1.414214e-03 4.400000e+01 0.000000e+00 0.000000e+00 3.000000e-03 1.414214e-03 1.414214e-03 4.600000e+01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 4.800000e+01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 5.000000e+01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 5.200000e+01 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e-03 1.000000e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d60-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.001, up: 0.001}}, 3: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.001, up: 0.001}}, 4: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 11: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.005, up: 0.005}}, 14: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d60-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 1.100000e-02 2.828427e-03 2.828427e-03 1.200000e+01 0.000000e+00 0.000000e+00 3.200000e-02 6.403124e-03 6.403124e-03 1.400000e+01 0.000000e+00 0.000000e+00 5.600000e-02 8.062258e-03 8.062258e-03 1.600000e+01 0.000000e+00 0.000000e+00 8.600000e-02 1.004988e-02 1.004988e-02 1.800000e+01 0.000000e+00 0.000000e+00 9.900000e-02 1.303840e-02 1.303840e-02 2.000000e+01 0.000000e+00 0.000000e+00 9.900000e-02 1.612452e-02 1.612452e-02 2.200000e+01 0.000000e+00 0.000000e+00 9.600000e-02 1.811077e-02 1.811077e-02 2.400000e+01 0.000000e+00 0.000000e+00 9.400000e-02 1.414214e-02 1.414214e-02 2.600000e+01 0.000000e+00 0.000000e+00 9.000000e-02 1.513275e-02 1.513275e-02 2.800000e+01 0.000000e+00 0.000000e+00 8.100000e-02 1.513275e-02 1.513275e-02 3.000000e+01 0.000000e+00 0.000000e+00 7.100000e-02 1.264911e-02 1.264911e-02 3.200000e+01 0.000000e+00 0.000000e+00 5.000000e-02 1.019804e-02 1.019804e-02 3.400000e+01 0.000000e+00 0.000000e+00 4.100000e-02 9.219544e-03 9.219544e-03 3.600000e+01 0.000000e+00 0.000000e+00 3.400000e-02 5.099020e-03 5.099020e-03 3.800000e+01 0.000000e+00 0.000000e+00 2.400000e-02 2.236068e-03 2.236068e-03 4.000000e+01 0.000000e+00 0.000000e+00 1.000000e-02 1.414214e-03 1.414214e-03 4.200000e+01 0.000000e+00 0.000000e+00 7.000000e-03 2.236068e-03 2.236068e-03 4.400000e+01 0.000000e+00 0.000000e+00 5.000000e-03 1.414214e-03 1.414214e-03 4.600000e+01 0.000000e+00 0.000000e+00 5.000000e-03 1.414214e-03 1.414214e-03 4.800000e+01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 5.000000e+01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 5.200000e+01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d60-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.005, up: 0.005}}, 5: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.005, up: 0.005}}, 6: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.005, up: 0.005}}, 8: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.005, up: 0.005}}, 9: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.001, up: 0.001}}, 15: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.006, up: 0.006}}, 21: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d60-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 6.000000e-03 2.236068e-03 2.236068e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.800000e-02 3.162278e-03 3.162278e-03 1.400000e+01 0.000000e+00 0.000000e+00 3.800000e-02 6.708204e-03 6.708204e-03 1.600000e+01 0.000000e+00 0.000000e+00 6.100000e-02 8.246211e-03 8.246211e-03 1.800000e+01 0.000000e+00 0.000000e+00 7.600000e-02 1.300000e-02 1.300000e-02 2.000000e+01 0.000000e+00 0.000000e+00 9.300000e-02 1.392839e-02 1.392839e-02 2.200000e+01 0.000000e+00 0.000000e+00 1.070000e-01 1.414214e-02 1.414214e-02 2.400000e+01 0.000000e+00 0.000000e+00 1.120000e-01 1.676305e-02 1.676305e-02 2.600000e+01 0.000000e+00 0.000000e+00 1.080000e-01 1.486607e-02 1.486607e-02 2.800000e+01 0.000000e+00 0.000000e+00 9.600000e-02 1.513275e-02 1.513275e-02 3.000000e+01 0.000000e+00 0.000000e+00 7.600000e-02 1.503330e-02 1.503330e-02 3.200000e+01 0.000000e+00 0.000000e+00 5.800000e-02 1.303840e-02 1.303840e-02 3.400000e+01 0.000000e+00 0.000000e+00 4.400000e-02 1.303840e-02 1.303840e-02 3.600000e+01 0.000000e+00 0.000000e+00 3.300000e-02 1.104536e-02 1.104536e-02 3.800000e+01 0.000000e+00 0.000000e+00 2.400000e-02 1.104536e-02 1.104536e-02 4.000000e+01 0.000000e+00 0.000000e+00 1.700000e-02 1.118034e-02 1.118034e-02 4.200000e+01 0.000000e+00 0.000000e+00 1.100000e-02 1.000000e-03 1.000000e-03 4.400000e+01 0.000000e+00 0.000000e+00 7.000000e-03 1.000000e-03 1.000000e-03 4.600000e+01 0.000000e+00 0.000000e+00 6.000000e-03 6.082763e-03 6.082763e-03 4.800000e+01 0.000000e+00 0.000000e+00 3.000000e-03 3.162278e-03 3.162278e-03 5.000000e+01 0.000000e+00 0.000000e+00 2.000000e-03 6.000000e-03 6.000000e-03 5.200000e+01 0.000000e+00 0.000000e+00 1.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d61-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 3: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.004, up: 0.004}}, 6: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.003, up: 0.003}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.001, up: 0.001}}, 9: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.001, up: 0.001}}, 10: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.001, up: 0.001}}, 12: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.005, up: 0.005}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 21: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d61-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 5.000000e-03 1.414214e-03 1.414214e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.300000e-02 1.000000e-03 1.000000e-03 1.400000e+01 0.000000e+00 0.000000e+00 2.800000e-02 6.082763e-03 6.082763e-03 1.600000e+01 0.000000e+00 0.000000e+00 4.800000e-02 8.246211e-03 8.246211e-03 1.800000e+01 0.000000e+00 0.000000e+00 7.200000e-02 1.004988e-02 1.004988e-02 2.000000e+01 0.000000e+00 0.000000e+00 9.100000e-02 1.264911e-02 1.264911e-02 2.200000e+01 0.000000e+00 0.000000e+00 1.000000e-01 1.334166e-02 1.334166e-02 2.400000e+01 0.000000e+00 0.000000e+00 9.700000e-02 1.414214e-02 1.414214e-02 2.600000e+01 0.000000e+00 0.000000e+00 9.100000e-02 1.403567e-02 1.403567e-02 2.800000e+01 0.000000e+00 0.000000e+00 8.800000e-02 1.303840e-02 1.303840e-02 3.000000e+01 0.000000e+00 0.000000e+00 7.900000e-02 1.603122e-02 1.603122e-02 3.200000e+01 0.000000e+00 0.000000e+00 6.400000e-02 1.702939e-02 1.702939e-02 3.400000e+01 0.000000e+00 0.000000e+00 5.500000e-02 1.414214e-02 1.414214e-02 3.600000e+01 0.000000e+00 0.000000e+00 4.100000e-02 1.216553e-02 1.216553e-02 3.800000e+01 0.000000e+00 0.000000e+00 3.400000e-02 1.216553e-02 1.216553e-02 4.000000e+01 0.000000e+00 0.000000e+00 2.600000e-02 2.236068e-03 2.236068e-03 4.200000e+01 0.000000e+00 0.000000e+00 1.800000e-02 1.802776e-02 1.802776e-02 4.400000e+01 0.000000e+00 0.000000e+00 1.900000e-02 1.902630e-02 1.902630e-02 4.600000e+01 0.000000e+00 0.000000e+00 1.600000e-02 1.118034e-02 1.118034e-02 4.800000e+01 0.000000e+00 0.000000e+00 7.000000e-03 1.414214e-03 1.414214e-03 5.000000e+01 0.000000e+00 0.000000e+00 5.000000e-03 2.236068e-03 2.236068e-03 5.200000e+01 0.000000e+00 0.000000e+00 4.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d61-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}, 3: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 6: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.003, up: 0.003}}, 10: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 16: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 20: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.004, up: 0.004}}, 21: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d61-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 4.000000e-03 1.414214e-03 1.414214e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.300000e-02 2.236068e-03 2.236068e-03 1.400000e+01 0.000000e+00 0.000000e+00 2.900000e-02 2.236068e-03 2.236068e-03 1.600000e+01 0.000000e+00 0.000000e+00 5.100000e-02 5.000000e-03 5.000000e-03 1.800000e+01 0.000000e+00 0.000000e+00 7.500000e-02 5.385165e-03 5.385165e-03 2.000000e+01 0.000000e+00 0.000000e+00 8.900000e-02 6.082763e-03 6.082763e-03 2.200000e+01 0.000000e+00 0.000000e+00 9.700000e-02 7.280110e-03 7.280110e-03 2.400000e+01 0.000000e+00 0.000000e+00 9.700000e-02 7.615773e-03 7.615773e-03 2.600000e+01 0.000000e+00 0.000000e+00 9.400000e-02 8.062258e-03 8.062258e-03 2.800000e+01 0.000000e+00 0.000000e+00 8.500000e-02 7.615773e-03 7.615773e-03 3.000000e+01 0.000000e+00 0.000000e+00 7.700000e-02 7.280110e-03 7.280110e-03 3.200000e+01 0.000000e+00 0.000000e+00 6.500000e-02 7.280110e-03 7.280110e-03 3.400000e+01 0.000000e+00 0.000000e+00 5.600000e-02 7.280110e-03 7.280110e-03 3.600000e+01 0.000000e+00 0.000000e+00 4.700000e-02 6.324555e-03 6.324555e-03 3.800000e+01 0.000000e+00 0.000000e+00 3.400000e-02 6.324555e-03 6.324555e-03 4.000000e+01 0.000000e+00 0.000000e+00 2.500000e-02 7.071068e-03 7.071068e-03 4.200000e+01 0.000000e+00 0.000000e+00 2.000000e-02 6.324555e-03 6.324555e-03 4.400000e+01 0.000000e+00 0.000000e+00 1.300000e-02 5.099020e-03 5.099020e-03 4.600000e+01 0.000000e+00 0.000000e+00 8.000000e-03 3.162278e-03 3.162278e-03 4.800000e+01 0.000000e+00 0.000000e+00 7.000000e-03 2.236068e-03 2.236068e-03 5.000000e+01 0.000000e+00 0.000000e+00 5.000000e-03 4.123106e-03 4.123106e-03 5.200000e+01 0.000000e+00 0.000000e+00 3.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d61-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 6: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 7: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 10: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d61-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 4.000000e-03 1.414214e-03 1.414214e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.300000e-02 1.414214e-03 1.414214e-03 1.400000e+01 0.000000e+00 0.000000e+00 2.800000e-02 2.828427e-03 2.828427e-03 1.600000e+01 0.000000e+00 0.000000e+00 4.800000e-02 3.605551e-03 3.605551e-03 1.800000e+01 0.000000e+00 0.000000e+00 7.200000e-02 3.605551e-03 3.605551e-03 2.000000e+01 0.000000e+00 0.000000e+00 8.700000e-02 3.162278e-03 3.162278e-03 2.200000e+01 0.000000e+00 0.000000e+00 9.700000e-02 4.123106e-03 4.123106e-03 2.400000e+01 0.000000e+00 0.000000e+00 1.010000e-01 4.123106e-03 4.123106e-03 2.600000e+01 0.000000e+00 0.000000e+00 9.700000e-02 5.385165e-03 5.385165e-03 2.800000e+01 0.000000e+00 0.000000e+00 8.800000e-02 4.123106e-03 4.123106e-03 3.000000e+01 0.000000e+00 0.000000e+00 7.900000e-02 4.472136e-03 4.472136e-03 3.200000e+01 0.000000e+00 0.000000e+00 6.900000e-02 4.472136e-03 4.472136e-03 3.400000e+01 0.000000e+00 0.000000e+00 5.700000e-02 5.385165e-03 5.385165e-03 3.600000e+01 0.000000e+00 0.000000e+00 4.500000e-02 5.385165e-03 5.385165e-03 3.800000e+01 0.000000e+00 0.000000e+00 3.400000e-02 5.385165e-03 5.385165e-03 4.000000e+01 0.000000e+00 0.000000e+00 2.600000e-02 5.385165e-03 5.385165e-03 4.200000e+01 0.000000e+00 0.000000e+00 1.800000e-02 4.123106e-03 4.123106e-03 4.400000e+01 0.000000e+00 0.000000e+00 1.300000e-02 4.123106e-03 4.123106e-03 4.600000e+01 0.000000e+00 0.000000e+00 9.000000e-03 4.123106e-03 4.123106e-03 4.800000e+01 0.000000e+00 0.000000e+00 5.000000e-03 1.000000e-03 1.000000e-03 5.000000e+01 0.000000e+00 0.000000e+00 4.000000e-03 4.123106e-03 4.123106e-03 5.200000e+01 0.000000e+00 0.000000e+00 2.000000e-03 2.236068e-03 2.236068e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d62-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.003, up: 0.003}}, 3: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.004, up: 0.004}}, 4: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 5: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 8: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.003, up: 0.003}}, 16: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.004, up: 0.004}}, 18: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.004, up: 0.004}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.004, up: 0.004}}, 20: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d62-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 4.000000e-03 1.414214e-03 1.414214e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.300000e-02 2.236068e-03 2.236068e-03 1.400000e+01 0.000000e+00 0.000000e+00 2.800000e-02 3.605551e-03 3.605551e-03 1.600000e+01 0.000000e+00 0.000000e+00 4.800000e-02 5.000000e-03 5.000000e-03 1.800000e+01 0.000000e+00 0.000000e+00 6.900000e-02 5.656854e-03 5.656854e-03 2.000000e+01 0.000000e+00 0.000000e+00 8.600000e-02 5.000000e-03 5.000000e-03 2.200000e+01 0.000000e+00 0.000000e+00 9.600000e-02 5.385165e-03 5.385165e-03 2.400000e+01 0.000000e+00 0.000000e+00 9.800000e-02 6.324555e-03 6.324555e-03 2.600000e+01 0.000000e+00 0.000000e+00 9.500000e-02 6.324555e-03 6.324555e-03 2.800000e+01 0.000000e+00 0.000000e+00 8.700000e-02 6.324555e-03 6.324555e-03 3.000000e+01 0.000000e+00 0.000000e+00 7.600000e-02 7.071068e-03 7.071068e-03 3.200000e+01 0.000000e+00 0.000000e+00 6.600000e-02 7.280110e-03 7.280110e-03 3.400000e+01 0.000000e+00 0.000000e+00 5.600000e-02 6.324555e-03 6.324555e-03 3.600000e+01 0.000000e+00 0.000000e+00 4.500000e-02 6.082763e-03 6.082763e-03 3.800000e+01 0.000000e+00 0.000000e+00 3.700000e-02 6.324555e-03 6.324555e-03 4.000000e+01 0.000000e+00 0.000000e+00 2.200000e-02 3.162278e-03 3.162278e-03 4.200000e+01 0.000000e+00 0.000000e+00 2.100000e-02 6.324555e-03 6.324555e-03 4.400000e+01 0.000000e+00 0.000000e+00 1.800000e-02 5.656854e-03 5.656854e-03 4.600000e+01 0.000000e+00 0.000000e+00 1.200000e-02 8.062258e-03 8.062258e-03 4.800000e+01 0.000000e+00 0.000000e+00 1.200000e-02 4.123106e-03 4.123106e-03 5.000000e+01 0.000000e+00 0.000000e+00 6.000000e-03 1.414214e-03 1.414214e-03 5.200000e+01 0.000000e+00 0.000000e+00 2.000000e-03 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d62-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 4: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 7: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 8: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.003, up: 0.003}}, 9: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 11: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 13: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 17: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.002, up: 0.002}}, 18: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 20: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.002, up: 0.002}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d62-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 3.000000e-03 1.414214e-03 1.414214e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.100000e-02 1.414214e-03 1.414214e-03 1.400000e+01 0.000000e+00 0.000000e+00 2.400000e-02 2.828427e-03 2.828427e-03 1.600000e+01 0.000000e+00 0.000000e+00 4.500000e-02 3.605551e-03 3.605551e-03 1.800000e+01 0.000000e+00 0.000000e+00 6.600000e-02 4.472136e-03 4.472136e-03 2.000000e+01 0.000000e+00 0.000000e+00 8.300000e-02 4.472136e-03 4.472136e-03 2.200000e+01 0.000000e+00 0.000000e+00 9.500000e-02 5.385165e-03 5.385165e-03 2.400000e+01 0.000000e+00 0.000000e+00 9.800000e-02 6.708204e-03 6.708204e-03 2.600000e+01 0.000000e+00 0.000000e+00 9.700000e-02 6.708204e-03 6.708204e-03 2.800000e+01 0.000000e+00 0.000000e+00 8.900000e-02 6.324555e-03 6.324555e-03 3.000000e+01 0.000000e+00 0.000000e+00 7.600000e-02 6.324555e-03 6.324555e-03 3.200000e+01 0.000000e+00 0.000000e+00 6.500000e-02 6.324555e-03 6.324555e-03 3.400000e+01 0.000000e+00 0.000000e+00 5.400000e-02 6.324555e-03 6.324555e-03 3.600000e+01 0.000000e+00 0.000000e+00 4.500000e-02 6.324555e-03 6.324555e-03 3.800000e+01 0.000000e+00 0.000000e+00 3.500000e-02 7.280110e-03 7.280110e-03 4.000000e+01 0.000000e+00 0.000000e+00 2.800000e-02 6.324555e-03 6.324555e-03 4.200000e+01 0.000000e+00 0.000000e+00 2.300000e-02 5.099020e-03 5.099020e-03 4.400000e+01 0.000000e+00 0.000000e+00 1.900000e-02 7.280110e-03 7.280110e-03 4.600000e+01 0.000000e+00 0.000000e+00 1.400000e-02 5.099020e-03 5.099020e-03 4.800000e+01 0.000000e+00 0.000000e+00 1.500000e-02 3.605551e-03 3.605551e-03 5.000000e+01 0.000000e+00 0.000000e+00 6.000000e-03 3.162278e-03 3.162278e-03 5.200000e+01 0.000000e+00 0.000000e+00 3.000000e-03 2.828427e-03 2.828427e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d62-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 2: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 3: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.003, up: 0.003}}, 4: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}, 5: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 6: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 7: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 8: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.002, up: 0.002}}, 9: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 10: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 11: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 12: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 13: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 14: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 15: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 16: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.002, up: 0.002}}, 17: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 18: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.001, up: 0.001}}, 19: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}, 20: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.001, up: 0.001}}, 21: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d62-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e+01 0.000000e+00 0.000000e+00 3.000000e-03 1.414214e-03 1.414214e-03 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e-02 1.414214e-03 1.414214e-03 1.400000e+01 0.000000e+00 0.000000e+00 2.200000e-02 2.236068e-03 2.236068e-03 1.600000e+01 0.000000e+00 0.000000e+00 4.000000e-02 3.605551e-03 3.605551e-03 1.800000e+01 0.000000e+00 0.000000e+00 6.200000e-02 3.605551e-03 3.605551e-03 2.000000e+01 0.000000e+00 0.000000e+00 8.300000e-02 3.162278e-03 3.162278e-03 2.200000e+01 0.000000e+00 0.000000e+00 9.300000e-02 4.123106e-03 4.123106e-03 2.400000e+01 0.000000e+00 0.000000e+00 9.700000e-02 4.123106e-03 4.123106e-03 2.600000e+01 0.000000e+00 0.000000e+00 9.400000e-02 4.472136e-03 4.472136e-03 2.800000e+01 0.000000e+00 0.000000e+00 8.800000e-02 5.385165e-03 5.385165e-03 3.000000e+01 0.000000e+00 0.000000e+00 7.700000e-02 5.099020e-03 5.099020e-03 3.200000e+01 0.000000e+00 0.000000e+00 6.800000e-02 5.385165e-03 5.385165e-03 3.400000e+01 0.000000e+00 0.000000e+00 5.800000e-02 5.099020e-03 5.099020e-03 3.600000e+01 0.000000e+00 0.000000e+00 4.700000e-02 5.385165e-03 5.385165e-03 3.800000e+01 0.000000e+00 0.000000e+00 3.800000e-02 5.385165e-03 5.385165e-03 4.000000e+01 0.000000e+00 0.000000e+00 3.100000e-02 5.385165e-03 5.385165e-03 4.200000e+01 0.000000e+00 0.000000e+00 2.400000e-02 5.385165e-03 5.385165e-03 4.400000e+01 0.000000e+00 0.000000e+00 1.800000e-02 4.123106e-03 4.123106e-03 4.600000e+01 0.000000e+00 0.000000e+00 1.400000e-02 4.123106e-03 4.123106e-03 4.800000e+01 0.000000e+00 0.000000e+00 1.200000e-02 3.162278e-03 3.162278e-03 5.000000e+01 0.000000e+00 0.000000e+00 8.000000e-03 5.099020e-03 5.099020e-03 5.200000e+01 0.000000e+00 0.000000e+00 6.000000e-03 3.162278e-03 3.162278e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d63-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.11, up: 0.11}}, 1: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.21, up: 0.21}}, 2: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.19, up: 0.19}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d63-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ -0.000000e+00 0.000000e+00 1.988000e+01 2.102380e-01 2.102380e-01 0.000000e+00 -0.000000e+00 0.000000e+00 2.046000e+01 1.104536e-01 1.104536e-01 0.000000e+00 -0.000000e+00 0.000000e+00 2.245000e+01 1.923538e-01 1.923538e-01 0.000000e+00 -END YODA_SCATTER2D_V2 - +Title: doi:10.17182/hepdata.54900.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e+00 5.000000e-01 5.000000e-01 2.046000e+01 1.104536e-01 1.104536e-01 +2.000000e+00 5.000000e-01 5.000000e-01 1.988000e+01 2.102380e-01 2.102380e-01 +3.000000e+00 5.000000e-01 5.000000e-01 2.245000e+01 1.923538e-01 1.923538e-01 +END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d63-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -4.9, up: 4.9}}, 1: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -9.2, up: 9.2}}, 2: {stat: {dn: -1.2, up: 1.2}, sys: {dn: -3.0, up: 3.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d63-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ -0.000000e+00 0.000000e+00 4.324000e+02 9.208692e+00 9.208692e+00 0.000000e+00 -0.000000e+00 0.000000e+00 4.577000e+02 4.909175e+00 4.909175e+00 0.000000e+00 -0.000000e+00 0.000000e+00 5.420000e+02 3.231099e+00 3.231099e+00 0.000000e+00 -END YODA_SCATTER2D_V2 - +Title: doi:10.17182/hepdata.54900.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e+00 5.000000e-01 5.000000e-01 4.577000e+02 4.909175e+00 4.909175e+00 +2.000000e+00 5.000000e-01 5.000000e-01 4.324000e+02 9.208692e+00 9.208692e+00 +3.000000e+00 5.000000e-01 5.000000e-01 5.420000e+02 3.231099e+00 3.231099e+00 +END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d64-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.24, up: 0.24}, sys: {dn: -0.1, up: 0.1}}, 1: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.1, up: 0.1}}, 2: {stat: {dn: -0.36, up: 0.36}, sys: {dn: -0.13, up: 0.13}}, 3: {stat: {dn: -0.54, up: 0.54}, sys: {dn: -0.24, up: 0.24}}, 4: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.26, up: 0.26}}, 5: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.25, up: 0.25}}, 6: {stat: {dn: -0.31, up: 0.31}, sys: {dn: -0.29, up: 0.29}}, 7: {stat: {dn: -0.27, up: 0.27}, sys: {dn: -0.39, up: 0.39}}, 8: {stat: {dn: -0.23, up: 0.23}, sys: {dn: -0.24, up: 0.24}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d64-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.301000e+02 0.000000e+00 0.000000e+00 2.328000e+01 2.600000e-01 2.600000e-01 1.361000e+02 0.000000e+00 0.000000e+00 2.413000e+01 2.879236e-01 2.879236e-01 1.613000e+02 0.000000e+00 0.000000e+00 2.540000e+01 3.827532e-01 3.827532e-01 1.723000e+02 0.000000e+00 0.000000e+00 2.700000e+01 5.909315e-01 5.909315e-01 1.828000e+02 0.000000e+00 0.000000e+00 2.684000e+01 3.405877e-01 3.405877e-01 1.886000e+02 0.000000e+00 0.000000e+00 2.684000e+01 3.201562e-01 3.201562e-01 1.944000e+02 0.000000e+00 0.000000e+00 2.714000e+01 4.244997e-01 4.244997e-01 2.002000e+02 0.000000e+00 0.000000e+00 2.773000e+01 4.743416e-01 4.743416e-01 2.062000e+02 0.000000e+00 0.000000e+00 2.809000e+01 3.324154e-01 3.324154e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d64-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -11.8, up: 11.8}, sys: {dn: -3.7, up: 3.7}}, 1: {stat: {dn: -14.3, up: 14.3}, sys: {dn: -5.2, up: 5.2}}, 2: {stat: {dn: -20.8, up: 20.8}, sys: {dn: -10.2, up: 10.2}}, 3: {stat: {dn: -33.9, up: 33.9}, sys: {dn: -13.5, up: 13.5}}, 4: {stat: {dn: -13.2, up: 13.2}, sys: {dn: -16.8, up: 16.8}}, 5: {stat: {dn: -13.4, up: 13.4}, sys: {dn: -15.8, up: 15.8}}, 6: {stat: {dn: -19.7, up: 19.7}, sys: {dn: -14.7, up: 14.7}}, 7: {stat: {dn: -17.9, up: 17.9}, sys: {dn: -26.1, up: 26.1}}, 8: {stat: {dn: -16.1, up: 16.1}, sys: {dn: -12.5, up: 12.5}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d64-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.301000e+02 0.000000e+00 0.000000e+00 5.875000e+02 1.236649e+01 1.236649e+01 1.361000e+02 0.000000e+00 0.000000e+00 6.433000e+02 1.521611e+01 1.521611e+01 1.613000e+02 0.000000e+00 0.000000e+00 7.003000e+02 2.316635e+01 2.316635e+01 1.723000e+02 0.000000e+00 0.000000e+00 7.984000e+02 3.648918e+01 3.648918e+01 1.828000e+02 0.000000e+00 0.000000e+00 7.885000e+02 2.136539e+01 2.136539e+01 1.886000e+02 0.000000e+00 0.000000e+00 7.852000e+02 2.071714e+01 2.071714e+01 1.944000e+02 0.000000e+00 0.000000e+00 8.106000e+02 2.458007e+01 2.458007e+01 2.002000e+02 0.000000e+00 0.000000e+00 8.435000e+02 3.164838e+01 3.164838e+01 2.062000e+02 0.000000e+00 0.000000e+00 8.654000e+02 2.038284e+01 2.038284e+01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d65-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.005, up: 0.005}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.012, up: 0.012}}, 3: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.009, up: 0.009}}, 4: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.012, up: 0.012}}, 5: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.015, up: 0.015}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.011, up: 0.011}}, 7: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.016, up: 0.016}}, 8: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.009, up: 0.009}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.021, up: 0.021}}, 10: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.047, up: 0.047}}, 11: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.044, up: 0.044}}, 12: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.038, up: 0.038}}, 13: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.034, up: 0.034}}, 14: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.061, up: 0.061}}, 15: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.02, up: 0.02}}, 16: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.051, up: 0.051}}, 17: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.066, up: 0.066}}, 18: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.066, up: 0.066}}, 19: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.048, up: 0.048}}, 20: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.053, up: 0.053}}, 21: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.049, up: 0.049}}, 22: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.059, up: 0.059}}, 23: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.051, up: 0.051}}, 24: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.073, up: 0.073}}, 25: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.043, up: 0.043}}, 26: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.069, up: 0.069}}, 27: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.076, up: 0.076}}, 28: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.216, up: 0.216}}, 29: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.064, up: 0.064}}, 30: {stat: {dn: -0.058, up: 0.058}, sys: {dn: -0.04, up: 0.04}}, 31: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.006, up: 0.006}}, 32: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.009, up: 0.009}}, 33: {stat: {dn: -0.043, up: 0.043}, sys: {dn: -0.014, up: 0.014}}, 34: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.004, up: 0.004}}, 35: {stat: {dn: -0.035, up: 0.035}, sys: {dn: -0.088, up: 0.088}}, 36: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.004, up: 0.004}}, 37: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.003, up: 0.003}}, 38: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.038, up: 0.038}}, 39: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d65-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 1.500000e-02 1.414214e-03 1.414214e-03 3.000000e-01 1.000000e-01 1.000000e-01 8.400000e-02 5.099020e-03 5.099020e-03 5.000000e-01 1.000000e-01 1.000000e-01 2.200000e-01 1.216553e-02 1.216553e-02 7.000000e-01 1.000000e-01 1.000000e-01 4.170000e-01 9.219544e-03 9.219544e-03 9.000000e-01 1.000000e-01 1.000000e-01 6.900000e-01 1.236932e-02 1.236932e-02 1.100000e+00 1.000000e-01 1.000000e-01 1.047000e+00 1.552417e-02 1.552417e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.481000e+00 1.208305e-02 1.208305e-02 1.500000e+00 1.000000e-01 1.000000e-01 1.986000e+00 1.676305e-02 1.676305e-02 1.700000e+00 1.000000e-01 1.000000e-01 2.550000e+00 1.081665e-02 1.081665e-02 1.900000e+00 1.000000e-01 1.000000e-01 3.104000e+00 2.213594e-02 2.213594e-02 2.100000e+00 1.000000e-01 1.000000e-01 3.642000e+00 4.751842e-02 4.751842e-02 2.300000e+00 1.000000e-01 1.000000e-01 4.211000e+00 4.472136e-02 4.472136e-02 2.500000e+00 1.000000e-01 1.000000e-01 4.697000e+00 3.883298e-02 3.883298e-02 2.700000e+00 1.000000e-01 1.000000e-01 5.156000e+00 3.492850e-02 3.492850e-02 2.900000e+00 1.000000e-01 1.000000e-01 5.555000e+00 6.166036e-02 6.166036e-02 3.100000e+00 1.000000e-01 1.000000e-01 5.896000e+00 2.193171e-02 2.193171e-02 3.300000e+00 1.000000e-01 1.000000e-01 6.104000e+00 5.178803e-02 5.178803e-02 3.500000e+00 1.000000e-01 1.000000e-01 6.253000e+00 6.661081e-02 6.661081e-02 3.700000e+00 1.000000e-01 1.000000e-01 6.278000e+00 6.675328e-02 6.675328e-02 3.900000e+00 1.000000e-01 1.000000e-01 6.201000e+00 4.903060e-02 4.903060e-02 4.100000e+00 1.000000e-01 1.000000e-01 6.000000e+00 5.375872e-02 5.375872e-02 4.300000e+00 1.000000e-01 1.000000e-01 5.681000e+00 4.981967e-02 4.981967e-02 4.500000e+00 1.000000e-01 1.000000e-01 5.237000e+00 5.968249e-02 5.968249e-02 4.700000e+00 1.000000e-01 1.000000e-01 4.629000e+00 5.178803e-02 5.178803e-02 4.900000e+00 1.000000e-01 1.000000e-01 3.890000e+00 7.343705e-02 7.343705e-02 5.100000e+00 1.000000e-01 1.000000e-01 3.239000e+00 4.373786e-02 4.373786e-02 5.300000e+00 1.000000e-01 1.000000e-01 2.615000e+00 6.946222e-02 6.946222e-02 5.500000e+00 1.000000e-01 1.000000e-01 1.967000e+00 7.632169e-02 7.632169e-02 5.700000e+00 1.000000e-01 1.000000e-01 1.433000e+00 2.162799e-01 2.162799e-01 5.900000e+00 1.000000e-01 1.000000e-01 8.040000e-01 8.704596e-02 8.704596e-02 6.100000e+00 1.000000e-01 1.000000e-01 4.950000e-01 7.045566e-02 7.045566e-02 6.300000e+00 1.000000e-01 1.000000e-01 3.230000e-01 4.539824e-02 4.539824e-02 6.500000e+00 1.000000e-01 1.000000e-01 2.080000e-01 4.393177e-02 4.393177e-02 6.700000e+00 1.000000e-01 1.000000e-01 1.340000e-01 4.522168e-02 4.522168e-02 6.900000e+00 1.000000e-01 1.000000e-01 8.900000e-02 4.219005e-02 4.219005e-02 7.100000e+00 1.000000e-01 1.000000e-01 6.200000e-02 9.470480e-02 9.470480e-02 7.300000e+00 1.000000e-01 1.000000e-01 4.600000e-02 2.630589e-02 2.630589e-02 7.500000e+00 1.000000e-01 1.000000e-01 3.400000e-02 2.022375e-02 2.022375e-02 7.700000e+00 1.000000e-01 1.000000e-01 2.600000e-02 4.390900e-02 4.390900e-02 7.900000e+00 1.000000e-01 1.000000e-01 2.200000e-02 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d65-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.006, up: 0.006}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.015, up: 0.015}}, 3: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.018, up: 0.018}}, 4: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.025, up: 0.025}}, 5: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.03, up: 0.03}}, 6: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.028, up: 0.028}}, 7: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.026, up: 0.026}}, 8: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.013, up: 0.013}}, 9: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.026, up: 0.026}}, 10: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.056, up: 0.056}}, 11: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.066, up: 0.066}}, 12: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.075, up: 0.075}}, 13: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.085, up: 0.085}}, 14: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.109, up: 0.109}}, 15: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.097, up: 0.097}}, 16: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.111, up: 0.111}}, 17: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.122, up: 0.122}}, 18: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.118, up: 0.118}}, 19: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.107, up: 0.107}}, 20: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.1, up: 0.1}}, 21: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.091, up: 0.091}}, 22: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.081, up: 0.081}}, 23: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.065, up: 0.065}}, 24: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.08, up: 0.08}}, 25: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.049, up: 0.049}}, 26: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.071, up: 0.071}}, 27: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.08, up: 0.08}}, 28: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.215, up: 0.215}}, 29: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.096, up: 0.096}}, 30: {stat: {dn: -0.069, up: 0.069}, sys: {dn: -0.079, up: 0.079}}, 31: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.055, up: 0.055}}, 32: {stat: {dn: -0.051, up: 0.051}, sys: {dn: -0.051, up: 0.051}}, 33: {stat: {dn: -0.051, up: 0.051}, sys: {dn: -0.053, up: 0.053}}, 34: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.05, up: 0.05}}, 35: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.097, up: 0.097}}, 36: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.039, up: 0.039}}, 37: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.022, up: 0.022}}, 38: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.048, up: 0.048}}, 39: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d65-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 1.800000e-02 1.414214e-03 1.414214e-03 3.000000e-01 1.000000e-01 1.000000e-01 1.010000e-01 6.082763e-03 6.082763e-03 5.000000e-01 1.000000e-01 1.000000e-01 2.560000e-01 1.513275e-02 1.513275e-02 7.000000e-01 1.000000e-01 1.000000e-01 4.710000e-01 1.824829e-02 1.824829e-02 9.000000e-01 1.000000e-01 1.000000e-01 7.670000e-01 2.531798e-02 2.531798e-02 1.100000e+00 1.000000e-01 1.000000e-01 1.142000e+00 3.041381e-02 3.041381e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.582000e+00 2.844293e-02 2.844293e-02 1.500000e+00 1.000000e-01 1.000000e-01 2.077000e+00 2.668333e-02 2.668333e-02 1.700000e+00 1.000000e-01 1.000000e-01 2.599000e+00 1.476482e-02 1.476482e-02 1.900000e+00 1.000000e-01 1.000000e-01 3.092000e+00 2.720294e-02 2.720294e-02 2.100000e+00 1.000000e-01 1.000000e-01 3.536000e+00 5.656854e-02 5.656854e-02 2.300000e+00 1.000000e-01 1.000000e-01 4.035000e+00 6.661081e-02 6.661081e-02 2.500000e+00 1.000000e-01 1.000000e-01 4.458000e+00 7.553807e-02 7.553807e-02 2.700000e+00 1.000000e-01 1.000000e-01 4.884000e+00 8.558621e-02 8.558621e-02 2.900000e+00 1.000000e-01 1.000000e-01 5.261000e+00 1.094578e-01 1.094578e-01 3.100000e+00 1.000000e-01 1.000000e-01 5.610000e+00 9.751410e-02 9.751410e-02 3.300000e+00 1.000000e-01 1.000000e-01 5.829000e+00 1.115437e-01 1.115437e-01 3.500000e+00 1.000000e-01 1.000000e-01 5.965000e+00 1.224949e-01 1.224949e-01 3.700000e+00 1.000000e-01 1.000000e-01 6.024000e+00 1.185116e-01 1.185116e-01 3.900000e+00 1.000000e-01 1.000000e-01 5.976000e+00 1.075639e-01 1.075639e-01 4.100000e+00 1.000000e-01 1.000000e-01 5.805000e+00 1.006032e-01 1.006032e-01 4.300000e+00 1.000000e-01 1.000000e-01 5.519000e+00 9.166242e-02 9.166242e-02 4.500000e+00 1.000000e-01 1.000000e-01 5.100000e+00 8.161495e-02 8.161495e-02 4.700000e+00 1.000000e-01 1.000000e-01 4.534000e+00 6.576473e-02 6.576473e-02 4.900000e+00 1.000000e-01 1.000000e-01 3.817000e+00 8.050466e-02 8.050466e-02 5.100000e+00 1.000000e-01 1.000000e-01 3.180000e+00 4.981967e-02 4.981967e-02 5.300000e+00 1.000000e-01 1.000000e-01 2.579000e+00 7.156815e-02 7.156815e-02 5.500000e+00 1.000000e-01 1.000000e-01 1.927000e+00 8.050466e-02 8.050466e-02 5.700000e+00 1.000000e-01 1.000000e-01 1.406000e+00 2.153927e-01 2.153927e-01 5.900000e+00 1.000000e-01 1.000000e-01 7.950000e-01 1.200000e-01 1.200000e-01 6.100000e+00 1.000000e-01 1.000000e-01 4.890000e-01 1.048904e-01 1.048904e-01 6.300000e+00 1.000000e-01 1.000000e-01 3.180000e-01 7.778175e-02 7.778175e-02 6.500000e+00 1.000000e-01 1.000000e-01 2.040000e-01 7.212489e-02 7.212489e-02 6.700000e+00 1.000000e-01 1.000000e-01 1.320000e-01 7.355270e-02 7.355270e-02 6.900000e+00 1.000000e-01 1.000000e-01 8.600000e-02 7.071068e-02 7.071068e-02 7.100000e+00 1.000000e-01 1.000000e-01 6.000000e-02 1.049238e-01 1.049238e-01 7.300000e+00 1.000000e-01 1.000000e-01 4.400000e-02 5.445181e-02 5.445181e-02 7.500000e+00 1.000000e-01 1.000000e-01 3.400000e-02 3.041381e-02 3.041381e-02 7.700000e+00 1.000000e-01 1.000000e-01 1.900000e-02 5.556978e-02 5.556978e-02 7.900000e+00 1.000000e-01 1.000000e-01 2.100000e-02 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d65-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}, 1: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.004, up: 0.004}}, 2: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.013, up: 0.013}}, 3: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.012, up: 0.012}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.015, up: 0.015}}, 5: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.019, up: 0.019}}, 6: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.017, up: 0.017}}, 7: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.029, up: 0.029}}, 8: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.03, up: 0.03}}, 9: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.062, up: 0.062}}, 10: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.093, up: 0.093}}, 11: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.106, up: 0.106}}, 12: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.117, up: 0.117}}, 13: {stat: {dn: -0.027, up: 0.027}, sys: {dn: -0.121, up: 0.121}}, 14: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.128, up: 0.128}}, 15: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.088, up: 0.088}}, 16: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.09, up: 0.09}}, 17: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.089, up: 0.089}}, 18: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.082, up: 0.082}}, 19: {stat: {dn: -0.031, up: 0.031}, sys: {dn: -0.065, up: 0.065}}, 20: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.068, up: 0.068}}, 21: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.066, up: 0.066}}, 22: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.079, up: 0.079}}, 23: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.072, up: 0.072}}, 24: {stat: {dn: -0.026, up: 0.026}, sys: {dn: -0.087, up: 0.087}}, 25: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.06, up: 0.06}}, 26: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.092, up: 0.092}}, 27: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.096, up: 0.096}}, 28: {stat: {dn: -0.039, up: 0.039}, sys: {dn: -0.221, up: 0.221}}, 29: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.202, up: 0.202}}, 30: {stat: {dn: -0.248, up: 0.248}, sys: {dn: -0.251, up: 0.251}}, 31: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.196, up: 0.196}}, 32: {stat: {dn: -0.133, up: 0.133}, sys: {dn: -0.133, up: 0.133}}, 33: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.12, up: 0.12}}, 34: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.116, up: 0.116}}, 35: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.088, up: 0.088}}, 36: {stat: {dn: -0.056, up: 0.056}, sys: {dn: -0.06, up: 0.06}}, 37: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.035, up: 0.035}}, 38: {stat: {dn: -0.047, up: 0.047}, sys: {dn: -0.059, up: 0.059}}, 39: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d65-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 1.000000e-03 1.414214e-03 1.414214e-03 3.000000e-01 1.000000e-01 1.000000e-01 1.500000e-02 4.472136e-03 4.472136e-03 5.000000e-01 1.000000e-01 1.000000e-01 8.300000e-02 1.334166e-02 1.334166e-02 7.000000e-01 1.000000e-01 1.000000e-01 2.150000e-01 1.300000e-02 1.300000e-02 9.000000e-01 1.000000e-01 1.000000e-01 4.110000e-01 1.655295e-02 1.655295e-02 1.100000e+00 1.000000e-01 1.000000e-01 7.060000e-01 2.102380e-02 2.102380e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.124000e+00 2.024846e-02 2.024846e-02 1.500000e+00 1.000000e-01 1.000000e-01 1.687000e+00 3.220248e-02 3.220248e-02 1.700000e+00 1.000000e-01 1.000000e-01 2.384000e+00 3.400000e-02 3.400000e-02 1.900000e+00 1.000000e-01 1.000000e-01 3.155000e+00 6.484597e-02 6.484597e-02 2.100000e+00 1.000000e-01 1.000000e-01 4.088000e+00 9.556673e-02 9.556673e-02 2.300000e+00 1.000000e-01 1.000000e-01 4.905000e+00 1.086830e-01 1.086830e-01 2.500000e+00 1.000000e-01 1.000000e-01 5.619000e+00 1.198541e-01 1.198541e-01 2.700000e+00 1.000000e-01 1.000000e-01 6.221000e+00 1.239758e-01 1.239758e-01 2.900000e+00 1.000000e-01 1.000000e-01 6.598000e+00 1.310267e-01 1.310267e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.998000e+00 9.265528e-02 9.265528e-02 3.300000e+00 1.000000e-01 1.000000e-01 7.128000e+00 9.486833e-02 9.486833e-02 3.500000e+00 1.000000e-01 1.000000e-01 7.336000e+00 9.424436e-02 9.424436e-02 3.700000e+00 1.000000e-01 1.000000e-01 7.162000e+00 8.731552e-02 8.731552e-02 3.900000e+00 1.000000e-01 1.000000e-01 7.052000e+00 7.201389e-02 7.201389e-02 4.100000e+00 1.000000e-01 1.000000e-01 6.699000e+00 7.432362e-02 7.432362e-02 4.300000e+00 1.000000e-01 1.000000e-01 6.275000e+00 7.249828e-02 7.249828e-02 4.500000e+00 1.000000e-01 1.000000e-01 5.716000e+00 8.415462e-02 8.415462e-02 4.700000e+00 1.000000e-01 1.000000e-01 4.995000e+00 7.725283e-02 7.725283e-02 4.900000e+00 1.000000e-01 1.000000e-01 4.164000e+00 9.080198e-02 9.080198e-02 5.100000e+00 1.000000e-01 1.000000e-01 3.410000e+00 6.500000e-02 6.500000e-02 5.300000e+00 1.000000e-01 1.000000e-01 2.846000e+00 9.533625e-02 9.533625e-02 5.500000e+00 1.000000e-01 1.000000e-01 2.113000e+00 9.920181e-02 9.920181e-02 5.700000e+00 1.000000e-01 1.000000e-01 1.483000e+00 2.244148e-01 2.244148e-01 5.900000e+00 1.000000e-01 1.000000e-01 8.200000e-01 2.773157e-01 2.773157e-01 6.100000e+00 1.000000e-01 1.000000e-01 5.180000e-01 3.528527e-01 3.528527e-01 6.300000e+00 1.000000e-01 1.000000e-01 3.840000e-01 2.729762e-01 2.729762e-01 6.500000e+00 1.000000e-01 1.000000e-01 2.110000e-01 1.880904e-01 1.880904e-01 6.700000e+00 1.000000e-01 1.000000e-01 1.150000e-01 1.675977e-01 1.675977e-01 6.900000e+00 1.000000e-01 1.000000e-01 8.000000e-02 1.633432e-01 1.633432e-01 7.100000e+00 1.000000e-01 1.000000e-01 0.000000e+00 8.800000e-02 8.800000e-02 7.300000e+00 1.000000e-01 1.000000e-01 3.800000e-02 8.207314e-02 8.207314e-02 7.500000e+00 1.000000e-01 1.000000e-01 1.000000e-02 4.081666e-02 4.081666e-02 7.700000e+00 1.000000e-01 1.000000e-01 2.300000e-02 7.543209e-02 7.543209e-02 7.900000e+00 1.000000e-01 1.000000e-01 2.400000e-02 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d66-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.013, up: 0.013}}, 1: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.031, up: 0.031}}, 2: {stat: {dn: -0.044, up: 0.044}, sys: {dn: -0.088, up: 0.088}}, 3: {stat: {dn: -0.066, up: 0.066}, sys: {dn: -0.084, up: 0.084}}, 4: {stat: {dn: -0.094, up: 0.094}, sys: {dn: -0.049, up: 0.049}}, 5: {stat: {dn: -0.109, up: 0.109}, sys: {dn: -0.059, up: 0.059}}, 6: {stat: {dn: -0.136, up: 0.136}, sys: {dn: -0.102, up: 0.102}}, 7: {stat: {dn: -0.177, up: 0.177}, sys: {dn: -0.126, up: 0.126}}, 8: {stat: {dn: -0.198, up: 0.198}, sys: {dn: -0.157, up: 0.157}}, 9: {stat: {dn: -0.195, up: 0.195}, sys: {dn: -0.14, up: 0.14}}, 10: {stat: {dn: -0.224, up: 0.224}, sys: {dn: -0.164, up: 0.164}}, 11: {stat: {dn: -0.251, up: 0.251}, sys: {dn: -0.296, up: 0.296}}, 12: {stat: {dn: -0.241, up: 0.241}, sys: {dn: -0.175, up: 0.175}}, 13: {stat: {dn: -0.259, up: 0.259}, sys: {dn: -0.189, up: 0.189}}, 14: {stat: {dn: -0.271, up: 0.271}, sys: {dn: -0.265, up: 0.265}}, 15: {stat: {dn: -0.263, up: 0.263}, sys: {dn: -0.256, up: 0.256}}, 16: {stat: {dn: -0.286, up: 0.286}, sys: {dn: -0.178, up: 0.178}}, 17: {stat: {dn: -0.284, up: 0.284}, sys: {dn: -0.243, up: 0.243}}, 18: {stat: {dn: -0.28, up: 0.28}, sys: {dn: -0.171, up: 0.171}}, 19: {stat: {dn: -0.278, up: 0.278}, sys: {dn: -0.174, up: 0.174}}, 20: {stat: {dn: -0.273, up: 0.273}, sys: {dn: -0.224, up: 0.224}}, 21: {stat: {dn: -0.256, up: 0.256}, sys: {dn: -0.228, up: 0.228}}, 22: {stat: {dn: -0.266, up: 0.266}, sys: {dn: -0.319, up: 0.319}}, 23: {stat: {dn: -0.253, up: 0.253}, sys: {dn: -0.28, up: 0.28}}, 24: {stat: {dn: -0.238, up: 0.238}, sys: {dn: -0.321, up: 0.321}}, 25: {stat: {dn: -0.214, up: 0.214}, sys: {dn: -0.175, up: 0.175}}, 26: {stat: {dn: -0.198, up: 0.198}, sys: {dn: -0.22, up: 0.22}}, 27: {stat: {dn: -0.172, up: 0.172}, sys: {dn: -0.104, up: 0.104}}, 28: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.15, up: 0.15}}, 29: {stat: {dn: -0.135, up: 0.135}, sys: {dn: -0.109, up: 0.109}}, 30: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.06, up: 0.06}}, 31: {stat: {dn: -0.104, up: 0.104}, sys: {dn: -0.094, up: 0.094}}, 32: {stat: {dn: -0.057, up: 0.057}, sys: {dn: -0.032, up: 0.032}}, 33: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d66-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 4.000000e-02 1.984943e-02 1.984943e-02 3.000000e-01 1.000000e-01 1.000000e-01 5.500000e-02 3.488553e-02 3.488553e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.470000e-01 9.838699e-02 9.838699e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.490000e-01 1.068270e-01 1.068270e-01 9.000000e-01 1.000000e-01 1.000000e-01 6.380000e-01 1.060047e-01 1.060047e-01 1.100000e+00 1.000000e-01 1.000000e-01 8.230000e-01 1.239435e-01 1.239435e-01 1.300000e+00 1.000000e-01 1.000000e-01 1.289000e+00 1.700000e-01 1.700000e-01 1.500000e+00 1.000000e-01 1.000000e-01 2.148000e+00 2.172671e-01 2.172671e-01 1.700000e+00 1.000000e-01 1.000000e-01 2.689000e+00 2.526915e-01 2.526915e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.662000e+00 2.400521e-01 2.400521e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.691000e+00 2.776184e-01 2.776184e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.462000e+00 3.880941e-01 3.880941e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.581000e+00 2.978355e-01 2.978355e-01 2.700000e+00 1.000000e-01 1.000000e-01 5.299000e+00 3.206275e-01 3.206275e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.924000e+00 3.790330e-01 3.790330e-01 3.100000e+00 1.000000e-01 1.000000e-01 5.874000e+00 3.670218e-01 3.670218e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.764000e+00 3.368679e-01 3.368679e-01 3.500000e+00 1.000000e-01 1.000000e-01 6.605000e+00 3.737713e-01 3.737713e-01 3.700000e+00 1.000000e-01 1.000000e-01 6.918000e+00 3.280869e-01 3.280869e-01 3.900000e+00 1.000000e-01 1.000000e-01 6.903000e+00 3.279634e-01 3.279634e-01 4.100000e+00 1.000000e-01 1.000000e-01 6.746000e+00 3.531360e-01 3.531360e-01 4.300000e+00 1.000000e-01 1.000000e-01 6.118000e+00 3.428119e-01 3.428119e-01 4.500000e+00 1.000000e-01 1.000000e-01 6.588000e+00 4.153517e-01 4.153517e-01 4.700000e+00 1.000000e-01 1.000000e-01 5.756000e+00 3.773712e-01 3.773712e-01 4.900000e+00 1.000000e-01 1.000000e-01 5.416000e+00 3.996061e-01 3.996061e-01 5.100000e+00 1.000000e-01 1.000000e-01 4.484000e+00 2.764435e-01 2.764435e-01 5.300000e+00 1.000000e-01 1.000000e-01 3.799000e+00 2.959797e-01 2.959797e-01 5.500000e+00 1.000000e-01 1.000000e-01 2.942000e+00 2.009975e-01 2.009975e-01 5.700000e+00 1.000000e-01 1.000000e-01 2.409000e+00 2.156965e-01 2.156965e-01 5.900000e+00 1.000000e-01 1.000000e-01 1.783000e+00 1.735108e-01 1.735108e-01 6.100000e+00 1.000000e-01 1.000000e-01 1.179000e+00 1.252996e-01 1.252996e-01 6.300000e+00 1.000000e-01 1.000000e-01 7.850000e-01 1.401856e-01 1.401856e-01 6.500000e+00 1.000000e-01 1.000000e-01 1.810000e-01 6.536819e-02 6.536819e-02 6.700000e+00 1.000000e-01 1.000000e-01 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d66-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.007, up: 0.007}}, 1: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.052, up: 0.052}}, 2: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.067, up: 0.067}}, 3: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.078, up: 0.078}}, 4: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.068, up: 0.068}}, 5: {stat: {dn: -0.145, up: 0.145}, sys: {dn: -0.108, up: 0.108}}, 6: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.102, up: 0.102}}, 7: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.136, up: 0.136}}, 8: {stat: {dn: -0.213, up: 0.213}, sys: {dn: -0.179, up: 0.179}}, 9: {stat: {dn: -0.212, up: 0.212}, sys: {dn: -0.23, up: 0.23}}, 10: {stat: {dn: -0.237, up: 0.237}, sys: {dn: -0.208, up: 0.208}}, 11: {stat: {dn: -0.267, up: 0.267}, sys: {dn: -0.197, up: 0.197}}, 12: {stat: {dn: -0.277, up: 0.277}, sys: {dn: -0.254, up: 0.254}}, 13: {stat: {dn: -0.296, up: 0.296}, sys: {dn: -0.259, up: 0.259}}, 14: {stat: {dn: -0.303, up: 0.303}, sys: {dn: -0.312, up: 0.312}}, 15: {stat: {dn: -0.313, up: 0.313}, sys: {dn: -0.271, up: 0.271}}, 16: {stat: {dn: -0.317, up: 0.317}, sys: {dn: -0.303, up: 0.303}}, 17: {stat: {dn: -0.336, up: 0.336}, sys: {dn: -0.393, up: 0.393}}, 18: {stat: {dn: -0.32, up: 0.32}, sys: {dn: -0.234, up: 0.234}}, 19: {stat: {dn: -0.328, up: 0.328}, sys: {dn: -0.231, up: 0.231}}, 20: {stat: {dn: -0.333, up: 0.333}, sys: {dn: -0.336, up: 0.336}}, 21: {stat: {dn: -0.314, up: 0.314}, sys: {dn: -0.39, up: 0.39}}, 22: {stat: {dn: -0.308, up: 0.308}, sys: {dn: -0.343, up: 0.343}}, 23: {stat: {dn: -0.306, up: 0.306}, sys: {dn: -0.371, up: 0.371}}, 24: {stat: {dn: -0.26, up: 0.26}, sys: {dn: -0.142, up: 0.142}}, 25: {stat: {dn: -0.272, up: 0.272}, sys: {dn: -0.173, up: 0.173}}, 26: {stat: {dn: -0.231, up: 0.231}, sys: {dn: -0.244, up: 0.244}}, 27: {stat: {dn: -0.209, up: 0.209}, sys: {dn: -0.142, up: 0.142}}, 28: {stat: {dn: -0.186, up: 0.186}, sys: {dn: -0.106, up: 0.106}}, 29: {stat: {dn: -0.156, up: 0.156}, sys: {dn: -0.066, up: 0.066}}, 30: {stat: {dn: -0.126, up: 0.126}, sys: {dn: -0.081, up: 0.081}}, 31: {stat: {dn: -0.135, up: 0.135}, sys: {dn: -0.116, up: 0.116}}, 32: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.051, up: 0.051}}, 33: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d66-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 6.700000e-02 2.118962e-02 2.118962e-02 3.000000e-01 1.000000e-01 1.000000e-01 8.400000e-02 5.685948e-02 5.685948e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.700000e-01 8.070936e-02 8.070936e-02 7.000000e-01 1.000000e-01 1.000000e-01 4.750000e-01 1.153646e-01 1.153646e-01 9.000000e-01 1.000000e-01 1.000000e-01 7.130000e-01 1.336001e-01 1.336001e-01 1.100000e+00 1.000000e-01 1.000000e-01 1.075000e+00 1.808010e-01 1.808010e-01 1.300000e+00 1.000000e-01 1.000000e-01 1.244000e+00 1.855505e-01 1.855505e-01 1.500000e+00 1.000000e-01 1.000000e-01 1.849000e+00 2.336579e-01 2.336579e-01 1.700000e+00 1.000000e-01 1.000000e-01 2.433000e+00 2.782265e-01 2.782265e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.448000e+00 3.128003e-01 3.128003e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.101000e+00 3.153300e-01 3.153300e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.007000e+00 3.318102e-01 3.318102e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.365000e+00 3.758258e-01 3.758258e-01 2.700000e+00 1.000000e-01 1.000000e-01 4.945000e+00 3.933154e-01 3.933154e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.538000e+00 4.349172e-01 4.349172e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.075000e+00 4.140169e-01 4.140169e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.337000e+00 4.385180e-01 4.385180e-01 3.500000e+00 1.000000e-01 1.000000e-01 7.308000e+00 5.170542e-01 5.170542e-01 3.700000e+00 1.000000e-01 1.000000e-01 6.575000e+00 3.964291e-01 3.964291e-01 3.900000e+00 1.000000e-01 1.000000e-01 6.911000e+00 4.011795e-01 4.011795e-01 4.100000e+00 1.000000e-01 1.000000e-01 6.970000e+00 4.730592e-01 4.730592e-01 4.300000e+00 1.000000e-01 1.000000e-01 6.855000e+00 5.006955e-01 5.006955e-01 4.500000e+00 1.000000e-01 1.000000e-01 6.623000e+00 4.609913e-01 4.609913e-01 4.700000e+00 1.000000e-01 1.000000e-01 6.541000e+00 4.809127e-01 4.809127e-01 4.900000e+00 1.000000e-01 1.000000e-01 4.831000e+00 2.962499e-01 2.962499e-01 5.100000e+00 1.000000e-01 1.000000e-01 5.002000e+00 3.223554e-01 3.223554e-01 5.300000e+00 1.000000e-01 1.000000e-01 3.817000e+00 3.360015e-01 3.360015e-01 5.500000e+00 1.000000e-01 1.000000e-01 3.182000e+00 2.526757e-01 2.526757e-01 5.700000e+00 1.000000e-01 1.000000e-01 2.574000e+00 2.140841e-01 2.140841e-01 5.900000e+00 1.000000e-01 1.000000e-01 1.804000e+00 1.693871e-01 1.693871e-01 6.100000e+00 1.000000e-01 1.000000e-01 1.189000e+00 1.497899e-01 1.497899e-01 6.300000e+00 1.000000e-01 1.000000e-01 1.055000e+00 1.779916e-01 1.779916e-01 6.500000e+00 1.000000e-01 1.000000e-01 4.290000e-01 1.167305e-01 1.167305e-01 6.700000e+00 1.000000e-01 1.000000e-01 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d66-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.006, up: 0.006}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.025, up: 0.025}}, 2: {stat: {dn: -0.041, up: 0.041}, sys: {dn: -0.056, up: 0.056}}, 3: {stat: {dn: -0.076, up: 0.076}, sys: {dn: -0.099, up: 0.099}}, 4: {stat: {dn: -0.105, up: 0.105}, sys: {dn: -0.104, up: 0.104}}, 5: {stat: {dn: -0.158, up: 0.158}, sys: {dn: -0.09, up: 0.09}}, 6: {stat: {dn: -0.195, up: 0.195}, sys: {dn: -0.107, up: 0.107}}, 7: {stat: {dn: -0.204, up: 0.204}, sys: {dn: -0.04, up: 0.04}}, 8: {stat: {dn: -0.234, up: 0.234}, sys: {dn: -0.121, up: 0.121}}, 9: {stat: {dn: -0.249, up: 0.249}, sys: {dn: -0.081, up: 0.081}}, 10: {stat: {dn: -0.302, up: 0.302}, sys: {dn: -0.212, up: 0.212}}, 11: {stat: {dn: -0.309, up: 0.309}, sys: {dn: -0.192, up: 0.192}}, 12: {stat: {dn: -0.332, up: 0.332}, sys: {dn: -0.265, up: 0.265}}, 13: {stat: {dn: -0.348, up: 0.348}, sys: {dn: -0.21, up: 0.21}}, 14: {stat: {dn: -0.344, up: 0.344}, sys: {dn: -0.357, up: 0.357}}, 15: {stat: {dn: -0.369, up: 0.369}, sys: {dn: -0.304, up: 0.304}}, 16: {stat: {dn: -0.348, up: 0.348}, sys: {dn: -0.425, up: 0.425}}, 17: {stat: {dn: -0.349, up: 0.349}, sys: {dn: -0.235, up: 0.235}}, 18: {stat: {dn: -0.362, up: 0.362}, sys: {dn: -0.33, up: 0.33}}, 19: {stat: {dn: -0.361, up: 0.361}, sys: {dn: -0.297, up: 0.297}}, 20: {stat: {dn: -0.362, up: 0.362}, sys: {dn: -0.344, up: 0.344}}, 21: {stat: {dn: -0.348, up: 0.348}, sys: {dn: -0.173, up: 0.173}}, 22: {stat: {dn: -0.341, up: 0.341}, sys: {dn: -0.305, up: 0.305}}, 23: {stat: {dn: -0.327, up: 0.327}, sys: {dn: -0.46, up: 0.46}}, 24: {stat: {dn: -0.316, up: 0.316}, sys: {dn: -0.282, up: 0.282}}, 25: {stat: {dn: -0.293, up: 0.293}, sys: {dn: -0.246, up: 0.246}}, 26: {stat: {dn: -0.29, up: 0.29}, sys: {dn: -0.212, up: 0.212}}, 27: {stat: {dn: -0.256, up: 0.256}, sys: {dn: -0.243, up: 0.243}}, 28: {stat: {dn: -0.219, up: 0.219}, sys: {dn: -0.12, up: 0.12}}, 29: {stat: {dn: -0.194, up: 0.194}, sys: {dn: -0.158, up: 0.158}}, 30: {stat: {dn: -0.151, up: 0.151}, sys: {dn: -0.077, up: 0.077}}, 31: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.048, up: 0.048}}, 32: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.078, up: 0.078}}, 33: {stat: {dn: -0.089, up: 0.089}, sys: {dn: -0.058, up: 0.058}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d66-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 2.800000e-02 1.615549e-02 1.615549e-02 3.000000e-01 1.000000e-01 1.000000e-01 9.900000e-02 3.753665e-02 3.753665e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.440000e-01 6.940461e-02 6.940461e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.500000e-01 1.248079e-01 1.248079e-01 9.000000e-01 1.000000e-01 1.000000e-01 5.020000e-01 1.477870e-01 1.477870e-01 1.100000e+00 1.000000e-01 1.000000e-01 1.074000e+00 1.818351e-01 1.818351e-01 1.300000e+00 1.000000e-01 1.000000e-01 1.614000e+00 2.224275e-01 2.224275e-01 1.500000e+00 1.000000e-01 1.000000e-01 1.737000e+00 2.078846e-01 2.078846e-01 1.700000e+00 1.000000e-01 1.000000e-01 2.379000e+00 2.634331e-01 2.634331e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.619000e+00 2.618435e-01 2.618435e-01 2.100000e+00 1.000000e-01 1.000000e-01 4.119000e+00 3.689824e-01 3.689824e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.337000e+00 3.637925e-01 3.637925e-01 2.500000e+00 1.000000e-01 1.000000e-01 5.176000e+00 4.247929e-01 4.247929e-01 2.700000e+00 1.000000e-01 1.000000e-01 5.944000e+00 4.064529e-01 4.064529e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.877000e+00 4.957671e-01 4.957671e-01 3.100000e+00 1.000000e-01 1.000000e-01 7.071000e+00 4.780973e-01 4.780973e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.333000e+00 5.492986e-01 5.492986e-01 3.500000e+00 1.000000e-01 1.000000e-01 6.696000e+00 4.207446e-01 4.207446e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.279000e+00 4.898408e-01 4.898408e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.349000e+00 4.674719e-01 4.674719e-01 4.100000e+00 1.000000e-01 1.000000e-01 7.448000e+00 4.993796e-01 4.993796e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.142000e+00 3.886296e-01 3.886296e-01 4.500000e+00 1.000000e-01 1.000000e-01 6.789000e+00 4.574997e-01 4.574997e-01 4.700000e+00 1.000000e-01 1.000000e-01 6.323000e+00 5.643837e-01 5.643837e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.167000e+00 4.235328e-01 4.235328e-01 5.100000e+00 1.000000e-01 1.000000e-01 5.288000e+00 3.825768e-01 3.825768e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.347000e+00 3.592269e-01 3.592269e-01 5.500000e+00 1.000000e-01 1.000000e-01 4.147000e+00 3.529660e-01 3.529660e-01 5.700000e+00 1.000000e-01 1.000000e-01 2.904000e+00 2.497218e-01 2.497218e-01 5.900000e+00 1.000000e-01 1.000000e-01 2.431000e+00 2.501999e-01 2.501999e-01 6.100000e+00 1.000000e-01 1.000000e-01 1.529000e+00 1.694993e-01 1.694993e-01 6.300000e+00 1.000000e-01 1.000000e-01 1.312000e+00 1.536880e-01 1.536880e-01 6.500000e+00 1.000000e-01 1.000000e-01 8.800000e-01 1.550484e-01 1.550484e-01 6.700000e+00 1.000000e-01 1.000000e-01 2.480000e-01 1.062309e-01 1.062309e-01 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d67-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.023, up: 0.023}, sys: {dn: -0.02, up: 0.02}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.027, up: 0.027}}, 2: {stat: {dn: -0.055, up: 0.055}, sys: {dn: -0.088, up: 0.088}}, 3: {stat: {dn: -0.094, up: 0.094}, sys: {dn: -0.125, up: 0.125}}, 4: {stat: {dn: -0.134, up: 0.134}, sys: {dn: -0.178, up: 0.178}}, 5: {stat: {dn: -0.188, up: 0.188}, sys: {dn: -0.1, up: 0.1}}, 6: {stat: {dn: -0.204, up: 0.204}, sys: {dn: -0.198, up: 0.198}}, 7: {stat: {dn: -0.258, up: 0.258}, sys: {dn: -0.192, up: 0.192}}, 8: {stat: {dn: -0.252, up: 0.252}, sys: {dn: -0.161, up: 0.161}}, 9: {stat: {dn: -0.303, up: 0.303}, sys: {dn: -0.279, up: 0.279}}, 10: {stat: {dn: -0.337, up: 0.337}, sys: {dn: -0.262, up: 0.262}}, 11: {stat: {dn: -0.363, up: 0.363}, sys: {dn: -0.49, up: 0.49}}, 12: {stat: {dn: -0.372, up: 0.372}, sys: {dn: -0.518, up: 0.518}}, 13: {stat: {dn: -0.378, up: 0.378}, sys: {dn: -0.342, up: 0.342}}, 14: {stat: {dn: -0.39, up: 0.39}, sys: {dn: -0.38, up: 0.38}}, 15: {stat: {dn: -0.419, up: 0.419}, sys: {dn: -0.393, up: 0.393}}, 16: {stat: {dn: -0.427, up: 0.427}, sys: {dn: -0.633, up: 0.633}}, 17: {stat: {dn: -0.434, up: 0.434}, sys: {dn: -0.564, up: 0.564}}, 18: {stat: {dn: -0.418, up: 0.418}, sys: {dn: -0.873, up: 0.873}}, 19: {stat: {dn: -0.428, up: 0.428}, sys: {dn: -0.912, up: 0.912}}, 20: {stat: {dn: -0.427, up: 0.427}, sys: {dn: -0.62, up: 0.62}}, 21: {stat: {dn: -0.433, up: 0.433}, sys: {dn: -0.764, up: 0.764}}, 22: {stat: {dn: -0.395, up: 0.395}, sys: {dn: -0.598, up: 0.598}}, 23: {stat: {dn: -0.387, up: 0.387}, sys: {dn: -0.654, up: 0.654}}, 24: {stat: {dn: -0.381, up: 0.381}, sys: {dn: -0.644, up: 0.644}}, 25: {stat: {dn: -0.365, up: 0.365}, sys: {dn: -0.523, up: 0.523}}, 26: {stat: {dn: -0.34, up: 0.34}, sys: {dn: -0.48, up: 0.48}}, 27: {stat: {dn: -0.302, up: 0.302}, sys: {dn: -0.433, up: 0.433}}, 28: {stat: {dn: -0.273, up: 0.273}, sys: {dn: -0.288, up: 0.288}}, 29: {stat: {dn: -0.242, up: 0.242}, sys: {dn: -0.177, up: 0.177}}, 30: {stat: {dn: -0.214, up: 0.214}, sys: {dn: -0.165, up: 0.165}}, 31: {stat: {dn: -0.19, up: 0.19}, sys: {dn: -0.122, up: 0.122}}, 32: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.147, up: 0.147}}, 33: {stat: {dn: -0.108, up: 0.108}, sys: {dn: -0.094, up: 0.094}}, 34: {stat: {dn: -0.0, up: 0.0}, sys: {dn: -0.0, up: 0.0}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d67-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 5.600000e-02 3.047950e-02 3.047950e-02 3.000000e-01 1.000000e-01 1.000000e-01 8.900000e-02 3.889730e-02 3.889730e-02 5.000000e-01 1.000000e-01 1.000000e-01 2.270000e-01 1.037738e-01 1.037738e-01 7.000000e-01 1.000000e-01 1.000000e-01 3.850000e-01 1.564001e-01 1.564001e-01 9.000000e-01 1.000000e-01 1.000000e-01 6.400000e-01 2.228004e-01 2.228004e-01 1.100000e+00 1.000000e-01 1.000000e-01 1.082000e+00 2.129413e-01 2.129413e-01 1.300000e+00 1.000000e-01 1.000000e-01 1.384000e+00 2.842886e-01 2.842886e-01 1.500000e+00 1.000000e-01 1.000000e-01 2.105000e+00 3.216022e-01 3.216022e-01 1.700000e+00 1.000000e-01 1.000000e-01 1.913000e+00 2.990401e-01 2.990401e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.847000e+00 4.118859e-01 4.118859e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.841000e+00 4.268641e-01 4.268641e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.515000e+00 6.098106e-01 6.098106e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.665000e+00 6.377366e-01 6.377366e-01 2.700000e+00 1.000000e-01 1.000000e-01 4.951000e+00 5.097529e-01 5.097529e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.472000e+00 5.445181e-01 5.445181e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.489000e+00 5.744650e-01 5.744650e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.838000e+00 7.635562e-01 7.635562e-01 3.500000e+00 1.000000e-01 1.000000e-01 7.378000e+00 7.116544e-01 7.116544e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.182000e+00 9.679117e-01 9.679117e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.583000e+00 1.007436e+00 1.007436e+00 4.100000e+00 1.000000e-01 1.000000e-01 7.838000e+00 7.528141e-01 7.528141e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.918000e+00 8.781714e-01 8.781714e-01 4.500000e+00 1.000000e-01 1.000000e-01 6.706000e+00 7.166791e-01 7.166791e-01 4.700000e+00 1.000000e-01 1.000000e-01 6.582000e+00 7.599243e-01 7.599243e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.411000e+00 7.482627e-01 7.482627e-01 5.100000e+00 1.000000e-01 1.000000e-01 6.069000e+00 6.377727e-01 6.377727e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.055000e+00 5.882176e-01 5.882176e-01 5.500000e+00 1.000000e-01 1.000000e-01 4.189000e+00 5.279138e-01 5.279138e-01 5.700000e+00 1.000000e-01 1.000000e-01 3.531000e+00 3.968287e-01 3.968287e-01 5.900000e+00 1.000000e-01 1.000000e-01 2.791000e+00 2.998216e-01 2.998216e-01 6.100000e+00 1.000000e-01 1.000000e-01 2.155000e+00 2.702240e-01 2.702240e-01 6.300000e+00 1.000000e-01 1.000000e-01 1.721000e+00 2.257964e-01 2.257964e-01 6.500000e+00 1.000000e-01 1.000000e-01 1.062000e+00 2.172763e-01 2.172763e-01 6.700000e+00 1.000000e-01 1.000000e-01 2.900000e-01 1.431782e-01 1.431782e-01 6.900000e+00 1.000000e-01 1.000000e-01 0.000000e+00 0.000000e+00 0.000000e+00 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d67-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.014, up: 0.014}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.027, up: 0.027}}, 2: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.067, up: 0.067}}, 3: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.037, up: 0.037}}, 4: {stat: {dn: -0.058, up: 0.058}, sys: {dn: -0.073, up: 0.073}}, 5: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.035, up: 0.035}}, 6: {stat: {dn: -0.094, up: 0.094}, sys: {dn: -0.053, up: 0.053}}, 7: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.057, up: 0.057}}, 8: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.136, up: 0.136}}, 9: {stat: {dn: -0.136, up: 0.136}, sys: {dn: -0.079, up: 0.079}}, 10: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.108, up: 0.108}}, 11: {stat: {dn: -0.158, up: 0.158}, sys: {dn: -0.094, up: 0.094}}, 12: {stat: {dn: -0.169, up: 0.169}, sys: {dn: -0.082, up: 0.082}}, 13: {stat: {dn: -0.18, up: 0.18}, sys: {dn: -0.131, up: 0.131}}, 14: {stat: {dn: -0.181, up: 0.181}, sys: {dn: -0.176, up: 0.176}}, 15: {stat: {dn: -0.187, up: 0.187}, sys: {dn: -0.238, up: 0.238}}, 16: {stat: {dn: -0.197, up: 0.197}, sys: {dn: -0.122, up: 0.122}}, 17: {stat: {dn: -0.194, up: 0.194}, sys: {dn: -0.23, up: 0.23}}, 18: {stat: {dn: -0.198, up: 0.198}, sys: {dn: -0.229, up: 0.229}}, 19: {stat: {dn: -0.199, up: 0.199}, sys: {dn: -0.213, up: 0.213}}, 20: {stat: {dn: -0.197, up: 0.197}, sys: {dn: -0.216, up: 0.216}}, 21: {stat: {dn: -0.192, up: 0.192}, sys: {dn: -0.201, up: 0.201}}, 22: {stat: {dn: -0.191, up: 0.191}, sys: {dn: -0.234, up: 0.234}}, 23: {stat: {dn: -0.187, up: 0.187}, sys: {dn: -0.399, up: 0.399}}, 24: {stat: {dn: -0.179, up: 0.179}, sys: {dn: -0.213, up: 0.213}}, 25: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.289, up: 0.289}}, 26: {stat: {dn: -0.162, up: 0.162}, sys: {dn: -0.197, up: 0.197}}, 27: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.239, up: 0.239}}, 28: {stat: {dn: -0.136, up: 0.136}, sys: {dn: -0.15, up: 0.15}}, 29: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.1, up: 0.1}}, 30: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.08, up: 0.08}}, 31: {stat: {dn: -0.087, up: 0.087}, sys: {dn: -0.08, up: 0.08}}, 32: {stat: {dn: -0.074, up: 0.074}, sys: {dn: -0.076, up: 0.076}}, 33: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.058, up: 0.058}}, 34: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.014, up: 0.014}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d67-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 8.100000e-02 1.910497e-02 1.910497e-02 3.000000e-01 1.000000e-01 1.000000e-01 9.100000e-02 2.996665e-02 2.996665e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.270000e-01 6.964194e-02 6.964194e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.160000e-01 5.303772e-02 5.303772e-02 9.000000e-01 1.000000e-01 1.000000e-01 5.930000e-01 9.323626e-02 9.323626e-02 1.100000e+00 1.000000e-01 1.000000e-01 8.920000e-01 8.276473e-02 8.276473e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.387000e+00 1.079120e-01 1.079120e-01 1.500000e+00 1.000000e-01 1.000000e-01 1.881000e+00 1.238911e-01 1.238911e-01 1.700000e+00 1.000000e-01 1.000000e-01 2.556000e+00 1.867619e-01 1.867619e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.917000e+00 1.572800e-01 1.572800e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.522000e+00 1.840245e-01 1.840245e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.118000e+00 1.838478e-01 1.838478e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.775000e+00 1.878430e-01 1.878430e-01 2.700000e+00 1.000000e-01 1.000000e-01 5.536000e+00 2.226230e-01 2.226230e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.625000e+00 2.524619e-01 2.524619e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.146000e+00 3.026764e-01 3.026764e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.938000e+00 2.317175e-01 2.317175e-01 3.500000e+00 1.000000e-01 1.000000e-01 6.839000e+00 3.008920e-01 3.008920e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.296000e+00 3.027293e-01 3.027293e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.430000e+00 2.914961e-01 2.914961e-01 4.100000e+00 1.000000e-01 1.000000e-01 7.415000e+00 2.923440e-01 2.923440e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.231000e+00 2.779658e-01 2.779658e-01 4.500000e+00 1.000000e-01 1.000000e-01 7.202000e+00 3.020546e-01 3.020546e-01 4.700000e+00 1.000000e-01 1.000000e-01 7.070000e+00 4.406473e-01 4.406473e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.354000e+00 2.782265e-01 2.782265e-01 5.100000e+00 1.000000e-01 1.000000e-01 5.646000e+00 3.337814e-01 3.337814e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.442000e+00 2.550549e-01 2.550549e-01 5.500000e+00 1.000000e-01 1.000000e-01 4.427000e+00 2.800661e-01 2.800661e-01 5.700000e+00 1.000000e-01 1.000000e-01 3.845000e+00 2.024747e-01 2.024747e-01 5.900000e+00 1.000000e-01 1.000000e-01 2.890000e+00 1.539123e-01 1.539123e-01 6.100000e+00 1.000000e-01 1.000000e-01 2.241000e+00 1.280625e-01 1.280625e-01 6.300000e+00 1.000000e-01 1.000000e-01 1.659000e+00 1.181905e-01 1.181905e-01 6.500000e+00 1.000000e-01 1.000000e-01 1.086000e+00 1.060754e-01 1.060754e-01 6.700000e+00 1.000000e-01 1.000000e-01 6.570000e-01 9.090655e-02 9.090655e-02 6.900000e+00 1.000000e-01 1.000000e-01 2.000000e-02 1.910497e-02 1.910497e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d67-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.008, up: 0.008}}, 1: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.015, up: 0.015}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.043, up: 0.043}}, 3: {stat: {dn: -0.025, up: 0.025}, sys: {dn: -0.055, up: 0.055}}, 4: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.067, up: 0.067}}, 5: {stat: {dn: -0.049, up: 0.049}, sys: {dn: -0.018, up: 0.018}}, 6: {stat: {dn: -0.056, up: 0.056}, sys: {dn: -0.02, up: 0.02}}, 7: {stat: {dn: -0.065, up: 0.065}, sys: {dn: -0.071, up: 0.071}}, 8: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.038, up: 0.038}}, 9: {stat: {dn: -0.082, up: 0.082}, sys: {dn: -0.054, up: 0.054}}, 10: {stat: {dn: -0.093, up: 0.093}, sys: {dn: -0.044, up: 0.044}}, 11: {stat: {dn: -0.098, up: 0.098}, sys: {dn: -0.089, up: 0.089}}, 12: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.073, up: 0.073}}, 13: {stat: {dn: -0.109, up: 0.109}, sys: {dn: -0.139, up: 0.139}}, 14: {stat: {dn: -0.107, up: 0.107}, sys: {dn: -0.129, up: 0.129}}, 15: {stat: {dn: -0.115, up: 0.115}, sys: {dn: -0.142, up: 0.142}}, 16: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.139, up: 0.139}}, 17: {stat: {dn: -0.119, up: 0.119}, sys: {dn: -0.135, up: 0.135}}, 18: {stat: {dn: -0.116, up: 0.116}, sys: {dn: -0.187, up: 0.187}}, 19: {stat: {dn: -0.119, up: 0.119}, sys: {dn: -0.147, up: 0.147}}, 20: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.21, up: 0.21}}, 21: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.195, up: 0.195}}, 22: {stat: {dn: -0.114, up: 0.114}, sys: {dn: -0.17, up: 0.17}}, 23: {stat: {dn: -0.111, up: 0.111}, sys: {dn: -0.199, up: 0.199}}, 24: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.133, up: 0.133}}, 25: {stat: {dn: -0.107, up: 0.107}, sys: {dn: -0.086, up: 0.086}}, 26: {stat: {dn: -0.096, up: 0.096}, sys: {dn: -0.107, up: 0.107}}, 27: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.13, up: 0.13}}, 28: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.071, up: 0.071}}, 29: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.04, up: 0.04}}, 30: {stat: {dn: -0.064, up: 0.064}, sys: {dn: -0.076, up: 0.076}}, 31: {stat: {dn: -0.054, up: 0.054}, sys: {dn: -0.06, up: 0.06}}, 32: {stat: {dn: -0.047, up: 0.047}, sys: {dn: -0.051, up: 0.051}}, 33: {stat: {dn: -0.042, up: 0.042}, sys: {dn: -0.019, up: 0.019}}, 34: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.023, up: 0.023}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d67-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 6.500000e-02 1.063015e-02 1.063015e-02 3.000000e-01 1.000000e-01 1.000000e-01 8.900000e-02 1.700000e-02 1.700000e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.630000e-01 4.492215e-02 4.492215e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.460000e-01 6.041523e-02 6.041523e-02 9.000000e-01 1.000000e-01 1.000000e-01 5.860000e-01 7.605919e-02 7.605919e-02 1.100000e+00 1.000000e-01 1.000000e-01 1.050000e+00 5.220153e-02 5.220153e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.338000e+00 5.946427e-02 5.946427e-02 1.500000e+00 1.000000e-01 1.000000e-01 1.922000e+00 9.626006e-02 9.626006e-02 1.700000e+00 1.000000e-01 1.000000e-01 2.395000e+00 8.407735e-02 8.407735e-02 1.900000e+00 1.000000e-01 1.000000e-01 3.027000e+00 9.818350e-02 9.818350e-02 2.100000e+00 1.000000e-01 1.000000e-01 3.603000e+00 1.028834e-01 1.028834e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.388000e+00 1.323820e-01 1.323820e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.651000e+00 1.238103e-01 1.238103e-01 2.700000e+00 1.000000e-01 1.000000e-01 5.487000e+00 1.766409e-01 1.766409e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.629000e+00 1.676007e-01 1.676007e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.394000e+00 1.827266e-01 1.827266e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.982000e+00 1.823321e-01 1.823321e-01 3.500000e+00 1.000000e-01 1.000000e-01 7.271000e+00 1.799611e-01 1.799611e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.080000e+00 2.200568e-01 2.200568e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.339000e+00 1.891296e-01 1.891296e-01 4.100000e+00 1.000000e-01 1.000000e-01 7.516000e+00 2.408817e-01 2.408817e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.450000e+00 2.279232e-01 2.279232e-01 4.500000e+00 1.000000e-01 1.000000e-01 7.029000e+00 2.046851e-01 2.046851e-01 4.700000e+00 1.000000e-01 1.000000e-01 6.938000e+00 2.278640e-01 2.278640e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.427000e+00 1.725949e-01 1.725949e-01 5.100000e+00 1.000000e-01 1.000000e-01 5.890000e+00 1.372771e-01 1.372771e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.220000e+00 1.437533e-01 1.437533e-01 5.500000e+00 1.000000e-01 1.000000e-01 4.559000e+00 1.581139e-01 1.581139e-01 5.700000e+00 1.000000e-01 1.000000e-01 3.770000e+00 1.077126e-01 1.077126e-01 5.900000e+00 1.000000e-01 1.000000e-01 2.987000e+00 8.324062e-02 8.324062e-02 6.100000e+00 1.000000e-01 1.000000e-01 2.363000e+00 9.935794e-02 9.935794e-02 6.300000e+00 1.000000e-01 1.000000e-01 1.730000e+00 8.072174e-02 8.072174e-02 6.500000e+00 1.000000e-01 1.000000e-01 1.209000e+00 6.935416e-02 6.935416e-02 6.700000e+00 1.000000e-01 1.000000e-01 7.490000e-01 4.609772e-02 4.609772e-02 6.900000e+00 1.000000e-01 1.000000e-01 8.800000e-02 2.801785e-02 2.801785e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d68-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.014, up: 0.014}}, 1: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.018, up: 0.018}}, 2: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.058, up: 0.058}}, 3: {stat: {dn: -0.034, up: 0.034}, sys: {dn: -0.058, up: 0.058}}, 4: {stat: {dn: -0.051, up: 0.051}, sys: {dn: -0.074, up: 0.074}}, 5: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.078, up: 0.078}}, 6: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.097, up: 0.097}}, 7: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.07, up: 0.07}}, 8: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.097, up: 0.097}}, 9: {stat: {dn: -0.109, up: 0.109}, sys: {dn: -0.142, up: 0.142}}, 10: {stat: {dn: -0.121, up: 0.121}, sys: {dn: -0.106, up: 0.106}}, 11: {stat: {dn: -0.128, up: 0.128}, sys: {dn: -0.112, up: 0.112}}, 12: {stat: {dn: -0.14, up: 0.14}, sys: {dn: -0.201, up: 0.201}}, 13: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.17, up: 0.17}}, 14: {stat: {dn: -0.147, up: 0.147}, sys: {dn: -0.257, up: 0.257}}, 15: {stat: {dn: -0.156, up: 0.156}, sys: {dn: -0.125, up: 0.125}}, 16: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.219, up: 0.219}}, 17: {stat: {dn: -0.166, up: 0.166}, sys: {dn: -0.161, up: 0.161}}, 18: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.253, up: 0.253}}, 19: {stat: {dn: -0.168, up: 0.168}, sys: {dn: -0.281, up: 0.281}}, 20: {stat: {dn: -0.173, up: 0.173}, sys: {dn: -0.187, up: 0.187}}, 21: {stat: {dn: -0.162, up: 0.162}, sys: {dn: -0.283, up: 0.283}}, 22: {stat: {dn: -0.156, up: 0.156}, sys: {dn: -0.264, up: 0.264}}, 23: {stat: {dn: -0.158, up: 0.158}, sys: {dn: -0.258, up: 0.258}}, 24: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.204, up: 0.204}}, 25: {stat: {dn: -0.143, up: 0.143}, sys: {dn: -0.197, up: 0.197}}, 26: {stat: {dn: -0.137, up: 0.137}, sys: {dn: -0.17, up: 0.17}}, 27: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.183, up: 0.183}}, 28: {stat: {dn: -0.111, up: 0.111}, sys: {dn: -0.113, up: 0.113}}, 29: {stat: {dn: -0.101, up: 0.101}, sys: {dn: -0.127, up: 0.127}}, 30: {stat: {dn: -0.085, up: 0.085}, sys: {dn: -0.145, up: 0.145}}, 31: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.158, up: 0.158}}, 32: {stat: {dn: -0.067, up: 0.067}, sys: {dn: -0.107, up: 0.107}}, 33: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.09, up: 0.09}}, 34: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.028, up: 0.028}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d68-x01-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 6.800000e-02 1.720465e-02 1.720465e-02 3.000000e-01 1.000000e-01 1.000000e-01 8.700000e-02 2.109502e-02 2.109502e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.800000e-01 6.072891e-02 6.072891e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.100000e-01 6.723095e-02 6.723095e-02 9.000000e-01 1.000000e-01 1.000000e-01 6.790000e-01 8.987213e-02 8.987213e-02 1.100000e+00 1.000000e-01 1.000000e-01 9.370000e-01 9.902020e-02 9.902020e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.233000e+00 1.214002e-01 1.214002e-01 1.500000e+00 1.000000e-01 1.000000e-01 1.842000e+00 1.140175e-01 1.140175e-01 1.700000e+00 1.000000e-01 1.000000e-01 2.319000e+00 1.393162e-01 1.393162e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.828000e+00 1.790112e-01 1.790112e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.466000e+00 1.608633e-01 1.608633e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.090000e+00 1.700823e-01 1.700823e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.726000e+00 2.449510e-01 2.449510e-01 2.700000e+00 1.000000e-01 1.000000e-01 5.398000e+00 2.247421e-01 2.247421e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.418000e+00 2.960709e-01 2.960709e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.227000e+00 1.999025e-01 1.999025e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.729000e+00 2.754088e-01 2.754088e-01 3.500000e+00 1.000000e-01 1.000000e-01 7.163000e+00 2.312509e-01 2.312509e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.138000e+00 2.993476e-01 2.993476e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.496000e+00 3.273912e-01 3.273912e-01 4.100000e+00 1.000000e-01 1.000000e-01 7.565000e+00 2.547509e-01 2.547509e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.133000e+00 3.260874e-01 3.260874e-01 4.500000e+00 1.000000e-01 1.000000e-01 7.103000e+00 3.066464e-01 3.066464e-01 4.700000e+00 1.000000e-01 1.000000e-01 7.048000e+00 3.025359e-01 3.025359e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.482000e+00 2.526203e-01 2.526203e-01 5.100000e+00 1.000000e-01 1.000000e-01 6.154000e+00 2.434297e-01 2.434297e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.547000e+00 2.183323e-01 2.183323e-01 5.500000e+00 1.000000e-01 1.000000e-01 4.587000e+00 2.398208e-01 2.398208e-01 5.700000e+00 1.000000e-01 1.000000e-01 3.807000e+00 1.583982e-01 1.583982e-01 5.900000e+00 1.000000e-01 1.000000e-01 3.129000e+00 1.622652e-01 1.622652e-01 6.100000e+00 1.000000e-01 1.000000e-01 2.342000e+00 1.680774e-01 1.680774e-01 6.300000e+00 1.000000e-01 1.000000e-01 1.902000e+00 1.775528e-01 1.775528e-01 6.500000e+00 1.000000e-01 1.000000e-01 1.306000e+00 1.262458e-01 1.262458e-01 6.700000e+00 1.000000e-01 1.000000e-01 9.900000e-01 1.128007e-01 1.128007e-01 6.900000e+00 1.000000e-01 1.000000e-01 1.620000e-01 4.031129e-02 4.031129e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d68-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.02, up: 0.02}}, 1: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.015, up: 0.015}}, 2: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.059, up: 0.059}}, 3: {stat: {dn: -0.033, up: 0.033}, sys: {dn: -0.062, up: 0.062}}, 4: {stat: {dn: -0.045, up: 0.045}, sys: {dn: -0.071, up: 0.071}}, 5: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.047, up: 0.047}}, 6: {stat: {dn: -0.075, up: 0.075}, sys: {dn: -0.081, up: 0.081}}, 7: {stat: {dn: -0.097, up: 0.097}, sys: {dn: -0.148, up: 0.148}}, 8: {stat: {dn: -0.119, up: 0.119}, sys: {dn: -0.14, up: 0.14}}, 9: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.116, up: 0.116}}, 10: {stat: {dn: -0.145, up: 0.145}, sys: {dn: -0.244, up: 0.244}}, 11: {stat: {dn: -0.143, up: 0.143}, sys: {dn: -0.214, up: 0.214}}, 12: {stat: {dn: -0.205, up: 0.205}, sys: {dn: -0.402, up: 0.402}}, 13: {stat: {dn: -0.146, up: 0.146}, sys: {dn: -0.219, up: 0.219}}, 14: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.194, up: 0.194}}, 15: {stat: {dn: -0.155, up: 0.155}, sys: {dn: -0.25, up: 0.25}}, 16: {stat: {dn: -0.153, up: 0.153}, sys: {dn: -0.215, up: 0.215}}, 17: {stat: {dn: -0.162, up: 0.162}, sys: {dn: -0.207, up: 0.207}}, 18: {stat: {dn: -0.163, up: 0.163}, sys: {dn: -0.181, up: 0.181}}, 19: {stat: {dn: -0.161, up: 0.161}, sys: {dn: -0.276, up: 0.276}}, 20: {stat: {dn: -0.164, up: 0.164}, sys: {dn: -0.292, up: 0.292}}, 21: {stat: {dn: -0.161, up: 0.161}, sys: {dn: -0.217, up: 0.217}}, 22: {stat: {dn: -0.159, up: 0.159}, sys: {dn: -0.276, up: 0.276}}, 23: {stat: {dn: -0.176, up: 0.176}, sys: {dn: -0.26, up: 0.26}}, 24: {stat: {dn: -0.153, up: 0.153}, sys: {dn: -0.232, up: 0.232}}, 25: {stat: {dn: -0.149, up: 0.149}, sys: {dn: -0.215, up: 0.215}}, 26: {stat: {dn: -0.167, up: 0.167}, sys: {dn: -0.344, up: 0.344}}, 27: {stat: {dn: -0.133, up: 0.133}, sys: {dn: -0.289, up: 0.289}}, 28: {stat: {dn: -0.114, up: 0.114}, sys: {dn: -0.143, up: 0.143}}, 29: {stat: {dn: -0.103, up: 0.103}, sys: {dn: -0.155, up: 0.155}}, 30: {stat: {dn: -0.091, up: 0.091}, sys: {dn: -0.149, up: 0.149}}, 31: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.172, up: 0.172}}, 32: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.123, up: 0.123}}, 33: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.114, up: 0.114}}, 34: {stat: {dn: -0.052, up: 0.052}, sys: {dn: -0.058, up: 0.058}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d68-x01-y02 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 7.800000e-02 2.236068e-02 2.236068e-02 3.000000e-01 1.000000e-01 1.000000e-01 8.400000e-02 2.121320e-02 2.121320e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.500000e-01 6.140033e-02 6.140033e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.180000e-01 7.023532e-02 7.023532e-02 9.000000e-01 1.000000e-01 1.000000e-01 5.270000e-01 8.405950e-02 8.405950e-02 1.100000e+00 1.000000e-01 1.000000e-01 8.580000e-01 7.621680e-02 7.621680e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.295000e+00 1.103902e-01 1.103902e-01 1.500000e+00 1.000000e-01 1.000000e-01 1.751000e+00 1.769548e-01 1.769548e-01 1.700000e+00 1.000000e-01 1.000000e-01 2.368000e+00 1.837417e-01 1.837417e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.572000e+00 1.936001e-01 1.936001e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.566000e+00 2.838327e-01 2.838327e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.239000e+00 2.573810e-01 2.573810e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.998000e+00 4.512527e-01 4.512527e-01 2.700000e+00 1.000000e-01 1.000000e-01 4.759000e+00 2.632052e-01 2.632052e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.637000e+00 2.446160e-01 2.446160e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.133000e+00 2.941513e-01 2.941513e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.240000e+00 2.638825e-01 2.638825e-01 3.500000e+00 1.000000e-01 1.000000e-01 7.096000e+00 2.628555e-01 2.628555e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.308000e+00 2.435775e-01 2.435775e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.453000e+00 3.195262e-01 3.195262e-01 4.100000e+00 1.000000e-01 1.000000e-01 7.320000e+00 3.349030e-01 3.349030e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.353000e+00 2.702036e-01 2.702036e-01 4.500000e+00 1.000000e-01 1.000000e-01 7.409000e+00 3.185232e-01 3.185232e-01 4.700000e+00 1.000000e-01 1.000000e-01 7.264000e+00 3.139682e-01 3.139682e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.764000e+00 2.779083e-01 2.779083e-01 5.100000e+00 1.000000e-01 1.000000e-01 6.424000e+00 2.615836e-01 2.615836e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.628000e+00 3.823938e-01 3.823938e-01 5.500000e+00 1.000000e-01 1.000000e-01 5.030000e+00 3.181352e-01 3.181352e-01 5.700000e+00 1.000000e-01 1.000000e-01 4.071000e+00 1.828797e-01 1.828797e-01 5.900000e+00 1.000000e-01 1.000000e-01 3.393000e+00 1.861021e-01 1.861021e-01 6.100000e+00 1.000000e-01 1.000000e-01 2.751000e+00 1.745910e-01 1.745910e-01 6.300000e+00 1.000000e-01 1.000000e-01 1.957000e+00 1.896945e-01 1.896945e-01 6.500000e+00 1.000000e-01 1.000000e-01 1.407000e+00 1.405454e-01 1.405454e-01 6.700000e+00 1.000000e-01 1.000000e-01 9.480000e-01 1.292942e-01 1.292942e-01 6.900000e+00 1.000000e-01 1.000000e-01 3.500000e-01 7.789737e-02 7.789737e-02 END YODA_SCATTER2D_V2 - BEGIN YODA_SCATTER2D_V2 /REF/L3_2004_I652683/d68-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.012, up: 0.012}}, 1: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.013, up: 0.013}}, 2: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.059, up: 0.059}}, 3: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.07, up: 0.07}}, 4: {stat: {dn: -0.038, up: 0.038}, sys: {dn: -0.067, up: 0.067}}, 5: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.071, up: 0.071}}, 6: {stat: {dn: -0.067, up: 0.067}, sys: {dn: -0.073, up: 0.073}}, 7: {stat: {dn: -0.068, up: 0.068}, sys: {dn: -0.056, up: 0.056}}, 8: {stat: {dn: -0.08, up: 0.08}, sys: {dn: -0.064, up: 0.064}}, 9: {stat: {dn: -0.088, up: 0.088}, sys: {dn: -0.094, up: 0.094}}, 10: {stat: {dn: -0.096, up: 0.096}, sys: {dn: -0.111, up: 0.111}}, 11: {stat: {dn: -0.106, up: 0.106}, sys: {dn: -0.15, up: 0.15}}, 12: {stat: {dn: -0.113, up: 0.113}, sys: {dn: -0.126, up: 0.126}}, 13: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.154, up: 0.154}}, 14: {stat: {dn: -0.118, up: 0.118}, sys: {dn: -0.132, up: 0.132}}, 15: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.15, up: 0.15}}, 16: {stat: {dn: -0.132, up: 0.132}, sys: {dn: -0.177, up: 0.177}}, 17: {stat: {dn: -0.131, up: 0.131}, sys: {dn: -0.25, up: 0.25}}, 18: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.284, up: 0.284}}, 19: {stat: {dn: -0.133, up: 0.133}, sys: {dn: -0.158, up: 0.158}}, 20: {stat: {dn: -0.135, up: 0.135}, sys: {dn: -0.236, up: 0.236}}, 21: {stat: {dn: -0.13, up: 0.13}, sys: {dn: -0.219, up: 0.219}}, 22: {stat: {dn: -0.125, up: 0.125}, sys: {dn: -0.191, up: 0.191}}, 23: {stat: {dn: -0.129, up: 0.129}, sys: {dn: -0.214, up: 0.214}}, 24: {stat: {dn: -0.123, up: 0.123}, sys: {dn: -0.21, up: 0.21}}, 25: {stat: {dn: -0.117, up: 0.117}, sys: {dn: -0.243, up: 0.243}}, 26: {stat: {dn: -0.116, up: 0.116}, sys: {dn: -0.169, up: 0.169}}, 27: {stat: {dn: -0.097, up: 0.097}, sys: {dn: -0.176, up: 0.176}}, 28: {stat: {dn: -0.096, up: 0.096}, sys: {dn: -0.185, up: 0.185}}, 29: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.156, up: 0.156}}, 30: {stat: {dn: -0.081, up: 0.081}, sys: {dn: -0.14, up: 0.14}}, 31: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.104, up: 0.104}}, 32: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.075, up: 0.075}}, 33: {stat: {dn: -0.048, up: 0.048}, sys: {dn: -0.106, up: 0.106}}, 34: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.073, up: 0.073}}} + IsRef: 1 Path: /REF/L3_2004_I652683/d68-x01-y03 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ +Title: doi:10.17182/hepdata.54900.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ 1.000000e-01 1.000000e-01 1.000000e-01 7.800000e-02 1.442221e-02 1.442221e-02 3.000000e-01 1.000000e-01 1.000000e-01 1.000000e-01 1.581139e-02 1.581139e-02 5.000000e-01 1.000000e-01 1.000000e-01 1.730000e-01 6.087693e-02 6.087693e-02 7.000000e-01 1.000000e-01 1.000000e-01 3.160000e-01 7.400000e-02 7.400000e-02 9.000000e-01 1.000000e-01 1.000000e-01 6.320000e-01 7.702597e-02 7.702597e-02 1.100000e+00 1.000000e-01 1.000000e-01 9.080000e-01 8.683893e-02 8.683893e-02 1.300000e+00 1.000000e-01 1.000000e-01 1.314000e+00 9.908582e-02 9.908582e-02 1.500000e+00 1.000000e-01 1.000000e-01 1.715000e+00 8.809086e-02 8.809086e-02 1.700000e+00 1.000000e-01 1.000000e-01 2.339000e+00 1.024500e-01 1.024500e-01 1.900000e+00 1.000000e-01 1.000000e-01 2.873000e+00 1.287633e-01 1.287633e-01 2.100000e+00 1.000000e-01 1.000000e-01 3.444000e+00 1.467549e-01 1.467549e-01 2.300000e+00 1.000000e-01 1.000000e-01 4.189000e+00 1.836736e-01 1.836736e-01 2.500000e+00 1.000000e-01 1.000000e-01 4.776000e+00 1.692483e-01 1.692483e-01 2.700000e+00 1.000000e-01 1.000000e-01 5.356000e+00 1.934037e-01 1.934037e-01 2.900000e+00 1.000000e-01 1.000000e-01 5.820000e+00 1.770537e-01 1.770537e-01 3.100000e+00 1.000000e-01 1.000000e-01 6.245000e+00 1.952562e-01 1.952562e-01 3.300000e+00 1.000000e-01 1.000000e-01 6.884000e+00 2.208008e-01 2.208008e-01 3.500000e+00 1.000000e-01 1.000000e-01 7.197000e+00 2.822428e-01 2.822428e-01 3.700000e+00 1.000000e-01 1.000000e-01 7.500000e+00 3.123396e-01 3.123396e-01 3.900000e+00 1.000000e-01 1.000000e-01 7.692000e+00 2.065260e-01 2.065260e-01 4.100000e+00 1.000000e-01 1.000000e-01 7.829000e+00 2.718842e-01 2.718842e-01 4.300000e+00 1.000000e-01 1.000000e-01 7.439000e+00 2.546782e-01 2.546782e-01 4.500000e+00 1.000000e-01 1.000000e-01 7.535000e+00 2.282674e-01 2.282674e-01 4.700000e+00 1.000000e-01 1.000000e-01 7.149000e+00 2.498740e-01 2.498740e-01 4.900000e+00 1.000000e-01 1.000000e-01 6.953000e+00 2.433701e-01 2.433701e-01 5.100000e+00 1.000000e-01 1.000000e-01 6.436000e+00 2.696998e-01 2.696998e-01 5.300000e+00 1.000000e-01 1.000000e-01 5.713000e+00 2.049805e-01 2.049805e-01 5.500000e+00 1.000000e-01 1.000000e-01 4.918000e+00 2.009602e-01 2.009602e-01 5.700000e+00 1.000000e-01 1.000000e-01 4.350000e+00 2.084250e-01 2.084250e-01 5.900000e+00 1.000000e-01 1.000000e-01 3.443000e+00 1.757754e-01 1.757754e-01 6.100000e+00 1.000000e-01 1.000000e-01 2.627000e+00 1.617436e-01 1.617436e-01 6.300000e+00 1.000000e-01 1.000000e-01 2.014000e+00 1.200666e-01 1.200666e-01 6.500000e+00 1.000000e-01 1.000000e-01 1.466000e+00 9.604686e-02 9.604686e-02 6.700000e+00 1.000000e-01 1.000000e-01 1.020000e+00 1.163615e-01 1.163615e-01 6.900000e+00 1.000000e-01 1.000000e-01 4.510000e-01 8.324062e-02 8.324062e-02 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLEP/OPAL_1997_I421977.cc b/analyses/pluginLEP/OPAL_1997_I421977.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginLEP/OPAL_1997_I421977.cc @@ -0,0 +1,89 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/FinalState.hh" +#include "Rivet/Projections/FastJets.hh" + +namespace Rivet { + + + /// @brief OPAL strange baryon paper + /// @author Peter Richardson + class OPAL_1997_I421977 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(OPAL_1997_I421977); + + + /// @name Analysis methods + //@{ + + /// Book histograms and initialise projections before the run + void init() { + declare(Beam(), "Beams"); + declare(ChargedFinalState(), "FS"); + declare(UnstableParticles(), "UFS"); + + // Book histograms + book(_h_plus, 1, 1, 1); + book(_h_minus, 2, 1, 1); + } + + + /// Perform the per-event analysis + void analyze(const Event& event) { + // First, veto on leptonic events by requiring at least 4 charged FS particles + const FinalState& fs = apply(event, "FS"); + const size_t numParticles = fs.particles().size(); + + // Even if we only generate hadronic events, we still need a cut on numCharged >= 2. + if (numParticles < 2) { + MSG_DEBUG("Failed leptonic event cut"); + vetoEvent; + } + MSG_DEBUG("Passed leptonic event cut"); + + // Get beams and average beam momentum + const ParticlePair& beams = apply(event, "Beams").beams(); + const double meanBeamMom = ( beams.first.p3().mod() + + beams.second.p3().mod() ) / 2.0; + MSG_DEBUG("Avg beam momentum = " << meanBeamMom); + + // Final state of unstable particles to get particle spectra + const UnstableParticles& ufs = apply(event, "UFS"); + + for (const Particle& p : ufs.particles()) { + const int id = p.abspid(); + double xE = p.E()/meanBeamMom; + if(id==3222) _h_plus ->fill(xE); + else if(id==3112) _h_minus->fill(xE); + } + } + + + /// Normalise histograms etc., after the run + void finalize() { + + double fact=1./sumOfWeights(); + scale(_h_plus , fact); + scale(_h_minus, fact); + + } + + //@} + + + /// @name Histograms + //@{ + Histo1DPtr _h_plus,_h_minus; + //@} + + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(OPAL_1997_I421977); + + +} diff --git a/analyses/pluginLEP/OPAL_1997_I421977.info b/analyses/pluginLEP/OPAL_1997_I421977.info new file mode 100644 --- /dev/null +++ b/analyses/pluginLEP/OPAL_1997_I421977.info @@ -0,0 +1,34 @@ +Name: OPAL_1997_I421977 +Year: 1997 +Summary: $\Sigma^{\pm}$ baryon production in $Z$ hadronic decays at OPAL +Experiment: OPAL +Collider: LEP +InspireID: 421977 +Status: VALIDATED +Authors: + - Peter Richardson +References: + - Z.Phys. C73 (1997) 587-600, 1997 +RunInfo: + Hadronic Z decay events generated on the Z pole ($\sqrt{s} = 91.2$ GeV) +NeedCrossSection: no +NumEvents: 1000000 +Beams: [e+, e-] +Energies: [91.2] +Description: + 'Spectra for the production of the $\Sigma^\pm$ baryons at LEP I measured by OPAL.' +Keywords: [] +BibKey: Alexander:1996qi +BibTeX: '@article{Alexander:1996qi, + author = "Alexander, G. and others", + title = "{Sigma+, Sigma0 and Sigma- hyperon production in hadronic + Z0 decays}", + collaboration = "OPAL", + journal = "Z. Phys.", + volume = "C73", + year = "1997", + pages = "587-600", + doi = "10.1007/s002880050350", + reportNumber = "CERN-PPE-96-100", + SLACcitation = "%%CITATION = ZEPYA,C73,587;%%" +}' diff --git a/analyses/pluginLEP/OPAL_1997_I421977.plot b/analyses/pluginLEP/OPAL_1997_I421977.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginLEP/OPAL_1997_I421977.plot @@ -0,0 +1,10 @@ +BEGIN PLOT /OPAL_1997_I421977/d01-x01-y01 +Title=$\Sigma^+$ (+c.c) scaled energy +XLabel=$x_E$ +YLabel=$1/\sigma \, \text{d}\sigma/\text{d}x_E$ +END PLOT +BEGIN PLOT /OPAL_1997_I421977/d02-x01-y01 +Title=$\Sigma^-$ (+c.c) scaled energy +XLabel=$x_E$ +YLabel=$1/\sigma \, \text{d}\sigma/\text{d}x_E$ +END PLOT diff --git a/analyses/pluginLEP/OPAL_1997_I421977.yoda b/analyses/pluginLEP/OPAL_1997_I421977.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginLEP/OPAL_1997_I421977.yoda @@ -0,0 +1,119 @@ +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.22, up: 0.22}, sys: {dn: -0.16, up: 0.16}}, 1: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.16, up: 0.16}}, 2: {stat: {dn: -0.071, up: 0.071}, sys: {dn: -0.073, up: 0.073}}, 3: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.047, up: 0.047}}, 4: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.027, up: 0.027}}, 5: {stat: {dn: -0.024, up: 0.024}, sys: {dn: -0.013, up: 0.013}}, 6: {stat: {dn: -0.022, up: 0.022}, sys: {dn: -0.015, up: 0.015}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d01-x01-y01 +Title: doi:10.17182/hepdata.47948.v1/t1 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +4.500000e-02 5.000000e-03 5.000000e-03 8.500000e-01 2.720294e-01 2.720294e-01 +6.250000e-02 1.250000e-02 1.250000e-02 8.900000e-01 2.262742e-01 2.262742e-01 +8.750000e-02 1.250000e-02 1.250000e-02 3.880000e-01 1.018332e-01 1.018332e-01 +1.250000e-01 2.500000e-02 2.500000e-02 2.600000e-01 6.171710e-02 6.171710e-02 +1.750000e-01 2.500000e-02 2.500000e-02 2.040000e-01 4.036087e-02 4.036087e-02 +2.500000e-01 5.000000e-02 5.000000e-02 9.100000e-02 2.729469e-02 2.729469e-02 +3.500000e-01 5.000000e-02 5.000000e-02 4.800000e-02 2.662705e-02 2.662705e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.052, up: 0.052}}, 1: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.015, up: 0.015}}, 2: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.012, up: 0.012}}, 3: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.0087, up: 0.0087}}, 4: {stat: {dn: -0.0064, up: 0.0064}, sys: {dn: -0.0089, up: 0.0089}}, 5: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0047, up: 0.0047}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d02-x01-y01 +Title: doi:10.17182/hepdata.47948.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 2.500000e-02 2.500000e-02 4.800000e-01 8.962700e-02 8.962700e-02 +1.250000e-01 2.500000e-02 2.500000e-02 2.290000e-01 3.176476e-02 3.176476e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.450000e-01 1.769181e-02 1.769181e-02 +2.500000e-01 5.000000e-02 5.000000e-02 7.800000e-02 1.116647e-02 1.116647e-02 +3.500000e-01 5.000000e-02 5.000000e-02 4.140000e-02 1.096221e-02 1.096221e-02 +5.000000e-01 1.000000e-01 1.000000e-01 1.930000e-02 5.323533e-03 5.323533e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.01, up: 0.01}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d03-x01-y01 +Title: doi:10.17182/hepdata.47948.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 7.800000e-02 1.166190e-02 1.166190e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d03-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.006, up: 0.006}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d03-x01-y02 +Title: doi:10.17182/hepdata.47948.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 5.800000e-02 7.211103e-03 7.211103e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.008, up: 0.008}, sys_1: {dn: -0.012, up: 0.012}, sys_2: {dn: -0.004, up: 0.004}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d04-x01-y01 +Title: doi:10.17182/hepdata.47948.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-01 5.000000e-01 5.000000e-01 9.900000e-02 1.496663e-02 1.496663e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d04-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.012, up: 0.012}, sys_1: {dn: -0.012, up: 0.012}, sys_2: {dn: -0.004, up: 0.004}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d04-x01-y02 +Title: doi:10.17182/hepdata.47948.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-01 5.000000e-01 5.000000e-01 7.100000e-02 1.743560e-02 1.743560e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d04-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.006, up: 0.006}, sys_1: {dn: -0.008, up: 0.008}, sys_2: {dn: -0.004, up: 0.004}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d04-x01-y03 +Title: doi:10.17182/hepdata.47948.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-01 5.000000e-01 5.000000e-01 8.300000e-02 1.077033e-02 1.077033e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d05-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.005, up: 0.005}, sys_1: {dn: -0.007, up: 0.007}, sys_2: {dn: -0.003, up: 0.003}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d05-x01-y01 +Title: doi:10.17182/hepdata.47948.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-01 5.000000e-01 5.000000e-01 8.700000e-02 9.110434e-03 9.110434e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_I421977/d05-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.005, up: 0.005}, sys_1: {dn: -0.007, up: 0.007}, sys_2: {dn: -0.003, up: 0.003}}} + +IsRef: 1 +Path: /REF/OPAL_1997_I421977/d05-x01-y02 +Title: doi:10.17182/hepdata.47948.v1/t5 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-01 5.000000e-01 5.000000e-01 8.400000e-02 9.110434e-03 9.110434e-03 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLEP/OPAL_1997_S3396100.yoda b/analyses/pluginLEP/OPAL_1997_S3396100.yoda --- a/analyses/pluginLEP/OPAL_1997_S3396100.yoda +++ b/analyses/pluginLEP/OPAL_1997_S3396100.yoda @@ -1,290 +1,331 @@ BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.1, up: 0.1}, sys: {dn: -0.39, up: 0.39}}, 1: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.31, up: 0.31}}, 2: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.25, up: 0.25}}, 3: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.21, up: 0.21}}, 4: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.18, up: 0.18}}, 5: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.13, up: 0.13}}, 6: {stat: {dn: -0.016, up: 0.016}, sys: {dn: -0.097, up: 0.097}}, 7: {stat: {dn: -0.017, up: 0.017}, sys: {dn: -0.08, up: 0.08}}, 8: {stat: {dn: -0.011, up: 0.011}, sys: {dn: -0.059, up: 0.059}}, 9: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.039, up: 0.039}}, 10: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.022, up: 0.022}}, 11: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.01, up: 0.01}}, 12: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.006, up: 0.006}}, 13: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.003, up: 0.003}}, 14: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.001, up: 0.001}}} + IsRef: 1 Path: /REF/OPAL_1997_S3396100/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 3.100000e-02 4.000000e-03 4.000000e-03 5.640000e+00 4.026164e-01 4.026164e-01 4.000000e-02 5.000000e-03 5.000000e-03 4.590000e+00 3.140064e-01 3.140064e-01 5.000000e-02 5.000000e-03 5.000000e-03 3.630000e+00 2.549510e-01 2.549510e-01 5.900000e-02 4.000000e-03 3.000000e-03 3.110000e+00 2.158703e-01 2.158703e-01 6.600000e-02 4.000000e-03 4.000000e-03 2.630000e+00 1.843909e-01 1.843909e-01 7.700000e-02 7.000000e-03 8.000000e-03 1.980000e+00 1.315295e-01 1.315295e-01 9.500000e-02 1.000000e-02 1.000000e-02 1.452000e+00 9.831073e-02 9.831073e-02 1.120000e-01 7.000000e-03 8.000000e-03 1.184000e+00 8.178631e-02 8.178631e-02 1.350000e-01 1.500000e-02 1.500000e-02 8.830000e-01 6.001666e-02 6.001666e-02 1.740000e-01 2.400000e-02 2.600000e-02 5.850000e-01 3.962323e-02 3.962323e-02 2.470000e-01 4.700000e-02 5.300000e-02 3.290000e-01 2.236068e-02 2.236068e-02 3.470000e-01 4.700000e-02 5.300000e-02 1.480000e-01 1.044031e-02 1.044031e-02 4.460000e-01 4.600000e-02 5.400000e-02 8.600000e-02 6.708204e-03 6.708204e-03 5.450000e-01 4.500000e-02 5.500000e-02 3.200000e-02 3.605551e-03 3.605551e-03 6.410000e-01 4.100000e-02 5.900000e-02 1.000000e-02 1.414214e-03 1.414214e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.002, up: 0.002}}, 1: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.003, up: 0.003}}, 2: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.004, up: 0.004}}, 3: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.005, up: 0.005}}, 4: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.007, up: 0.007}}, 6: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.007, up: 0.007}}, 7: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.008, up: 0.008}}, 8: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.008, up: 0.008}}, 9: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.009, up: 0.009}}, 10: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.01, up: 0.01}}, 11: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.01, up: 0.01}}, 12: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.009, up: 0.009}}, 13: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.009, up: 0.009}}, 14: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.008, up: 0.008}}, 15: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.007, up: 0.007}}, 16: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.006, up: 0.006}}, 17: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.004, up: 0.004}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d02-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.200000e-01 1.200000e-01 8.000000e-02 2.400000e-02 2.236068e-03 2.236068e-03 9.200000e-01 1.200000e-01 8.000000e-02 4.000000e-02 3.605551e-03 3.605551e-03 1.100000e+00 1.000000e-01 1.000000e-01 5.200000e-02 4.472136e-03 4.472136e-03 1.300000e+00 1.000000e-01 1.000000e-01 7.100000e-02 5.385165e-03 5.385165e-03 1.500000e+00 1.000000e-01 1.000000e-01 8.700000e-02 6.324555e-03 6.324555e-03 1.700000e+00 1.000000e-01 1.000000e-01 9.600000e-02 7.280110e-03 7.280110e-03 1.900000e+00 1.000000e-01 1.000000e-01 1.050000e-01 7.280110e-03 7.280110e-03 2.100000e+00 1.000000e-01 1.000000e-01 1.200000e-01 8.246211e-03 8.246211e-03 2.300000e+00 1.000000e-01 1.000000e-01 1.230000e-01 8.246211e-03 8.246211e-03 2.500000e+00 1.000000e-01 1.000000e-01 1.400000e-01 9.219544e-03 9.219544e-03 2.700000e+00 1.000000e-01 1.000000e-01 1.410000e-01 1.019804e-02 1.019804e-02 2.900000e+00 1.000000e-01 1.000000e-01 1.480000e-01 1.019804e-02 1.019804e-02 3.100000e+00 1.000000e-01 1.000000e-01 1.370000e-01 9.486833e-03 9.486833e-03 3.300000e+00 1.000000e-01 1.000000e-01 1.270000e-01 9.486833e-03 9.486833e-03 3.500000e+00 1.000000e-01 1.000000e-01 1.100000e-01 8.246211e-03 8.246211e-03 3.700000e+00 1.000000e-01 1.000000e-01 9.300000e-02 7.615773e-03 7.615773e-03 3.900000e+00 1.000000e-01 1.000000e-01 7.400000e-02 6.708204e-03 6.708204e-03 4.100000e+00 1.000000e-01 1.000000e-01 5.200000e-02 5.000000e-03 5.000000e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.018, up: 0.018}, sys: {dn: -0.032, up: 0.032}}, 1: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.021, up: 0.021}}, 2: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.012, up: 0.012}}, 3: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.008, up: 0.008}}, 4: {stat: {dn: -0.0024, up: 0.0024}, sys: {dn: -0.0048, up: 0.0048}}, 5: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0031, up: 0.0031}}, 6: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0014, up: 0.0014}}, 7: {stat: {dn: -0.0012, up: 0.0012}, sys: {dn: -0.0012, up: 0.0012}}, 8: {stat: {dn: -0.0014, up: 0.0014}, sys: {dn: -0.0015, up: 0.0015}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d03-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d03-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 4.200000e-02 7.000000e-03 8.000000e-03 3.410000e-01 3.671512e-02 3.671512e-02 5.500000e-02 5.000000e-03 5.000000e-03 2.540000e-01 2.523886e-02 2.523886e-02 7.000000e-02 1.000000e-02 1.000000e-02 1.800000e-01 1.389244e-02 1.389244e-02 9.000000e-02 1.000000e-02 1.000000e-02 1.140000e-01 9.433981e-03 9.433981e-03 1.230000e-01 2.300000e-02 2.700000e-02 7.370000e-02 5.366563e-03 5.366563e-03 1.720000e-01 2.200000e-02 2.800000e-02 4.380000e-02 3.744329e-03 3.744329e-03 2.430000e-01 4.300000e-02 5.700000e-02 1.920000e-02 2.051828e-03 2.051828e-03 3.390000e-01 3.900000e-02 6.100000e-02 1.200000e-02 1.697056e-03 1.697056e-03 4.340000e-01 3.400000e-02 6.600000e-02 8.400000e-03 2.051828e-03 2.051828e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0017, up: 0.0017}}, 1: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0011, up: 0.0011}}, 2: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0005, up: 0.0005}}, 3: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0005, up: 0.0005}}, 4: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0006, up: 0.0006}}, 5: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0006, up: 0.0006}}, 6: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0007, up: 0.0007}}, 7: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0006, up: 0.0006}}, 8: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0007, up: 0.0007}}, 9: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0008, up: 0.0008}}, 10: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0009, up: 0.0009}}, 11: {stat: {dn: -0.0006, up: 0.0006}, sys: {dn: -0.0008, up: 0.0008}}, 12: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0009, up: 0.0009}}, 13: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.001, up: 0.001}}, 14: {stat: {dn: -0.0011, up: 0.0011}, sys: {dn: -0.0013, up: 0.0013}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d04-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d04-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t4 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 7.200000e-01 1.200000e-01 8.000000e-02 2.600000e-03 1.772005e-03 1.772005e-03 9.200000e-01 1.200000e-01 8.000000e-02 4.400000e-03 1.170470e-03 1.170470e-03 1.100000e+00 1.000000e-01 1.000000e-01 4.400000e-03 6.403124e-04 6.403124e-04 1.300000e+00 1.000000e-01 1.000000e-01 5.000000e-03 7.071068e-04 7.071068e-04 1.500000e+00 1.000000e-01 1.000000e-01 7.100000e-03 7.211103e-04 7.211103e-04 1.700000e+00 1.000000e-01 1.000000e-01 7.500000e-03 7.211103e-04 7.211103e-04 1.900000e+00 1.000000e-01 1.000000e-01 8.800000e-03 8.062258e-04 8.062258e-04 2.100000e+00 1.000000e-01 1.000000e-01 8.600000e-03 7.211103e-04 7.211103e-04 2.300000e+00 1.000000e-01 1.000000e-01 9.400000e-03 8.062258e-04 8.062258e-04 2.500000e+00 1.000000e-01 1.000000e-01 1.030000e-02 9.433981e-04 9.433981e-04 2.700000e+00 1.000000e-01 1.000000e-01 1.210000e-02 1.081665e-03 1.081665e-03 2.900000e+00 1.000000e-01 1.000000e-01 1.020000e-02 1.000000e-03 1.000000e-03 3.100000e+00 1.000000e-01 1.000000e-01 1.000000e-02 1.140175e-03 1.140175e-03 3.280000e+00 8.000000e-02 1.200000e-01 8.700000e-03 1.345362e-03 1.345362e-03 3.460000e+00 6.000000e-02 1.400000e-01 8.800000e-03 1.702939e-03 1.702939e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d05-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.021, up: 0.021}}, 1: {stat: {dn: -0.012, up: 0.012}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.006, up: 0.006}, sys: {dn: -0.0047, up: 0.0047}}, 3: {stat: {dn: -0.0048, up: 0.0048}, sys: {dn: -0.0031, up: 0.0031}}, 4: {stat: {dn: -0.0027, up: 0.0027}, sys: {dn: -0.0019, up: 0.0019}}, 5: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0006, up: 0.0006}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d05-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d05-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t5 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 5.400000e-02 1.400000e-02 1.600000e-02 2.800000e-01 2.900000e-02 2.900000e-02 8.400000e-02 1.400000e-02 1.600000e-02 1.180000e-01 1.500000e-02 1.500000e-02 1.240000e-01 2.400000e-02 2.600000e-02 6.190000e-02 7.621680e-03 7.621680e-03 1.730000e-01 2.300000e-02 2.700000e-02 4.030000e-02 5.714018e-03 5.714018e-03 2.450000e-01 4.500000e-02 5.500000e-02 2.480000e-02 3.301515e-03 3.301515e-03 3.840000e-01 8.400000e-02 1.160000e-01 7.600000e-03 1.431782e-03 1.431782e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d06-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0007, up: 0.0007}}, 1: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0007, up: 0.0007}}, 2: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0005, up: 0.0005}}, 3: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0005, up: 0.0005}}, 4: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0005, up: 0.0005}}, 5: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0002, up: 0.0002}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d06-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d06-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t6 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.550000e-01 2.550000e-01 2.550000e-01 3.000000e-03 5.385165e-04 5.385165e-04 -1.415000e+00 2.050000e-01 2.050000e-01 6.000000e-03 8.602325e-04 8.602325e-04 +# xval xerr- xerr+ yval yerr- yerr+ +9.600000e-01 2.600000e-01 2.500000e-01 3.000000e-03 5.385165e-04 5.385165e-04 +1.420000e+00 2.100000e-01 2.000000e-01 6.000000e-03 8.602325e-04 8.602325e-04 1.770000e+00 1.500000e-01 1.500000e-01 6.800000e-03 9.433981e-04 9.433981e-04 -2.135000e+00 2.150000e-01 2.150000e-01 7.200000e-03 8.602325e-04 8.602325e-04 -2.555000e+00 2.050000e-01 2.050000e-01 8.600000e-03 1.063015e-03 1.063015e-03 -3.205000e+00 4.450000e-01 4.450000e-01 9.500000e-03 9.899495e-04 9.899495e-04 +2.130000e+00 2.100000e-01 2.200000e-01 7.200000e-03 8.602325e-04 8.602325e-04 +2.550000e+00 2.000000e-01 2.100000e-01 8.600000e-03 1.063015e-03 1.063015e-03 +3.210000e+00 4.500000e-01 4.400000e-01 9.500000e-03 9.899495e-04 9.899495e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d07-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.021, up: 0.021}, sys: {dn: -0.022, up: 0.022}}, 1: {stat: {dn: -0.013, up: 0.013}, sys: {dn: -0.009, up: 0.009}}, 2: {stat: {dn: -0.0071, up: 0.0071}, sys: {dn: -0.0049, up: 0.0049}}, 3: {stat: {dn: -0.0061, up: 0.0061}, sys: {dn: -0.0032, up: 0.0032}}, 4: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.0018, up: 0.0018}}, 5: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.0005, up: 0.0005}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d07-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d07-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t7 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 5.400000e-02 1.400000e-02 1.600000e-02 2.910000e-01 3.041381e-02 3.041381e-02 8.400000e-02 1.400000e-02 1.600000e-02 1.160000e-01 1.581139e-02 1.581139e-02 1.240000e-01 2.400000e-02 2.600000e-02 6.460000e-02 8.626703e-03 8.626703e-03 1.730000e-01 2.300000e-02 2.700000e-02 4.140000e-02 6.888396e-03 6.888396e-03 2.450000e-01 4.500000e-02 5.500000e-02 2.350000e-02 4.386342e-03 4.386342e-03 3.840000e-01 8.400000e-02 1.160000e-01 6.200000e-03 2.061553e-03 2.061553e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d08-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0007, up: 0.0007}, sys: {dn: -0.0007, up: 0.0007}}, 1: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0006, up: 0.0006}}, 2: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0006, up: 0.0006}}, 3: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0005, up: 0.0005}}, 4: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0004, up: 0.0004}}, 5: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0002, up: 0.0002}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d08-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d08-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t8 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 9.600000e-01 2.600000e-01 2.500000e-01 2.400000e-03 8.246211e-04 8.246211e-04 1.420000e+00 2.100000e-01 2.000000e-01 5.700000e-03 1.077033e-03 1.077033e-03 1.770000e+00 1.500000e-01 1.500000e-01 7.000000e-03 1.118034e-03 1.118034e-03 2.130000e+00 2.100000e-01 2.200000e-01 7.500000e-03 1.000000e-03 1.000000e-03 2.550000e+00 2.000000e-01 2.100000e-01 8.500000e-03 1.081665e-03 1.081665e-03 3.210000e+00 4.500000e-01 4.400000e-01 9.800000e-03 9.899495e-04 9.899495e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d09-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.014, up: 0.014}, sys: {dn: -0.009, up: 0.009}}, 1: {stat: {dn: -0.0054, up: 0.0054}, sys: {dn: -0.0042, up: 0.0042}}, 2: {stat: {dn: -0.0028, up: 0.0028}, sys: {dn: -0.0024, up: 0.0024}}, 3: {stat: {dn: -0.0025, up: 0.0025}, sys: {dn: -0.0017, up: 0.0017}}, 4: {stat: {dn: -0.0015, up: 0.0015}, sys: {dn: -0.0006, up: 0.0006}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d09-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d09-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t9 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 5.400000e-02 1.400000e-02 1.600000e-02 6.400000e-02 1.664332e-02 1.664332e-02 8.400000e-02 1.400000e-02 1.600000e-02 3.870000e-02 6.841053e-03 6.841053e-03 1.230000e-01 2.300000e-02 2.700000e-02 2.390000e-02 3.687818e-03 3.687818e-03 1.730000e-01 2.300000e-02 2.700000e-02 1.440000e-02 3.023243e-03 3.023243e-03 2.450000e-01 4.500000e-02 5.500000e-02 4.900000e-03 1.615549e-03 1.615549e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d10-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0003, up: 0.0003}}, 1: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0003, up: 0.0003}}, 2: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0003, up: 0.0003}}, 3: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0003, up: 0.0003}}, 4: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0002, up: 0.0002}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d10-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d10-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t10 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.420000e+00 2.100000e-01 2.000000e-01 1.200000e-03 4.472136e-04 4.472136e-04 1.770000e+00 1.500000e-01 1.500000e-01 2.400000e-03 5.000000e-04 5.000000e-04 2.130000e+00 2.100000e-01 2.300000e-01 2.700000e-03 4.242641e-04 4.242641e-04 2.550000e+00 1.900000e-01 2.400000e-01 2.700000e-03 5.000000e-04 5.000000e-04 3.200000e+00 4.100000e-01 6.300000e-01 1.900000e-03 5.000000e-04 5.000000e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d11-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.076, up: 0.076}}, 1: {stat: {dn: -0.036, up: 0.036}, sys: {dn: -0.018, up: 0.018}}, 2: {stat: {dn: -0.032, up: 0.032}, sys: {dn: -0.018, up: 0.018}}, 3: {stat: {dn: -0.052, up: 0.052}, sys: {dn: -0.022, up: 0.022}}, 4: {stat: {dn: -0.007, up: 0.007}, sys: {dn: -0.006, up: 0.006}}, 5: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.002, up: 0.002}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d11-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d11-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t11 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 3.700000e-02 2.000000e-03 2.000000e-03 4.470000e-01 1.033247e-01 1.033247e-01 4.200000e-02 3.000000e-03 3.000000e-03 1.390000e-01 4.024922e-02 4.024922e-02 4.800000e-02 3.000000e-03 4.000000e-03 1.500000e-01 3.671512e-02 3.671512e-02 5.600000e-02 4.000000e-03 4.000000e-03 1.630000e-01 5.646238e-02 5.646238e-02 1.860000e-01 8.600000e-02 1.140000e-01 3.300000e-02 9.219544e-03 9.219544e-03 3.840000e-01 8.400000e-02 1.160000e-01 8.000000e-03 3.605551e-03 3.605551e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d12-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0004, up: 0.0004}}, 1: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0003, up: 0.0003}}, 2: {stat: {dn: -0.0008, up: 0.0008}, sys: {dn: -0.0005, up: 0.0005}}, 3: {stat: {dn: -0.0018, up: 0.0018}, sys: {dn: -0.0008, up: 0.0008}}, 4: {stat: {dn: -0.0012, up: 0.0012}, sys: {dn: -0.001, up: 0.001}}, 5: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0007, up: 0.0007}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d12-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d12-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t12 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 9.600000e-01 2.600000e-01 2.500000e-01 3.200000e-03 1.220656e-03 1.220656e-03 1.790000e+00 5.800000e-01 5.700000e-01 6.000000e-03 1.562050e-03 1.562050e-03 3.110000e+00 1.100000e-01 1.100000e-01 5.800000e-03 1.969772e-03 1.969772e-03 3.350000e+00 1.300000e-01 1.500000e-01 3.700000e-03 9.433981e-04 9.433981e-04 3.700000e+00 2.000000e-01 2.000000e-01 2.000000e-03 5.830952e-04 5.830952e-04 4.220000e+00 3.200000e-01 3.200000e-01 2.600000e-03 5.656854e-04 5.656854e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.002, up: 0.002}, sys: {dn: -0.01, up: 0.01}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y01 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 3.740000e-01 1.019804e-02 1.019804e-02 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 3.740000e-01 1.019804e-02 1.019804e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0004, up: 0.0004}, sys: {dn: -0.0009, up: 0.0009}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y02 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 2.590000e-02 9.848858e-04 9.848858e-04 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 2.590000e-02 9.848858e-04 9.848858e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0009, up: 0.0009}, sys: {dn: -0.0012, up: 0.0012}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y03 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y03 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 2.390000e-02 1.500000e-03 1.500000e-03 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 2.390000e-02 1.500000e-03 1.500000e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y04 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.0014, up: 0.0014}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y04 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y04 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 2.400000e-02 1.720465e-03 1.720465e-03 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 2.400000e-02 1.720465e-03 1.720465e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y05 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0021, up: 0.0021}, sys: {dn: -0.0019, up: 0.0019}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y05 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y05 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 2.130000e-02 2.831960e-03 2.831960e-03 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 2.130000e-02 2.831960e-03 2.831960e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y06 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0005, up: 0.0005}, sys: {dn: -0.0004, up: 0.0004}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y06 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y06 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 6.800000e-03 6.403124e-04 6.403124e-04 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 6.800000e-03 6.403124e-04 6.403124e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y07 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0003, up: 0.0003}, sys: {dn: -0.0002, up: 0.0002}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y07 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y07 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 1.800000e-03 3.605551e-04 3.605551e-04 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 1.800000e-03 3.605551e-04 3.605551e-04 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y08 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.0013, up: 0.0013}, sys: {dn: -0.0026, up: 0.0026}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3396100/d13-x01-y08 IsRef: 1 Path: /REF/OPAL_1997_S3396100/d13-x01-y08 -Title: ~ +Title: doi:10.17182/hepdata.47777.v1/t13 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 4.790000e-02 2.906888e-03 2.906888e-03 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 4.790000e-02 2.906888e-03 2.906888e-03 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLEP/OPAL_1997_S3608263.yoda b/analyses/pluginLEP/OPAL_1997_S3608263.yoda --- a/analyses/pluginLEP/OPAL_1997_S3608263.yoda +++ b/analyses/pluginLEP/OPAL_1997_S3608263.yoda @@ -1,20 +1,117 @@ BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3608263/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.04, up: 0.04}}, 1: {stat: {dn: -0.17, up: 0.17}, sys: {dn: -0.15, up: 0.15}}, 2: {stat: {dn: -0.2, up: 0.2}, sys: {dn: -0.19, up: 0.19}}, 3: {stat: {dn: -0.16, up: 0.16}, sys: {dn: -0.13, up: 0.13}}, 4: {stat: {dn: -0.15, up: 0.15}, sys: {dn: -0.09, up: 0.09}}, 5: {stat: {dn: -0.11, up: 0.11}, sys: {dn: -0.1, up: 0.1}}, 6: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.06, up: 0.06}}, 7: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.05, up: 0.05}}, 8: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 9: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 10: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.003, up: 0.003}}, 11: {stat: {dn: -0.004, up: 0.004}, sys: {dn: -0.003, up: 0.003}}} + IsRef: 1 Path: /REF/OPAL_1997_S3608263/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.47440.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 5.000000e-03 5.000000e-03 5.000000e-03 1.220000e+00 1.552417e-01 1.552417e-01 2.000000e-02 1.000000e-02 1.000000e-02 4.960000e+00 2.267157e-01 2.267157e-01 6.500000e-02 3.500000e-02 3.500000e-02 4.140000e+00 2.758623e-01 2.758623e-01 1.125000e-01 1.250000e-02 1.250000e-02 2.350000e+00 2.061553e-01 2.061553e-01 1.325000e-01 7.500000e-03 7.500000e-03 1.990000e+00 1.749286e-01 1.749286e-01 1.500000e-01 1.000000e-02 1.000000e-02 1.600000e+00 1.486607e-01 1.486607e-01 1.800000e-01 2.000000e-02 2.000000e-02 1.300000e+00 1.081665e-01 1.081665e-01 2.500000e-01 5.000000e-02 5.000000e-02 8.100000e-01 6.403124e-02 6.403124e-02 3.500000e-01 5.000000e-02 5.000000e-02 4.400000e-01 4.242641e-02 4.242641e-02 4.500000e-01 5.000000e-02 5.000000e-02 2.200000e-01 2.236068e-02 2.236068e-02 6.000000e-01 1.000000e-01 1.000000e-01 9.000000e-02 9.486833e-03 9.486833e-03 8.500000e-01 1.500000e-01 1.500000e-01 1.300000e-02 5.000000e-03 5.000000e-03 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3608263/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.07, up: 0.07}, sys: {dn: -0.13, up: 0.13}}, 1: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.05, up: 0.05}}, 2: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 3: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.06, up: 0.06}}, 4: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.07, up: 0.07}}, 5: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.09, up: 0.09}}, 6: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.05, up: 0.05}}, 7: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 8: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.06, up: 0.06}}, 9: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.04, up: 0.04}}, 10: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.03, up: 0.03}}, 11: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.06, up: 0.06}}} + +IsRef: 1 +Path: /REF/OPAL_1997_S3608263/d02-x01-y01 +Title: doi:10.17182/hepdata.47440.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-03 5.000000e-03 5.000000e-03 3.900000e-01 1.476482e-01 1.476482e-01 +2.000000e-02 1.000000e-02 1.000000e-02 2.900000e-01 5.385165e-02 5.385165e-02 +6.500000e-02 3.500000e-02 3.500000e-02 3.000000e-01 4.242641e-02 4.242641e-02 +1.125000e-01 1.250000e-02 1.250000e-02 3.100000e-01 7.211103e-02 7.211103e-02 +1.325000e-01 7.500000e-03 7.500000e-03 2.900000e-01 8.602325e-02 8.602325e-02 +1.500000e-01 1.000000e-02 1.000000e-02 2.700000e-01 1.029563e-01 1.029563e-01 +1.800000e-01 2.000000e-02 2.000000e-02 3.100000e-01 6.403124e-02 6.403124e-02 +2.500000e-01 5.000000e-02 5.000000e-02 3.400000e-01 4.242641e-02 4.242641e-02 +3.500000e-01 5.000000e-02 5.000000e-02 4.500000e-01 6.708204e-02 6.708204e-02 +4.500000e-01 5.000000e-02 5.000000e-02 4.800000e-01 5.656854e-02 5.656854e-02 +6.000000e-01 1.000000e-01 1.000000e-01 5.300000e-01 5.000000e-02 5.000000e-02 +8.500000e-01 1.500000e-01 1.500000e-01 6.600000e-01 1.081665e-01 1.081665e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3608263/d02-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.08, up: 0.08}}, 1: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.03, up: 0.03}}, 2: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.06, up: 0.06}}, 3: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.04, up: 0.04}}, 4: {stat: {dn: -0.05, up: 0.05}, sys: {dn: -0.07, up: 0.07}}, 5: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.02, up: 0.02}}, 6: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.04, up: 0.04}}, 7: {stat: {dn: -0.02, up: 0.02}, sys: {dn: -0.01, up: 0.01}}, 8: {stat: {dn: -0.03, up: 0.03}, sys: {dn: -0.03, up: 0.03}}, 9: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.06, up: 0.06}}, 10: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.02, up: 0.02}}, 11: {stat: {dn: -0.06, up: 0.06}, sys: {dn: -0.03, up: 0.03}}} + +IsRef: 1 +Path: /REF/OPAL_1997_S3608263/d02-x01-y02 +Title: doi:10.17182/hepdata.47440.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.000000e-03 5.000000e-03 5.000000e-03 1.000000e-02 1.000000e-01 1.000000e-01 +2.000000e-02 1.000000e-02 1.000000e-02 1.000000e-02 3.605551e-02 3.605551e-02 +6.500000e-02 3.500000e-02 3.500000e-02 2.000000e-02 6.708204e-02 6.708204e-02 +1.125000e-01 1.250000e-02 1.250000e-02 6.000000e-02 5.656854e-02 5.656854e-02 +1.325000e-01 7.500000e-03 7.500000e-03 -1.200000e-01 8.602325e-02 8.602325e-02 +1.500000e-01 1.000000e-02 1.000000e-02 -3.000000e-02 4.472136e-02 4.472136e-02 +1.800000e-01 2.000000e-02 2.000000e-02 1.000000e-02 5.000000e-02 5.000000e-02 +2.500000e-01 5.000000e-02 5.000000e-02 -2.000000e-02 2.236068e-02 2.236068e-02 +3.500000e-01 5.000000e-02 5.000000e-02 -1.300000e-01 4.242641e-02 4.242641e-02 +4.500000e-01 5.000000e-02 5.000000e-02 -9.000000e-02 7.211103e-02 7.211103e-02 +6.000000e-01 1.000000e-01 1.000000e-01 -5.000000e-02 4.472136e-02 4.472136e-02 +8.500000e-01 1.500000e-01 1.500000e-01 -8.000000e-02 6.708204e-02 6.708204e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3608263/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.08, up: 0.08}}, 1: {error: {dn: -0.13, up: 0.13}}, 2: {error: {dn: -0.09, up: 0.09}}, 3: {error: {dn: -0.22, up: 0.22}}, 4: {error: {dn: -0.05, up: 0.05}}} + +IsRef: 1 +Path: /REF/OPAL_1997_S3608263/d03-x01-y01 +Title: doi:10.17182/hepdata.47440.v1/t3 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 5.000000e-02 5.000000e-02 -2.400000e-01 8.000000e-02 8.000000e-02 +4.500000e-01 5.000000e-02 5.000000e-02 -1.700000e-01 1.300000e-01 1.300000e-01 +6.000000e-01 1.000000e-01 1.000000e-01 -1.100000e-01 9.000000e-02 9.000000e-02 +6.500000e-01 3.500000e-01 3.500000e-01 1.900000e-01 5.000000e-02 5.000000e-02 +8.500000e-01 1.500000e-01 1.500000e-01 -2.400000e-01 2.200000e-01 2.200000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3608263/d04-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.04, up: 0.04}}, 1: {error: {dn: -0.06, up: 0.06}}, 2: {error: {dn: -0.05, up: 0.05}}, 3: {error: {dn: -0.1, up: 0.1}}, 4: {error: {dn: -0.03, up: 0.03}}} + +IsRef: 1 +Path: /REF/OPAL_1997_S3608263/d04-x01-y01 +Title: doi:10.17182/hepdata.47440.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 5.000000e-02 5.000000e-02 -1.200000e-01 4.000000e-02 4.000000e-02 +4.500000e-01 5.000000e-02 5.000000e-02 -1.400000e-01 6.000000e-02 6.000000e-02 +6.000000e-01 1.000000e-01 1.000000e-01 -8.000000e-02 5.000000e-02 5.000000e-02 +6.500000e-01 3.500000e-01 3.500000e-01 -1.200000e-01 3.000000e-02 3.000000e-02 +8.500000e-01 1.500000e-01 1.500000e-01 -1.700000e-01 1.000000e-01 1.000000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_1997_S3608263/d04-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.04, up: 0.04}}, 1: {error: {dn: -0.06, up: 0.06}}, 2: {error: {dn: -0.06, up: 0.06}}, 3: {error: {dn: -0.11, up: 0.11}}, 4: {error: {dn: -0.03, up: 0.03}}} + +IsRef: 1 +Path: /REF/OPAL_1997_S3608263/d04-x01-y02 +Title: doi:10.17182/hepdata.47440.v1/t4 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 5.000000e-02 5.000000e-02 -1.300000e-01 4.000000e-02 4.000000e-02 +4.500000e-01 5.000000e-02 5.000000e-02 -5.000000e-02 6.000000e-02 6.000000e-02 +6.000000e-01 1.000000e-01 1.000000e-01 -2.000000e-02 6.000000e-02 6.000000e-02 +6.500000e-01 3.500000e-01 3.500000e-01 -8.000000e-02 3.000000e-02 3.000000e-02 +8.500000e-01 1.500000e-01 1.500000e-01 -1.000000e-02 1.100000e-01 1.100000e-01 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLEP/OPAL_2000_S4418603.yoda b/analyses/pluginLEP/OPAL_2000_S4418603.yoda --- a/analyses/pluginLEP/OPAL_2000_S4418603.yoda +++ b/analyses/pluginLEP/OPAL_2000_S4418603.yoda @@ -1,58 +1,80 @@ BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.04, up: 0.04}, sys: {dn: -0.39, up: 0.39}}} + IsRef: 1 Path: /REF/OPAL_2000_S4418603/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.49911.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 9.871000e+00 3.920459e-01 3.920459e-01 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 9.871000e+00 3.920459e-01 3.920459e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d01-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.09, up: 0.09}, sys: {dn: -0.084, up: 0.084}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d01-x01-y02 IsRef: 1 Path: /REF/OPAL_2000_S4418603/d01-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.49911.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 1.076000e+00 1.231097e-01 1.231097e-01 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 1.076000e+00 1.231097e-01 1.231097e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d01-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.052, up: 0.052}}} -BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d01-x01-y03 IsRef: 1 Path: /REF/OPAL_2000_S4418603/d01-x01-y03 -Title: ~ +Title: doi:10.17182/hepdata.49911.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.120000e+01 5.000000e-01 5.000000e-01 2.016000e+00 5.208647e-02 5.208647e-02 +# xval xerr- xerr+ yval yerr- yerr+ +9.120000e+01 0.000000e+00 0.000000e+00 2.016000e+00 5.208647e-02 5.208647e-02 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.14, up: 0.14}}, 1: {error: {dn: -0.19, up: 0.19}}} +IsRef: 1 +Path: /REF/OPAL_2000_S4418603/d02-x01-y01 +Title: doi:10.17182/hepdata.49911.v1/t2 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e+00 5.000000e-01 5.000000e-01 1.290000e+00 1.400000e-01 1.400000e-01 +2.000000e+00 5.000000e-01 5.000000e-01 1.380000e+00 1.900000e-01 1.900000e-01 +END YODA_SCATTER2D_V2 BEGIN YODA_SCATTER2D_V2 /REF/OPAL_2000_S4418603/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.232, up: 0.232}, sys: {dn: -1.43, up: 1.43}}, 1: {stat: {dn: -0.12, up: 0.12}, sys: {dn: -1.3, up: 1.3}}, 2: {stat: {dn: -0.116, up: 0.116}, sys: {dn: -1.04, up: 1.04}}, 3: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.767, up: 0.767}}, 4: {stat: {dn: -0.072, up: 0.072}, sys: {dn: -0.69, up: 0.69}}, 5: {stat: {dn: -0.073, up: 0.073}, sys: {dn: -0.6, up: 0.6}}, 6: {stat: {dn: -0.066, up: 0.066}, sys: {dn: -0.5, up: 0.5}}, 7: {stat: {dn: -0.061, up: 0.061}, sys: {dn: -0.468, up: 0.468}}, 8: {stat: {dn: -0.059, up: 0.059}, sys: {dn: -0.401, up: 0.401}}, 9: {stat: {dn: -0.029, up: 0.029}, sys: {dn: -0.312, up: 0.312}}, 10: {stat: {dn: -0.028, up: 0.028}, sys: {dn: -0.247, up: 0.247}}, 11: {stat: {dn: -0.019, up: 0.019}, sys: {dn: -0.169, up: 0.169}}, 12: {stat: {dn: -0.015, up: 0.015}, sys: {dn: -0.104, up: 0.104}}, 13: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.071, up: 0.071}}, 14: {stat: {dn: -0.01, up: 0.01}, sys: {dn: -0.05, up: 0.05}}, 15: {stat: {dn: -0.009, up: 0.009}, sys: {dn: -0.035, up: 0.035}}, 16: {stat: {dn: -0.008, up: 0.008}, sys: {dn: -0.026, up: 0.026}}, 17: {stat: {dn: -0.005, up: 0.005}, sys: {dn: -0.018, up: 0.018}}, 18: {stat: {dn: -0.003, up: 0.003}, sys: {dn: -0.018, up: 0.018}}, 19: {stat: {dn: -0.001, up: 0.001}, sys: {dn: -0.01, up: 0.01}}} + IsRef: 1 Path: /REF/OPAL_2000_S4418603/d03-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.49911.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.570000e-02 4.300000e-03 4.300000e-03 2.573100e+01 1.448697e+00 1.448697e+00 2.500000e-02 5.000000e-03 5.000000e-03 2.461700e+01 1.305527e+00 1.305527e+00 3.500000e-02 5.000000e-03 5.000000e-03 1.934900e+01 1.046449e+00 1.046449e+00 4.500000e-02 5.000000e-03 5.000000e-03 1.550000e+01 7.694219e-01 7.694219e-01 5.500000e-02 5.000000e-03 5.000000e-03 1.317000e+01 6.937464e-01 6.937464e-01 6.500000e-02 5.000000e-03 5.000000e-03 1.114400e+01 6.044245e-01 6.044245e-01 7.500000e-02 5.000000e-03 5.000000e-03 9.360000e+00 5.043372e-01 5.043372e-01 8.500000e-02 5.000000e-03 5.000000e-03 8.470000e+00 4.719587e-01 4.719587e-01 9.500000e-02 5.000000e-03 5.000000e-03 7.010000e+00 4.053172e-01 4.053172e-01 1.125000e-01 1.250000e-02 1.250000e-02 5.734000e+00 3.133449e-01 3.133449e-01 1.375000e-01 1.250000e-02 1.250000e-02 4.488000e+00 2.485820e-01 2.485820e-01 1.750000e-01 2.500000e-02 2.500000e-02 3.100000e+00 1.700647e-01 1.700647e-01 2.250000e-01 2.500000e-02 2.500000e-02 1.945000e+00 1.050762e-01 1.050762e-01 2.750000e-01 2.500000e-02 2.500000e-02 1.266000e+00 7.170077e-02 7.170077e-02 3.250000e-01 2.500000e-02 2.500000e-02 8.600000e-01 5.099020e-02 5.099020e-02 3.750000e-01 2.500000e-02 2.500000e-02 5.790000e-01 3.613862e-02 3.613862e-02 4.250000e-01 2.500000e-02 2.500000e-02 3.940000e-01 2.720294e-02 2.720294e-02 4.750000e-01 2.500000e-02 2.500000e-02 2.530000e-01 1.868154e-02 1.868154e-02 5.500000e-01 5.000000e-02 5.000000e-02 1.630000e-01 1.824829e-02 1.824829e-02 7.000000e-01 1.000000e-01 1.000000e-01 5.100000e-02 1.004988e-02 1.004988e-02 END YODA_SCATTER2D_V2 diff --git a/analyses/pluginLHCf/LHCF_2016_I1385877.cc b/analyses/pluginLHCf/LHCF_2016_I1385877.cc --- a/analyses/pluginLHCf/LHCF_2016_I1385877.cc +++ b/analyses/pluginLHCf/LHCF_2016_I1385877.cc @@ -1,231 +1,231 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/Beam.hh" #include "Rivet/Tools/BinnedHistogram.hh" #include "Rivet/Projections/UnstableParticles.hh" namespace Rivet { /// @brief Add a short analysis description here class LHCF_2016_I1385877 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(LHCF_2016_I1385877); //In case of some models there can be very small value pT but greater than 0. //In order to avoid unphysical behavior in the first bin a cutoff is needed //If you are sure the model does not have this problem you can set pt_cutoff to 0. const double pt_cutoff = 0.01; /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { // Initialise and register projections declare(UnstableParticles(), "UFS"); declare(Beam(), "Beam"); // calculate beam rapidity const Particle bm1 = beams().first; const Particle bm2 = beams().second; _beam_rap_1 = bm1.rap(); _beam_rap_2 = bm2.rap(); MSG_INFO("Beam 1 : momentum " << bm1.pz() << " PID " << bm1.pid() << " rapidity " << bm1.rap() ); MSG_INFO("Beam 2 : momentum " << bm2.pz() << " PID " << bm2.pid() << " rapidity " << bm2.rap() ); const double _sqrts = sqrtS(); MSG_INFO("CM energy: " << _sqrts ); _beam_rap = _beam_rap_1; if(bm1.pid()==2212 && bm2.pid()==2212) { //p-p _pp_Pb = true; if( fuzzyEquals( _sqrts/GeV, 7000., 1E-3) ) { book(_p_pi0_rap_apT, 1, 1, 2); {Histo1DPtr tmp; _h_pi0_rap_pT.add( 8.8, 9.0, book(tmp, 2, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.0, 9.2, book(tmp, 3, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.2, 9.4, book(tmp, 4, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.4, 9.6, book(tmp, 5, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.6, 9.8, book(tmp, 6, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.8, 10.0, book(tmp, 7, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.0, 10.2, book(tmp, 8, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.2, 10.4, book(tmp, 9, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.4, 10.6, book(tmp, 10, 1, 2));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.6, 10.8, book(tmp, 11, 1, 2));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.0, 0.2, book(tmp, 12, 1, 2));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.2, 0.4, book(tmp, 13, 1, 2));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.4, 0.6, book(tmp, 14, 1, 2));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.6, 0.8, book(tmp, 15, 1, 2));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.8, 1.0, book(tmp, 16, 1, 2));} book(_h_pi0_rap, 21, 1, 2); book(_p_pi0_raploss_apT, 22, 1, 2); book(_h_pi0_raploss, 23, 1, 2); } else if(fuzzyEquals( _sqrts/GeV, 2760., 1E-3) ){ book(_p_pi0_rap_apT, 1, 1, 1); {Histo1DPtr tmp; _h_pi0_rap_pT.add( 8.8, 9.0, book(tmp, 2, 1, 1));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.0, 9.2, book(tmp, 3, 1, 1));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.2, 9.4, book(tmp, 4, 1, 1));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.4, 9.6, book(tmp, 5, 1, 1));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.6, 9.8, book(tmp, 6, 1, 1));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.0, 0.2, book(tmp, 12, 1, 1));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.2, 0.4, book(tmp, 13, 1, 1));} book(_h_pi0_rap, 21, 1, 1); book(_p_pi0_raploss_apT, 22, 1, 1); book(_h_pi0_raploss, 23, 1, 1); }else{ MSG_INFO("p-p collisions : energy out of range!"); } - } else if (bm1.pid()==2212 && bm2.pid()==1000822080){ //p-Pb + } else if (bm1.pid()==PID::PROTON && bm2.pid()==PID::LEAD){ //p-Pb _pp_Pb = false; if( fuzzyEquals( _sqrts/sqrt(208.)/GeV, 5020., 1E-3) ) { book(_p_pi0_rap_apT, 1, 1, 3); {Histo1DPtr tmp; _h_pi0_rap_pT.add( 8.8, 9.0, book(tmp, 2, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.0, 9.2, book(tmp, 3, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.2, 9.4, book(tmp, 4, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.4, 9.6, book(tmp, 5, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.6, 9.8, book(tmp, 6, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 9.8, 10.0, book(tmp, 7, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.0, 10.2, book(tmp, 8, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.2, 10.4, book(tmp, 9, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.4, 10.6, book(tmp, 10, 1, 3));} {Histo1DPtr tmp; _h_pi0_rap_pT.add( 10.6, 10.8, book(tmp, 11, 1, 3));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.0, 0.2, book(tmp, 12, 1, 3));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.2, 0.4, book(tmp, 13, 1, 3));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.4, 0.6, book(tmp, 14, 1, 3));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.6, 0.8, book(tmp, 15, 1, 3));} {Histo1DPtr tmp; _h_pi0_pT_pZ.add( 0.8, 1.0, book(tmp, 16, 1, 3));} //_h_pi0_rap = book(tmp, 21, 1, 3); book(_p_pi0_raploss_apT, 22, 1, 3); //_h_pi0_raploss = book(tmp, 23, 1, 3); }else{ MSG_INFO("p-Pb collisions : energy out of range!"); } } else { MSG_INFO("Beam PDGID out of range!"); } _nevt = 0.; } /// Perform the per-event analysis void analyze(const Event& event) { _nevt = _nevt + 1.; const UnstableParticles &ufs = applyProjection (event, "UFS"); Particles ufs_particles = ufs.particles(); for (Particle& p: ufs_particles ) { // select neutral pion if(p.abspid() != 111) continue; if(p.pz()/GeV<0.) continue; if(p.pT()/GeVfill( rap , pT_MeV , 1.0 ); _h_pi0_rap_pT.fill( rap, pT , 1.0 / pT ); _h_pi0_pT_pZ.fill( pT, pZ , en / pT); _h_pi0_rap->fill( rap, 1.0 ); _p_pi0_raploss_apT->fill( raploss , pT_MeV , 1.0 ); _h_pi0_raploss->fill( raploss, 1.0 ); } else {//pPb collisions const double pZ = p.pz()/GeV; const double pT = p.pT()/GeV; const double pT_MeV = p.pT()/MeV; const double en = p.E()/GeV; const double rap = p.rap(); const double raploss = _beam_rap_1 - p.rap(); //mitsuka-like _p_pi0_rap_apT->fill( rap , pT_MeV , 1.0 ); _h_pi0_rap_pT.fill( rap, pT , 1.0 / pT ); _h_pi0_pT_pZ.fill( pT, pZ , en / pT); //_h_pi0_rap->fill( rap, 1.0 ); _p_pi0_raploss_apT->fill( raploss , pT_MeV , 1.0 ); //_h_pi0_raploss->fill( raploss, 1.0 ); } } } /// Normalise histograms etc., after the run void finalize() { const double inv_scale_factor = 1. / _nevt / (2.*PI); const double pt_bin_width = 0.2; for (Histo1DPtr h: _h_pi0_pT_pZ.histos()){ if(h->path() == "/LHCF_2016_I1385877/d12-x01-y01" || h->path() == "/LHCF_2016_I1385877/d12-x01-y02" || h->path() == "/LHCF_2016_I1385877/d12-x01-y03") h->scaleW( inv_scale_factor / (pt_bin_width-pt_cutoff) ); else h->scaleW( inv_scale_factor / pt_bin_width ); } const double scale_factor = 1. / _nevt / (2.*PI); const double rap_bin_width = 0.2; for (Histo1DPtr h: _h_pi0_rap_pT.histos()) { const int cutoff_bin = h->binIndexAt(pt_cutoff); if(cutoff_bin>=0) { // for(unsigned int ibin=0; ibinnumBins(); ++ibin) // cout << ibin << " " << h->bin(ibin).area() << endl; const double cutoff_wdt = h->bin(cutoff_bin).xMax()-h->bin(cutoff_bin).xMin(); h->bin(cutoff_bin).scaleW((cutoff_wdt)/(cutoff_wdt-pt_cutoff)); // for(unsigned int ibin=0; ibinnumBins(); ++ibin) // cout << ibin << " " << h->bin(ibin).area() << endl; } h->scaleW( scale_factor / rap_bin_width ); } if(_pp_Pb) { scale( _h_pi0_rap , 1. / _nevt ); scale( _h_pi0_raploss , 1. / _nevt ); } } //@} private: /// @name Histograms //@{ bool _pp_Pb; double _nevt; double _beam_rap; double _beam_rap_1; double _beam_rap_2; BinnedHistogram _h_pi0_pT_pZ; BinnedHistogram _h_pi0_rap_pT; Profile1DPtr _p_pi0_rap_apT; Histo1DPtr _h_pi0_rap; Profile1DPtr _p_pi0_raploss_apT; Histo1DPtr _h_pi0_raploss; //@} }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(LHCF_2016_I1385877); } diff --git a/analyses/pluginLHCf/LHCF_2016_I1385877.info b/analyses/pluginLHCf/LHCF_2016_I1385877.info --- a/analyses/pluginLHCf/LHCF_2016_I1385877.info +++ b/analyses/pluginLHCf/LHCF_2016_I1385877.info @@ -1,40 +1,40 @@ Name: LHCF_2016_I1385877 Year: 2016 Summary: Measurements of longitudinal and transverse momentum distributions for neutral pions in the forward-rapidity region with the LHCf detector Experiment: LHCF Collider: LHC InspireID: 1385877 Status: VALIDATED Authors: - Eugenio Berti - LHCf collaboration Acknowledgements: - Felix Riehn References: - Phys. Rev. D 94 (2016) 032007 RunInfo: Inclusive production cross section of neutral pion in p-p and p-Pb collisions in the very forward region expressed as a function of transverse and longitudinal momentum NumEvents: 1000000 NeedCrossSection: no -Beams: [[p+, p+], [p+, p+], [p+, 1000822080]] #How to specify Lead Ion? +Beams: [[p+, p+], [p+, p+], [p+, Pb]] Energies: [[3500, 3500], [1380, 1380], [4000, 327999.984]] Description: 'The differential cross sections for inclusive neutral pions as a function of transverse and longitudinal momentum in the very forward-rapidity region have been measured at the LHC with the LHC forward detector in proton-proton collisions at $s=2.76$ and $7\,$TeV and in proton-lead collisions at nucleon-nucleon center-of-mass energies of $s_{\rm NN}=5.02\,$TeV. Such differential cross sections in proton-proton collisions are compatible with the hypotheses of limiting fragmentation and Feynman scaling. Comparing proton-proton with proton-lead collisions, we find a sizable suppression of the production of neutral pions in the differential cross sections after subtraction of ultraperipheral proton-lead collisions. This suppression corresponds to the nuclear modification factor value of about $0.1-0.3$. The experimental measurements presented in this paper provide a benchmark for the hadronic interaction Monte Carlo simulation codes that are used for the simulation of cosmic ray air showers.' BibKey: PhysRevD.94.032007 BibTeX: '@article{PhysRevD.94.032007, author = "Adriani, O. and others", title = "{Measurements of longitudinal and transverse momentum distributions for neutral pions in the forward-rapidity region with the LHCf detector}", collaboration = "LHCf", journal = "Phys. Rev.", volume = "D94", year = "2016", number = "3", pages = "032007", doi = "10.1103/PhysRevD.94.032007", eprint = "1507.08764", archivePrefix = "arXiv", primaryClass = "hep-ex", reportNumber = "CERN-PH-EP-2015-201", SLACcitation = "%%CITATION = ARXIV:1507.08764;%%" }' diff --git a/analyses/pluginPetra/JADE_1983_I190818.cc b/analyses/pluginPetra/JADE_1983_I190818.cc --- a/analyses/pluginPetra/JADE_1983_I190818.cc +++ b/analyses/pluginPetra/JADE_1983_I190818.cc @@ -1,55 +1,78 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/ChargedFinalState.hh" namespace Rivet { - /// @brief Add a short analysis description here + /// @brief Average multiplcity at a range of energies class JADE_1983_I190818 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(JADE_1983_I190818); /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { const ChargedFinalState cfs; declare(cfs, "CFS"); if( !(fuzzyEquals(sqrtS()/GeV,12.0) || fuzzyEquals(sqrtS()/GeV,30.0) || fuzzyEquals(sqrtS()/GeV,35.0) )) { MSG_WARNING("CoM energy of events sqrt(s) = " << sqrtS()/GeV << " doesn't match any available analysis energy ."); } - book(_hist, 1, 1, 1); + book(_counter, "/TMP/MULT"); } /// Perform the per-event analysis void analyze(const Event& event) { const FinalState& cfs = apply(event, "CFS"); MSG_DEBUG("Total charged multiplicity = " << cfs.size()); - _hist->fill(sqrtS(),cfs.size()); + _counter->fill(cfs.size()); } /// Normalise histograms etc., after the run - void finalize() {} + void finalize() { + scale(_counter,1./sumOfWeights()); + + double val = _counter->val(); + double err = _counter->err(); + + Scatter2D temphisto(refData(1, 1, 1)); + Scatter2DPtr mult; + book(mult, 1, 1, 1); + + for (size_t b = 0; b < temphisto.numPoints(); b++) { + const double x = temphisto.point(b).x(); + pair ex = temphisto.point(b).xErrs(); + pair ex2 = ex; + if(ex2.first ==0.) ex2. first=0.0001; + if(ex2.second==0.) ex2.second=0.0001; + if (inRange(sqrtS()/GeV, x-ex2.first, x+ex2.second)) { + mult->addPoint(x, val, ex, make_pair(err,err)); + } + else { + mult->addPoint(x, 0., ex, make_pair(0.,.0)); + } + } + } //@} private: // Histogram - Profile1DPtr _hist; + CounterPtr _counter; }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(JADE_1983_I190818); } diff --git a/analyses/pluginPetra/JADE_1983_I190818.plot b/analyses/pluginPetra/JADE_1983_I190818.plot --- a/analyses/pluginPetra/JADE_1983_I190818.plot +++ b/analyses/pluginPetra/JADE_1983_I190818.plot @@ -1,8 +1,11 @@ # BEGIN PLOT /JADE_1983_I190818/d01-x01-y01 Title=Mean charged multiplicity average for $\sqrt{s}$ between 12 and 35 GeV XLabel=$\sqrt{s}$ YLabel=$\bar{n}_\text{ch}$ LogY=0 LegendXPos=0.25 LegendYPos=0.25 +XMin=10 +XMax=38 +ConnectGaps=1 # END PLOT diff --git a/analyses/pluginPetra/JADE_1983_I190818.yoda b/analyses/pluginPetra/JADE_1983_I190818.yoda --- a/analyses/pluginPetra/JADE_1983_I190818.yoda +++ b/analyses/pluginPetra/JADE_1983_I190818.yoda @@ -1,35 +1,64 @@ BEGIN YODA_SCATTER2D_V2 /REF/JADE_1983_I190818/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.6, up: 0.6}}, 1: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.6, up: 0.6}}, 2: {stat: {dn: -0.3, up: 0.3}, sys: {dn: -0.6, up: 0.6}}} + IsRef: 1 Path: /REF/JADE_1983_I190818/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.16288.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -1.200000e+01 9.000000e+00 9.000000e+00 8.400000e+00 6.708204e-01 6.708204e-01 -3.000000e+01 9.000000e+00 2.500000e+00 1.310000e+01 6.708204e-01 6.708204e-01 -3.500000e+01 2.500000e+00 2.500000e+00 1.360000e+01 6.708204e-01 6.708204e-01 +# xval xerr- xerr+ yval yerr- yerr+ +1.200000e+01 0.000000e+00 0.000000e+00 8.400000e+00 6.708204e-01 6.708204e-01 +3.000000e+01 0.000000e+00 0.000000e+00 1.310000e+01 6.708204e-01 6.708204e-01 +3.500000e+01 0.000000e+00 0.000000e+00 1.360000e+01 6.708204e-01 6.708204e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/JADE_1983_I190818/d02-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {stat: {dn: -0.5, up: 0.5}, sys: {dn: -0.7, up: 0.7}}, 1: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.7, up: 0.7}}, 2: {stat: {dn: -0.4, up: 0.4}, sys: {dn: -0.7, up: 0.7}}} -BEGIN YODA_SCATTER2D_V2 /REF/JADE_1983_I190818/d02-x01-y01 IsRef: 1 Path: /REF/JADE_1983_I190818/d02-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.16288.v1/t2 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.200000e+01 0.000000e+00 0.000000e+00 7.200000e+00 8.602325e-01 8.602325e-01 3.000000e+01 0.000000e+00 0.000000e+00 1.140000e+01 8.062258e-01 8.062258e-01 3.500000e+01 0.000000e+00 0.000000e+00 1.180000e+01 8.062258e-01 8.062258e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/JADE_1983_I190818/d03-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.25, up: 0.25}}, 1: {error: {dn: -0.16, up: 0.16}}, 2: {error: {dn: -0.15, up: 0.15}}} -BEGIN YODA_SCATTER2D_V2 /REF/JADE_1983_I190818/d03-x01-y01 IsRef: 1 Path: /REF/JADE_1983_I190818/d03-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.16288.v1/t3 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ +# xval xerr- xerr+ yval yerr- yerr+ 1.200000e+01 0.000000e+00 0.000000e+00 2.860000e+00 2.500000e-01 2.500000e-01 3.000000e+01 0.000000e+00 0.000000e+00 3.050000e+00 1.600000e-01 1.600000e-01 3.500000e+01 0.000000e+00 0.000000e+00 3.200000e+00 1.500000e-01 1.500000e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/JADE_1983_I190818/d04-x01-y01 +Variations: [] +ErrorBreakdown: {} + +IsRef: 1 +Path: /REF/JADE_1983_I190818/d04-x01-y01 +Title: doi:10.17182/hepdata.16288.v1/t4 +Type: Scatter1D +--- +# xval +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/JADE_1983_I190818/d05-x01-y01 +Variations: [] +ErrorBreakdown: {} + +IsRef: 1 +Path: /REF/JADE_1983_I190818/d05-x01-y01 +Title: doi:10.17182/hepdata.16288.v1/t5 +Type: Scatter1D +--- +# xval +END YODA_SCATTER1D_V2 diff --git a/analyses/pluginPetra/PLUTO_1980_I154270.cc b/analyses/pluginPetra/PLUTO_1980_I154270.cc --- a/analyses/pluginPetra/PLUTO_1980_I154270.cc +++ b/analyses/pluginPetra/PLUTO_1980_I154270.cc @@ -1,94 +1,111 @@ // -*- C++ -*- #include "Rivet/Analysis.hh" #include "Rivet/Projections/FinalState.hh" #include "Rivet/Projections/ChargedFinalState.hh" namespace Rivet { /// @brief Add a short analysis description here class PLUTO_1980_I154270 : public Analysis { public: /// Constructor DEFAULT_RIVET_ANALYSIS_CTOR(PLUTO_1980_I154270); /// @name Analysis methods //@{ /// Book histograms and initialise projections before the run void init() { const ChargedFinalState cfs; declare(cfs, "CFS"); - if(fuzzyEquals(sqrtS()/GeV,30.75)) { - book(_hist,1, 2, 1); - } - else if (fuzzyEquals(sqrtS()/GeV,9.4 ) || - fuzzyEquals(sqrtS()/GeV,12.0) || - fuzzyEquals(sqrtS()/GeV,13.0) || - fuzzyEquals(sqrtS()/GeV,17.0) || - fuzzyEquals(sqrtS()/GeV,22.0) || - fuzzyEquals(sqrtS()/GeV,27.6) || - fuzzyEquals(sqrtS()/GeV,30.2) || - fuzzyEquals(sqrtS()/GeV,30.7) || - fuzzyEquals(sqrtS()/GeV,31.3)) { - book(_hist,1, 1, 1); + if (fuzzyEquals(sqrtS()/GeV,9.4 ) || + fuzzyEquals(sqrtS()/GeV,12.0) || + fuzzyEquals(sqrtS()/GeV,13.0) || + fuzzyEquals(sqrtS()/GeV,17.0) || + fuzzyEquals(sqrtS()/GeV,22.0) || + fuzzyEquals(sqrtS()/GeV,27.6) || + fuzzyEquals(sqrtS()/GeV,30.2) || + fuzzyEquals(sqrtS()/GeV,30.7) || + fuzzyEquals(sqrtS()/GeV,31.3)) { + book(_c_mult, "/TMP/cmult"); } else { MSG_WARNING("CoM energy of events sqrt(s) = " << sqrtS()/GeV << " doesn't match any available analysis energy ."); } } /// Perform the per-event analysis void analyze(const Event& event) { const FinalState& cfs = apply(event, "CFS"); MSG_DEBUG("Total charged multiplicity = " << cfs.size()); unsigned int nPart(0); - for (const Particle& p : cfs.particles()) { + for(const Particle& p: cfs.particles()) { // check if prompt or not ConstGenParticlePtr pmother = p.genParticle(); ConstGenVertexPtr ivertex = pmother->production_vertex(); bool prompt = true; while (ivertex) { vector inparts = HepMCUtils::particles(ivertex, Relatives::PARENTS); int n_inparts = inparts.size(); if (n_inparts < 1) break; pmother = inparts[0]; // first mother particle int mother_pid = abs(pmother->pdg_id()); if (mother_pid==PID::K0S || mother_pid==PID::LAMBDA) { prompt = false; break; } else if (mother_pid<6) { break; } ivertex = pmother->production_vertex(); } if(prompt) ++nPart; } - _hist->fill(sqrtS(),nPart); + _c_mult->fill(nPart); } /// Normalise histograms etc., after the run - void finalize() { } + void finalize() { + double fact = 1./sumOfWeights(); + double val = _c_mult->val()*fact; + double err = _c_mult->err()*fact; + Scatter2D temphisto(refData(1, 1, 1)); + Scatter2DPtr mult; + book(mult, 1, 1, 1); + for (size_t b = 0; b < temphisto.numPoints(); b++) { + const double x = temphisto.point(b).x(); + pair ex = temphisto.point(b).xErrs(); + pair ex2 = ex; + if(ex2.first ==0.) ex2. first=0.0001; + if(ex2.second==0.) ex2.second=0.0001; + if (inRange(sqrtS()/GeV, x-ex2.first, x+ex2.second)) { + mult ->addPoint(x, val, ex, make_pair(err,err)); + } + else { + mult ->addPoint(x, 0., ex, make_pair(0.,.0)); + } + } + } //@} private: - // Histogram Profile1DPtr _hist; + CounterPtr _c_mult; }; // The hook for the plugin system DECLARE_RIVET_PLUGIN(PLUTO_1980_I154270); } diff --git a/analyses/pluginPetra/PLUTO_1980_I154270.info b/analyses/pluginPetra/PLUTO_1980_I154270.info --- a/analyses/pluginPetra/PLUTO_1980_I154270.info +++ b/analyses/pluginPetra/PLUTO_1980_I154270.info @@ -1,36 +1,36 @@ Name: PLUTO_1980_I154270 Year: 1980 Summary: Hadronic charged multiplicity measurement between 12 and 31.3 GeV Experiment: PLUTO Collider: PETRA InspireID: 154270 Status: VALIDATED Authors: - Peter Richardson References: - Phys.Lett. 95B (1980) 313-317 RunInfo: Hadronic e+ e- events generated below the Z pole NumEvents: 1000000 Beams: [e+, e-] -Energies: [9.4,12.0,13.0,17.0,22.0,27.6,30.2,30.7,31.3,30.75] +Energies: [9.4,12.0,13.0,17.0,22.0,27.6,30.2,30.7,31.3] PtCuts: [0] Description: The charged particle multiplicity distribution of hadronic $e^+e^-$ events as measured between 12 and 31.3 GeV using the PLUTO detector at PETRA. The decay products of weakly decaying strange hadrons, e.g. $K^0_s$ and $\Lambda^0$, are not included in the measurement. BibKey: Berger:1980zb BibTeX: '@article{Berger:1980zb, author = "Berger, Christoph and others", title = "{Multiplicity Distributions in e+ e- Annihilations at PETRA Energies}", collaboration = "PLUTO", journal = "Phys. Lett.", volume = "B95", year = "1980", pages = "313-317", doi = "10.1016/0370-2693(80)90494-3", reportNumber = "DESY-80-69", SLACcitation = "%%CITATION = PHLTA,B95,313;%%" }' diff --git a/analyses/pluginPetra/PLUTO_1980_I154270.plot b/analyses/pluginPetra/PLUTO_1980_I154270.plot --- a/analyses/pluginPetra/PLUTO_1980_I154270.plot +++ b/analyses/pluginPetra/PLUTO_1980_I154270.plot @@ -1,14 +1,9 @@ # BEGIN PLOT /PLUTO_1980_I154270/d01-x01-y01 Title=Mean charged multiplicity average for $\sqrt{s}$ between 12 and 31.3 GeV YLabel=$\bar{n}_\text{ch}$ XLabel=$\sqrt{s}$ LogY=0 LegendXPos=0.25 LegendYPos=0.25 +ConnectGaps=1 # END PLOT -# BEGIN PLOT /PLUTO_1980_I154270/d01-x02-y01 -Title=Mean charged multiplicity average for $\sqrt{s}$ at 30.75 GeV -LogY=0 -LegendXPos=0.25 -LegendYPos=0.25 -# END PLOT diff --git a/analyses/pluginPetra/PLUTO_1980_I154270.yoda b/analyses/pluginPetra/PLUTO_1980_I154270.yoda --- a/analyses/pluginPetra/PLUTO_1980_I154270.yoda +++ b/analyses/pluginPetra/PLUTO_1980_I154270.yoda @@ -1,65 +1,62 @@ BEGIN YODA_SCATTER2D_V2 /REF/PLUTO_1980_I154270/d01-x01-y01 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.1, up: 0.1}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.48300000000000004, up: 0.48300000000000004}}, 1: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.518, up: 0.518}}, 2: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.518, up: 0.518}}, 3: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.56, up: 0.56}}, 4: {error: {dn: -0.7, up: 0.7}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.6789999999999999, up: 0.6789999999999999}}, 5: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.7280000000000001, up: 0.7280000000000001}}, 6: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.7280000000000001, up: 0.7280000000000001}}, 7: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.742, up: 0.742}}, 8: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.77, up: 0.77}}, 9: {error: {dn: -0.1, up: 0.1}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.742, up: 0.742}}} + IsRef: 1 Path: /REF/PLUTO_1980_I154270/d01-x01-y01 -Title: ~ +Title: doi:10.17182/hepdata.27160.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.400000e+00 1.300000e+00 1.300000e+00 6.900000e+00 1.000000e-01 1.000000e-01 -1.200000e+01 1.300000e+00 5.000000e-01 7.400000e+00 2.000000e-01 2.000000e-01 -1.300000e+01 5.000000e-01 2.000000e+00 7.400000e+00 3.000000e-01 3.000000e-01 -1.700000e+01 2.000000e+00 2.500000e+00 8.000000e+00 3.000000e-01 3.000000e-01 -2.200000e+01 2.500000e+00 2.800000e+00 9.700000e+00 7.000000e-01 7.000000e-01 -2.760000e+01 2.800000e+00 1.300000e+00 1.040000e+01 3.000000e-01 3.000000e-01 -3.020000e+01 1.300000e+00 2.500000e-01 1.040000e+01 2.000000e-01 2.000000e-01 -3.070000e+01 2.500000e-01 3.000000e-01 1.060000e+01 3.000000e-01 3.000000e-01 -3.130000e+01 3.000000e-01 3.000000e-01 1.100000e+01 3.000000e-01 3.000000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +9.400000e+00 0.000000e+00 0.000000e+00 6.900000e+00 4.932433e-01 4.932433e-01 +1.200000e+01 0.000000e+00 0.000000e+00 7.400000e+00 5.552693e-01 5.552693e-01 +1.300000e+01 0.000000e+00 0.000000e+00 7.400000e+00 5.986017e-01 5.986017e-01 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 6.352952e-01 6.352952e-01 +2.200000e+01 0.000000e+00 0.000000e+00 9.700000e+00 9.752133e-01 9.752133e-01 +2.760000e+01 0.000000e+00 0.000000e+00 1.040000e+01 7.873906e-01 7.873906e-01 +3.020000e+01 0.000000e+00 0.000000e+00 1.040000e+01 7.549728e-01 7.549728e-01 +3.070000e+01 0.000000e+00 0.000000e+00 1.060000e+01 8.003524e-01 8.003524e-01 +3.130000e+01 0.000000e+00 0.000000e+00 1.100000e+01 8.263776e-01 8.263776e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/PLUTO_1980_I154270/d01-x01-y02 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.15400000000000003, up: 0.15400000000000003}}, 1: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.18900000000000003, up: 0.18900000000000003}}, 2: {error: {dn: -0.4, up: 0.4}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.17500000000000002, up: 0.17500000000000002}}, 3: {error: {dn: -0.5, up: 0.5}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.23800000000000002, up: 0.23800000000000002}}, 4: {error: {dn: -0.9, up: 0.9}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.231, up: 0.231}}, 5: {error: {dn: -0.4, up: 0.4}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.24500000000000002, up: 0.24500000000000002}}, 6: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.266, up: 0.266}}, 7: {error: {dn: -0.4, up: 0.4}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.259, up: 0.259}}, 8: {error: {dn: -0.4, up: 0.4}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.273, up: 0.273}}, 9: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.266, up: 0.266}}} -BEGIN YODA_SCATTER2D_V2 /REF/PLUTO_1980_I154270/d01-x01-y02 IsRef: 1 Path: /REF/PLUTO_1980_I154270/d01-x01-y02 -Title: ~ +Title: doi:10.17182/hepdata.27160.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.400000e+00 0.000000e+00 0.000000e+00 2.200000e+00 2.000000e-01 2.000000e-01 -1.200000e+01 0.000000e+00 0.000000e+00 2.700000e+00 3.000000e-01 3.000000e-01 -1.300000e+01 0.000000e+00 0.000000e+00 2.500000e+00 4.000000e-01 4.000000e-01 -1.700000e+01 0.000000e+00 0.000000e+00 3.400000e+00 5.000000e-01 5.000000e-01 -2.200000e+01 0.000000e+00 0.000000e+00 3.300000e+00 9.000000e-01 9.000000e-01 -2.760000e+01 0.000000e+00 0.000000e+00 3.500000e+00 4.000000e-01 4.000000e-01 -3.020000e+01 0.000000e+00 0.000000e+00 3.800000e+00 2.000000e-01 2.000000e-01 -3.070000e+01 0.000000e+00 0.000000e+00 3.700000e+00 4.000000e-01 4.000000e-01 -3.075000e+01 8.500000e-01 8.500000e-01 3.800000e+00 2.000000e-01 2.000000e-01 -3.130000e+01 0.000000e+00 0.000000e+00 3.900000e+00 4.000000e-01 4.000000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +9.400000e+00 0.000000e+00 0.000000e+00 2.200000e+00 2.524203e-01 2.524203e-01 +1.200000e+01 0.000000e+00 0.000000e+00 2.700000e+00 3.545716e-01 3.545716e-01 +1.300000e+01 0.000000e+00 0.000000e+00 2.500000e+00 4.366062e-01 4.366062e-01 +1.700000e+01 0.000000e+00 0.000000e+00 3.400000e+00 5.537545e-01 5.537545e-01 +2.200000e+01 0.000000e+00 0.000000e+00 3.300000e+00 9.291722e-01 9.291722e-01 +2.760000e+01 0.000000e+00 0.000000e+00 3.500000e+00 4.690682e-01 4.690682e-01 +3.020000e+01 0.000000e+00 0.000000e+00 3.800000e+00 3.328002e-01 3.328002e-01 +3.070000e+01 0.000000e+00 0.000000e+00 3.700000e+00 4.765302e-01 4.765302e-01 +3.075000e+01 8.500000e-01 8.500000e-01 3.800000e+00 3.328002e-01 3.328002e-01 +3.130000e+01 0.000000e+00 0.000000e+00 3.900000e+00 4.842819e-01 4.842819e-01 END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/PLUTO_1980_I154270/d01-x01-y03 +Variations: [""] +ErrorBreakdown: {0: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.224, up: 0.224}}, 1: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.18900000000000003, up: 0.18900000000000003}}, 2: {error: {dn: -0.5, up: 0.5}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.20299999999999999, up: 0.20299999999999999}}, 3: {error: {dn: -0.4, up: 0.4}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.168, up: 0.168}}, 4: {error: {dn: -0.9, up: 0.9}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.20299999999999999, up: 0.20299999999999999}}, 5: {error: {dn: -0.4, up: 0.4}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.20299999999999999, up: 0.20299999999999999}}, 6: {error: {dn: -0.2, up: 0.2}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.19599999999999998, up: 0.19599999999999998}}, 7: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.20299999999999999, up: 0.20299999999999999}}, 8: {error: {dn: -0.3, up: 0.3}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.19599999999999998, up: 0.19599999999999998}}, 9: {error: {dn: -0.1, up: 0.1}, 'sys,APPROXIMATE SYSTEMATIC ERROR FROM MODEL DEPENDENCE OF MONTE CARLO GENERATION USED FOR CORRECTIONS': {dn: -0.19599999999999998, up: 0.19599999999999998}}} -BEGIN YODA_SCATTER2D_V2 /REF/PLUTO_1980_I154270/d01-x01-y03 IsRef: 1 Path: /REF/PLUTO_1980_I154270/d01-x01-y03 -Title: ~ +Title: doi:10.17182/hepdata.27160.v1/t1 Type: Scatter2D --- -# xval xerr- xerr+ yval yerr- yerr+ -9.400000e+00 0.000000e+00 0.000000e+00 3.200000e+00 2.000000e-01 2.000000e-01 -1.200000e+01 0.000000e+00 0.000000e+00 2.700000e+00 3.000000e-01 3.000000e-01 -1.300000e+01 0.000000e+00 0.000000e+00 2.900000e+00 5.000000e-01 5.000000e-01 -1.700000e+01 0.000000e+00 0.000000e+00 2.400000e+00 4.000000e-01 4.000000e-01 -2.200000e+01 0.000000e+00 0.000000e+00 2.900000e+00 9.000000e-01 9.000000e-01 -2.760000e+01 0.000000e+00 0.000000e+00 2.900000e+00 4.000000e-01 4.000000e-01 -3.020000e+01 0.000000e+00 0.000000e+00 2.800000e+00 2.000000e-01 2.000000e-01 -3.070000e+01 0.000000e+00 0.000000e+00 2.900000e+00 3.000000e-01 3.000000e-01 -3.075000e+01 8.500000e-01 8.500000e-01 2.800000e+00 1.000000e-01 1.000000e-01 -3.130000e+01 0.000000e+00 0.000000e+00 2.800000e+00 3.000000e-01 3.000000e-01 +# xval xerr- xerr+ yval yerr- yerr+ +9.400000e+00 0.000000e+00 0.000000e+00 3.200000e+00 3.002932e-01 3.002932e-01 +1.200000e+01 0.000000e+00 0.000000e+00 2.700000e+00 3.545716e-01 3.545716e-01 +1.300000e+01 0.000000e+00 0.000000e+00 2.900000e+00 5.396378e-01 5.396378e-01 +1.700000e+01 0.000000e+00 0.000000e+00 2.400000e+00 4.338479e-01 4.338479e-01 +2.200000e+01 0.000000e+00 0.000000e+00 2.900000e+00 9.226099e-01 9.226099e-01 +2.760000e+01 0.000000e+00 0.000000e+00 2.900000e+00 4.485633e-01 4.485633e-01 +3.020000e+01 0.000000e+00 0.000000e+00 2.800000e+00 2.800286e-01 2.800286e-01 +3.070000e+01 0.000000e+00 0.000000e+00 2.900000e+00 3.622278e-01 3.622278e-01 +3.075000e+01 8.500000e-01 8.500000e-01 2.800000e+00 2.200364e-01 2.200364e-01 +3.130000e+01 0.000000e+00 0.000000e+00 2.800000e+00 3.583518e-01 3.583518e-01 END YODA_SCATTER2D_V2 - -BEGIN YODA_SCATTER2D_V2 /REF/PLUTO_1980_I154270/d01-x02-y01 -IsRef: 1 -Path: /REF/PLUTO_1980_I154270/d01-x02-y01 -Title: ~ -Type: Scatter2D ---- -# xval xerr- xerr+ yval yerr- yerr+ -3.075000e+01 8.500000e-01 8.500000e-01 1.060000e+01 1.000000e-01 1.000000e-01 -END YODA_SCATTER2D_V2 diff --git a/analyses/pluginRHIC/BRAHMS_2004_I647076.info b/analyses/pluginRHIC/BRAHMS_2004_I647076.info --- a/analyses/pluginRHIC/BRAHMS_2004_I647076.info +++ b/analyses/pluginRHIC/BRAHMS_2004_I647076.info @@ -1,45 +1,45 @@ Name: BRAHMS_2004_I647076 Year: 2004 Summary: Charged meson pT spectra for various rapidities in central Au--Au collisions at 200 GeV. Experiment: BRAHMS Collider: RHIC InspireID: 647076 Status: UNVALIDATED Authors: - Christian Bierlich References: - 'Phys.Rev.Lett. 94 (2005) 162301' - '10.1103/PhysRevLett.94.162301' - 'arXiv:043050' RunInfo: Au Au minimum bias events, only 5% most central events used in analysis. NeedCrossSection: no Options: - cent=REF,GEN,IMP,USR -Beams: [1000791970, 1000791970] +Beams: [Au, Au] # This is _total_ energy of beams, so this becomes 197*200=39400 Energies: [39400] Description: 'Measurements of invariant $p_\perp$ spectra for pions and kaons in the 5% most central Au--Au collisions at $\sqrt{s_{NN}} = 200$ GeV, over a broad rapidity range $-0.1 < y < 3.5$. The paper quotes several derived quantities, like total $dN/dy$ and $\langle p_\perp \rangle$, which can be fitted from the spectra produced in this analysis.' Keywords: [] BibKey: Bearden:2004yx BibTeX: '@article{Bearden:2004yx, author = "Bearden, I. G. and others", title = "{Charged meson rapidity distributions in central Au+Au collisions at s(NN)**(1/2) = 200-GeV}", collaboration = "BRAHMS", journal = "Phys. Rev. Lett.", volume = "94", year = "2005", pages = "162301", doi = "10.1103/PhysRevLett.94.162301", eprint = "nucl-ex/0403050", archivePrefix = "arXiv", primaryClass = "nucl-ex", SLACcitation = "%%CITATION = NUCL-EX/0403050;%%" }' ToDo: - Implement the analysis, test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/analyses/pluginRHIC/STAR_2016_I1414638.info b/analyses/pluginRHIC/STAR_2016_I1414638.info --- a/analyses/pluginRHIC/STAR_2016_I1414638.info +++ b/analyses/pluginRHIC/STAR_2016_I1414638.info @@ -1,46 +1,46 @@ Name: STAR_2016_I1414638 Year: 2016 Summary: Beam energy dependence of the third harmonic of azimuthal correlations Experiment: STAR Collider: RHIC InspireID: 1414638 Status: UNVALIDATED Authors: - Maria Stefaniak - Christian Bierlich References: - 'Phys.Rev.Lett. 116 (2016) no.11, 112302' - 'DOI: 10.1103/PhysRevLett.116.112302' - 'arXiv:1601.01999 ' RunInfo: Minimum bias AuAu events at various collision energies. NeedCrossSection: no -Beams: [1000791970, 1000791970] +Beams: [Au, Au] Options: - cent=REF,GEN,IMP,USR # This is _total_ energy of beams, so this becomes 197*200=39400 etc. Energies: [1516.9, 2265.5, 2856.5, 3861.2, 5319, 7683, 12292.8, 39400] Description: 'Results of harmonic decomposition of two-particle azimuthal correlations in AuAu collisions, in energies recorded in the beam energy scan. For MC purposes, note that the lowest energies might be too low for standard generators to even initialize.' BibKey: Adamczyk:2016exq BibTeX: '@article{Adamczyk:2016exq, author = "Adamczyk, L. and others", title = "{Beam Energy Dependence of the Third Harmonic of Azimuthal Correlations in Au+Au Collisions at RHIC}", collaboration = "STAR", journal = "Phys. Rev. Lett.", volume = "116", year = "2016", number = "11", pages = "112302", doi = "10.1103/PhysRevLett.116.112302", eprint = "1601.01999", archivePrefix = "arXiv", primaryClass = "nucl-ex", SLACcitation = "%%CITATION = ARXIV:1601.01999;%%" }' ToDo: - Implement the analysis, test it, remove this ToDo, and mark as VALIDATED :-) diff --git a/bin/rivet b/bin/rivet --- a/bin/rivet +++ b/bin/rivet @@ -1,673 +1,687 @@ #! /usr/bin/env python """\ Run Rivet analyses on HepMC events read from a file or Unix pipe Examples: %(prog)s [options] [ ...] or mkfifo fifo.hepmc my_generator -o fifo.hepmc & %(prog)s [options] fifo.hepmc ENVIRONMENT: * RIVET_ANALYSIS_PATH: list of paths to be searched for plugin analysis libraries at runtime * RIVET_DATA_PATH: list of paths to be searched for data files (defaults to use analysis path) * RIVET_WEIGHT_INDEX: the numerical weight-vector index to use in this run (default = 0; -1 = ignore weights) * See the documentation for more environment variables. """ from __future__ import print_function import os, sys ## Load the rivet module try: import rivet except: ## If rivet loading failed, try to bootstrap the Python path! try: # TODO: Is this a good idea? Maybe just notify the user that their PYTHONPATH is wrong? import commands modname = sys.modules[__name__].__file__ binpath = os.path.dirname(modname) rivetconfigpath = os.path.join(binpath, "rivet-config") rivetpypath = commands.getoutput(rivetconfigpath + " --pythonpath") sys.path.append(rivetpypath) import rivet except: sys.stderr.write("The rivet Python module could not be loaded: is your PYTHONPATH set correctly?\n") sys.exit(5) rivet.util.check_python_version() rivet.util.set_process_name("rivet") import time, datetime, logging, signal ## Parse command line options import argparse parser = argparse.ArgumentParser(description=__doc__) parser.add_argument("ARGS", nargs="*") parser.add_argument("--version", dest="SHOW_VERSION", action="store_true", default=False, help="show Rivet version") anagroup = parser.add_argument_group("Analysis handling") anagroup.add_argument("-a", "--analysis", "--analyses", dest="ANALYSES", action="append", default=[], metavar="ANA", help="add an analysis (or comma-separated list of analyses) to the processing list.") anagroup.add_argument("--list-analyses", "--list", dest="LIST_ANALYSES", action="store_true", default=False, help="show the list of available analyses' names. With -v, it shows the descriptions, too") anagroup.add_argument("--list-keywords", "--keywords", dest="LIST_KEYWORDS", action="store_true", default=False, help="show the list of available keywords.") anagroup.add_argument("--list-used-analyses", action="store_true", dest="LIST_USED_ANALYSES", default=False, help="list the analyses used by this command (after subtraction of inappropriate ones)") anagroup.add_argument("--show-analysis", "--show-analyses", "--show", dest="SHOW_ANALYSES", action="append", default=[], help="show the details of an analysis") anagroup.add_argument("--show-bibtex", dest="SHOW_BIBTEX", action="store_true", default=False, help="show BibTeX entries for all used analyses") anagroup.add_argument("--analysis-path", dest="ANALYSIS_PATH", metavar="PATH", default=None, help="specify the analysis search path (cf. $RIVET_ANALYSIS_PATH).") # TODO: remove/deprecate the append? anagroup.add_argument("--analysis-path-append", dest="ANALYSIS_PATH_APPEND", metavar="PATH", default=None, help="append to the analysis search path (cf. $RIVET_ANALYSIS_PATH).") anagroup.add_argument("--pwd", dest="ANALYSIS_PATH_PWD", action="store_true", default=False, help="append the current directory (pwd) to the analysis/data search paths (cf. $RIVET_ANALYSIS_PATH).") extragroup = parser.add_argument_group("Extra run settings") extragroup.add_argument("-o", "-H", "--histo-file", dest="HISTOFILE", default="Rivet.yoda", help="specify the output histo file path (default = %(default)s)") extragroup.add_argument("-p", "--preload-file", dest="PRELOADFILE", default=None, help="specify and old yoda file to initialize (default = %(default)s)") extragroup.add_argument("--no-histo-file", dest="WRITE_DATA", action="store_false", default=True, help="don't write out any histogram file at the end of the run (default = write)") extragroup.add_argument("-x", "--cross-section", dest="CROSS_SECTION", default=None, metavar="XS", help="specify the signal process cross-section in pb") extragroup.add_argument("-n", "--nevts", dest="MAXEVTNUM", type=int, default=None, metavar="NUM", help="restrict the max number of events to process") extragroup.add_argument("--nskip", dest="EVTSKIPNUM", type=int, default=0, metavar="NUM", help="skip NUM events read from input before beginning processing") extragroup.add_argument("--runname", dest="RUN_NAME", default=None, metavar="NAME", help="give an optional run name, to be prepended as a 'top level directory' in histo paths") extragroup.add_argument("--ignore-beams", dest="IGNORE_BEAMS", action="store_true", default=False, help="ignore input event beams when checking analysis compatibility. " "WARNING: analyses may not work correctly, or at all, with inappropriate beams") extragroup.add_argument("-d", "--dump", "--histo-interval", dest="DUMP_PERIOD", type=int, default=1000, metavar="NUM", help="specify the number of events between histogram file updates, " "default = %(default)s. Set to 0 to only write out at the end of the run. " "Note that intermediate histograms will be those from the analyze step " "only, except for analyses explicitly declared Reentrant for which the " "finalize function is executed first.") timinggroup = parser.add_argument_group("Timeouts and periodic operations") timinggroup.add_argument("--event-timeout", dest="EVENT_TIMEOUT", type=int, default=21600, metavar="NSECS", help="max time in whole seconds to wait for an event to be generated from the specified source (default = %(default)s)") timinggroup.add_argument("--run-timeout", dest="RUN_TIMEOUT", type=int, default=None, metavar="NSECS", help="max time in whole seconds to wait for the run to finish. This can be useful on batch systems such " "as the LCG Grid where tokens expire on a fixed wall-clock and can render long Rivet runs unable to write " "out the final histogram file (default = unlimited)") verbgroup = parser.add_argument_group("Verbosity control") parser.add_argument("-l", dest="NATIVE_LOG_STRS", action="append", default=[], help="set a log level in the Rivet library") verbgroup.add_argument("-v", "--verbose", action="store_const", const=logging.DEBUG, dest="LOGLEVEL", default=logging.INFO, help="print debug (very verbose) messages") verbgroup.add_argument("-q", "--quiet", action="store_const", const=logging.WARNING, dest="LOGLEVEL", default=logging.INFO, help="be very quiet") args = parser.parse_args() ## Print the version and exit if args.SHOW_VERSION: print("rivet v%s" % rivet.version()) sys.exit(0) ## Override/modify analysis search path if args.ANALYSIS_PATH: rivet.setAnalysisLibPaths(args.ANALYSIS_PATH.split(":")) rivet.setAnalysisDataPaths(args.ANALYSIS_PATH.split(":")) if args.ANALYSIS_PATH_APPEND: for ap in args.ANALYSIS_PATH_APPEND.split(":"): rivet.addAnalysisLibPath(ap) rivet.addAnalysisDataPath(ap) if args.ANALYSIS_PATH_PWD: rivet.addAnalysisLibPath(os.path.abspath(".")) rivet.addAnalysisDataPath(os.path.abspath(".")) ## Configure logging logging.basicConfig(level=args.LOGLEVEL, format="%(message)s") for l in args.NATIVE_LOG_STRS: name, level = None, None try: name, level = l.split("=") except: name = "Rivet" level = l ## Fix name if name != "Rivet" and not name.startswith("Rivet."): name = "Rivet." + name try: ## Get right error type level = rivet.LEVELS.get(level.upper(), None) logging.debug("Setting log level: %s %d" % (name, level)) rivet.setLogLevel(name, level) except: logging.warning("Couldn't process logging string '%s'" % l) ############################ ## Listing available analyses/keywords def getAnalysesByKeyword(alist, kstring): add, veto, ret = [], [], [] bits = [i for i in kstring.replace("^@", "@^").split("@") if len(i) > 0] for b in bits: if b.startswith("^"): veto.append(b.strip("^")) else: add.append(b) add = set(add) veto = set(veto) for a in alist: kwds = set([i.lower() for i in rivet.AnalysisLoader.getAnalysis(a).keywords()]) if kwds.intersection(veto) and len(kwds.intersection(add)) == len(list(add)): ret.append(a) return ret ## List of analyses all_analyses = rivet.AnalysisLoader.analysisNames() if args.LIST_ANALYSES: ## Treat args as case-insensitive regexes if present regexes = None if args.ARGS: import re regexes = [re.compile(arg, re.I) for arg in args.ARGS] # import tempfile, subprocess # tf, tfpath = tempfile.mkstemp(prefix="rivet-list.") names = [] msg = [] for aname in all_analyses: if not regexes: toshow = True else: toshow = False for regex in regexes: if regex.search(aname): toshow = True break if toshow: names.append(aname) msg.append('') if args.LOGLEVEL <= logging.INFO: a = rivet.AnalysisLoader.getAnalysis(aname) st = "" if a.status() == "VALIDATED" else ("[%s] " % a.status()) # detex will very likely introduce some non-ASCII chars from # greek names in analysis titles. # The u"" prefix and explicit print encoding are necessary for # py2 to handle this properly msg[-1] = u"%s%s" % (st, a.summary()) if args.LOGLEVEL < logging.INFO: if a.keywords(): msg[-1] += u" [%s]" % " ".join(a.keywords()) if a.luminosityfb(): msg[-1] += u" [ \int L = %s fb^{-1} ]" % a.luminosityfb() msg = rivet.util.detex(msg) retlist = '\n'.join([ u"%-25s %s" % (a,m) for a,m in zip(names,msg) ]) if type(u'') is not str: retlist = retlist.encode('utf-8') print(retlist) sys.exit(0) def getKeywords(alist): all_keywords = [] for a in alist: all_keywords.extend(rivet.AnalysisLoader.getAnalysis(a).keywords()) all_keywords = [i.lower() for i in all_keywords] return sorted(list(set(all_keywords))) ## List keywords if args.LIST_KEYWORDS: # a = rivet.AnalysisLoader.getAnalysis(aname) for k in getKeywords(all_analyses): print(k) sys.exit(0) ## Show analyses' details if len(args.SHOW_ANALYSES) > 0: toshow = [] for i, a in enumerate(args.SHOW_ANALYSES): a_up = a.upper() if a_up in all_analyses and a_up not in toshow: toshow.append(a_up) else: ## Treat as a case-insensitive regex import re regex = re.compile(a, re.I) for ana in all_analyses: if regex.search(ana) and a_up not in toshow: toshow.append(ana) msgs = [] for i, name in enumerate(sorted(toshow)): import textwrap ana = rivet.AnalysisLoader.getAnalysis(name) msg = "" msg += name + "\n" msg += (len(name) * "=") + "\n\n" msg += rivet.util.detex(ana.summary()) + "\n\n" msg += "Status: " + ana.status() + "\n\n" # TODO: reduce to only show Inspire in v3 if ana.inspireId(): msg += "Inspire ID: " + ana.inspireId() + "\n" msg += "Inspire URL: http://inspire-hep.net/record/" + ana.inspireId() + "\n" msg += "HepData URL: http://hepdata.net/record/ins" + ana.inspireId() + "\n" elif ana.spiresId(): msg += "Spires ID: " + ana.spiresId() + "\n" msg += "Inspire URL: http://inspire-hep.net/search?p=find+key+" + ana.spiresId() + "\n" msg += "HepData URL: http://hepdata.cedar.ac.uk/view/irn" + ana.spiresId() + "\n" if ana.year(): msg += "Year of publication: " + ana.year() + "\n" if ana.bibKey(): msg += "BibTeX key: " + ana.bibKey() + "\n" msg += "Authors:\n" for a in ana.authors(): msg += " " + a + "\n" msg += "\n" msg += "Description:\n" twrap = textwrap.TextWrapper(width=75, initial_indent=2*" ", subsequent_indent=2*" ") msg += twrap.fill(rivet.util.detex(ana.description())) + "\n\n" if ana.experiment(): msg += "Experiment: " + ana.experiment() if ana.collider(): msg += "(%s)" % ana.collider() msg += "\n" # TODO: move this formatting into Analysis or a helper function? if ana.requiredBeams(): def pid_to_str(pid): if pid == 11: return "e-" elif pid == -11: return "e+" elif pid == 2212: return "p+" elif pid == -2212: return "p-" + elif pid == 1000010020: + return "d" + elif pid == 1000130270: + return "Al" + elif pid == 1000290630: + return "Cu" + elif pid == 1000541290: + return "Xe" + elif pid == 1000791970: + return "Au" + elif pid == 1000822080: + return "Pb" + elif pid == 1000922380: + return "U" elif pid == 10000: return "*" else: return str(pid) beamstrs = [] for bp in ana.requiredBeams(): beamstrs.append(pid_to_str(bp[0]) + " " + pid_to_str(bp[1])) - msg += "Beams:" + ", ".join(beamstrs) + "\n" + msg += "Beams: " + ", ".join(beamstrs) + "\n" if ana.requiredEnergies(): - msg += "Beam energies:" + "; ".join(["(%0.1f, %0.1f) GeV\n" % (epair[0], epair[1]) for epair in ana.requiredEnergies()]) + msg += "Beam energies: " + "; ".join(["(%0.1f, %0.1f) GeV\n" % (epair[0], epair[1]) for epair in ana.requiredEnergies()]) else: msg += "Beam energies: ANY\n" if ana.runInfo(): msg += "Run details:\n" twrap = textwrap.TextWrapper(width=75, initial_indent=2*" ", subsequent_indent=4*" ") for l in ana.runInfo().split("\n"): msg += twrap.fill(l) + "\n" if ana.luminosityfb(): msg+= "\nIntegrated data luminosity = %s inverse fb.\n"%ana.luminosityfb() if ana.keywords(): msg += "\nAnalysis keywords:" for k in ana.keywords(): msg += " %s"%k msg+= "\n\n" if ana.references(): msg += "\n" + "References:\n" for r in ana.references(): url = None if r.startswith("arXiv:"): code = r.split()[0].replace("arXiv:", "") url = "http://arxiv.org/abs/" + code elif r.startswith("doi:"): code = r.replace("doi:", "") url = "http://dx.doi.org/" + code if url is not None: r += " - " + url msg += " " + r + "\n" ## Add to the output msgs.append(msg) ## Write the combined messages to a temporary file and page it if msgs: try: import tempfile, subprocess tffd, tfpath = tempfile.mkstemp(prefix="rivet-show.") msgsum = u"\n\n".join(msgs) if type(u'') is not str: msgsum = msgsum.encode('utf-8') os.write(tffd, msgsum) if sys.stdout.isatty(): pager = subprocess.Popen(["less", "-FX", tfpath]) #, stdin=subprocess.PIPE) pager.communicate() else: f = open(tfpath) print(f.read()) f.close() finally: os.unlink(tfpath) #< always clean up sys.exit(0) ############################ ## Actual analysis runs ## We allow comma-separated lists of analysis names -- normalise the list here newanas = [] for a in args.ANALYSES: if "," in a: newanas += a.split(",") elif "@" in a: #< NB. this bans combination of ana lists and keywords in a single arg temp = getAnalysesByKeyword(all_analyses, a) for i in temp: newanas.append(i) else: newanas.append(a) args.ANALYSES = newanas ## Parse supplied cross-section if args.CROSS_SECTION is not None: xsstr = args.CROSS_SECTION try: args.CROSS_SECTION = float(xsstr) except: import re suffmatch = re.search(r"[^\d.]", xsstr) if not suffmatch: raise ValueError("Bad cross-section string: %s" % xsstr) factor = base = None suffstart = suffmatch.start() if suffstart != -1: base = xsstr[:suffstart] suffix = xsstr[suffstart:].lower() if suffix == "mb": factor = 1e+9 elif suffix == "mub": factor = 1e+6 elif suffix == "nb": factor = 1e+3 elif suffix == "pb": factor = 1 elif suffix == "fb": factor = 1e-3 elif suffix == "ab": factor = 1e-6 if factor is None or base is None: raise ValueError("Bad cross-section string: %s" % xsstr) xs = float(base) * factor args.CROSS_SECTION = xs ## Print the available CLI options! #if args.LIST_OPTIONS: # for o in parser.option_list: # print(o.get_opt_string()) # sys.exit(0) ## Set up signal handling RECVD_KILL_SIGNAL = None def handleKillSignal(signum, frame): "Declare us as having been signalled, and return to default handling behaviour" global RECVD_KILL_SIGNAL logging.critical("Signal handler called with signal " + str(signum)) RECVD_KILL_SIGNAL = signum signal.signal(signum, signal.SIG_DFL) ## Signals to handle signal.signal(signal.SIGTERM, handleKillSignal); signal.signal(signal.SIGHUP, handleKillSignal); signal.signal(signal.SIGINT, handleKillSignal); signal.signal(signal.SIGUSR1, handleKillSignal); signal.signal(signal.SIGUSR2, handleKillSignal); try: signal.signal(signal.SIGXCPU, handleKillSignal); except: pass ## Identify HepMC files/streams ## TODO: check readability, deal with stdin if len(args.ARGS) > 0: HEPMCFILES = args.ARGS else: HEPMCFILES = ["-"] ## Event number logging def logNEvt(n, starttime, maxevtnum): if n % 10000 == 0: nevtloglevel = logging.CRITICAL elif n % 1000 == 0: nevtloglevel = logging.WARNING elif n % 100 == 0: nevtloglevel = logging.INFO else: nevtloglevel = logging.DEBUG currenttime = datetime.datetime.now().replace(microsecond=0) elapsedtime = currenttime - starttime logging.log(nevtloglevel, "Event %d (%s elapsed)" % (n, str(elapsedtime))) # if maxevtnum is None: # logging.log(nevtloglevel, "Event %d (%s elapsed)" % (n, str(elapsedtime))) # else: # remainingtime = (maxevtnum-n) * elapsedtime.total_seconds() / float(n) # eta = time.strftime("%a %b %d %H:%M", datetime.localtime(currenttime + remainingtime)) # logging.log(nevtloglevel, "Event %d (%d s elapsed / %d s left) -> ETA: %s" % # (n, elapsedtime, remainingtime, eta)) ## Do some checks on output histo file, before we stat the event loop histo_parentdir = os.path.dirname(os.path.abspath(args.HISTOFILE)) if not os.path.exists(histo_parentdir): logging.error('Parent path of output histogram file does not exist: %s\nExiting.' % histo_parentdir) sys.exit(4) if not os.access(histo_parentdir,os.W_OK): logging.error('Insufficient permissions to write output histogram file to directory %s\nExiting.' % histo_parentdir) sys.exit(4) ## Set up analysis handler RUNNAME = args.RUN_NAME or "" ah = rivet.AnalysisHandler(RUNNAME) ah.setIgnoreBeams(args.IGNORE_BEAMS) for a in args.ANALYSES: ## Print warning message and exit if not a valid analysis name if not rivet.stripOptions(a) in all_analyses: logging.warning("'%s' is not a known Rivet analysis! Do you need to set RIVET_ANALYSIS_PATH or use the --pwd switch?\n" % a) # TODO: lay out more neatly, or even try for a "did you mean XXXX?" heuristic? logging.warning("There are %d currently available analyses:\n" % len(all_analyses) + ", ".join(all_analyses)) sys.exit(1) logging.debug("Adding analysis '%s'" % a) ah.addAnalysis(a) if args.PRELOADFILE is not None: ah.readData(args.PRELOADFILE) if args.DUMP_PERIOD: ah.dump(args.HISTOFILE, args.DUMP_PERIOD) if args.SHOW_BIBTEX: bibs = [] for aname in sorted(ah.analysisNames()): ana = rivet.AnalysisLoader.getAnalysis(aname) bibs.append("% " + aname + "\n" + ana.bibTeX()) if bibs: print("\nBibTeX for used Rivet analyses:\n") print("% --------------------------\n") print("\n\n".join(bibs) + "\n") print("% --------------------------\n") ## Read and process events run = rivet.Run(ah) if args.CROSS_SECTION is not None: logging.info("User-supplied cross-section = %e pb" % args.CROSS_SECTION) run.setCrossSection(args.CROSS_SECTION) if args.LIST_USED_ANALYSES is not None: run.setListAnalyses(args.LIST_USED_ANALYSES) ## Print platform type import platform starttime = datetime.datetime.now().replace(microsecond=0) logging.info("Rivet %s running on machine %s (%s) at %s" % \ (rivet.version(), platform.node(), platform.machine(), str(starttime))) def min_nonnull(a, b): "A version of min which considers None to always be greater than a real number" if a is None: return b if b is None: return a return min(a, b) ## Set up an event timeout handler class TimeoutException(Exception): pass if args.EVENT_TIMEOUT or args.RUN_TIMEOUT: def evttimeouthandler(signum, frame): logging.warn("It has taken more than %d secs to get an event! Is the input event stream working?" % min_nonnull(args.EVENT_TIMEOUT, args.RUN_TIMEOUT)) raise TimeoutException("Event timeout") signal.signal(signal.SIGALRM, evttimeouthandler) ## Init run based on one event hepmcfile = HEPMCFILES[0] ## Apply a file-level weight derived from the filename hepmcfileweight = 1.0 if ":" in hepmcfile: hepmcfile, hepmcfileweight = hepmcfile.rsplit(":", 1) hepmcfileweight = float(hepmcfileweight) try: if args.EVENT_TIMEOUT or args.RUN_TIMEOUT: signal.alarm(min_nonnull(args.EVENT_TIMEOUT, args.RUN_TIMEOUT)) init_ok = run.init(hepmcfile, hepmcfileweight) signal.alarm(0) if not init_ok: logging.error("Failed to initialise using event file '%s'... exiting" % hepmcfile) sys.exit(2) except TimeoutException as te: logging.error("Timeout in initialisation from event file '%s'... exiting" % hepmcfile) sys.exit(3) except Exception as ex: logging.warning("Could not read from '%s' (error=%s)" % (hepmcfile, str(ex))) sys.exit(3) ## Event loop evtnum = 0 for fileidx, hepmcfile in enumerate(HEPMCFILES): ## Apply a file-level weight derived from the filename hepmcfileweight = 1.0 if ":" in hepmcfile: hepmcfile, hepmcfileweight = hepmcfile.rsplit(":", 1) hepmcfileweight = float(hepmcfileweight) ## Open next HepMC file (NB. this doesn't apply to the first file: it was already used for the run init) if fileidx > 0: try: run.openFile(hepmcfile, hepmcfileweight) except Exception as ex: logging.warning("Could not read from '%s' (error=%s)" % (hepmcfile, ex)) continue if not run.readEvent(): logging.warning("Could not read events from '%s'" % hepmcfile) continue ## Announce new file msg = "Reading events from '%s'" % hepmcfile if hepmcfileweight != 1.0: msg += " (file weight = %e)" % hepmcfileweight logging.info(msg) ## The event loop while args.MAXEVTNUM is None or evtnum-args.EVTSKIPNUM < args.MAXEVTNUM: evtnum += 1 ## Optional event skipping if evtnum <= args.EVTSKIPNUM: logging.debug("Skipping event #%i" % evtnum) run.skipEvent(); continue ## Only log the event number once we're actually processing logNEvt(evtnum, starttime, args.MAXEVTNUM) ## Process this event processed_ok = run.processEvent() if not processed_ok: logging.warn("Event processing failed for evt #%i!" % evtnum) break ## Set flag to exit event loop if run timeout exceeded if args.RUN_TIMEOUT and (time.time() - starttime) > args.RUN_TIMEOUT: logging.warning("Run timeout of %d secs exceeded... exiting gracefully" % args.RUN_TIMEOUT) RECVD_KILL_SIGNAL = True ## Exit the loop if signalled if RECVD_KILL_SIGNAL is not None: break ## Read next event (with timeout handling if requested) try: if args.EVENT_TIMEOUT: signal.alarm(args.EVENT_TIMEOUT) read_ok = run.readEvent() signal.alarm(0) if not read_ok: break except TimeoutException as te: logging.error("Timeout in reading event from '%s'... exiting" % hepmcfile) sys.exit(3) ## Print end-of-loop messages loopendtime = datetime.datetime.now().replace(microsecond=0) logging.info("Finished event loop at %s" % str(loopendtime)) # logging.info("Cross-section = %e pb" % ah.crossSection()) print() ## Finalize and write out data file run.finalize() if args.WRITE_DATA: ah.writeData(args.HISTOFILE) print() endtime = datetime.datetime.now().replace(microsecond=0) logging.info("Rivet run completed at %s, time elapsed = %s" % (str(endtime), str(endtime-starttime))) print() logging.info("Histograms written to %s" % os.path.abspath(args.HISTOFILE)) diff --git a/doc/rivet-coverage-b-factories.rank b/doc/rivet-coverage-b-factories.rank --- a/doc/rivet-coverage-b-factories.rank +++ b/doc/rivet-coverage-b-factories.rank @@ -1,1537 +1,1537 @@ 373239 X Letter of intent for a study of CP violation in B meson decays 374247 X Letter of Intent for the Study of CP Violation and Heavy Flavor Physics at PEP-II 394377 X A Study of CP violation in B meson decays: Technical design report 394593 X BaBar technical design report 419146 X BELLE progress report: April 1995 - March 1996 470398 X The BaBar Drift Chamber 479871 X The BABAR physics book: Physics at an asymmetric $B$ factory 512971 X The BaBar silicon vertex tracker 515834 X The design and construction of the BaBar silicon vertex tracker 525677 X The BaBar silicon vertex tracker 532337 . A Study of time dependent CP violating asymmetries in $B^0 \to J/\psi K^0_{s}$ and $B^0 \to \psi_{2S} K^0_{s}$ decays -532338 . Measurement of inclusive production of charmonium states in B meson decays +532338 X Measurement of inclusive production of charmonium states in B meson decays 532339 . Exclusive B decays to charmonium final states 532340 . Measurement of the branching fractions for $B^0 \to D^{*-} \pi^{+}$ and $B^0 \to D^{*-} \rho^{+}$ 532341 . A Measurement of the B0 - anti-B0 oscillation frequency and determination of flavor tagging efficiency using semileptonic and hadronic B0 decays 532342 . Measurement of the B0 meson properties using partially reconstructed B0 to D*- pi+ and B0 to D*- lepton+ lepton neutrino decays with the BaBar detector 532343 . Measurement of the time dependence of B0 - anti-B0 oscillations using inclusive dilepton events 532344 . A Measurement of the branching fraction of the exclusive decay $B^0 \to$ K*0 $\gamma$ 532397 . Study of inclusive $D_s$ (*) +- production in $B$ decays and measurement of $B^0 \to D^{*-} D_s$ (*) + decays using a partial reconstruction technique 532398 . Measurement of branching fractions for two-body charmless B decays to charged pions and kaons at BaBar 532399 . Measurements of charmless three-body and quasi two-body B decays 532400 . Search for $B^{+} \to K^{+} \ell^+ \ell^-$ and $B^0 \to$ K*0 $\ell^+$ lepton- 532401 . A Measurement of the charged and neutral B meson life-times using fully reconstructed decays 537509 . Measurement of $B^0_{d} - \bar{B}^0_d$ mixing rate from the time evolution of dilepton events at the $\upsilon_{4S}$ 538839 . The First year of the BaBar experiment at PEP-II -542348 . First year experience with the BaBar silicon vertex tracker +542348 X First year experience with the BaBar silicon vertex tracker 543459 . Determination of B/d0 anti-B/d0 mixing rate from the time evolution of dilepton events at the Upsilon(4S) 543460 . Measurement of charmed meson lifetimes 543461 . Observation of B --> J / psi K1(1270) 543462 . Charmless hadronic B meson decays to charged particle final states with Belle 543463 . A study of charmless hadronic B decays to h pi0 final states 543464 . Evidence for the charmless decay B+ --> Phi K+ at Belle 543465 . Measurement of inclusive production of neutral pions from Upsilon(4S) decays 543466 . Observation of Cabibbo suppressed B --> D(*) K decays at Belle 543467 . A search for the decay B0 --> D/s+ pi- 543468 . Measurements of exclusive decays anti-B0 --> D+ l- anti-nu and anti-B0 --> D*+ l- anti-nu at Belle 543469 . Measurement of polarization of J / psi in B0 --> J/psi + K*0 and B+ --> J / psi + K*+ decays 543470 . CP/T test with tau leptons at Belle: Examination of T/CP invariance in e+ e- --> tau+ tau- --> e mu + neutrinos 543471 . Search for the lepton flavor violating decay tau --> l K0 543472 . Measurement of K0(S) K0(S) production in two-photon collisions with Belle 543473 . Search for CP violation in tau semi-leptonic decay tau+- --> pi+- pi0 nu/tau 552936 . Measurement of the CP violation parameter $\sin 2 \phi_{1}$ in $B^0_{d}$ meson decays 553002 . Measurement of CP violating asymmetries in $B^0$ decays to CP eigenstates 553395 X The BaBar silicon vertex tracker 554520 . Measurement of inclusive production of neutral pions from Upsilon(4S) decays 554521 . A Measurement of the branching fraction for the inclusive B ---> X(s) gamma decays with BELLE 555527 . Measurement of branching fractions for B ---> pi pi, K pi and K K decays 555979 . Observation of Cabibbo suppressed B ---> D(*)K- decays at BELLE 556049 . Measurement of the decays $B \to \phi K$ and $B \to \phi K^*$ 556367 . Observation of B ---> J / psi K(1)(1270) 556767 X The BaBar detector 557007 . Measurement of branching fractions and search for CP-violating charge asymmetries in charmless two-body $B$ decays into pions and kaons 558091 . Measurement of $J/\psi$ production in continuum $e^+e^-$ annihilations near $\sqrt{s}=10.6$ GeV 559129 . Search for direct CP violation in B ---> K pi decays 559625 . Observation of CP violation in the $B^0$ meson system 559767 . Measurement of the $B^0$ and $B^+$ meson lifetimes with fully reconstructed hadronic final states 559829 . Measurement of branching fractions for exclusive $B$ decays to charmonium final states 559830 . Search for the rare decays $B \to K \ell^{+} \ell^{-}$ and $B \to$ K*(892) $\ell^{+} \ell^{-}$ 559839 . Measurement of the B0 anti-B0 oscillation frequency in hadronic B0 decays 559840 . Measurement of the exclusive branching fractions $B^0 \to \eta$ K*0 and $B^{+} \to \eta K^{*+}$ 560348 . Observation of color suppressed anti-B0 ---> D(*)0 X0 decays 560349 . Measurement of the $B \to J/\psi K^*(892)$ decay amplitudes 560350 . Observation of B+ ---> chi(c0) K+ 560351 . Study of three-body charmless B decays at Belle 560434 . Investigation of $B \to D^{(*)} \bar{D}$( *) $K$ decays with the BaBar detector 560435 . Measurement of the branching fraction for the decay $B^0 \to D^{*+} D^{*-}$ 560436 . Measurements of B0 decays to pi+ pi- pi0 560437 . Study of T and CP violation in B0 anti-B0 mixing with inclusive dilepton events 560438 . Measurement of D+(s) and D*+(s) production in B meson decays and from continuum e+ e- annihilations at s**(1/2) = 10.6-GeV 560439 . Observation of large CP violation in the neutral $B$ meson system 560548 . Observation of radiative B meson decays into higher kaonic resonances 560551 . Search for the decay $B^0 \to \gamma \gamma$ 560680 . Evidence for the electroweak penguin decay $B \to X_{s} \ell^{+} \ell^{-}$ 560682 . Study of CP violating asymmetries in $B \to \pi^\pm \pi^\mp$, $K^\pm \pi^\mp$ decays 560725 . Search for $B^0 \to$ a+(0) (980) $\pi^{-}$ 560726 . Measurement of D0 decays to K0(L)pi0 and K0(S)pi0 at BELLE 560923 . Observation of Lambda+(c) ---> Lambda0 K+, Lambda+(c) ---> Sigma0 K+ and Lambda+(c) ---> Sigma+ K+ pi- decays 560997 . Study of $B^\pm \to J/\psi \pi^\pm$ and $B^\pm \to J/\psi K^\pm$ decays: Measurement of the ratio of branching fractions and search for direct CP-violating charge asymmetries 561134 . Measurement of the branching fraction for B ---> eta-prime K and search for B ---> eta-prime pi+ 561241 . Measurements of the branching fractions of exclusive charmless $B$ meson decays with $\eta^\prime$ or $\omega$ mesons 562491 . Measurement of the branching fractions for $\psi(2S) \to e^+e^-$ and $\psi(2S) \to \mu^+ \mu^-$ 562492 . Search for B decays into K0 anti-K0 562493 . Search for direct CP violation in quasi two-body charmless B decays 562494 . Measurement of the branching fraction for $B^{+} \to$ K*0 $\pi^{+}$ 562495 . Search for a lifetime difference in D0 decays 562541 . Study of $B^{-} \to D^{(*)} \bar{D}$( *) decays with the BaBar detector 562879 . Observation of color suppressed anti-B0 ---> D0 pi0, D*0 pi0, D0 eta and D0 omega decays 562944 . Observation of the decay $B \to K \ell^{+} \ell^{-}$ 563205 . Study of semiinclusive production of eta-prime mesons in B decays 563840 . Production of prompt charmonia in e+ e- annihilation at s**(1/2) is approximately 10.6-GeV 564891 . Study of CP-violating asymmetries in $B^0 \to \pi^+ \pi^-,\, K^+ \pi^-$ decays 564974 . Measurement of $B \to K^* \gamma$ branching fractions and charge asymmetries 565985 . A Measurement of lifetime difference in D0 meson decays 566127 . Observation of Cabibbo suppressed and W exchange Lambda+(c) baryon decays 566838 . Determination of |V(cb)| using the semileptonic decay anti-B0 ---> D*+ e- anti-nu 567030 . Observation of B+ ---> chi(c0) K+ 567187 . Measurement of B(anti-B0 ---> D+ l- anti-nu) and determination of |V(cb)| 567336 . Direct CP violation searches in charmless hadronic $B$ meson decays 569012 . Measurement of $B^0 - \overline{B}^0$ flavor oscillations in hadronic $B^0$ decays 569013 . Measurement of the $B^0 - \overline{B}^0$ oscillation frequency with inclusive dilepton events 571936 . Measurement of branching fractions for two-body B meson decays with charmonium at Belle 571937 . Study of the decay B0 --> D+ D*- with D*- partial reconstruction 571938 . Measurements of the branching fractions for B --> D(*) D(*) and B --> D(*) D(*) K at Belle 571939 . Measurements of polarization and CP asymmetry in B --> J / psi + K* decays 571940 . Measurement of the branching fraction for B --> eta' K and search for B --> eta' pi+ 571941 . Observation of charmless decays B --> Phi K and B --> Phi K* at Belle 571942 . A study of charmless B meson decays to pseudoscalar-vector final states at Belle 571943 . Search for exclusive rare baryonic decays of B mesons 571944 . The pi+ pi- pi0 final state in two-photon collisions at Belle 571945 . Search for tau --> mu gamma decay at Belle 571946 . A search for the electric dipole moment of the tau lepton 571947 . Search for neutrinoless tau decays into e / mu K0 571948 . Determination of |V(cb)| from the semileptonic decay anti-B0 --> D*+ l- anti-nu 571949 . Measurement of B(anti-B0 --> D+ l- anti-nu) and determination of |V(cb)| 571951 . Measurement of exclusive B --> pi l nu decays at Belle 571952 . Search for B0 --> D/s+ pi- and D/s- K+ decays at Belle 571953 . Measurements of flavor-specific inclusive charged kaons from B decays 571954 . Search for leptonic decays of B mesons 571955 . Prompt charmonia production in e+ e- annihilation at s**(1/2) approx. 10.6-GeV 571956 . Precise measurements of charm meson lifetimes and search for D0 anti-D0 mixing at Belle 571957 . Study of Omega/c0 at Belle 571958 . Two-body charmless B decays to eta K* and eta rho at Belle 581410 . Study of three-body charmless B decays 581411 . Search for the rare decays $B \to K \ell^+ \ell^-$ and $B \to K^* \ell^+ \ell^-$ 581608 . A study of time dependent CP-violating asymmetries and flavor oscillations in neutral $B$ decays at the $\Upsilon(4S)$ 582184 . Measurement of $D_s^+$ and $D_s^{*+}$ production in $B$ meson decays and from continuum $e^+e^-$ annihilation at $\sqrt{s}=10.6$ GeV 582485 . Measurement of the $B^0$ lifetime with partially reconstructed $B^0 \to D^{*-} \ell+ \nu_\ell$ decays 582526 . Precise measurement of B meson lifetimes with hadronic decay final states 582688 . Observation of B+- ---> p anti-p K+- 582908 . Observation of mixing induced CP violation in the neutral $B$ meson system 582909 . Observation of chi(c2) production in B meson decay 583315 . Search for T and CP violation in $B^0 - \overline{B}^0$ mixing with inclusive dilepton events 583664 . Improved measurement of the CP-violating asymmetry amplitude $\sin2\beta$ 583754 . Measurement of the branching fraction and CP content for the decay $B^0 \to D^{*+} D^{*-}$ 584264 . Search for charmless two-body baryonic decays of B mesons 584710 . Rare B decays to states containing a J / psi meson 584711 . Measurement of the $B^0$ lifetime with partial reconstruction of $\bar{B}^0 \to D^{*+} \rho^{-}$ 584713 . A Measurement of the neutral $B$ meson lifetime using partially reconstructed $B^0 \to D^{*-} \pi^{+}$ decays 584788 . Branching fraction measurements of the decays $B \to eta_c K$, where $eta_c \to K \bar{K} \pi$ and $eta_c \to 4 K$ 584940 . Study of CP violating asymmetries in B0 ---> pi+ pi- decays 586611 . Measurements of branching fractions and decay amplitudes in $B \to J/\psi K^{*}$ decays 586691 . Radiative B meson decays into K pi gamma and K pi pi gamma final states 587253 . Measurements of branching fractions and CP violating asymmetries in $B^0 \to \pi^{+} \pi^{-}$, $K^{+} \pi^{-}$, $K^{+} K^{-}$ decays 587254 . Observation of anti-B0 ---> D0(*) p anti-p 587687 . Measurement of chi(c2) production in two photon collisions 587689 . Evidence for the $b \to u$ transition $B^0 \to D^+_{s} \pi^{-}$ and a search for $B^0 \to$ D*+($s$) $\pi^{-}$ 587751 . Observation of double c anti-c production in e+ e- annihilation at s**(1/2) approximately 10.6-GeV 587784 . Observation of the eta(c)(2S) in exclusive B ---> K K(S) K- pi+ decays 587786 . Measurements of the branching fractions of charmless three-body charged B decays 587986 . Observation of the decay B0 ---> D+- D*-+ 588940 . Measurements of charmless two-body charged B decays with neutral pions and kaons 589587 . Study of B ---> rho pi decays at BELLE 589754 . Studies of the decay B+- ---> D(CP)K+- 589927 . Observation of B+- ---> omega K+- decay 589930 . Measurement of the oscillation frequency for B0 - anti-B0 mixing using hadronic B0 decays 590532 . Measurement of CP violating parameters in B ---> eta-prime K decays 590700 . Observation of B ---> D(*) K- K0(*) decays 590701 . Measurement of the CP-violating asymmetry amplitude $\sin 2\beta$ 590782 . Measurement of the B0 - anti-B0 mixing parameter Delta m(d) using semileptonic B0 decays 591125 . A Study of the rare decays $B^0 \to D^{(*)}$ +($s$) $\pi^{-}$ and $B^0 \to D^{(*)}$ -($s$) $K^{+}$ 591225 . Measurements of branching fractions and CP-violating asymmetries in $B^0 \to \pi^+ \pi^-,\, K^+ \pi^-,\, K^+ K^-$ decays 591228 . A Study of time dependent CP asymmetry in $B^0 \to J/\psi \pi^0$ decays 591233 . A Search for the decay $B^0 \to \pi^0 \pi^0$ 591235 . Measurements of branching fractions and direct CP asymmetries in pi+ pi0, K+ pi0 and K0 pi0 B decays 591236 . Measurement of the branching fraction for $B^\pm \to$ chi(c0) $K^\pm$ 591238 . Search for CP violation in $B^0/\overline{B}^0$ decays to $\pi^+ \pi^- \pi^0$ and $K^\pm \pi^\mp \pi^0$ in regions dominated by the $\rho^\pm$ resonance 591311 . A Search for $B^{+} \to K^{+} \nu \bar{\nu}$ 591312 . Measurement of $\sin$ 2 beta in $B^0 \to \phi K^0_{s}$ 591313 . Simultaneous measurement of the $B^0$ meson lifetime and mixing frequency with $B^0 \to D^{*-} \ell^{+} \nu_{l}$ decays 591314 . Measurement of time dependent CP asymmetries and the CP odd fraction in the decay $B^0 \to D^{*+} D^{*-}$ 591315 . Search for the exclusive radiative decays $B \to \rho \gamma$ and $B^0 \to \omega \gamma$ 591316 . $b \to s \gamma$ using a sum of exclusive modes 591318 . Determination of the branching fraction for inclusive decays $B \to X_{s} \gamma$ 591319 . Observation of D+(s) K- and evidence for D+(s) pi- final states in neutral B decays 591321 . Measurement of $B^0 \to D_s$ (*) + $D^{*-}$ branching fractions and polarization in the decay $B^0 \to D_{s}$ *+ $D^{*-}$ with a partial reconstruction technique 591322 . Measurement of the CKM matrix element |V(ub)| with charmless exclusive semileptonic B meson decays at BABAR 591323 . Measurement of the inclusive electron spectrum in charmless semileptonic B decays near the kinematic endpoint 591324 . Evidence for the flavor changing neutral current decays $B \to K \ell^{+} \ell^{-}$ and $B \to K^{*} \ell^{+} \ell^{-}$ 591325 . Search for decays of B0 mesons into pairs of leptons 591326 . Measurement of the first hadronic spectral moment from semileptonic B decays 591397 . Measurement of the $B^0 \to D^{*-}$ a+(1) branching fraction with partially reconstructed $D^{*}$ 591398 . Measurement of the branching fractions for the exclusive decays of B0 and B+ to anti-D(*) D(*) K 591511 . Measurement of branching ratios and CP asymmetries in $B^{-} \to D^0_{CP} K^{-}$ decays 591513 . Dalitz plot analysis of $D^0$ hadronic decays $D^0 \to K^0 K^{-} \pi^{+}$, $D^0 \to \bar{K}^0 K^{+} \pi^{-}$ and $D^0 \to \bar{K}^0 K^{+} K^{-}$ 591514 . Charmless hadronic two-body B meson decays 591516 . Measurement of branching fractions of color suppressed decays of the anti-B0 meson to D0 pi0, D0 eta, and D0 omega 591595 . An Improved measurement of mixing induced CP violation in the neutral B meson system 592716 . Measurement of the branching fraction for inclusive semileptonic $B$ meson decays 593050 . An Improved measurement of mixing induced CP violation in the neutral B meson system 593189 . Measurement of the electroweak penguin process B ---> X(s) l+ l- 593190 . Study of charmless B decays to three kaon final states 593261 . Measurement of the inclusive semileptonic branching fraction of B mesons and |V(cb)| 593379 . Study of inclusive production of charmonium mesons in $B$ decay 593380 . A Measurement of the $B^0 \to J/\psi \pi^{+} \pi^{-}$ branching fraction 593544 . Study of exclusive B decays to charmed baryons at BELLE 593909 . Measurement of branching fractions for B ---> eta(c) K(*) decays 594000 . A Measurement of the rate of wrong sign decays D0 ---> K+ pi- 594586 . A measurement of the $B^0 \to J/\psi \pi^+ \pi^-$ branching fraction 600986 . Search for the electric dipole moment of the tau lepton 601602 . Study of anti-B0 ---> D0(*) pi+ pi- decays 602456 . Measurement of branching fractions and charge asymmetries for two-body B meson decays with charmonium 602547 . A study of the rare decays $B^0 \to D_s^{(*)+} \pi^-$ and $B^0 \to D_s^{(*)-} K+$ 603171 . Measurement of the B0 - anti-B0 mixing rate with B0 (anti-B0) ---> D*-+ pi+- partial reconstruction 603989 . Measurement of the $B^0$ meson lifetime with partial reconstruction of $B^0 \to D^{*-} \pi^+$ and $B^0 \to D^{*-} \rho^+$ decays 604095 . Simultaneous measurement of the $B^0$ meson lifetime and mixing frequency with $B^0 \to D^{*-} \ell^+ \nu_\ell$ decays 604565 . Studies of B0 - anti-B0 mixing properties with inclusive dilepton events 605338 . Observation of anti-B0 ---> Lambda+(c) anti-p decay 605543 . Study of time dependent CP violating asymmetries in b ---> s anti-q q decays 605636 . Observation of anti-B0 ---> D0 anti-K0 and anti-B0 ---> D0 anti-K*0 decays 611037 . Measurement of the CKM matrix element $|V_{ub}|$ with $B \to \rho e \nu$ decays 612221 . Evidence for CP violating asymmetries B0 ---> pi+ pi- decays and constraints on the CKM angle phi(2) 613283 . Measurement of $B^0 \to D_s^{(*)+} D^{*-}$ branching fractions and $B^0 \to D_s^{(*)+} D^{*-}$ polarization with a partial reconstruction technique 613543 . Observation of B0 ---> p anti-Lambda pi- 614513 . Measurement of the branching fraction and CP-violating asymmetries in neutral $B$ decays to $D^{*\pm} D^\mp$ 615079 . Study of time-dependent CP asymmetry in neutral $B$ decays to $J/\psi \pi^0$ 615081 . Rates, polarizations, and asymmetries in charmless vector-vector B decays 615259 . Measurements of the branching fractions of charged B decays to K+ pi- pi+ final states 615490 . Observation of the decay $B^\pm \to \pi^\pm \pi^0$, study of $B^\pm \to K^\pm \pi^0$, and search for $B^0 \to \pi^0 \pi^0$ 615560 . Branching fractions in $B \to \phi$ h and search for direct CP violation in $B^\pm \to \phi K^\pm$ 615636 . A Search for $B^{+} \to \tau^{+} \tau$ neutrino recoiling against $B^{-} \to D^0 \ell^-$ lepton anti-neutrino $X$ 615638 . Evidence for $B^+ \to J/\psi p \overline{\Lambda}$ and search for $B^0 \to J/\psi p \bar{p}$ 615807 . Observation of B meson decays to eta pi and eta K 615808 . Observation of B meson decays to omega pi+, omega K+, and omega K0 616044 . Limits on the lifetime difference of neutral B mesons and on CP, T, and CPT violation in B0 anti-B0 mixing 616112 . Measurements of CP-violating asymmetries and branching fractions in $B$ meson decays to $\eta^\prime K$ 616391 . Measurements of the branching fractions and charge asymmetries of charmless three-body charged $B$ decays 616444 . Search for $D^0 - \bar{D}^0$ mixing and a measurement of the doubly Cabibbo-suppressed decay rate in $D^0 \to K \pi$ decays 616619 . Rare $B$ decays into states containing a $J/\psi$ meson and a meson with $s \bar{s}$ quark content 616828 . A Search for the decay $B^{-} \to K^{-} \nu \bar{\nu}$ 616919 . Observation of a narrow meson decaying to $D_s^+ \pi^0$ at a mass of 2.32-GeV/c$^2$ 617453 . A Search for $B^{-} \to \tau^{-} \bar{\nu}$ recoiling against a fully reconstructed $B$ 617544 . Measurement of branching fraction ratios and CP asymmetries in B+- ---> D(CP) K+- 617547 . Improved measurement of the partial rate CP asymmetry in B+ ---> K0 pi+ and B- ---> anti-K0 pi- decays 618095 . Measurement of the branching fractions for the exclusive decays of $B^0$ and $B^+$ to $\bar{D}^{(*)} D^{(*)} K$ 619381 . Evidence for B ---> Phi Phi K 620070 . Limits on $D^0 \bar{D}^0$ mixing and CP violation from the ratio of lifetimes for decay to $K^- \pi^+$, $K^- K^+$ and $\pi^- \pi^+$ 620180 . Observation of B+ ---> rho+ rho0 620432 . Comment on e+ e- annihilation into J / psi J / psi 621182 . Measurements of branching fractions and CP-violating asymmetries in $B^0 \to \rho^\pm h^\mp$ decays 621459 . Search for the radiative decays $B \to \rho \gamma$ and $B^0 \to \omega \gamma$ 622155 . Measurement of time-dependent CP asymmetries and the CP-odd fraction in the decay $B^0 \to D^{*+} D^{*-}$ 622879 . Measurement of branching fractions and polarization in B ---> phi K(*) decays 623102 . Study of B- ---> D**0 pi- (D**0 ---> D(*)+ pi-) decays 623385 . Rates, polarizations, and asymmetries in charmless vector-vector $B$ meson decays 623462 . Evidence for the rare decay $B \to J/\psi \eta K$ 623466 . Study of time dependent CP asymmetries with partial reconstruction of $B^0 \to D^{*-+} \pi^\pm$ 623555 . Observation of the D*(sJ)(2317) and D*(sJ)(2460) in B decays 623650 . Measurement of the first and second moments of the hadronic mass distribution in semileptonic B decays 623651 . A Search for $B^{+} \to \mu^{+} \nu_{\mu}$ 623743 . Measurements of the $D_{sJ}$ resonance properties 623994 . Observation of B+ ---> psi(3770) K+ 623995 . Measurement of the inclusive charmless semileptonic branching ratio of $B$ mesons and determination of $|V_{ub}|$ 624217 . Observation of B+- ---> D(CP)K*+- decays 624218 . Evidence for B+ ---> omega l+ nu 624220 . Studies of B0 ---> rho+- pi-+ and evidence of B0 ----> rho0 pi0 624535 . Study of B meson decays to three body charmless hadronic final states 624537 . Measurement of the e+ e- ---> D(*)+ D(*)- cross-sections 624695 . Measurement of branching fractions and CP-violating charge asymmetries in $B^+ \to \rho^+ \pi^0$ and $B^+ \to \rho^0 \pi^+$ decays, and search for $B^0 \to \rho^0 \pi^0$ 625094 . Observation of the decay $B^0 \to \pi^0 \pi^0$ 625269 . Measurement of branching fractions and charge asymmetries in B meson decays to eta(-prime) K*, eta(-prime) rho, and eta-prime pi 625270 . Measurement of the $B \to X_{s} \ell^{+} \ell^{-}$ branching fraction using a sum over exclusive modes 625442 . Measurement of B(B0 $\to$ D*+($s$) $D^{*-)}$ and determination of the $D^+_{s} \to \phi \pi^{+}$ branching fraction with a partial reconstruction method 625443 . Measurement of time dependent CP asymmetry in $B^0 \to D^{(*)\pm} \pi^\mp$ decays and constraints on $|\sin(2\beta+\gamma)|$ 625444 . Observation of the D(sJ)(2317) and D(sJ)(2457) in B decays 625445 . A Measurement of the total width, the electronic width and the mass of the Upsilon(10580) resonance 625446 . Measurement of the $B^0 \to K^*_2(1430)^0 \gamma$ and $B^+ \to K^*_2(1430)^+ \gamma$ branching fractions 625449 . Observation of the decay $B^0 \to \rho^{+} \rho^{-}$ and measurement of the branching fraction and polarization 625628 . Study of the decays $B^{-} \to D^{(*)} + \pi^{-} \pi^{-}$ 625629 . Measurement of $|V_{cb}|$ using $\bar{B}^0 \to D^{*+} \ell^{-} \bar{\nu}$( $\ell^{)}$ decays 625631 . Observation of a new narrow charmonium state in exclusive B+- ---> K+- pi+ pi- J / psi decays 625987 . Measurement of the D0 anti-D0 lifetime difference using D0 ---> K pi / KK decays 625988 . Measurement of time dependent CP violating asymmetries in B0 ---> phi K0(s), K+ K- K0(s), and eta-prime K0(s) decays 625989 . Measurement of CP violation parameter sin** 2(phi(1)) with 152 million B anti-B pairs 625990 . Observation of radiative decay D0 ---> phi gamma 625991 . Measurement of the CP asymmetry in $B \to X_s \gamma$ 625992 . Measurement of the branching fraction for $B \to \psi_{2S} K^*(892)$ decays 625993 . Evidence for $B^0 \to \pi^0 \pi^0$ 626068 . Evidence for the rare decay $B \to K^* \ell^+ \ell^-$ and measurement of the $B \to K \ell^+ \ell^-$ branching fraction 626069 . Measurement of the angle phi(3) with Dalitz analysis of three body D0 decay from B ---> D0 K process 626070 . Observation of B ---> K* l+ l- 626149 . Study of CP violating effects in time dependent B0(anti-B0) ---> D(*)-+ pi+- decays 626319 . Study of time dependent CP violation in B0 ---> J / psi pi0 decay 626518 . Measurement of the branching fraction and polarization for the decay $B^- \to D^{0*} K^{*-}$ 626730 . Measurements of the branching fractions of charged $B$ decays to $K^\pm \pi^\mp \pi^\pm$ final states 626959 . Observation of radiative B ---> phi K gamma decays 627590 . Measurements of branching fractions in $B \to \phi K$ and $B \to \phi \pi$ and search for direct CP violation in $B^\pm \to \phi K^\pm$ 627760 . Observation of a narrow charmonium - like state in exclusive B+- ---> K+- pi+ pi- J / psi decays 627838 . Search for the B meson decay to eta-prime phi 627839 . Measurement of $\sin(2\beta)$ using hadronic $J/\psi$ decays 628753 . Search for B- ---> J / psi Lambda anti-p decay 628942 . Search for $B^0 \to \ell^{+} \ell^{-}$ at BELLE 629334 . Measurement of K+ K- production in two photon collisions in the resonant mass region 630101 . Measurement of the branching fraction for $B^\pm \to \chi_c^0 K^\pm$ 630328 . Observation of B+ ---> p anti-p pi+, B0 ---> p anti-p K0, and B+ ---> p anti-p K*+ 630515 . $J/\psi$ production via initial state radiation in $e^+e^- \to \mu^+ \mu^- \gamma$ at an $e^+e^-$ center-of-mass energy near 10.6-GeV 630516 . Measurement of branching fractions of color-suppressed decays of the $\overline{B}^0$ meson to $D^{(*)0} \pi^0$, $D^{(*)0} \eta$, $D^{(*)0} \omega$, and $D^0 \eta^\prime$ 630517 . An Upper bound on the decay tau ---> mu gamma from Belle 630859 . Measurement of time-dependent CP asymmetries and constraints on $\sin(2\beta + \gamma)$ with partial reconstruction of $B^0 \to D^{*\mp} \pi^\pm$ decays 631474 . Observation of a narrow meson decaying to $D_s^+ \pi^0 \gamma$ at a mass of 2.458-GeV/c$^2$ 632399 . Measurement of the average $\phi$ multiplicity in $B$ meson decay 632735 . Observation of $B^0 \to \omega K^0$, $B^+ \to \eta \pi^+$, and $B^+ \to \eta K^+$ and study of related decays 632736 . Observation of the decay $B^0 \to \rho^+ \rho^-$ and measurement of the branching fraction and polarization 633195 . Measurement of the branching fractions and CP-asymmetry of $B^- \to D^0(CP) K^-$ decays with the BaBar detector 633435 . Limits on the decay-rate difference of neutral $B$ mesons and on CP, T, and CPT violation in $B^0 \overline{B}^0$ oscillations 633529 . Measurements of the mass and width of the $\eta_c$ meson and of an $\eta_c(2S)$ candidate 633879 . Measurement of |V(ub)| using inclusive B ---> X(u) l nu decays with a novel X(u) reconstruction method 633880 . Measurement of branching fractions and charge asymmetries in $B^\pm \to \rho^\pm \pi^0$ and $B^\pm \to \rho^0 \pi^\pm$ decays, and search for $B^0 \to \rho^0 \pi^0$ 634180 . Improved measurements of branching fractions for B ---> K pi, pi pi and K anti-K decays 635056 . Search for lepton flavor violation in the decay $\tau^- \to \ell^- \ell^+ \ell^-$ 635919 . Measurement of the branching fraction for $B^- \to D^0 K^{*-}$ 636220 . Measurements of branching fractions and CP-violating asymmetries in $B$ meson decays to charmless two-body states containing a $K^0$ 642263 . Search for the rare leptonic decay $B^+ \to \mu^+ \nu_\mu$ 642355 . Study of high momentum $\eta^\prime$ production in $B \to \eta^\prime X_s$ 642911 . Measurement of the $B^+/B^0$ production ratio from the $\Upsilon(4S)$ meson using $B^+ \to J/\psi K^+$ and $B^0 \to J/\psi K^0_S$ decays 642912 . Observation of large $CP$ violation and evidence for direct $CP$ violation in $B^0 \to \pi^+\pi^-$ decays 643227 . Study of $B^\pm \to J/\psi \pi^\pm$ and $B^\pm \to J/\psi K^\pm$ decays: Measurement of the ratio of branching fractions and search for direct CP violation 643565 . Measurement of the e+ e- ---> D(*)+ D(*)- cross-sections 644450 . Evidence for B+ ---> omega l+ nu 644451 . Search for $B^\pm \to (K^\mp \pi^\pm )(D) K^\pm$ and upper limit on the $b \to u$ amplitude in $B^\pm \to D K^\pm$ 644452 . Observation of the decay $B \to J/\psi \eta K$ and search for $X(3872) \to J/\psi \eta$ 645303 . Measurement of the $B \to K^* \gamma$ branching fractions and asymmetries 645392 . Measurements of CP violating asymmetries in $B^0 \to K^0_S \pi^0$ decays 645393 . Limits on the decay rate difference of neutral$-B$ mesons and on CP, T, and CPT violation in $B^0 \overline{B}^0$ oscillations 645507 . Search for the decay $B^0 \to p \bar{p}$ 645508 . An Inclusive measurement of the photon energy spectrum in b ---> s gamma decays 645511 . Branching fraction measurements of $B \to \eta_c K$ decays 646445 . $B$ meson decays to $\eta^{(\prime)} K^*$, $\eta^{(\prime)} \rho$, $\eta^{(\prime)} \pi^0$, $\omega \pi^0$, and $\phi \pi^0$ 646446 . Measurement of the time-dependent CP asymmetry in the $B^0 \to \phi K^0$ decay 646624 . Measurement of the electron energy spectrum and its moments in inclusive $B \to X e \nu$ decays 646625 . Measurements of moments of the hadronic mass distribution in semileptonic $B$ decays 646781 . Measurement of the branching fractions for B ---> omega K and B ---> omega pi 646901 . Measurement of the direct CP asymmetry in $b \to s \gamma$ decays 647205 . Search for neutrinoless decays tau ---> 3l 647210 . Searches for $B^0$ decays to combinations of charmless isoscalar mesons 647602 . Measurement of the ratio of decay amplitudes for $\overline{B}^0 \to J/\psi K^{*0}$ and $B^0 \to J/\psi K^{*0}$ 647705 . Measurement of the $B \to X_s \ell^+ \ell^-$ branching fraction with a sum over exclusive modes 647969 . Determination of the branching fraction for $B \to X_c \ell \nu$ decays and of $|V_{cb}|$ from hadronic mass and lepton energy moments 647970 . Search for the lepton flavor violating decay $\tau^{-} \to \mu^{-} \eta$ at Belle 648941 . Study of the decay $B^0(\overline{B}^0) \to \rho^+ \rho^-$, and constraints on the CKM angle $\alpha$ 650308 . A measurement of the total width, the electronic width, and the mass of the $\Upsilon(10580)$ resonance 650874 . Evidence of B0 ---> rho0 pi0 650978 . Search for $B^0$ decays to invisible final states and to $\nu \bar{\nu} \gamma$ 651329 . Measurement of time-dependent CP-violating asymmetries in $B^0 \to K^{*0} \gamma (K^{*0} \to K^0_S \pi^0)$ decays 651418 . Branching fractions and CP asymmetries in $B^0 \to K^+ K^- K^0_S$ and $B^+ \to K^+ K^0_S K^0_S$ 651511 . Measurement of branching fraction and CP asymmetry in B+ --->rho+ pi0 651834 . Study of the $B \to J/\psi K^- \pi^+ \pi^-$ decay and measurement of the $B \to X(3872) K^-$ branching fraction 652473 . Measurements of the branching fraction and CP-violation asymmetries in $B^0 \to f0(980) K^0_S$ 653073 . Measurement of phi(3) with Dalitz plot analysis of B+- ---> D**(*) K+- decay 653074 . Observation of B+ ---> Lambda anti-Lambda K+ 653245 . Observation of the decays B0 ---> K+ pi- pi0 and B0 ---> rho- K+ 653598 . Measurement of branching fractions, and CP and isospin asymmetries, for $B \to K^* \gamma$ 653673 . Study of double charmonium production in e+ e- annihilation at s**(1/2) ~ 10.6-GeV 653880 X The DIRC particle identification system for the BaBar experiment 653930 . Search for B-meson decays to two-body final states with $a0(980)$ mesons 654442 . Improved measurements of partial rate asymmetry in B -- h h decays 654913 . Search for the rare leptonic decay $B^- \to \tau^- \bar{\nu}_\tau$ 655496 . Observation of direct CP violation in $B^0 \to K^+ \pi^-$ decays 655588 . Study of B0 ---> rho+- pi-+ time-dependent CP violation at Belle 656093 . Measurement of the $B^0 \to \phi K^0$ decay amplitudes 656094 . Search for the decay $B^0 \to J/\psi \gamma$ 656097 . Observation of B0 meson decays to a+(1)(1260) pi- 656196 . Measurement of the branching fraction of $e^{+} e^{-} \to B^0 \bar{B}^0$ at the $\upsilon_{4S}$ resonance 656197 . Search for flavor-changing neutral current and lepton flavor violating decays of $D^0 \to \ell^+ \ell^-$ 656198 . Measurements of Lambda+(c) branching fractions of Cabibbo-suppressed decay modes 656201 . Measurement of the $\overline{B}^0 \to D^{*+} \ell^- \bar{\nu}_\ell$ decay rate and $|V_{cb}|$ 656273 . Search for $b \to u$ transitions in $B^{-} \to$ (anti-) $D^0 K^{-}$ and $B^{-} \to$ (anti-) D*0 $K^{-}$ 656274 . A Search for the rare decay $B^0 \to D_s + \rho^{-}$ 656277 . Amplitude analysis of $B^\pm \to \pi^\pm \pi^\mp \pi^\pm$ and $B^\pm \to K^\pm \pi^\mp \pi^\pm$ 656278 . Search for $B \to$ chi($c$) $K^{(*)}$ decays 656279 . Search for the radiative penguin decays $B^+ \to \rho^+ \gamma$, $B^0 \to \rho^0 \gamma$, and $B^0 \to \omega \gamma$ 656418 . Measurement of the branching fractions for the decays $B^0 \to D^{*-} p \bar{p} \pi^{+}$, $B^0 \to D^-$ p $\bar{p} \pi^{+}$, $B^0 \to \bar{D}$* 0 $p \bar{p}$ and $B^0 \to \bar{D^0}^0 p \bar{p}$ 656419 . Measurement of exclusive B decays to charmonium and K or K* branching fractions with the BABAR detector 656420 . A Search for the $\Theta^{*++}$ pentaquark in $B^\pm \to p \bar{p} K^\pm$ 656422 . Measurement of the $\bar{B}^0$ lifetime and of the $B^0 \bar{B}^0$ oscillation frequency using partially reconstructed $\bar{B}^0 \to D^{*+} \ell^{-} \bar{\nu}$( $\ell^{)}$ decays 656423 . Partial reconstruction of $B^0 \to$ D*($s$) + $D^{*-}$ decays and measurement of the $D_s + \to \phi \pi^{+}$ branching fraction 656424 . Study of $B \to D_{sJ}^{(*)+} \bar{D}^{(*)}$ decays 656472 . Determination of |V(ub)| in inclusive semileptonic B meson decays 656475 . Study of the $\tau^{-} \to$ 3h- 2h+ $\nu^- \tau$ decay 656476 . Search for CP violation in the decay B0 ---> D*+- D-+ 656478 . Measurement of neutral $B$ decay branching fractions to $K^0_S \pi^+ \pi^-$ final states 656582 . Measurement of the ratio B(B- $\to$ D*0 $K^{-)}$ / B(B- $\to$ D*0 $\pi \pi^{-)}$ and the CP-asymmetry of $B^{-} \to$ D(CP+)*0 $K^{-}$ decays with the BABAR detector 656584 . Measurements of the branching fraction and CP-violating asymmetries of $B^0 \to K^0_{S} \pi^0$ decays 656585 . Search for the decay $B^0 \to K^{*+} \rho^{-}$ 656587 . Measurement of the $B^0 \to K^0_{S} K^0_{S} K^0_{S}$ branching fraction 656591 . Measurement of CP-asymmetries for the decays $B^\pm \to D_{CP} 0 K^{*+-}$ with the BABAR detector 656594 . Measurements of CP asymmetries in the decay $B \to \phi K$ 656597 . Measurement of CP asymmetry in $B^0 \to K^{+} K^{-} K^0_{S}$ decays 656680 . Study of $e^+e^- \to \pi^+ \pi^- \pi^0$ process using initial state radiation with BaBar 656681 . Evidence for $B^0 \to \rho^0 K^0_{S}$ 656682 . Measurements of branching fractions and CP-violating asymmetries in B-meson decays to the charmless two-body states K0 pi+, anti-K0 K+, and K0 anti-K0 656683 . Study of $B^0$ (anti-B0) $\to \pi^0 \pi^0$, $B^\pm \to \pi^\pm \pi^0$ and $B^\pm \to K^\pm \pi^0$ decays 656684 . Measurement of the branching fractions and CP asymmetries of $B^{-} \to D_{CP} 0 K^{-}$ decays with the BABAR detector 656685 . Search for an $X(3872) $ charged partner in the decay mode $X^{-} \to J/\psi \pi^{-} \pi^0$ in the $B$ meson decays $B^0 \to X^{-} K^{+}$ and $B^{-} \to X^{-} K^0_{S}$ 656688 . A Search for the decay $B^{+} \to K^{+} \nu \bar{\nu}$ 656689 . Search for the D(sJ)*(2632)+ at BABAR 656690 . Constraints on r($B$) and $\gamma$ in $B^\pm \to D^{(*)} 0 K^\pm$ decays by a Dalitz analysis of $D^0 \to K_{S} \pi^{-} \pi^{+}$ 656691 . Improved measurements of CP-violating asymmetries in $B^0 \to \pi^{+} \pi^{-}$ decays 656762 . Measurement of time-dependent CP-violating asymmetries in B0 meson decays to eta-prime K0 656763 . A Search for $B^{+} \to \tau^{+} \nu_{tau}$ recoiling against $B^{-} \to$ D*0 $\ell^{-} \bar{\nu}$( $\ell^{)}$ 656872 . A Study of $\bar{b}^0 \to D^{(*)} 0 \bar{K}$( *) 0 decays 656874 . Measurement of the ratio of branching fractions of Xi(c)0 decays to Xi- pi+ and to Omega- K+ 656875 . Searches for charmless decays $B^0 \to \eta \omega$, $B^0 \to \eta K^0$, $B^{+} \to \eta \rho^{+}$, and $B^{+} \to \eta^\prime \pi^{+}$ 656876 . Measurement of CP-violating parameters in fully reconstructed $B \to D^{(*)} \pi$ and $B \to D \rho$ decays 656877 . Search for the decay $B^0 \to \rho^0 \rho^0$ 656878 . Search for strange pentaquark production in e+ e- annihilations at s**(1/2) = 10.58-GeV and in Upsilon(4S) decays 656879 . Search for $D^0 - \bar{D}^0$ mixing using semileptonic decay modes 656880 . Measurement of the $D_{sJ}$ (2317) and $D_{sJ}$ (2460) + properties in $e^{+} e^{-} \to c \bar{c}$ production 656881 . Study of $B \to u \ell \bar{\nu}$ decays on the recoil of fully reconstructed $B$ mesons and determination of $|V_{ub}|$ 656884 . $B^0 \to K^{+} \pi^{-} \pi^0$ Dalitz plot analysis 656886 . Measurement of the inclusive electron spectrum in charmless semileptonic B decays near the kinematic endpoint and determination of |V(ub)| 656970 . Measurement of the branching ratio Gamma(D($s$)*+ $\to D_s + \pi^0$ ) / Gamma(D($s$)*+ $\to D_s + \gamma^{)}$ 656971 . A Measurement of CP violating asymmetries in $B^0 \to$ f0(980) $K^0_{s}$ decays 656972 . Search for decays of $B^0$ mesons into pairs of charged leptons: $B0 \to e^+ e^-$, $B^0 \to \mu^+ \mu^-$, $B^0 \to e^\pm \mu^\mp$ 657025 . Measurement of CP-violating asymmetries in $B^0 \to$ ($\rho \pi^{)}$ 0 using a time-dependent Dalitz plot analysis 657090 . Evidence for direct CP violation in B0 ---> K+ pi- decays 657091 . Observation of $B^0 \to \pi^0 \pi^0$ 657092 . Measurements of branching fractions and polarization in B ---> K* rho decays 657094 . Studies of CP violation in B0 ---> J / psi K*0 decays 657095 . Study of time-dependent CP violation in B0 ---> J/psi pi0 decays 657096 . Time-dependent CP violation effects in partially reconstructed B ---> D* pi decays 657097 . Measurement of branching fractions in B0 ---> J/psi pi+ pi- decay 657098 . Improved measurements of anti-B0 ---> D0 anti-K0 and anti-B0 ---> D0 anti-K*0 branching fractions 657099 . Observation of B0 ---> D+(s) pi- 657101 . Improved measurement of CP-violation parameters sin 2phi(1) and |lambda|, B meson lifetimes, and B0 - anti-B0 mixing parameter Delta m(d) 657102 . Search for D0 - anti-D0 mixing using semileptonic decays at BELLE 657103 . Measurement of the branching fractions for inclusive $B^-$ and $\overline{B}^0$ decays to flavor-tagged $D$, $D_s$ and $\Lambda_c$ 657198 . Measurement of the inclusive charmless semileptonic branching fraction of B meson using the full reconstruction tag 657199 . Properties of the X(3872) at Belle 657200 . Search for lepton and baryon number violating tau- decays into anti-p gamma, anti-p pi0, anti-Lambda pi-, and Lambda pi- 657202 . Improved measurement of the electroweak penguin process B ---> X(s)l+l- 657203 . Observation of B ---> K eta gamma 657208 . Search for D0 - anti-D0 mixing in D0 ---> K+ pi- decays and measurement of the doubly-Cabibbo-suppressed decay rate 657363 . Observation of a near-threshold omega J/psi mass enhancement in exclusive B ---> K omega J/psi decays 657364 . Improved measurement of CP asymmetries in $B^0 \to (c \bar{c}) K^{(*)0}$ decays 657366 . Study of the suppressed decays B+- ---> [K-+ pi+-](D) K+- at Belle 657368 . Measurement of branching fraction and CP asymmetry in B ---> eta h decays 657449 . Search for B+ ---> mu+ nu(mu) and B+ ---> l+ nu(l gamma) decays 657539 . $D^{+} \to K^{-} K^{+} \pi^{+}$ meson decays: A Search for CP violation and a measurement of the branching ratio 657540 . Search for the b ---> d gamma process 657541 . Observation of B+ ---> K(1)(1270)+ gamma 657542 . Moments of the hadronic mass spectrum in inclusive semileptonic B decays at BELLE 657544 . Measurement of polarization and triple-product correlations in B ---> phi K* decays 657701 . Search for B0 ---> p anti-p, Lambda anti-Lambda and B+ ---> p anti-Lambda at BELLE 657702 . Search for B- ---> tau- anti-nu at BELLE 657703 . Measurement of exclusive B ---> X(u) l nu decays with D(*) l nu decay tagging 658082 . Study of decay mechanisms in B- ---> Lambda/c+ anti-p pi- decays and observation of low-mass structure in the Lambda/c+ anti-p system 658085 . Observation of B0 ---> D*-(5 pi)+, B+ ---> D*-(4 pi)++ and B+ ---> anti-D*0(5 pi)+ 658166 . Observation of B+ ---> proton anti-Lambda gamma 658167 . Study of the baryon-antibaryon low-mass enhancements in charmless three-body baryonic B decays 658169 . CP violation in $B$ - $\bar{B}$ mixing with dilepton events 658253 . Moments of the electron energy spectrum in semileptonic B decays at BELLE 658669 . Observation of anti-B0 ---> D*(sJ)(2317)+ K- decay 659024 . Search for lepton-flavor violation in the decay $\tau^{-} \to \ell^\mp$ h+- h- 660051 . Measurement of $B \to D^{*+}$ form-factors in the semileptonic decay $\bar{B}^0 \to D^{*+} \ell^{-}$ anti-neutrino 660188 . New measurements of time-dependent CP-violating asymmetries in b ---> s transitions at Belle 660238 X Readout, First- and Second-Level Triggers of the new Belle Silicon Vertex Detector 660759 . Measurement of masses and branching ratios of Xi+(c) and Xi0(c) baryons 660967 . Measurement of the differential q**2 spectrum and forward-backward asymmetry for B ---> K* l+ l- 663194 . Observation of the D(1)(2420) ---> D pi+ pi- decays 663292 X Search for pentaquarks at Belle 663432 . Ambiguity-free measurement of $\cos(2\beta)$: Time-integrated and time-dependent angular analyses of $B \to J/\psi K \pi$ 664501 . Measurement of phi(3) with Dalitz plot analysis of B+- ---> D(*) K+- decay at Belle 664717 . Measurements of $B$ meson decays to $\omega K^*$ and $\omega \rho$ 664719 . New measurements of time-dependent CP-violating asymmetries in B0 ---> K0(S) K0(S) K0(S) and K0(S) pi0 gamma decays at Belle 664809 . A search for the decay $B^+ \to K^+ \nu \bar{\nu}$ 665010 . Observation of B+ ---> K+ eta gamma 665011 . Spectra of prompt electrons from decays of B+ and B0 mesons and ratio of inclusive semielectronic branching fractions 665623 . Measurement of the ratio $B(B^- \to D^{*0} K^-)/B(B^- \to D^{*0} \pi^-)$ and of the CP asymmetry of $B^- \to D^{*0}_{CP+} K^-$ decays 666545 . Study of the suppressed decays B- ---> [K+ pi-](D) K- and B- ---> [K+ pi-](D) pi- 667014 . Branching fractions and CP asymmetries in $B^0 \to \pi^0 \pi^0$, $B^+ \to \pi^+ \pi^0$ and $B^+ \to K^+ \pi^0$ decays and isospin analysis of the $B \to \pi \pi$ system 667016 . Observation of B+ ---> K(1)(1270)+ gamma 667017 . Measurement of branching fraction and Dalitz distribution for $B^0 \to D^{(*)\pm} K^0 \pi^\mp$ decays 667139 . Measurements of branching fractions and CP asymmetries in B ---> eta h decays 667544 . Search for a charged partner of the X(3872) in the $B$ meson decay $B \to X^- K$, $X^- \to J/\psi \pi^- \pi^0$ 667712 . Measurement of the gamma gamma ---> pi+ pi- and gamma gamma ---> K+ K- processes at energies of 2.4-Gev to 4.1-GeV 667864 . Measurement of branching fractions and charge asymmetries for exclusive $B$ decays to charmonium 667959 . Dalitz analysis of the three-body charmless decays B+ ---> K+ pi+ pi- and B+ ---> K+ K+ K- 667960 . Limit on the $B^0 \to \rho^0 \rho^0$ branching fraction and implications for the CKM angle alpha 668024 . Observation of an isotriplet of excited charmed baryons decaying to Lambda+(c) pi 668119 . Study of B0 ---> anti-D(*)0 pi+ pi- decays 673889 . Observation of anti-B0 ---> D*(sJ)(2317)+ K- decay 673890 . Study of decay mechanisms in B- ---> Lambda+(c) anti-p pi- decay and observation of anomalous structure in the (Lambda+(c) anti-p) system 674490 . Observation of anti-B0 ---> D0 eta-prime and anti-B0 ---> D*0 eta-prime 675002 . Branching fraction, polarization and CP-violating asymmetries in B0 ---> D*+ D*- decays 675003 . Search for the radiative decay $B \to \phi \gamma$ 675373 . Search for factorization-suppressed $B \to \chi_c K^{(*)}$ decays 675689 . Search for tau ---> e gamma decay at BELLE 675757 . Improved measurements of CP-violating asymmetry amplitudes in $B^0 \to \pi+ \pi^-$ decays 675839 . A search for CP violation and a measurement of the relative branching fraction in $D^+ \to K^- K^+ \pi^+$ decays 676002 . Search for strange-pentaquark production in $e^+e^-$ annihilation at $\sqrt{s}=10.58$ GeV 676246 . Branching fraction and CP asymmetries of $B^0 \to K^0_S K^0_S K^0_S$ 676335 . Measurements of branching fractions and time-dependent CP-violating asymmetries in $B \to \eta^\prime K$ decays 676337 . Measurement of CP asymmetries in $B^0 \to \phi K^0$ and $B0 \to K^+ K^- K^0_S$ decays 676691 . The $e^+e^- \to \pi^+ \pi^- \pi^+ \pi^-$, $K^+ K^- \pi^+ \pi^-$, and $K^+ K^- K^+ K^-$ cross sections at center-of-mass energies 0.5-GeV - 4.5-GeV measured with initial-state radiation 676879 . Search for lepton flavor violation in the decay $\tau \to \mu \gamma$ 676991 . Improved Evidence for Direct CP Violation in B0 --> pi+ pi- Decays and Model-Independent Constraints on phi(2) 677084 . Evidence for B0 ---> D+ D- and observation of B- ---> D0 D- and B- ---> D0 D*- decays 677326 . Measurement of the $B^0 \to D^{*-} D_s^{*+}$ and $D_s^+ \to \phi \pi^+$ branching fractions 677625 . Measurement of gamma gamma ---> p anti-p production at Belle 677697 . New measurement of time-dependent CP-violating asymmetry in B0 ---> K0(s) pi0 gamma decay 677871 . Measurement of the branching fraction and the CP-violating asymmetry for the decay $B^0 \to K^0_S \pi^0$ 677873 . Measurement of polarization and triple-product correlations in B ---> phi K* decays 678078 . Measurement of branching fraction and CP-violating asymmetry for $B^0 \to \omega K^0_{s}$ 678136 . Search for $B \to J/\psi D$ decays 678289 . Measurement of time-dependent CP-violating asymmetries in B0 ---> K0(S) K0(S) KO(S) decay 678873 . Measurement of branching fractions and charge asymmetries in $B^+$ decays to $ \eta \pi^+, \eta K^+, \eta \rho^+$ and $\eta^\prime \pi^+$, and search for $B^0$ decays to $\eta K^0$ and $\eta \omega$ 678875 . Search for B0 ---> J/psi anti-D0 and B+ ---> J/psi anti-D0 pi+ decays 678944 . Search for lepton flavor violating decays $\tau^{-} \to \ell^{-} \pi^0$, $\ell^{-} \eta$, $\ell^{-} \eta^\prime$ 679052 . Improved measurement of the electroweak penguin process $B \to X_s l^+ l^-$ 679164 . Observation of B+ ---> p anti-Lambda gamma 679165 . Study of the baryon-antibaryon low-mass enhancements in charmless three-body baryonic B decays 679254 . Improved measurement of the {CKM} angle alpha using $B^0 \to \rho^+ \rho^-$ decays 679504 . Measurement of the branching fraction of $\Upsilon(4S) \to B^0 \overline{B}^0$ 679956 . Evidence for the decay $B^\pm \to K^{*\pm} \pi^0$ 679960 . Measurement of $\phi_3$ with Dalitz plot analysis of $B^{\pm} \to DK^{*\pm}$ decay 679961 . Production and decay of $\Xi_c^0$ at BABAR 680373 . Time-dependent CP-violating asymmetries in b ---> s anti-q q transitions 680703 . Studies of CP violation in B ---> J/psi K* decays 680847 . Measurement of time-dependent CP-violating asymmetries and constraints on $\sin(2\beta+\gamma)$ with partial reconstruction of $B \to D^{*\mp} \pi^\pm$ decays 680989 . Measurement of $\gamma$ in $B^\mp \to D^{(*)} K^\mp$ decays with a Dalitz analysis of $D \to K^0_S \pi^- \pi^+$ 681318 . Measurement of inclusive charmless semileptonic B-meson decays at the endpoint of the electron momentum spectrum 681319 . Search for $b \to u$ transitions in $B^- \to D^0 K^-$ and $B^- \to D^{*0} K^-$ 681883 . Study of the $\tau^- \to 3h^- 2h^+ \nu_\tau$ decay 682183 . Charge asymmetry of same-sign dileptons in $B^0$ - $\bar{B}^0$ mixing 682657 . Evidence for X(3872) ---> gamma J / psi and the sub-threshold decay X(3872) ---> omega J / psi 682658 . Experimental constraints on the possible J**PC quantum numbers of the X(3872) 682659 . Measurements of branching fraction and polarization in B+ ---> rho+ K*0 decay 683498 . Measurement of the branching fraction and decay rate asymmetry of $B^- \to D (\pi^+ \pi^- \pi^0) K^-$ 683502 . Determination of |V(ub)| from measurements of the inclusive charmless semileptonic partial rates of B mesons using full reconstruction tags 683506 . Measurement of time-dependent CP asymmetries in $B^0 \to D^{(*)\pm} D^\mp$ decays 683669 . Search for the b ---> d gamma process 683671 . Search for the rare decays $B^+ \to D^{(*)+} K^0_S$ 684106 . Search for the decay $\tau^- \to 4\pi^- 3\pi^+ (\pi^0) \nu_\tau$ 684952 . Determination of $|V_{ub}|$ from measurements of the electron and neutrino momenta in inclusive semileptonic $B$ decays 686008 . Measurement of double charmonium production in $e^+e^-$ annihilations at $\sqrt{s}=10.6$ GeV 686010 . Branching fraction for $B^0 \to \pi^{-} \ell^{+} \nu$ and determination of $|V_{ub}|$ in $\upsilon_{4S} \to B^0 \bar{B}^0$ events tagged by $\bar{B}^0 \to D^{(*)} + \ell^{-} \bar{\nu}$ 686011 . Branching fraction for $B^{+} \to \pi^0 \ell^{+} \nu$, measured in $\upsilon_{4S} \to B \bar{B}$ events tagged by $B^{-} \to D^0 \ell^{-}$ anti-v ($X$) decays 686012 . Search for lepton-flavor and lepton-number violation in the decay $\tau^- \to \ell^\mp h^\pm h^{\prime -}$ -686014 . Charm hadrons from fragmentation and B decays in e+ e- annihilation at s**(1/2) = 10.6-GeV +686014 X Charm hadrons from fragmentation and B decays in e+ e- annihilation at s**(1/2) = 10.6-GeV 686117 . Measurement of the $B^\pm \to \rho^\pm \pi^0$ branching fraction and direct CP asymmetry 686118 . Search for the rare decay $\overline{B}^0 \to D^{*0} \gamma$ 686231 . Search for $B^{-} \to D_{S}$ (*) $\phi$ 686352 . Observation of b ---> d gamma and determination of |V(td)/V(ts)| 686353 . Measurements of B decays to two kaons 686354 . Observation of a broad structure in the $\pi^+ \pi^- J/\psi$ mass spectrum around 4.26-GeV/c$^2$ 686355 . Measurement of time-dependent CP asymmetries and the CP-odd fraction in the decay $B^0 \to D^{*+} D^{*-}$ 686460 . Results from the BaBar fully inclusive measurement of $B \to X_{s} \gamma$ 686461 . Measurement of CP asymmetries for the decays $B^\pm \to D^0_{CP} K^{*\pm}$ 686462 . Study of $B \to \pi \ell \nu$ and $B \to \rho \ell \nu$ decays and determination of $|V_{ub}|$ 686463 . Dalitz-plot analysis of the decays $B^\pm \to K^\pm \pi^\mp \pi^\pm$ 686464 . Measurements of the rare decays $B \to K \ell^{+} \ell^{-}$ and $B \to K^{*} \ell^{+} \ell^{-}$ 686570 . A precision measurement of the $\Lambda_c^+$ baryon mass 686572 . A Study of production and decays of Omega0(c) baryons at BaBar 686573 . Measurement of the $B^+ \to p \bar{p} K^+$ branching fraction and study of the decay dynamics 686575 . Search for the Theta(1540)+ pentaquark using kaon secondary interactions at BELLE 686577 . Measurement of time-dependent CP-violating asymmetries in $B^0 \to K^{+} K^{-} K^0_{L}$ decays 686578 . Measurement of the partial branching fraction for inclusive charmless semileptonic B decays and extraction of |V(ub)| 686580 . Observation of a new charmonium state in double charmonium production in e+ e- annihilation at s**(1/2) ~ 10.6-GeV 686708 . Search for D0 - anti-D0 mixing using semileptonic decays at Belle 686795 . Evidence for $B^+ \to \bar{K}^0 K^+$ and $B^0 \to K^0 \bar{K}^0$, and measurement of the branching fraction and search for direct CP violation in $B^+ \to K^0 \pi^+$ 686797 . An amplitude analysis of the decay $B^\pm \to \pi^\pm \pi^\pm \pi^\mp$ 686798 . Dalitz plot analysis of $D^0 \to \bar{K}^0 K^+ K^-$ 686891 . Measurement of the Branching Fraction of B0 Meson Decay to a(1)+(1260) pi- 686892 . Observation of D(s1)(2536)+ ---> D+ pi- K+ 686893 . Measurement of branching fractions and mass spectra of $B \to K \pi \pi \gamma$ 686992 . Observation of a chi'(c2) candidate in gamma gamma ---> D anti-D production in Belle 686993 . Search for B ---> tau nu and B ---> K nu anti-nu decays with a fully reconstructed B at Belle 686995 . Search for the decay B0 ---> gamma gamma 686996 . Time-dependent CP asymmetries in b ---> s anti-q q transitions and sin 2 phi(1) in B0 ---> j/psi K0 decays with 386 million B anti-B pairs 686997 . Measurement of the time-dependent CP-violating asymmetry in $B^0 \to K^0_S \pi^0 \gamma$ decays 687092 . Measurement of the branching fraction, polarization, and CP asymmetry in B0 ---> rho+ rho- decays 687098 . Improved measurements of direct CP violation in B ---> K+ pi-, K+ pi0 and pi+ pi0 decays 687191 . Measurement of time-dependent CP-violating asymmetries in $B^0 \to K^0_{S} K^0_{S} K^0_{S}$ decays 687193 . Measurement of the $\overline{B}^0$ lifetime and the $B^0 \overline{B}^0$ oscillation frequency using partially reconstructed $\overline{B}^0 \to D^{*+} \ell^- \bar{\nu}_\ell$ decays 687350 . Time-dependent CP asymmetries in B0 ---> K0(S) pi0 gamma transition 687351 . Measurement of the branching fractions for B- ---> D(*)+ pi- l- anti-neutrino-lepton and anti-B0 ---> D(*)0 pi+ l- anti-neutrino-lepton 687436 . Measurement of azimuthal asymmetries in inclusive production of hadron pairs in e+ e- annihilation at Belle 687437 . Improved measurements of anti-B0 ---> D+(sJ) K- decays 687438 . Measurement of phi(1) using anti-B ---> D[K0(s) pi+ pi-] h0 687523 . A search for the decay $B^+ \to \tau^+ \nu_\tau$ 687616 . Measurement of the wrong-sign decays D0 ---> K+ pi- (pi0, pi+ pi-) and search for CP violation 687620 . Measurement of CP-violating parameters in fully reconstructed $B \to D^{(*)}$ +- $\pi^\mp$ and $B \to D^\pm \rho^\mp$ decays 687784 . Measurement of the $B^0 \to \pi^{-} \ell^{+} \nu$ and $B^{+} \to \pi^0 \ell^{+} \nu$ branching fractions and determination of $|V_{ub}|$ in $\upsilon_{4S} \to B \bar{B}$ events tagged by a fully reconstructed $B$ meson 687873 . Measurement of time-dependent CP-violating asymmetries in B0 meson decays to eta-prime K0(L) 687944 . Study of $J/\psi \pi^+ \pi^-$ states produced in $B^0 \to J/\psi \pi^+ \pi^- K^0$ and $B^- \to J/\psi \pi^+ \pi^- K^-$ 688128 . Dalitz plot study of $B^0 \to K^{+} K^{-} K^0_{S}$ decays 688247 . Observation of B0 ---> a+-(1) (1260) pi-+ 688339 . Measurement of $\gamma$ in $B^\mp \to D^{(*)} K^\mp$ and $B^\mp \to D K^{*-+}$ decays with a Dalitz analysis of $D \to K^0_{S} \pi^{-} \pi^{+}$ 688753 . A study of $b \to c$ and $b \to u$ interference in the decay $B^- \to (K^+ \pi^-) D K^{*-}$ 688756 . Measurements of the $B \to X_s \gamma$ branching fraction and photon spectrum from a sum of exclusive final states 688757 . Moments of the photon energy spectrum from B --> X(s gamma) decays measured by BELLE 688850 . Measurement of branching fraction and direct CP asymmetry in B0 ---> rho0 pi0 decays 688936 . Measurement of forward-backward asymmetry and Wilson coefficients in B ---> K* l+ l- 689078 . Observation of B- ---> J/psi Lambda anti-p and searches for B- ---> J/psi Sigma0 anti-p and B0 ---> J/psi p anti-p decays 689142 . Search for lepton flavor violation in the decay $\tau^\pm \to e^\pm \gamma$ 689143 . Measurements of neutral $B$ decay branching fractions to $K^0_S \pi^+ \pi^-$ final states and the charge asymmetry of $B^0 \to K^{*+} \pi^-$ 689332 . Observation of B+ ---> Lambda(c)+ Lambda(c)- K+ and B0 ---> Lambda(c)+ Lambda(c)- K0 decays 689334 . Measurement of CP asymmetries in $B^0 \to K_s 0 \pi^0 \pi^0$ decays 689335 . Measurement of exclusive B ---> X(u) l nu decays with D(*) l nu decay tagging 689726 . Improved measurements of branching fractions and CP asymmetries in B ---> eta h decays 689881 . Measurement of branching fractions for B ---> chi(c1(2)) K (K*) at BELLE 690273 . Measurement of the branching ratios $\Gamma(D_s^{*+} \to D_s^+ \pi^0)/\Gamma(D_s^{*+} \to D_s^+ \gamma)$ and $\Gamma(D^{*0} \to D^0 \pi^0)/\Gamma(D^{*0} \to D^0 \gamma)$ 690274 . Improved measurement of Anti-B0 ---> D(s)- D+ and search for anti-B0 ---> D(s)+ D(s)- at BELLE 690361 . Search for lepton and baryon number violating tau- decays into anti-Lambda pi- and Lambda pi- 690363 . Improved measurements of branching fractions for $B^0 \to \pi^+$ pi-, $K^{+} \pi^{-}$, and search for $K^{+} K^{-}$ at BABAR 690687 . Study of the suppressed decays M+- ---> [K-+ pi+-](D) K+- and B+- ---> [K-+ pi+-](D) pi+- at BELLE 690854 . Improved measurements of branching fractions and CP asymmetries for B ---> omega h decays 691028 . Moments of the electron energy spectrum in B ---> X(c) l nu decays at Belle 691298 . Study of B0 ---> eta K+ pi- and eta pi+ pi- 691923 . Hadronic mass moments in B ---> X(c) l nu decays 691924 . Search for lepton flavor violating tau- decays including with a k0(S) meson 692142 . Study of B ---> eta' h 692494 . Study of charmonium decays into baryon-antibaryon pairs 693085 . Measurement of branching fractions and resonance contributions for $B^0 \to \bar{D}^0 K^{+} \pi^{-}$ and search for $B^0 \to D^0 K^{+} \pi^{-}$ decays 693345 . Measurement of the inclusive electron spectrum in charmless semileptonic B decays near the kinematic endpoint and determination of |V(ub)| 693737 . Dalitz analysis of the three-body charmless decay B0 ---> K0(S) pi+ pi- 693871 . Measurement of D0 ---> pi l nu (K l nu) and their form-factors 695538 . Search for the $W^-$ exchange decays $B^0 \to D_s$ (*) - $D_s$ (*) + 696138 . Measurements of the absolute branching fractions of $B^\pm \to K^\pm$ X($c \bar{c}$) 696226 . Observation of B+ ---> anti-xi(c)0 Lambda(c)+ and evidence for B0 ---> anti-xi(c)- Lambda(c)+ 697070 . A search for the rare decay $B^0 \to \tau^+ \tau^-$ at BABAR 697969 . Measurement of the mass of the tau-lepton and an upper limit on the mass difference between tau+ and tau- 700020 . A Study of $e^{+} e^{-} \to p \bar{p}$ using initial state radiation with BABAR 700308 . Search for rare quark-annihilation decays, $B^{-} \to D_s$ (*) - $\phi$ 700311 . Search for the rare decays $B^0 \to D^{(*)}$ +($s$) a-0(2) 700451 . Observation of a chi-prime(c2) candidate in gamma gamma ---> D anti-D production at BELLE 700571 . Evidence for the decay upsilon(4S) ---> upsilon(1S) pi+ pi- 701360 . Evidence for large direct CP violation in B+- ---> rho(770)0K+- from analysis of the three-body charmless B+- --->K+- pi+- pi-+ decay 701361 . Measurements of the branching fractions and CP-asymmetries of $B^{-} \to D^0_{CP} K$ decays 701426 . A High statistics study of the decay tau- ---> pi- pi0 nu(tau) 707514 . Measurement of branching fraction and CP asymmetry in B0 ---> rho0 pi0 decays 708292 . Measurements of Lambda(c)+ branching fractions of Cabibbo-suppressed decay modes involving Lambda and Sigma0 708553 . Measurement of the branching fraction, polarization, and CP asymmetry for B0 ---> rho+ rho- decays, and determination of the CKM phase phi(2) 708708 . Improved constraints on D0 - anti-D0 mixing in D0 ---> K+ pi- decays at BELLE 708781 . Study of B+- ---> D(CP)K+- and D*(CP)K+- decays 709463 . Determinations of |V(ub)| from inclusive semileptonic B decays with reduced model dependence 709730 . The $e^+e^- \to 3(\pi^+ \pi^-), 2(\pi^+ \pi^- \pi^0)$ and $K^+ K^- 2(\pi^+ \pi^-)$ cross sections at center-of-mass energies from production threshold to 4.5-GeV measured with initial-state radiation 710344 . Measurements of the $B \to D^{*}$ form-factors using the decay $\bar{B}^0 \to D^{*+} e^{-}$ electron-neutrino 711380 . Measurement of time-dependent CP asymmetries in $B^0 \to D^{(*)}$ +- $\pi^\mp$ and $B^0 \to D^\pm \rho^\mp$ decays 711492 . Evidence for B ---> eta-prime pi and improved measurements for B ---> eta-prime K 711845 . Measurements of the branching fraction and time-dependent CP asymmetries of $B^0 \to J/\psi \pi^0$ decays 711846 . Branching fraction limits for B0 decays to eta-prime eta, eta- prime pi0 and eta pi0 712066 . Measurement of Forward-Backward Asymmetry and Wilson Coefficients in B ---> K* l+ l- 712736 . Search for neutrinoless decays tau ---> l h h and tau ---> l V0 712740 . Measurements of CP-violating asymmetries and branching fractions in B decays to omega K and omega pi 712993 . Observation of B0 Meson Decay to a+-(1)(1260) pi-+ 713179 . Search for T, CP and CPT violation in B0 anti-B0 mMixing with inclusive dilepton events 713270 . Observation of a charmed baryon decaying to D0p at a mass near 2.94-GeV/c**2 713342 . Measurement of branching fractions in radiative B decays to eta K gamma and search for B decays to eta-prime K gamma 713679 . Search for the charmed pentaquark candidate Theta(c)(3100)0 in e+ e- annihilations at s**(1/2) = 10.58-GeV 713779 . Measurements of branching fractions, rate asymmetries, and angular distributions in the rare decays $B \to K \ell^{+} \ell^{-}$ and $B \to K^{*} \ell^{+} \ell^{-}$ 713862 . Study of the decay $\bar{B}^0 \to D^{*+} \omega \pi^{-}$ 713981 . Observation of Decays $B^0 \to D_s$ (*) + $\pi^{-}$ and $B^0 \to D_s$ (*) - $K^{+}$ 713982 . Measurements of CP violation in B0 ---> D*- pi+ and B0 ---> D- pi+ decays 713983 . Search for the decay $\tau^{-} \to 3 \pi^{-} 2 \pi^{+} 2 \pi^0 \nu_{tau}$ 714058 . Measurement of $\bar{b}^0 \to D^{(*)} 0 \bar{K}$( *) 0 branching fractions 714147 . Measurement of the $B^{-} \to D^0 K^{*-}$ branching fraction 714148 . Evidence of the Purely Leptonic Decay B- ---> tau- anti-nu(tau) 714316 . Measurements of branching fractions and q**2 distributions for B ---> pi l nu and B ---> rho l nu decays with B ---> D(*) l nu decay tagging 714447 . A Study of the D*(sJ)(2317) and D(sJ)(2460) Mesons in Inclusive c anti-c Production Near (s)**(1/2) = 10.6-GeV 714448 . Observation of Upsilon(4S) decays to pi+ pi- Upsilon(1S) and pi+ pi- Upsilon(2S) 714507 . Measurement of branching fractions and CP-violating charge asymmetries for B meson decays to D(*) anti-D(*), and implications for the CKM angle gamma 715430 . Measurement of D0 ---> pi l nu (Kl nu) Form Factors and Absolute Branching Fractions 715530 . Measurement of phi(3) with Dalitz plot analysis of B+ ---> D(*)K(*)+ decay 715623 . Dalitz plot analysis of the decay $B^\pm \to K^\pm K^\pm K^\mp$ 715830 . Search for the h(c) meson in B+- ---> h(c) K+- 715831 . Search for B Meson Decays to eta' eta' K 716145 . B meson decays to mega K*, omega rho, omega omega, omega phi, and omega f(0) 716277 . Measurement of the eta and eta-prime transition form-factors at q**2 = 112-GeV**2 716410 . Measurement of the quark mixing parameter cos(2phi(1)) using time-dependent Dalitz analysis of anti-B0 ---> D [K(s)0 pi+ pi-] h0 716411 . Search for the decay $B^0 \to$ a(1) +- $\rho^\pm$ 716412 . Search for lepton flavor violating tau- decays Including with a K0(s) meson 716811 . Study of $B \to D^{(*)} D^{(*)}$ (s($J$) ) Decays and Measurement of $D^-_{s}$ and $D_{sJ}$ (2460) - Branching Fractions 716812 . Search for $B^{+} \to \phi \pi^{+}$ and $B^0 \to \phi \pi^0$ Decays 716902 . Measurement of the $D^{+} \to \pi^{+} \pi^0$ and $D^{+} \to K^{+} \pi^0$ branching fractions 717198 . Search for doubly charmed baryons Xi(cc)+ and Xi(cc)++ in BABAR 718970 . Study of J/psi to p anti-p, Lambda anti-Lambda and observation of eta(c) to Lambda anti-Lambda at Belle 719111 . Study of inclusive B- and anti-B0 decays to flavor-tagged D, D(s) and Lambda+(c) 719388 . Search for the decay $B^0 \to K^0_{s} K^0_{s} K^0_{L}$ 719581 . Measurement of the spin of the Omega- hyperon at BABAR 719789 . Search for the decay of a B0 or anti-B0 meson to anti-K*0 K0 or K*0 anti-K0 719875 . Observation of new states decaying into Lambda(c)+ K- pi+ and Lambda(c)+ K0(S) pi- 719949 . Observation of e+e- Annihilations into the C = +1 Hadronic Final States rho0 rho0 and phi rho0 720033 . Observation of a Near-threshold D0 anti-D0 pi0 Enhancement in B ---> D0 anti-D0 pi0 K Decay 721033 . Observation of B+- ---> chi(c1)pi+- and Search for Direct CP Violation 721820 . Improved measurements of color-suppressed decays anti-B0 ---> D0 pi0, D0 eta, D0 omega, D*0 pi0, D*0 eta and D*0 omega 722028 . Measurement of B Decays to phi K gamma 722124 . Measurements of the Decays $B^0 \to \bar{D}^0 p \bar{p}$, $B^0 \to \bar{D}$* 0 $p \bar{p}$, $B^0 \to D^{-} p \bar{p} \pi^{+}$, and $B^0 \to D^{*-} p \bar{p} \pi^{+}$ 722210 . Search for the Baryon and Lepton Number Violating Decays $\tau \to \Lambda$ h 722212 . A Study of Xi(c)(2980)+ and Xi(c)(3077)+ 722213 . Measurement of the Mass and Width and Study of the Spin of the $\Xi(1690) $ 0 Resonance from $\Lambda^+_{c} \to \Lambda \bar{K}^0 K^{+}$ Decay at Babar 722214 . Search for the reactions $e^{+} e^{-} \to \mu^{+} \tau^{-}$ and $e^{+} e^{-} \to e^{+} \tau^{-}$ 722215 . Study of the Lepton Flavor Violating Decay $\tau^{-} \to \mu^{-} \eta$ 722302 . Search for the rare decay $B \to \pi \ell^{+} \ell^{-}$ 722304 . Search for $B^{+} \to X(3872) K^{+}$, $X_{3872} \to J/\psi \gamma$ 722305 . Search for Flavor-Changing Neutral-Current Charm Decays 722307 . Search for inclusive charmless $B \to K^{+} X$ and $B \to K^0 X$ decays 722419 . Measurement of the Branching Fractions of the Decays $\bar{B}^0 \to \Lambda^+_{c} \bar{p}$ and $B^{-} \to \Lambda^+_{c} \bar{p} \pi^{-}$ 722421 . Measurements of branching fractions, polarizations, and direct CP-violation asymmetries in $B \to \rho K^{*}$ and $B \to$ f0(980) $K^{*}$ decays 722422 . A Search for the $B^0 \to e^{+} e^{-} \gamma$ and $B^0 \to \mu^{+} \mu^{-} \gamma$ Decays 722424 . Measurement of the $B^0 \to \pi^{-} \ell^{+} \nu$ form-factor shape and branching fraction, and determination of $|V_{ub}|$ with a loose neutrino reconstruction technique 722426 . Observation of the decays $B^{-} \to D_s$ (*) + $K^{-} \pi^{-}$ 722427 . Searches for B0 decays to eta K0, eta eta, eta-prime eta-prime, eta phi, and eta-prime phi 722428 . Search for the rare decay $B^\pm \to$ a(0) +- $\pi^0$ 722429 . Search for $b \to u$ transitions in $B^{-} \to$ [ $K^{+} \pi^{-} \pi^0$ ] ($D$) $K^{-}$ 722430 . Measurement of the $B^{+} \to \eta \ell^{+} \nu$ and $B^{+} \to \eta^\prime \ell^{+} \nu$ branching fractions using $\upsilon_{4S} \to B \bar{B}$ events tagged by a fully reconstructed $B$ meson 722431 . Measurement of the relative branching fractions for $B^{-} \to D/D*/D^{(D(*)} \pi^{)} \ell^{-} \bar{\nu}$( $\ell^{)}$ with a large sample of tagged $B$ mesons 722434 . Measurement of the branching fraction and photon energy moments of $B \to X_{s} \gamma$ and $A_{CP} \, (B \to X_{s+d} \, \gamma)$ 722521 . Determination of the Form Factors for the Decay $B^0 \to D^{*-} \ell^{+} \nu_{l}$ and of the CKM Matrix Element $|V_{cb}|$ 722522 . Measurement of the $q^{2}$ dependence of the Hadronic Form Factor in $D^0 \to K^{-} e^{+} \nu_{e}$ decays 722526 . Measurement of Decay Amplitudes of $B \to$ ($c \bar{c}$) $K^{*}$ with an angular analysis, for ($c \bar{c}$) = j/psi, $\psi$ (2S) and chi(c1) 722527 . Observation of a New D(s) Meson Decaying to DK at a Mass of 2.86-GeV/c**2 722528 . Study of the Exclusive Initial-State Radiation Production of the D anti-D System 722620 . A Precision measurement of the D(s1)(2536) meson mass and decay width 722621 . Measurement of the hadronic form-factors in $D_s$ + ==-> $\phi e^{+} \nu$ decays 722622 . Xi(c)-prime production at BABAR 722625 . Measurement of the $B \to \pi \ell \nu$ Branching Fraction and Determination of $|V_{ub}|$ with Tagged $B$ Mesons 722626 . Search for $D^0 \bar{D}^0$ mixing in the decays $D^0 \to K^{+} \pi^{-} \pi^{+} \pi^{-}$ 722627 . A Measurement of CP-violation parameters in B0 anti-B0 mixing using partially reconstructed D*- l+ nu(l) events at BaBar 722628 . Measurements of branching fraction, polarization, and charge asymmetry of $B^\pm \to \rho^\pm \rho^0$ and a search for $B^\pm \to \rho^\pm$ f0(980) 722630 . Measurement of the Pseudoscalar Decay Constant f(D(s)) Using Charm-Tagged Events in e+ e- Collisions at s**(1/2) = 10.58-GeV 722697 . Measurement of the CP-violating asymmetries in $B^0 \to K^0_{S} \pi^0$ and of the branching fraction of $B^0 \to K^0 \pi^0$ 722698 . Evidence for the $B^0 \to \rho^0 \rho^0$ decay and implications for the CKM angle $\alpha$ 722699 . Updated measurement of the CKM angle $\alpha$ using $B^0 \to \rho^{+} \rho^{-}$ decays 722700 . Measurement of the branching fractions for the decays $B^{+} \to \rho^{+} \gamma$, $B^0 \to \rho^0 \gamma$, and $B^0 \to \omega \gamma$ 722701 . Time-dependent CP-violation parameters in $B^0 \to \eta^\prime K^0$ decay 722702 . Measurements of CP-violating asymmetries in B decays to omega K0(s) 722704 . Search for CPT and Lorentz violation in B0 - anti-B0 oscillations with inclusive dilepton events 722705 . Measurement of the CKM angle $\gamma$ in $B^\mp \to D^{(*)} K^\mp$ decays with a Dalitz analysis of $D^0 \to K^0_S \pi^{-} \pi^{+}$ 722706 . Measurement of $\cos_{2beta}$ in $B^0 \to D^{(*)}$ 0 h0 decays with a time-dependent Dalitz plot analysis of $D^0 \to K^0_{s} \pi^{+} \pi^{-}$ 722707 . Measurement of CP asymmetries and branching fractions in $B \to \pi \pi$ and $B \to K \pi$ decays 722708 . Improved measurement of CP asymmetries in $B^0 \to$ ($c \bar{c}$) $K^{(*)}$ 0 decays 722709 . Measurement of time-dependent CP asymmetries in $B^0 \to K^0_{S} K^0_{S} K^0_{S}$ decay 722710 . Observation of $B \to \eta^\prime K^{*}$ and evidence for $B^{+} \to \eta^\prime \rho^{+}$ 722711 . A Search for the decays $B^{+} \to e^{+} \nu_{e}$ and $B^{+} \to \mu^{+} \nu_{\mu}$ using hadronic-tag reconstruction 722712 . Measurement of the ratio B(B+ $\to X e \nu^{)}$ / B(B0 $\to X e \nu^{)}$ 722713 . Measurement of CP-violating asymmetries in the $B^0 \to K^+ K^{-} K^0$ Dalitz plot 722714 . Branching fraction measurements of charged B decays to K*+ K+ K-, K*+ pi+ K-, K*+ K+ pi- and K*+ pi+ pi- final states 722817 . Measurement of CP-Violating Asymmetries in $B^0 \to$ ($\rho \pi^{)}$ 0 Using a Time-Dependent Dalitz Plot Analysis 722818 . Improved Measurements of the Branching Fractions for $B^0 \to \pi^{+} \pi^{-}$ and $B^0 \to K^{+} \pi^{-}$, and a Search for $B^0 \to K^{+} K^{-}$ 722819 . Search for Charmonium States Decaying to J/psi gamma gamma Using Initial-State Radiation Events 722820 . Measurement of branching fractions and charge asymmetries in B decays to an eta meson and a K* meson 722905 . Search for $D^0$ -anti-D0 Mixing and Branching-Ratio Measurement in the Decay $D^0 \to K^{+} \pi^{-} \pi^0$ 723151 . Precise Branching Ratio Measurements of the Decays $D^0 \to \pi^{-} \pi^{+} \pi^0$ and $D^0 \to K^{-} K^{+} \pi^0$ 723154 . Measurement of masses of Xi(c)(2645) and Xi(c)(2815) baryons 723330 . Measurement of inclusive D(s), D0 and J/psi rates and determination of the B*(s) anti-B*(s) production fraction in b anti-b events at the Y(5S) resonance 723331 . Measurement of the Branching Fraction and Time-Dependent CP Asymmetry in the Decay $B^0 \to D^{*+} D^{*-} K^0_{s}$ 723332 . Time-Dependent CP Asymmetries in $B^0 \to K^0_S \pi^0 \gamma$ transitions 723333 . Measurement of the near-threshold e+ e- ---> D(*)+- D(*)-+ cross section using initial-state radiation 723334 . A Search for $B^{+} \to \tau^{+} \nu$ Recoiling Against $B^{-} \to D^0 \ell^{-} \bar{\nu}$( $\ell^{)} X$ 723425 . Measurement of the $B^0 \to \Lambda^-$ bar $p \pi$ Branching Fraction and Study of the Decay Dynamics 723504 . Study of the charmed baryonic decays anti-B0 ---> Sigma+(c)+ anti-p pi- and anti-B0 ---> Sigma0(c) anti-p pi+ 723505 . The First observation of tau+- ---> phi K+- nu decay 723568 . Observation of a new D(sJ) meson in B+ ---> anti-D0 D0 K+ decays 723570 . Improved measurements of branching fractions and CP asymmetries in B ---> eta h decays 723639 . Measurement of charmless B Decays to eta K* and eta rho 723640 . Observation of Direct CP-Violation in B0 ---> pi+ pi- Decays and Model-Independent Constraints on phi(2) 723735 . Observation of $B^{+} \to \bar{K}^0 K^{+}$ and $B^0 \to K^0 \bar{K}^0$ 723736 . Search for resonant $B^\pm \to K^\pm$ h $\to K^\pm \gamma \gamma$ Decays at Belle 723840 . Observation of time-dependent CP violation in B0 ---> eta-prime K0 decays and improved measurements of CP asymmetries in B0 ---> phi K0, K0(s) K0(s) K0(s) and B0 ---> J/psi K0 decays 723916 . Experimental constraints on the possible J**P quantum numbers of the Lambda(c)(2880)+ 723992 . Measurement of the mass of the tau-lepton and an upper limit on the mass difference between tau+ and tau- 723993 . Search for B0 ---> K*0 nu anti-nu using one fully reconstructed B meson 724051 . Observation of B decays to two kaons 724053 . Measurement of the CP asymmetry and branching fraction of $B^0 \to \rho^0 K^0$ 724557 . Observation of an excited charm baryon Omega(C)* decaying to Omega(C)0 gamma 725277 . $B^0 \rightarrow \pi+\pi-\pi^0$ time-dependent Dalitz analysis from Belle 725377 . Inclusive Lambda(c)+ Production in e+ e- Annihilations at s**(1/2) = 10.54-GeV and in Upsilon(4S) Decays 725480 . Measurements of time-dependent CP violation in B0 ---> omega K0(S), f0(980) K0(S), K0(S) pi0 and K+ K- K0(S) decays 725649 . Search for Lepton Flavor Violating tau- Decays into l- eta, l- eta-prime and l- pi0 725651 . Measurements of Branching Fractions for B ---> K pi and B ---> pi pi Decays with 449 million B anti-B Pairs 725652 . Observation of B ---> phi phi K Decays 725750 . First Observation of the Decay tau- ---> phi K- nu(tau) 726255 . Observation of $B^{+} \to \phi \phi K^{+}$ and evidence for $B^0 \to \phi \phi K^0$ below $eta_c$ threshold 726478 . Measurement of the absolute branching fractions $B$ to Dpi, D*pi, $D^{pi}$ with a missing mass method 726900 . A Study of gamma gamma ---> K0(S) K0(S) production at energies of 2.4-GeV to 4.0-GeV at Belle 727062 . Observation of the decay B0 ---> J/psi eta 727063 . Studies of gamma gamma to Lambda anti-Lambda , Sigma0 anti-Sigma0 production at Belle 727064 . A New Search for tau ---> mu gamma and tau ---> e gamma Decays at Belle 727172 . Observation of CP violation in $B^0 \to \eta^\prime K^0$ decays 727709 . Measurements of exclusive $B^0_{s}$ decays at the $Y(5S)$ 728187 . Moments of the electron energy spectrum and partial branching fraction of B ---> X(c) e nu decays at Belle 728299 . A Structure at 2175-MeV in $e^{+} e^{-} \to \phi$ f0(980) Observed via Initial-State Radiation 728303 . Study of tensor states in the reaction gamma gamma ---> pi+ pi- pi0 728308 . Branching fraction measurement of $B^0 \to D^{(*)} + \pi^{-}$, $B^{-} \to D^{(*)} 0 \pi^{-}$ and isospin analysis of $\bar{B} \to D^{(*)} \pi$ decays 728977 . High statistics study of f(0)(980) resonance in gamma gamma ---> pi+ pi- production 729385 . Measurement of exclusive B ---> X(u) l nu decays using a full-reconstruction tag at Belle 729388 . Evidence of a broad structure at an invariant mass of 4.32- $GeV/c^{2}$ in the reaction $e^{+} e^{-} \to \pi^{+} \pi^{-} \psi_{2S}$ measured at BaBar 729599 . Measurement of the ratio B(D0 ---> pi+ pi- pi0) / B(D0 ---> K- pi+ pi0) 729692 . Improved measurement of B0 ---> pi0 pi0 729694 . Search for Lepton Flavor Violating Decays $\tau^\pm \to \ell^\pm \pi^0$, $\ell^\pm \eta$, $\ell^\pm \eta^\prime$ 729907 . Vector-tensor and vector-vector decay amplitude analysis of $B^0 \to \phi$ K*0 730116 . Dalitz Analysis of Three-body Charmless B0 ---> K0 pi+ pi- Decay 730256 . Search for B+ ---> J/psi eta' K+ and B0 ---> J/psi eta' K0(s) Decays 731753 . Observation of the decay Upsilon(4S) ---> Upsilon(1S) pi+ pi- 731865 . Observation of the Exclusive Reaction $e^{+} e^{-} \to \phi \eta$ at $\sqrt{s}$ = 10.58-GeV 731867 . Evidence for the Rare Decay $B^{+} \to D^+_{s} \pi^0$ 732478 . Measurement of B Decays to phi K gamma 732592 . Search for invisible decay of the Upsilon(1S) 732595 . Moments of the Hadronic Invariant Mass Spectrum in $B \to X_c \ell \nu$ Decays at {BELLE} 732726 . A Search for the rare leptonic decays B+ ---> mu+ nu(mu) and B+ ---> e+ nu(nu) 732728 . Determination of |V(cb)| and m(b) from inclusive B ---> X(c) l nu and B ---> X(s) gamma decays at Belle 733011 . Study of anti-B0 ---> D0 pi+ pi- decays 733344 . Study of the Y (4260) resonance in e+ e- collisions with initial state radiation at Belle 733993 . Branching fraction measurements of $B^{+} \to \rho^{+} \gamma$, $B^0 \to \rho^0 \gamma$, and $B^0 \to \omega \gamma$ 733996 . Measurement of the $B^0 \to \pi^{-} \ell^{+} \nu$ form-factor shape and branching fraction, and determination of $|V_{ub}|$ with a loose neutrino reconstruction technique 734142 . Evidence for $B^0 \to \rho^0 \rho^0$ decay and implications for the CKM angle $\alpha$ 735404 . Measurements of CP-Violating Asymmetries in $B^0 \to$ a+-(1) (1260) $\pi^\mp$ decays 735859 . Improved measurements of branching fractions and CP partial rate asymmetries for B--->omegaK and B--->omegapi 742119 . Measurement of CP Asymmetry in a Time-Dependent Dalitz Analysis of B0 ---> (rho pi)0 and a Constraint on the CKM Angle phi(2) 742663 . Measurement of the $B^\pm \to \rho^\pm \pi^0$ Branching Fraction and Direct CP Asymmetry 743234 . Search for B decays into eta-prime rho, eta-prime K*, eta-prime phi, eta-prime omega and eta-prime eta-(prime) at Belle 743450 . Measurement of the absolute branching fraction of the D+-(s) meson 743555 . Measurement of charmless B Decays to eta K* and eta rho 743749 . Improved measurement of CP-violating parameters in B0 ---> rho+ rho- decays 743984 . Measurement of CP Asymmetry in $B^0 \to K_s \pi^0 \pi^0$ Decays 744899 . Evidence for CP violation in B0 ---> D+D- decays 745396 . Observation of $B^{+}$ to $\rho^{+} K^0$ and Measurement of its Branching Fraction and Charge Asymmetry 745399 . Measurement of CP Asymmetries in $B^0 \to K^0_{S} K^0_{S} K^0_{S}$ Decays 745605 . Measurement of EPR-type flavour entanglement in Upsilon(4S) ---> B0 anti-B0 decays 745736 . Measurement of CP-violating asymmetries in $B^0 \to$ ($\rho \pi^{)}$ 0 using a time-dependent Dalitz plot analysis 745737 . Search for lepton flavor violating tau- decays into l- eta, l- eta-prime and l- pi0 746134 . Observation of CP violation in $B^0 \to K^{+} \pi^{-}$ and $B^0 \to \pi^{+} \pi^{-}$ 746136 . Search for the rare decay $B \to \pi l^+ l^-$ 746137 . Measurement of the time-dependent CP asymmetry in $B^0 \to D^{(*)}$ (CP) h0 decays 746245 . Evidence for $D^{\,0} - \overline{D}^{\,0}$ Mixing 746379 . Improved measurement of CP violation in neutral B decays to c anti-c s 746742 . Measurement of the relative branching fractions of $\bar{B} \to$ D/D*/D** $\ell^{-} \bar{\nu}$( $\ell^{)}$ decays in events with a fully reconstructed $B$ meson 746745 . Production and decay of Omega0(c) 747053 . Evidence for $D^0$ - $\bar{D}^0$ Mixing 747154 . Measurement of CP Violation Parameters with a Dalitz Plot Analysis of $B^\pm \to$ D(pi+ $\pi^{-} \pi^0$ ) $K^\pm$ 747155 . Search for Neutral B-Meson Decays to a0 pi, a0 K, eta rho0, and eta f0 747654 . Search for B0 ---> p anti-p, Lambda anti-Lambda and B+ ---> p anti-Lambda at Belle 747875 . The e+ e- ---> K+ K- pi+ pi-, K+ K- pi0 pi0 and K+ K- K+ K- cross-sections measured with initial-state radiation 748194 . Measurement of $D^0 - \bar {D^0}$ Mixing Parameters in $D^0 \to K_s^0 \pi^+ \pi^-$ decays 748372 . Measurement of decay amplitudes of $B \to J/\psi K^{*}, \psi(2S) K^{*}$, and $\chi_{c1} K^{*}$ with an angular analysis 748487 . Branching fraction and charge asymmetry measurements in $B \to J/\psi \pi \pi$ decays 748498 . Search for the radiative leptonic decay $B^{+} \to \gamma \ell^{+} \nu_{l}$ 748703 . Measurement of the absolute branching fraction of $D^0 \to K^{-} \pi^{+}$ 748966 . Observation of the decay anti-B0 ---> D(s)+ Lambda anti-p 748975 . Study of B+ ---> p anti-Lambda gamma, p anti-Lambda pi0 and B0 ---> p anti-Lambda pi- 749358 . High statistics measurement of the cross-sections of gamma gamma ---> pi+ pi- production 749390 . Amplitude analysis of the decay D0 ---> K- K+ pi0 749823 . Search for $B^0 \to$ phi(K+ $\pi^{-)}$ decays with large $K^{+} \pi^{-}$ invariant mass 749920 . New Search for tau -> mu gamma and tau -> e gamma Decays at Belle 749948 . Search for D0 - anti-D0 mixing using doubly flavor tagged semileptonic decay modes 750215 . Measurement of CP-violating asymmetries in B0 ---> D(*)+- D-+ 750462 . Amplitude Analysis of the $B^\pm \to \phi K*(892)^\pm$ Decay 750468 . A Search for $B^{+} \to \tau^{+} \nu$ 750635 . A Study of B0 ---> rho+ rho- Decays and Constraints on the CKM Angle alpha 751589 . Determination of the form-factors for the decay $B^0 \to D^{*-} \ell^{+} \nu_{l}$ and of the CKM matrix element $|V_{cb}|$ 752557 . Search for the decay $B^{+} \to \bar{K}$* 0(892) $K^{+}$ 753101 . Measurement of Branching Fraction and Time-Dependent CP Asymmetry Parameters in B0 ---> D*+ D*- K0(s) Decays 753243 . Study of tau- ---> K(S) pi- nu(tau) decay at Belle 753579 . Search for the decays $B^0 \to e^{+} e^{-} \gamma$ and $B^0 \to \mu^{+} \mu^{-} \gamma$ 753885 . Measurement of the Branching Fraction for B0 ---> a+-(1)(1260) pi-+ with 535 Million B anti-B Pairs 754025 . Measurements of CP-violating asymmetries in the decay $B^0 \to K^{+} K^{-} K^0$ 754030 . Branching fraction and CP-violation charge asymmetry measurements for B-meson decays to eta K+-, eta pi+-, eta-prime K, eta-prime pi+-, omega K, and omega pi+- 754089 . Study of charmonia in four-meson final states produced in two-photon collisions 754259 . Study of B+ ---> p anti-p K+ and B+ ---> p anti-p pi+ 754336 . Observation of B0 ---> D*- tau+ nu(tau) decay at Belle 754596 . Search for $B \to h^{(*)} \nu \bar\nu$ decays at Belle 755245 . Observation of tree-level B decays with s anti-s production from gluon radiation. 755543 . Search for Prompt Production of chi(c) and X(3872) in e+e- Annihilations 755548 . Evidence for the B0 ----> p anti-p K*0 and B+ ---> eta(c) K*+ decays and Study of the Decay Dynamics of B Meson Decays into p anti-p h final states 755979 . Search for B meson decays to omega K*0 756012 . Measurement of e+ e- ---> pi+ pi- J/psi cross-section via initial state radiation at Belle 756084 . Measurement of the decay $B^{-} \to$ D*0 $e^{-} \bar{\nu}$ 756091 . Measurement of moments of the hadronic-mass and energy spectrum in inclusive semileptonic anti-B ---> X(c) l- anti-nu decays 756140 . Measurement of the semileptonic decays $B \to D \tau^{-} \bar{\nu}$( ta and $B \to D^{*} \tau^{-} \bar{\nu}$( $\tau^{)}$ 756234 . Study of $B^0 \to \pi^0 \pi^0$, $B^\pm \to \pi^\pm \pi^0$, and $B^\pm \to K^\pm \pi^0$ Decays, and Isospin Analysis of $B \to \pi \pi$ Decays 756252 . A Study of B-meson decays to eta(c) K* and eta(c) gamma K(*) 756282 . Measurement of the $\tau^{-} \to K^{-} \pi^0 \nu_{tau}$ branching fraction 756322 . Measurement of the CP-violating asymmetries in $B^0 \to K^0_{S} \pi^0$ and of the branching fraction of $B^0 \to K^0 \pi^0$ 756323 . Exclusive branching fraction measurements of semileptonic tau decays into three charged hadrons, tau- ---> phi pi- nu(tau) and tau- ---> phi K- nu(tau) 756554 . Observation of a new D(sJ) meson in B+ ---> anti-D0 D0 K+ decays 756643 . Observation of Two Resonant Structures in e+e- to pi+ pi- psi(2S) via Initial State Radiation at Belle 757105 . Observation of B-meson decays to b(1) pi and b(1) K 757208 . Evidence for charged B meson decays to a+-(1)(1260) pi0 and a0(1)(1260) pi+- 757220 . Measurement of the near-threshold e+ e- ---> D anti-D cross section using initial-state radiation 757261 . Search for $B \to u$ transitions in $B^{-} \to$ [ $K^{+} \pi^{-} \pi^0$ ] ($D$) $K^{-}$ 757320 . Improved measurement of time-dependent CP violation in B0 ---> J/Psi pi0 decays 757342 . Observation of the Decay $B^{+} \to K^{+} K^{-} \pi^{+}$ 757620 . Precise measurement of hadronic tau-decays in modes with eta mesons 757750 . Search for the rare charmless hadronic decay $B^{+} \to$ a+0 $\pi^0$ 757813 . Search for anti-B0 ---> Lambda+(c) Lambda-(c) decay at Belle 757914 . Search for the decay $B^{+} \to K^{+} \tau^\mp \mu^\pm$ 758133 . Measurement of The Time-Dependent CP Asymmetry in $B^0 \to$ K*0 $\gamma$ Decays 758140 . Time-Dependent Analysis of the Decay $B^0 \to \rho^0 \rho^0$ 758157 . Measurement of branching fraction and CP asymmetries in $B^{-} \to D^0_{CP} K^{-}$ decays 758161 . Measurement of $\cos$ 2 beta in $B^0 \to D^{(*)}$ h0 Decays with a Time-Dependent Dalitz Plot Analysis of $D \to K^0_{S} \pi^{+} \pi^{-}$ 758163 . Improved Measurement of Time-Dependent CP Asymmetries and the CP-Odd Fraction in the Decay $B^0 \to D^{*+} D^{*-}$ 758167 . Study of Resonances in Exclusive B Decays to anti-D(*) D(*) K 758176 . Evidence for $b \to d \gamma$ Transitions From a Sum of Exclusive Final States in the Hadronic Final State Mass Range $1.0-GeV/c^{2}$ < M(X($d$) ) < $1.8-GeV/c^{2}$ 758182 . Measurement of B+ ---> D+ anti-D0 branching fraction and charge asymmetry and search for B0 ---> anti-D0 D0 758211 . Measurement of the Branching Fractions of Exclusive $\bar{B} \to$ D/D*/D(*) $\pi \ell^{-} \bar{\nu}$( $\ell^{)}$ Decays in Events Tagged by a Fully Reconstructed $B$ Meson 758216 . Measurement of the B0 ---> X-(u) l+ nu(l) decays near the kinematic endpoint of the lepton spectrum and search for violation of isospin symmetry 758243 . Observation of a resonance-like structure in the pi+- psi-prime mass distribution in exclusive B ---> K pi+- psi-prime decays 758264 . Measurements of CP Violation Parameters in B0 ---> K0(s) pi0 pi0 and B0 ---> K0(s) K0(s) Decays 758375 . Search for B0 ---> rho0 rho0 and Non-Resonant B0 ---> 4 pi Decays 758430 . Time-dependent Dalitz Plot Analysis of $B^0 \to K^0_{s} \pi^{+} \pi^{-}$ 758472 . Observation of $B^0 \to$ K*0 $\bar{K}$* 0 and search for $B^0 \to$ K*0 K*0 758479 . A Search for $B^{+} \to \tau^{+} \nu$ with Hadronic $B$ tags 758568 . The e+ e- ---> 2(pi+ pi-) pi0, 2(pi+ pi-) eta, K+ K- pi+ pi- pi0 and K+ K- pi+ pi- eta Cross Sections Measured with Initial-State Radiation 758594 . Measurements of the Branching Fractions of $B^0 \to$ K*0 $K^{+} K^{-}$, $B^0 \to$ K*0 $\pi^{+} K^{-}$, $B^0 \to$ K*0 $K^{+} \pi^{-}$, and $B^0 \to$ K*0 $\pi^{+} \pi^{-}$ 758616 . Measurements of time-dependent CP violation in B-0 --> psi (S-2) K S-0 decays 758762 . Measurement of B ---> D(s) K pi branching ratios 759054 . Search for lepton flavor violating tau decays into three leptons 759056 . Search for lepton flavor violating tau ---> l V0 decays at Belle 759073 . Observation of psi (4415) ---> D anti-D*(2)(2460) decay using initial-state radiation 759192 . Improved limits on the lepton-flavor violating decays $\tau^{-} \to \ell^{-} \ell^{+} \ell^{-}$ 759219 . Measurements of Partial Branching Fractions for $\bar{B} \to X_{u} \ell \bar{\nu}$ and Determination of $|V_{ub}|$ 759262 . Production of New Charmoniumlike States in e+ e- --> J/psi D(*) anti-D(*) at s**(1/2) ~ 10. GeV 760354 . Measurement of B(D(s)+ ---> mu(nu)) 760518 . Observation of the semileptonic decays $B \to D^{*} \tau^{-} \bar{\nu}$( $\tau^{)}$ and evidence for $B \to D \tau^{-} \bar{\nu}$( $\tau^{)}$ 760730 . Study of $e^{+} e^{-} \to \Lambda \bar{\Lambda}$, $\Lambda \bar{\Sigma}^0$, $\Sigma^0 \bar{\Sigma}^0$ using initial state radiation with BABAR 760980 . Observation of e+e- ---> K+ K- J/psi via initial state radiation at Belle 761126 . Search for CP violation in the decays $D^0 \to K^{-} K^{+}$ and $D^0 \to \pi^{-} \pi^{+}$ 761150 . Time-dependent CP-violating asymmetry in B0 ---> rho0 gamma decays 762007 . Observation of B+ ---> a(1)+(1260) K0 and B0 ---> a(1)-(1260) K+ 762013 . Observation of D(s1)(2536)+ ---> D+ pi- K+ and angular decomposition of D(s1)(2536)+ ---> D*+ K(S)0 764088 . Measurement of the inclusive B0(s) ---> X+ l- nu semileptonic decay branching fraction 764099 . Observation of anomalous Upsilon(1S) pi+ pi- and Upsilon(2S) pi+ pi- production near the Upsilon(5S) resonance 765258 . Measurements of $e^{+} e^{-} \to K^{+} K^{-} \eta$, $K^{+} K^{-} \pi^0$ and $K^0_{s} K^\pm \pi^\mp$ cross- sections using initial state radiation events 765522 . Measurement of CP asymmetries and branching fractions in a time-dependent Dalitz analysis of B0 ---> (rho pi)0 and a constraint on the quark mixing angle phi(2) 766282 . A Study of Excited Charm-Strange Baryons with Evidence for new Baryons Xi(c)(3055)+ and Xi(c)(3123)+ 766290 . A Study of anti-B ---> Xi(c) anti-Lambda-(c) and anti-B ---> anti-Lambda+(c) anti-Lambda-(c) anti-K decays at BABAR 766899 . Search for lepton flavor violating decays tau+- ---> l+- omega (l = e, mu) 767444 . Measurement of neutral pion pair production in two-photon collisions 767506 . Observation of Y(3940) $\to J/\psi \omega$ in $B \to J/\psi \omega K$ at BABAR 767603 . Search for Lepton Flavor Violating tau Decays into Three Leptons 767965 . Search for CPT and Lorentz violation in B0 - anti-B0 oscillations with dilepton events 768236 . Study of B --> D**lnu with full reconstruction tagging 768870 . Dalitz Plot Analysis of the Decay $B^0$ (anti-B0) $\to K^\pm \pi^\mp \pi^0$ 769107 . Measurement of the $B \to X_s \gamma$ branching fraction and photon energy spectrum using the recoil method 770095 . Search for decays of $B^0 \to$ mesons into $e^{+} e^{-}$, $\mu^{+} \mu^{-}$, and $e^\pm \mu^\mp$ final states 770467 . Measurement of $D^0$ - $\bar{D}^0$ mixing using the ratio of lifetimes for the decays $D^0 \to K^{-} \pi^{+}$, $K^{-} K^{+}$, and $\pi^{-} \pi^{+}$ 770645 . Observation of $B^0_{s} \to \phi \gamma$ and Search for $B^0_{s} \to \gamma \gamma$ Decays at Belle 771218 . Time-dependent Dalitz plot analysis of $B^0 \to D^\mp K^0$ Pi+- decays 771230 . Measurement of the Decay $B^{-} \to$ D*0 $e^{-} \bar{\nu}$( $e$) 771234 . A Measurement of the branching fractions of exclusive $\bar{B} \to D^{(*)}$ ($\pi$) $\ell^{-} \bar{\nu}$( $\ell^{)}$ decays in events with a fully reconstructed $B$ meson 771522 . Measurement of Time-Dependent CP-Violating Parameters in B0 ---> K0(S) K0(S) decays 775286 . Search for new charmonium states in the processes e+ e- ---> J/psi D(*) anti-D(*) at s**(1/2) ~ 10.6-GeV 775287 . Measurements of time-dependent CP violation in B0 ---> psi(2S) K0(S) decays 776519 . Study of the Exclusive Initial-State-Radiation Production of the D anti-D System 776809 . Searches for the decays $B^0 \to \ell^\pm \tau^\mp$ and $B^{+} \to \ell^{+} \nu$ (l=e, $\mu^{)}$ using hadronic tag reconstruction 777540 . Measurement of the ratio $B(D^0 \to \pi^{+} \pi^{-} \pi^0)$ / $B(D^0 \to K^{-} \pi^{+} \pi^0)$ and the time-integrated CP asymmetry in $D^0 \to \pi^{+} \pi^{-} \pi^0$ 777554 . Search for lepton-flavor-violating tau ---> l V0 decays at Belle 778726 . Observation of B0 ---> p anti-p K*0 with a large K*0 polarization 779207 . Study of B ---> phi phi K Decays 779820 . Improved search for D0 - anti-D0 mixing using semileptonic decays at Belle 779843 . Measurement of the branching fraction and charge asymmetry of the decay B+ -> D+ D0bar and search for B0 -> D0 D0bar 780114 . Measurement of masses of the Xi(c)(2645) and Xi(c)(2815) baryons and observation of Xi(c)(2980) ---> Xi(c)(2645)pi 780142 . Search for CP Violation in Neutral D Meson Cabibbo-suppressed Three-body Decays 780148 . Measurement of CP observables in $B^\pm \to D^0_{CP} K^\pm$ decays 780801 . Measurement of the $\tau^{-} \to \eta \pi^{-} \pi \pi^{-} \nu_{tau}$ Branching Fraction and a Search for a Second-Class Current in the $\tau^{-} \to \eta^\prime$(958) $\pi^{-} \nu_{tau}$ Decay 781294 . Measurement of the Spin of the Xi(1530) Resonance 781387 . Measurement of the Moments of the Photon Energy Spectrum in B ---> X(s) gamma Decays and Determination of |V(cb)| and m(b) at Belle 781659 . A Study of $B \to X(3872) K$, with $X_{3872} \to J/\Psi \pi^{+} \pi^{-}$ 781803 . Difference in direct charge-parity violation between charged and neutral $B$ meson decays 781913 . Updated Measurement of phi(3) with a Dalitz Plot Analysis of B+ ---> D(*)K+ Decay 782356 . Measurement of the Branching Fractions of the Rare Decays $B^0 \to D_s$ (*) + $\pi^{-}$, $B^0 \to D_s$ (*) + $\rho^{-}$, and $B^0 \to D_s$ (*) - $K^{(*)}$ + 782405 . Evidence for Direct CP Violation from Dalitz-plot analysis of $B^\pm \to K^\pm \pi^\mp \pi^\pm$ 782612 . Study of B Meson Decays with Excited eta and eta-prime Mesons 782876 . Search for B+ ---> D*+ pi0 decay 782897 . Evidence for CP violation in $B^0 \to J/\psi \pi^0$ decays 783014 . Study of B-meson decays to eta(c) K(*), eta(c)(2S) K(*) and eta(c) gamma K(*) 783148 . Improved Measurement of Inclusive Radiative B-meson decays 783316 . Study of the Suppressed B meson Decay B- ---> D K-, D ---> K+ pi- 783326 . Improved measurement of the CKM angle $\gamma$ in $B^\mp \to D^{(*)} K^{(*\mp)}$ decays with a Dalitz plot analysis of $D$ decays to $K^0_{S} \pi^{+} \pi^{-}$ and $K^0_{S} K^{+} K^{-}$ 783434 . Observation of $B^{+} \to \eta \rho^{+}$ and search for $B^0$ decays to $\eta^\prime \eta$, $\eta \pi^0$, $\eta$ ' $\pi^0$, and $\omega \pi^0$ 784045 . Search for B ---> pi l+ l- Decays at Belle 784509 . Angular Distributions in the Decays B ---> K* l+ l- 784676 . Measurement of branching fractions, isospin and CP-violating asymmetries for exclusive b --> d gamma modes 784992 . Measurement of the Mass Difference m(B0) - m(B+) 785338 . Observation of B+ ---> b(1)+ K0 and search for B-meson decays to b(1)0 K0 and b(1) pi0 785439 . Branching Fractions and CP-Violating Asymmetries in Radiative $B$ Decays to $\eta K \gamma$ 785706 . Constraints on the CKM angle gamma in B0 ---> anti-D0 (D0) K*0 with a Dalitz analysis of D0 ---> K(S) pi+ pi- 785893 . Measurements of $B \to \{\pi, \eta, \eta^\prime\} \ell \nu_{\ell}$ Branching Fractions and Determination of $|V_{ub}|$ with Semileptonically Tagged $B$ Mesons 786236 . Measurement of Azimuthal Asymmetries in Inclusive Production of Hadron Pairs in e+e- Annihilation at s**(1/2) = 10.58-GeV 786339 . Search for B-0 --> J/psi phi decays 786406 . High-statistics measurement of neutral pion-pair production in two-photon collisions 786560 . High-Statistics Study of the tau- ---> pi- pi0 nu(tau) Decay 787438 . A Measurement of CP Asymmetry in $b \to s \gamma$ using a Sum of Exclusive Final States 788021 . Time-dependent CP Asymmetries in $B^0 \to K^0_S rho^0 \gamma$ Decays 789011 . Observation of $e^+ e^- \to \rho^{+} \rho^{-}$ near $\sqrt{s}$ = 10.58-GeV 789101 . Observation of two resonance-like structures in the pi+ chi(c1) mass distribution in exclusive anti-B0 ---> K- pi+ chi(c1) decays 789278 . Observation and Polarization Measurements of $B^\pm \to \phi K_{1}^\pm$ and $B^\pm \to \phi K_{2}^{*\pm}$ 789292 . Search for $B^0 \to K^{*+} K^{*-}$ 789593 . Measurement of CP asymmetry in Cabibbo suppressed $D^0$ decays 790104 . Observation of the bottomonium ground state in the decay $\upsilon_{3S} \to \gamma eta_b$ 790461 . Study of the decay $D^+_{s} \to K^{+} K^{-} e^{+} \nu_{e}$ 790626 . Study of hadronic transitions between Upsilon states and observation of Upsilon(4S) ---> eta Upsilon(1S) decay 790683 . Observation of B+- ---> psi(2S) pi+- and search for direct CP-violation 790791 . Measurement of Ratios of Branching Fractions and CP-Violating Asymmetries of $B^\pm \to D^{*} K^\pm$ Decays 791123 . Measurement of Time-Dependent CP Asymmetry in $B^0 \to K^0_{S} \pi^0 \gamma$ Decays 791445 . Searches for B meson decays to phi phi, phi rho, phi f0(980), and f0(980) f0(980) final states 791529 . Direct CP, Lepton Flavor and Isospin Asymmetries in the Decays $B \to K^{(*)} \ell^{+} \ell^{-}$ 791561 . Search for $B^{+} \to \mu^{+} \nu \mu$ with inclusive reconstruction at BaBar 791577 . Measurement of CP Asymmetries and Branching Fractions in $B^0 \to \to \pi^{+} \pi^{-}$, $B^0 \to K^{+} \pi^{-}$, $B^0 \to \pi^0 \pi^0$, $B^0 \to K^0 \pi^0$ and Isospin Analysis of $B \to \pi \pi$ Decays 791599 . Evidence for Neutral B Meson Decays to omega K*0 791660 . Observation of a near-threshold enhancement in the e+e- ---> Lambda+(c) Lambda-(c) cross section using initial-state radiation 791715 . Measurement of $D^0 - \bar{D}^0$ mixing from a time-dependent amplitude analysis of $D^0 \to K^{+} \pi^{-} \pi^0$ decays 791726 . Amplitude Analysis of the Decay $B^0 \to K^{+} \pi^{-} \pi^0$ 791797 . Measurement of branching fractions of B0 decays to K(1)(1270)+ pi- and K(1)(1400)+ pi- 791840 . Search for Second-Class Currents in $\tau^{-} \to \omega \pi^{-} \nu_{tau}$ 791879 . Measurements of B(anti-B0 ---> Lambda(c)+ anti-p) and B(B- ---> Lambda(c)+ anti-p pi-) and Studies of Lambda(c)+ pi- Resonances 791880 . Measurement of B ---> X gamma Decays and Determination of |V(td)/V(ts)| 791881 . Measurement of the Branching Fraction, Polarization, and CP Asymmetries in $B^0 \to \rho^0 \rho^0$ Decay, and Implications for the CKM Angle $\alpha$ 791882 . Measurement of |V(cb)| and the form-factor slope for anti-B ---> D l- anti-nu(l) decays on the recoil of fully reconstructed B mesons 792056 . Evidence for B semileptonic decays into the charmed baryon Lambda(c)+ 792059 . Search for Invisible Decays of a Light Scalar in Radiative Transitions $\upsilon_{3S} \to \gamma$ A0 792078 . Measurement of y(CP) in $D$ meson decays to CP eigenstates 792202 . Measurement of Semileptonic B Decays into Orbitally-Excited Charmed Mesons 792315 . Measurement of the Branching Fractions of anti-B ---> D** l- anti-nu(l) Decays in Events Tagged by a Fully Reconstructed B Meson 792336 . Search for $B+$ meson decay to $a_1^+K^{*0}$ 792380 . Measurement of the branching fractions of the color-suppressed decays $\bar{B}^0 \to D^0 \pi^0$, D*0 $\pi^0$, $D^0 \eta$, D*0 $\eta$, $D^0 \omega$, D*0 emwga, $D^0 \eta^\prime$ and D*0 $\eta^\prime$ 792382 . Measurement of CP-Violating Asymmetries in the $B^0 \to K^{+} K^{-} K^0_{s}$ Dalitz Plot 792439 . Time-Dependent and Time-Integrated Angular Analysis of B -> phi Ks pi0 and B -> phi K+ pi- 792557 . Search for the highly suppressed decays $B^{-} \to K^{+} \pi^{-} \pi^{-}$ and $B^{-} \to K^{-} K^{-} \pi^{+}$ 792597 . Dalitz Plot Analysis of $D_s + \to \pi^{+} \pi^{-} \pi^{+}$ 792631 . Precise measurement of B(tau- ---> K*0(892) K- nu(tau)) and the mass and width of the K*0(892) meson 792738 . Measurement of $B(\tau^- \to \bar{K}^0 \pi^{-} \nu_{tau})$ using the BaBar detector 792828 . Search for $B \to K^{*} \nu \bar{\nu}$ decays 792842 . Measurements of Branching Fractions for $B^{+} \to \rho^{+} \gamma$, $B^0 \to \rho^0 \gamma$, and $B^0 \to \omega \gamma$ 792870 . Observation of B0 ---> chi(c0) K*0 and evidence for B+ ---> chi(c0) K*+ 792887 . Study of the pi+ pi- J/psi Mass Spectrum via Initial-State Radiation at BABAR 793022 . Measurement of the Branching Fractions of the Radiative Charm Decays D0 ---> anti-K*0 gamma and D0 ---> phi gamma 793037 . Measurements of time-dependent CP asymmetries in $B^0 \to D^{(*)} + D^{(*)}$ - decays 793068 . Update of Time-Dependent CP Asymmetry Measurements in $b \to c \bar{c} s$ Decays 793077 . Measurement of Branching Fractions and CP and Isospin Asymmetries in $B \to K^{*} \gamma$ 793316 . Observation of an enhancement in $e^+e^-$ to $\upsilon_{1S} \pi^+\pi^-$, $\upsilon_{2S} \pi^+\pi^-$, and $\upsilon_{3S} \pi^+\pi^-$ production around $\sqrt{s}=10.89$ GeV at Belle 793389 . Measurement of B0 ---> pi+ pi- pi+ pi- Decays and Search for B0 ---> rho0 rho0 793810 . Measurement of the $B^{+} \to \omega \ell^{+} \nu$ and $B^{+}$ -- $\to \eta \ell^{+} \nu$ Branching Fractions 793871 . Study of intermediate two-body decays in $\bar{B}^0\to \Sigma_c(2455)^{0}\bar{p}\pi^{+}$ 794094 . Evidence for $X(3872) \to \psi_{2S} \gamma$ in $B^\pm \to X_{3872} K^\pm$ decays, and a study of $B \to c \bar{c} \gamma K$ 795646 . Measurements of the Semileptonic Decays anti-B ---> D l anti-nu and anti-B ---> D* l anti-nu Using a Global Fit to D X l anti-nu Final States 795783 . Measurement of time dependent CP asymmetry parameters in B0 meson decays to omega K0(S), eta-prime K0, and pi0 K0(S) 795806 . Study of $X(3872) $ in $B$ meson decays 796220 . Evidence for B0 ---> chi(c1) pi0 at Belle 796654 . Measurement of the Decay $B_s 0 \to D_s - \pi^{+}$ and Evidence for $B_s 0 \to D_s \pm K^\pm$ in $e^+ e_-$ Annihilation at $\sqrt{s}$ ~ 10.87-GeV 796973 . Measurements of time-dependent CP Asymmetries in B ---> D*-+ pi+- decays using a partial reconstruction technique 797386 . Measurement of B- ---> tau- anti-nu(tau) Decay With a Semileptonic Tagging Method 797483 . A Search for $B^+ \to \ell^+ \nu_{\ell}$ Recoiling Against $B^{-}\to D^{0} \ell^{-}\bar{\nu} X$ 797507 . Measurement of the $e^{+} e^{-} \to b \bar{b}$ cross section between $\sqrt{s}$ = 10.54-GeV and 11.20-GeV 797628 . Measurement of CP asymmetries in B0 ---> K0 pi0 decays 798270 . High-statistics study of neutral-pion pair production in two-photon collisions 798271 . Measurement of the Differential Branching Fraction and Forward-Backward Asymmetry for B ---> K(*)l+l- 798279 . Study of the B ---> X(3872)(D*0 anti-D0) K decay 798449 . High-statistics measurement of neutral-pion pair production in two-photon collisions 798510 . Evidence for B ---> K eta-prime gamma Decays at Belle 798984 . Measurement of the form factors of the decay B0 ---> D*- l+ nu(l) and determination of the CKM matrix element |V(cb)| 799998 . Search for Lepton-Flavor-Violating tau Decays into Lepton and f0(980) Meson 800214 . Observation of an enhancement in $e^+e^- \to \Upsilon(1S)\pi^+ \pi^-$, $\Upsilon(2S)\pi^+ \pi^-$, and $\Upsilon(3S)\pi^+ \pi^-$ production around $\sqrt{s}=10.89$ GeV at Belle 801326 . Precise measurement of hadronic tau-decays with an eta meson 801589 . Search for the Z(4430)- at BABAR 802363 . Search for the decay B+ ---> K0(S) K0(S) pi+ 803297 . Time-dependent Dalitz Plot Measurement of CP Parameters in B0 ---> K0(s) pi+ pi- Decays 803343 . Observation of B0 ---> Lambda anti-Lambda K0 and B0 to Lambda anti-Lambda K*0 at Belle 804119 . Study of the $\tau^- \to K^- \pi^+ \pi^- \nu_\tau$ decay 804370 . Search for the Lepton-Flavor Violating Decays $\upsilon_{3S} \to e^\pm \tau^\mp$ and $\upsilon_{3S} \to \mu^\pm \tau^\mp$ 804524 . Measurement of exclusive B ---> X(u) l nu decays using full-reconstruction tagging at Belle 809630 . Observation of the phi(1680) and the Y(2175) in e+e- ---> phi pi+ pi- 810113 . Search for Lepton Flavor Violating Decays tau ---> l- K0(s) with the BABAR Experiment 810666 . Evidence for B+ ---> anti-K*0 K*+ 810694 . Dalitz Plot Analysis of B- ---> D+ pi- pi- 810744 . Measurement of the branching fraction for the decay Upsilon(4S) ---> Upsilon(1S) pi+ pi- 811289 . Measurement of the e+ e- ---> J/psi c anti-c cross section at s**(1/2) ~10.6-GeV 811547 . Improved Measurement of B+ --> rho+rho0 and Determination of the Quark-Mixing Phase Angle alpha 811705 . Observation of B Meson Decays to omega K* and Improved Measurements for omega rho and omega f0 811833 . Improved measurement of the polarization and time-dependent CP violation in the decay B0 ---> D*+ D*- 812984 . Measurement of Time-Dependent CP Asymmetry in B0 ---> c anti-c K(*)0 Decays 813140 . Dalitz Plot Analysis of B+- ---> pi+-pi+-pi-+ Decays 813178 . Search for Dimuon Decays of a Light Scalar in Radiative Transitions tau(3S) ---> gamma A0 813402 . Measurement of the Semileptonic Decays B ---> D tau- anti-nu(tau) and B ---> D* tau- anti-nu(tau) 814334 . Search for the X(1812) in B+- ---> K+- omega phi 814858 . Evidence for the eta(b)(1S) Meson in Radiative Upsilon(2S) Decay 814893 . Search for the Rare Leptonic Decays B+ ---> l+ nu(l) (l=e,mu) 815035 . Exclusive Initial-State-Radiation Production of the D anti-D, D* anti-D*, and D* anti-D* Systems 815978 . High-statistics study of neutral-pion pair production in two-photon collisions 816632 . Measurement of B ---> D(*)(s) K pi branching fractions 816676 . Observation of the Doubly Cabibbo-Suppressed Decay D+(s) ---> K+ K+ pi- 817070 . Improved limits on lepton flavor violating tau decays to l phi, l rho, l K* and l anti-K* 817326 . Measurement of the Differential Branching Fraction and Forward-Backword Asymmetry for $B \to K^{(*)}\ell^+\ell^-$ 817919 . Search for b ---> u transitions in B0 ---> D0 K*0 decays 818353 . Search for Second-Class Currents in tau- ---> omega pi- nu(tau) 818802 . Measurement of |V(cb)| and the Form-Factor Slope in anti-B ---> D l- anti-nu Decays in Events Tagged by a Fully Reconstructed B Meson 819092 . Measurement of the Branching Fraction and anti-Lambda Polarization in B0 ---> anti-Lambda p pi- 819537 . Measurements of Charmless Hadronic b ---> s Penguin Decays in the pi+ pi- K+ pi- Final State and Observation of B0 ---> rho0 K+ pi- 819577 . Search for B0 Meson Decays to pi0 K0(S) K0(S), eta K0(S) K0(S), and eta-prime K0(S) K0(S) 820737 . Dalitz analysis of B ---> K pi+ psi-prime decays and the Z(4430)+ 821188 . Time-dependent amplitude analysis of B0 ---> K0(S) pi+ pi- 821323 . Measurement of y(CP) in D0 meson decays to the K0(S) K+ K- final state 821511 . Search for Dimuon Decays of a Light Scalar Boson in Radiative Transitions Upsilon ---> gamma A0 821653 . Measurement of the gamma gamma* ---> pi0 transition form factor 822474 . High-statistics study of eta pi0 production in two-photon collisions 822874 . Measurement of Branching Fractions and CP and Isospin Asymmetries in $B \to K^*(892)\gamma$ Decays 822985 . Search for a low-mass Higgs boson in Y(3S) ---> gamma A0, A0 ---> tau+ tau- at BABAR 823878 . Measurement of cross sections of exclusive e+ e- ---> VP processes at s**(1/2) = 10.58-GeV 824768 . Measurement Of |V(ub)| From Inclusive Charmless Semileptonic B Decays 825222 . Measurement of Inclusive Radiative B-meson Decays with a Photon Energy Threshold of 1.7-GeV 825368 . A Model-independent search for the decay B+ ---> l+ nu(l) gamma 825388 . B meson decays to charmless meson pairs containing eta or eta' mesons 825406 . Observation and Polarization Measurement of B0 ---> a(1)(1260)+ a(1)(1260)- Decay 826248 . Search for B-meson decays to b(1 rho) and b(1) K* 826883 . Observation of the baryonic B-decay anti-B0 ---> Lambda(c)+ anti-p K- pi+ 827691 . Measurement of the e+ e- ---> D0 D*- pi+ cross section using initial-state radiation 827787 . Measurement and interpretation of moments in inclusive semileptonic decays anti-B ---> X(c) l- anti-nu 827963 . Measurement of D0 - anti-D0 Mixing using the Ratio of Lifetimes for the Decays D0 ---> K- pi+ and K+ K- 827985 . Study of D(sJ) decays to D*K in inclusive e+ e- interactions 828719 . Observation and study of baryonic B decays: B ---> D(*) p anti-p, D(*) p anti-p pi, and D(*) p anti-p pi pi 828777 . Searches for Lepton Flavor Violation in the Decays tau+- ---> e+- gamma and tau+- ---> mu+- gamma 829151 . Search for a Narrow Resonance in e+e- to Four Lepton Final States 829158 . A Search for Invisible Decays of the Upsilon(1S) 829275 . Search for Lepton Flavor and Lepton Number Violating tau Decays into a Lepton and Two Charged Mesons 829441 . Precise measurement of the e+ e- ---> pi+ pi- (gamma) cross section with the Initial State Radiation method at BABAR 830975 . Measurement of branching fractions of B decays to K(1)(1270)pi and K(1)(1400)pi and determination of the CKM angle alpha from B0 ---> a(1)(1260)+- pi-+ 831690 . Measurements of the tau mass and the mass difference of the tau+ and tau- at BABAR 831874 . Measurement of CP violation observables and parameters for the decays B+- ---> D K*+- 834191 . Measurement of D+ ---> K(S)0 K+ and D(S)+ ---> K(S)0 pi+ branching ratios 834402 . Measurement of the form factors of the decay B+ ---> anti-D*0 l+ nu(l) and determination of the CKM matrix element |V(cb)| 834881 . Measurement of B ---> D(*) tau nu using full reconstruction tags 835104 . First Measurement of Inclusive $B \to X_s \eta$ Decays 835602 . Observation of B+ ---> p anti-Lambda pi+ pi- at Belle 836504 . Observation of radiative B0 ---> phi K0 gamma decays 836590 . Search for the B+ ---> K+ nu nu-bar Decay Using Semi-Leptonic Tags 836615 . Observation of inclusive D*+- production in the decay of Upsilon(1S) 838579 . Measurements of Charged Current Lepton Universality and |V(us)| using Tau Lepton Decays to e^- nu(e)-bar nu(tau), mu-bar nu(mu)-bar nu(tau), pi- nu(tau) and K- nu(tau) 839221 . Observation of the decay B0(s)0 ---> J/psi eta and Evidence for B0(s) ---> J/psi eta' 839934 . Evidence for a new resonance and search for the Y(4140) in the gamma gamma ---> phi J/psi process 839959 . A Search for $B^+ \to \ell^+ \nu_{\ell}$ Recoiling Against $B^{-}\to D^{0} \ell^{-}\bar{\nu} X$ 840009 . Measurement of the branching fractions for B-0 --> Ds*+pi- and B-0 --> Ds*-K+ decays 841003 . Observation of a charmonium-like enhancement in the gamma gamma ---> omega J/psi process 841618 . Measurement of the branching fractions and the invariant mass distributions for $\tau^- \to h^-h^+h^-\nu_{\tau}$ decays 842635 . Search for Charged Lepton Flavor Violation in Narrow Upsilon Decays 843256 . Search for CP violation in the decays $D^+_{(s)} \to K_S^0\pi^+$ and $D^+_{(s)} \to K_S^0K^+$ 843520 . Search for $B^0 \to K^{*0} \overline{K}{}^{*0}$, $B^0 \to K^{*0} K^{*0}$ and $B^0 \to K^+\pi^- K^{\mp}\pi^{\pm}$ Decays 844288 . Observation of the $\chi_{c2}(2p)$ Meson in the Reaction $\gamma \gamma \to D \bar{D}$ at {BaBar} 845914 . Measurement of the gamma gamma* --> eta_c transition form factor 846307 . Test of lepton universality in Upsilon(1S) decays at BaBar 846499 . Limits on tau Lepton-Flavor Violating Decays in three charged leptons 847330 . Observation of the Rare Decay B0 ---> K0(s)K+-pi-+ 847922 . Search for Lepton Flavor Violating tau- Decays into \ell-K0s and \ell-K0sK0s 848650 . Search for leptonic decays of $D^0$ mesons 849068 . Measurement of the Branching Fraction for $D^+_s\to\tau^{+}\nu_{\tau}$ and Extraction of the Decay Constant f_{D_s} 849155 . Search for CP violation using $T$-odd correlations in $D^0 \to K^+ K^- \pi^+ \pi^-$ decays 849165 . Evidence for direct CP violation in the decay B->D(*)K, D->KsPi+Pi- and measurement of the CKM phase phi3 850301 . Observation of $B_s^0 -> D_s^{*-} \pi^+, B_s^0 - >D_s^{(*)-} \ rho^+$ Decays and Measurement of $B_s^0 -> D_s^{*-} \rho^+$ Polarization 850435 . Measurement of Y(5S) decays to B^0 and B^+ mesons 850492 . Observation of the $\Upsilon{1^3D_J}$ Bottomonium State through Decays to $\pi^+\pi^-\Upsilon{1S}$ 850804 . B-meson decays to $\eta^{\prime} \rho$, $\eta^{\prime} f_{0}$, and $\eta^{\prime} K^*$ 853279 . Measurement of D0-antiD0 mixing parameters using D0 ---> K(S)0 pi+ pi- and D0 ---> K(S)0 K+ K- decays 853759 . Search for B+ ---> D+K0 and B+ ---> D+K*0 decays 854415 . Evidence for direct CP violation in the measurement of the Cabibbo-Kobayashi-Maskawa angle gamma with B-+ ---> D(*) K(*)-+ decays 854539 . Search for a Low Mass Particle Decaying into mu^+ mu^- in B^0 -> K^{*0} X and B^0 -> rho^0 X at Belle 855083 . Observation of the Rare Decay B^+ -> K^+ \pi^0 \pi^0 855306 . Study of $B \to \pi \ell \nu$ and $B \to \rho \ell \nu$ Decays and Determination of $|V_{ub}|$ 855748 . Observation of B+ -> Dbar*0 tau+ nu_tau and Evidence for B+ -> Dbar^0 tau+ nu_tau at Belle 856113 . Study of $B \to X\gamma$ Decays and Determination of $|V_{td}/V_{ts}|$ 856587 . Evidence for the decay X(3872) ---> J/ psi omega 857959 . Correlated leading baryon-antibaryon production in $e^+e^- -> c\bar{c} -> \Lambda_c^+ \^-Lambda_c^- X$ 859147 . Search for b ---> u transitions in $B^- -> DK^- and D^*K^-$ Decays 859160 . Evidence for $B^- -> \tau^- \bar{\nu}$ with a Semileptonic Tagging Method 859723 . Search for $B_{s}^{0} -> hh$ Decays at the $\Upsilon(5S)$ Resonance 860478 . Measurement of CP observables in $B^{+-} -> D_{CP} K^{+-}$ decays and constraints on the CKM angle $\gamma$ 860780 . Observation of the decay $\bar{B}^0 -> \Lambda_c^+ \bar{p} pi^0$ 861716 . Search for $B^+$ meson decay to $a_1^+(1260)K^{*0}(892)$ 862141 . Search for f_J(2220) in radiative J/psi decays 862241 . Measurement of CP violating asymmetries in $B^0 -> K^+K^- K^0_S$ decays with a time-dependent Dalitz approach 862260 . Measurement of eta eta production in two-photon collisions 862603 . Dalitz-plot Analysis of $B^0 -> \bar{D}^0 \pi^+ \pi^-$ 863104 . Search for Production of Invisible Final States in Single-Photon Decays of $\Upsilon(1S)$ 863111 . Measurements of Branching Fractions for $B^0 -> D_s^+\pi^-$ and $\bar{B}^0 -> D_s^+K^-$ 864027 . Exclusive Production of $D^+_s D^-_s$, $D^{*+}_s D^-_s$, and $D^{*+}_s D^{*-}_s$ via $e^+ e^-$ Annihilation with Initial-State-Radiation 864107 . Evidence for $B^+ -> \tau^+ \nu_{\tau}$ decays using hadronic B tags 865016 . Search for charmonium and charmonium-like states in $\Upsilon(1S)$ radiative decays 865394 . Search for $CP$ violating charge asymmetry in $B^{+-} -> J/\psi K^{+-} decays 866025 . Measurement of the Absolute Branching Fractions for $D^-_s\!\rightarrow\!\ell^-\bar{\nu}_{\ell}$ and Extraction of the Decay Constant $f_{D_s}$ 866608 . Search for CP violating charge asymmetry in $B^+ -> J/psi K^{+-} decays 867611 . Observation of new resonances decaying to $D\pi$ and $D^*\pi$ in inclusive $e^+e^-$ collisions near $\sqrt{s}=$10.58 GeV 868017 . Search for the Rare Decay $B \to K \nu \bar{\nu}$ 871475 . Study of the $K^+ \pi^+ \pi^-$ Final State in $B^+ \to J/\psi K^+ \pi^+ \pi^-$ and $B^+ \to \psi-prime K^+ \pi^+ \pi^-$ 871959 . Measurement of the $B^0 \to \pi^\ell \ell^+ \nu$ and $B^+ \to \eta^{(')} \ell^+ \nu$ Branching Fractions, the $B^0 \to \pi^- \ell^+ \nu$ and $B^+ \to \eta \ell^+ \nu$ Form-Factor Shapes, and Determination of $|V_{ub}|$ 872494 . Search for the Decay $B^{0} \to \gamma \gamma$ 874639 . Measurement of the form factors of the decay B0 -> D*- ell+ nu and determination of the CKM matrix element |Vcb| 875348 X Belle II Technical Design Report 876788 . First Measurement of Inclusive B -> X_s eta Decays 877816 . Measurement of the B ---> D-bar(*)D(*)K branching fractions 877820 . Studies of tau- ---> eta K-nu and tau- ---> eta pi- nu(tau) at BaBar and a search for a second-class current 878120 . Dalitz plot analysis of $D_s^+ \to K^+ K^- \pi^+$ 878228 . Measurement of $e^+e^-\to D_s^{(*)+} D_s^{(*)-}$ cross sections near threshold using initial-state radiation 878990 . Measurement of the decay $B^0\to\pi^-\ell^+\nu$ and determination of $|V_{ub}|$ 879997 . Analysis of the $D^+ \to K^- \pi^+ e^+ \nu_e$ decay channel 881851 . Observation of the Decay $B^{-} \rightarrow D_{s}^{(*)+} K^{-} \ell^{-} \bar{\nu}_{\ell}$ 881876 . Measurements of branching fractions, polarizations, and direct CP-violation asymmetries in B+ -> rho0 K*+ and B+ -> f0(980)K*+ decays 882140 . Measurement of partial branching fractions of inclusive charmless B meson decays to K+, K0, and pi+ 883084 . Search for Lepton-Flavor-Violating tau Decays into a Lepton and a Vector Meson 883260 . Search for CP violation in $\tau \to K^0_S \pi \nu_\tau$ decays at Belle 883525 . Measurement of the $\gamma \gamma^* --> \eta$ and $\gamma \gamma* --> \eta'$ transition form factors 884579 . Search for CP Violation in the Decays $D^0\rightarrow K^0_S P^0$ 884880 . Searches for the baryon- and lepton-number violating decays $B^0\rightarrow\Lambda_c^+\ell^-$, $B^-\rightarrow\Lambda\ell^-$, and $B^-\rightarrow\bar{\Lambda}\ell^-$ 886797 . Study of the decays $B -> D_{s1}(2536)^+ \bar{D}^{(*)}$ 886818 . Measurements of time-dependent CP asymmetries in $B \to D^{*\mp} \pi^{\pm}$ decays using a partial reconstruction technique 889524 . Observation of $B_s^0\to J/\psi f_0(980)$ and Evidence for $B_s^0\to J/\psi f_0(1370)$ 890325 . Evidence for the $h_b(1P)$ meson in the decay $\Upsilon(3S) \to \pi^0 h_b(1P)$ 892421 . Measurement of the mass and width of the D(s1)(2536)+ meson 892684 . Cross Sections for the Reactions e+e- --> K+ K- pi+pi-, K+ K- pi0pi0, and K+ K- K+ K- Measured Using Initial-State Radiation Events 892990 . First observation of the $P$-wave spin-singlet bottomonium states $h_b(1P)$ and $h_b(2P)$ 893232 . Observation of $\eta_c(1S)$ and $\eta_c(2S)$ decays to $K^+ K^- \pi^+ \pi^- \pi^0$ in two-photon interactions 894464 . Evidence for the Suppressed Decay B- -> DK-, D -> K+pi- 895958 . Observation of transverse polarization asymmetries of charged pion pairs in $e^+e^-$ annihilation near $\sqrt{s}=10.58$ GeV 897008 . Search for $b \to u$ Transitions in $B^\pm \to [K^\mp pi^\pm \pi^0]_D K^\pm$ Decays 897416 . Study of radiative bottomonium transitions using converted photons 897683 . First Observation of Radiative B^0 -> \phi K^0 \gamma Decays and Measurements of Their Time-Dependent CP Violation 897836 . Observation of $X(3872)\to J/\psi \gamma$ and search for $X(3872)\to\psi'\gamma$ in B decays 897848 . Amplitude Analysis of $B^0\to K^+ \pi^- \pi^0$ and Evidence of Direct CP Violation in $B\to K^* \pi$ decays 898660 . Study of $B^{\pm}\to K^{\pm}(K_{S}K\pi)^0$ decay and determination of $\eta_c$ and $\eta_{c}(2S)$ parameters 899013 . Search for CP violation in the decay $D^\pm \to K_S^0\pi^\pm$ 900947 . Search for CP violation using $T$-odd correlations in $D^+\rightarrow K^+K^0_S\pi^+\pi^-$ and $D_s^+\rightarrow K^+ K^0_S\pi^+\pi^-$ decays 900997 . Study of di-pion bottomonium transitions and search for the $h_b(1P)$ state 901433 . Measurements of branching fractions and CP asymmetries and studies of angular distributions for B ---> phi phi K decays 916807 . Search for Lepton-number-violating $B^+ \to D^- l^+ l^{\prime +}$ Decays 916845 . Observation of $D^+ \rightarrow K^{+} \eta^{(\prime)}$ and Search for CP Violation in $D^+ \rightarrow \pi^+ \eta^{(\prime)}$ Decays 919582 . Searches for Rare or Forbidden Semileptonic Charm Decays 920989 . Branching Fraction Measurements of the Color-Suppressed Decays $\bar{B}^0 \to D^{(*)0} \pi^0$, $D^{(*)0} \eta$, $D^{(*)0} \omega$, and $D^{(*)0} \eta^\prime$ and Measurement of the Polarization in the Decay $\bar{B}^0 \to D^{*0} \omega$ 924163 . Observation of the baryonic $B$ decay $\bar{B}^0\to \Lambda_c^+ \bar{\Lambda} K^-$ 924239 . Search for hadronic decays of a light Higgs boson in the radiative decay $\Upsilon \to \gamma A^0$ 924618 . Observation of $B^- \to \bar{p} \Lambda D^0$ at Belle 924711 . Search for charmonium and charmonium-like states in $\Upsilon(2S)$ radiative decays 925713 . Study of $\Upsilon(3S,2S) -> \eta \Upsilon(1S)$ and $\Upsilon(3S,2S) -> \pi^+\pi^- \Upsilon(1S)$ hadronic trasitions 926068 . Observation of the rare decay $B^+ -> K^+\pi^0\pi^0$ and measurement of the quasi-two body contributions $B^+ -> K^*(892)^+\pi^0$, $B^+ -> f_0(980)K^+$ and $B^+ -> \chi_{c0}K^+$ 926621 . Search for CP Violation in the Decay $\tau^- -> \pi^- K^0_S (>= 0 \pi^0) \nu_tau$ 930416 . Search for CP Violation in $D^\pm$ Meson Decays to $\phi \pi^\pm$ 931212 . Evidence for Direct CP Violation in $B^\pm \to \eta h^\pm$ and Observation of $B^0 \to \eta K^0$ 939487 . Observation of two charged bottomonium-like resonances in Y(5S) decays 942722 . A Measurement of the Semileptonic Branching Fraction of the B_s Meson 943293 . Search for Bbar --> Lambda_c+ X l- nu_l Decays in Events With a Fully Reconstructed B Meson 943722 . Search for the Decay $D^0 -> \gamma \gamma$ and Measurement of the Branching Fraction for $D^0 -> \pi^0 \pi^0$ 945938 . Amplitude analysis and measurement of the time-dependent CP asymmetry of $B^0 \to K_S^0 K_S^0 K_S^0$ decays 946659 . Observation and study of the baryonic B-meson decays B to D(*) p pbar (pi) (pi) 955166 . Search for the $Z_1(4050)^+$ and $Z_2(4250)^+$ states in $\bar B^0 \to \chi_{c1} K^- \pi^+$ and $B^+ \to \chi_{c1} K^0_S \pi^+$ 1079912 . Study of $\bar{B}\to X_u \ell \bar{\nu}$ decays in $B\bar{B}$ events tagged by a fully reconstructed B-meson decay and determination of $\|V_{ub}\|$ 1081760 . $B^0$ meson decays to $\rho^0 K^{*0}$, $f_0 K^{*0}$, and $\rho^-K^{*+}$, including higher $K^*$ resonances 1084854 . Measurement of the CP-violation Parameter sin2$\phi_1$ with a New Tagging Method at the $\Upsilon(5S)$ Resonance 1086164 . Initial-State Radiation Measurement of the $e^+e^- -> \pi^+\pi^-\pi^+\pi^-$ Cross Section 1086537 . Study of CP violation in Dalitz-plot analyses of B0 ---> K+K-K0(S), B+ ---> K+K-K+, and B+ ---> K0(S)K0(S)K+ 1086982 . First observation of $B_s^0\to J/\psi\eta$ and $B_s^0\to J/\psi\eta'$ 1088220 . Search for Low-Mass Dark-Sector Higgs Bosons 1089359 . Search for lepton-number violating processes in $B^+ \to h^- l^+ l^+$ decays 1090664 . Observation of new resonant structures in $\gamma \gamma \to \omega \phi$, $\phi \phi$ and $\omega \omega$ 1091435 . Measurement of the hadronic form-factor in $D^0 \to K^{-} e^{+} \nu_{e}$ 1 1095371 . Evidence for CP Violation in the Decay $D^+\rightarrow K^0_S\pi^+$ 1095407 . Measurements of Branching Fractions and Time-dependent CP Violating Asymmetries in $B^{0} \to D^{(*)\pm}D^{\mp}$ Decays 1107905 . Study of the reaction $e^{+}e^{-} \to J/\psi\pi^{+}\pi^{-}$ via initial-state radiation at BaBar 1111233 . Measurement of Branching Fractions and Rate Asymmetries in the Rare Decays $B \to K^{(*)} l^+ l^-$ 1112901 . First Measurement of phi_3 with a Model-independent Dalitz Plot Analysis of B->DK, D->KsPiPi Decay 1113314 . Search for the decay $B^0\to DK^{*0}$ followed by $D\to K^-\pi^+$ 1113755 . First observation of exclusive $\Upsilon(1S)$ and $\Upsilon(2S)$ decays into light hadrons 1114155 . Precise Measurement of the $e^+ e^- \to \pi^+\pi^- (\gamma)$ Cross Section with the Initial-State Radiation Method at BABAR 1114749 . Measurement of $\gamma \gamma^* \to \pi^0$ transition form factor at Belle 1115826 . Evidence for an excess of $\bar{B} \to D^{(*)} \tau^-\bar{\nu}_\tau$ decays 1116254 . Measurement of Branching Fraction and First Evidence of CP Violation in $B^0 \to a_1^{\pm}(1260) \pi^\mp$ Decays 1116411 . Branching fraction measurement of $B^+ \to \omega \ell^+ \nu$ decays 1116415 . Evidence for the $\eta_b(2S)$ and observation of $h_b(1P) \to \eta_b(1S) \gamma$ and $h_b(2P) \to \eta_b(1S) \gamma$ 1117883 . Search for resonances decaying to $\eta_c \pi^+ \pi^-$ in two-photon interactions 1118043 . Improved Limits on $B^0$ Decays to Invisible Final States and to $\nu \bar{\nu} \gamma$ 1118428 . Measurement of CP Asymmetries and Branching Fractions in Charmless Two-Body $B$-Meson Decays to Pions and Kaons 1119057 . Search for $B \to \phi \pi$ decays 1119397 . First study of $\eta_c$, $\eta(1760)$ and $X(1835)$ production via $\eta^\prime\pi^+\pi^-$ final states in two-photon collisions 1119560 . Search for the decay modes $D^0 \to e^+e^-$, $D^0 \to \mu^+ \mu^-$, and $D^0 \to e \mu$ 1119563 . Search for Lepton-Flavor-Violating and Lepton-Number-Violating $\tau \to \ell h h^\prime$ Decay Modes 1120010 . Search for $B^{0}$ decays to invisible final states 1120999 . Evidence of $B^+ \to \tau^+\nu$ decays with hadronic B tags 1122031 . Exclusive Measurements of $b \to s\gamma$ Transition Rate and Photon Energy Spectrum 1122034 . Study of $X(3915) \to J/\psi \omega$ in two-photon collisions 1122036 . Precision Measurement of the $B \to X_s \gamma$ Photon Energy Spectrum, Branching Fraction, and Direct CP Asymmetry $A_{CP}(B \to X_{s+d}\gamma)$ 1122970 . Evidence for a Zb0(10610) in Dalitz analysis of Y(5S) -> Y(nS) pi0 pi0 1123656 . First observation of CP violation and improved measurement of the branching fraction and polarization of B0 -> D*+ D*- decays 1123662 . Measurement of B($B\to X_s \gamma$), the $B\to X_s \gamma$ photon energy spectrum, and the direct CP asymmetry in $B\to X_{s+d} \gamma$ decays 1123792 . Observation of Time Reversal Violation in the $B^0$ Meson System 1123910 . Evidence for $B^-\to D_s^+ K^- \ell^-\bar{\nu}_\ell$ and search for $B^-\to D_s^{*+} K^- \ell^-\bar{\nu}_\ell$ 1124584 . Precise measurement of the branching fractions for $B_s\to D_s^{(*)+} D_s^{(*)-}$ and first measurement of the $D_s^{*+} D_s^{*-}$ polarization using $e^+e^-$ collisions 1125496 . A search for the decay modes $B^{+-} \to h^{+-} \tau^{+-}l$ 1125567 . The branching fraction of $\tau^- \to \pi^- K^0_S K^0_S (\pi^0) \nu_\tau$ decays 1125973 . Branching fraction and form-factor shape measurements of exclusive charmless semileptonic B decays, and determination of $|V_{ub}|$ 1126127 . Measurement of the Time-Dependent CP Asymmetry of Partially Reconstructed $B^0\to D^{*+}D^{*-}$ Decays 1127599 . Study of the baryonic $B$ decay $B^- \to \Sigma_c^{++} \bar{p} \pi^- \pi^-$ 1180196 . Evidence for $B^- \to \tau^- \bar{\nu}_\tau$ with a Hadronic Tagging Method Using the Full Data Sample of Belle 1185407 . Study of high-multiplicity 3-prong and 5-prong tau decays at BABAR 1186384 . Measurement of $D^0-\bar{D}^0$ Mixing and CP Violation in Two-Body $D^0$ Decays 1188677 . Study of Three-Body Y(10860) Decays 1188886 . Search for di-muon decays of a low-mass Higgs boson in radiative decays of the Υ(1S) 1189434 . Measurements of branching fractions and direct CP asymmetries for B→Kπ, B→ππ and B→KK decays 1192035 . Search for a low-mass scalar Higgs boson decaying to a tau pair in single-photon decays of $\Upsilon(1S)$ 1193349 . Study of the hadronic transitions Υ(2S)→(η,π$^0$)Υ(1S) at Belle 1204444 . Study of the reaction $e^{+}e^{-}\to \psi(2S)\pi^{-}\pi^{-}$ via initial-state radiation at BaBar 1206605 . Search for direct CP violation in singly Cabibbo-suppressed D±→K+K-π± decays 1207260 . Search for CP violation in the Decays $D^{\pm} \to K^0_{\scriptscriptstyle S} K^\pm$, $D_s^{\pm} \to K^0_{\scriptscriptstyle S} K^\pm$, and $D_s^{\pm}\to K^0_{\scriptscriptstyle S} \pi^\pm$ 1207589 . Study of $B^0 \to \rho^0 \rho^0$ decays, implications for the CKM angle $\phi_2$ and search for other B0 decay modes with a four-pion final state 1208699 . Search for CP Violation in the Decay $D^+\rightarrow K^0_S K^+$ 1208997 . Measurement of the inclusive semileptonic branching fraction $\mathcal{B}(B_s^0 \to X^- \ell^+ \nu_{\ell})$ at Belle 1209559 . Observation of direct CP violation in the measurement of the Cabibbo-Kobayashi-Maskawa angle gamma with $B^\pm\to D^{(*)}K^{(*)\pm}$ decays 1209562 . Search for heavy neutrinos at Belle 1210649 X Time-Integrated Luminosity Recorded by the BABAR Detector at the PEP-II $e^+ e^-$ Collider 1216515 . Precision Measurement of Charged Pion and Kaon Differential Cross Sections in e+e- Annihilation at s=10.52  GeV 1217421 . Study of $e^+e^- \to p \bar{p}$ via initial-state radiation at BABAR 1217425 . Study of the decay $\bar{B}^{0}\rightarrow\Lambda_{c}^{+}\bar{p}\pi^{+}\pi^{-}$ and its intermediate states 1217553 . Measurement of the CP violation parameters in $B^0 \to \pi^+ \pi^-$ decays 1219953 . Search for an $H$-dibaryon with mass near $2m_\Lambda$ in $\Upsilon(1S)$ and $\Upsilon(2S)$ decays 1222328 . Measurement of an Excess of $\bar{B} \to D^{(*)}\tau^- \bar{\nu}_\tau$ Decays and Implications for Charged Higgs Bosons 1223991 . Search for $B \to h^{(*)} \nu \bar{\nu}$ with the full Belle $\Upsilon(4S)$ data sample 1225276 . Search for the rare decays $B → πℓ^+ℓ^-$ and $B^0 → ηℓ^+ℓ^-$ 1225884 . Search for $B \to K^{(*)} \nu \overline \nu$ and invisible quarkonium decays 1225975 . Study of $e^+e^- → π^+ π^- J/ψ$ and Observation of a Charged Charmoniumlike State at Belle 1228201 . Measurement of CP-violating asymmetries in $B^0 \to (\rho \pi)^0$ decays using a time-dependent Dalitz plot analysis 1228343 . Evidence of a new narrow resonance decaying to $\chi_{c1}\gamma$ in $B \to \chi_{c1} \gamma K$ 1228910 . Measurement of the $D^*(2010)^+$ natural line width and the $D^*(2010)^+ - D^0$ mass difference 1229032 . Evidence for the decay $B^0 \to K^+K^-\pi^0$ 1229331 . Measurement of the $D*(2010)^+$ meson width and the $D*(2010)^+ - D^0$ mass difference 1230342 . Evidence for $\bar{B}_s^0 \to \Lambda_c^+ \bar{\Lambda} \pi^-$ 1232210 . Search for $CP$ Violation in $B^0$-$\bar{B}^0$ Mixing using Partial Reconstruction of $B^0 \to D^{*-}X\ell^+ \nu_\ell$ and a Kaon Tag 1233527 X The BABAR Detector: Upgrades, Operation and Performance 1234230 . Study of the $K^+ K^-$ invariant-mass dependence of CP asymmetry in $B^+ \rightarrow K^+ K^- K^+$ decays 1235533 . Measurement of exclusive $\Upsilon(1S)$ and $\Upsilon(2S)$ decays into Vector-Pseudoscalar final states 1238273 . Study of Exclusive $B \to X_u \ell \nu$ Decays and Extraction of $\|V_{ub}\|$ using Full Reconstruction Tagging at the Belle Experiment 1238276 . Production of charged pions, kaons, and protons in $e^+e^-$ annihilations into hadrons at $\sqrt{s}$=10.54  GeV 1238601 . Evidence for semileptonic $B^- \to p\bar{p}l^-\bar{\nu}_l$ decays 1238807 . Precision measurement of the $e^+e^- → K^+K^-(γ)$ cross section with the initial-state radiation method at BABAR 1239347 . Experimental constraints on the spin and parity of the $Z$(4430)$^+$ 1239834 . First observation of Cabibbo-suppressed $\Xi_c^0$ decays 1239960 . Search for Bottomonium States in Exclusive Radiative $\Upsilon(2S)$ Decays 1243605 . Search for a light Higgs boson decaying to two gluons or $s\bar{s}$ in the radiative decays of $\Upsilon(1S)$ 1244125 . Measurement of the wrong-sign decay $D^0 \to K^+ \pi^-\pi^+ \pi^-$ 1244311 . Measurements of branching fractions of leptonic and hadronic $D_{s}^{+}$ meson decays and extraction of the $D_{s}^{+}$ meson decay constant 1245023 . High-statistics study of $K^0_S$ pair production in two-photon collisions 1246781 . Measurement of the Mass of the D0 Meson 1247058 . Measurement of the $e^+e^- \to p\bar{p}$ cross section in the energy range from 3.0 to 6.5 GeV 1247059 . Angular analysis of $B^0 \to \phi K^{*}$ decays and search for $CP$ violation at Belle 1247460 . Measurement of the $B^+ \to \omega \ell^+ \nu$ branching fraction with semileptonically tagged B mesons 1247463 . First observation of the $Z \frac{0}{b}$(10610) in a Dalitz analysis of $\Upsilon$(10860) $\to \Upsilon$(nS)$\pi^0 \pi^0$ 1252555 . Measurement of $e^+ e^- \to \omega \pi^0$, $K^{\ast}(892)\bar{K}$ and $K_2^{\ast}(1430)\bar{K}$ at $\sqrt{s}$ near 10.6 GeV 1252560 . Measurement of the decays $B^0_s → J/ψϕ(1020), B^0_s → J/ψf_2′(1525)$ and $B^0_s → J/ψK^+K^-$ at Belle 1254862 . Measurement of Collins asymmetries in inclusive production of charged pion pairs in e^+e^- annihilation at BABAR 1257389 . Evidence for the suppressed decay $B^-$→$DK^-$, D→$K^+π^-π^0$ 1257984 . Measurement of branching fractions for B \to J/\psi \eta K decays and search for a narrow resonance in the J/\psi \eta final state 1262705 . Search for lepton-number violating B+X++ decays 1262797 . Measurement of the $\tau$-lepton lifetime at Belle 1264201 . First Measurement of Inclusive $B \to X_s \eta$ Decays 1264205 . Search for CP violation in $\tau \to K^0_S \pi \nu_\tau$ decays at Belle 1266057 . Search for the process $e^+e^-\to J/\psi X(1835)$ at $\sqrt{s}\approx10.6$ GeV 1266253 . Measurement of branching fractions and CP violation parameters in $B\to\omega K$ decays with first evidence of CP violation in $B^0 \to \omega K^0_S$ 1266952 . Evidence for the decay $B^0 \to \omega \omega$ and search for $B^0 \to \omega \phi$ 1267506 . Search for doubly charmed baryons and study of charmed strange baryons at Belle 1269455 . Search for $B^0 \to p \overline {\Lambda} \pi^- \gamma$ at Belle 1272843 . Measurement of the $B \to X_s l^+l^-$ branching fraction and search for direct CP violation from a sum of exclusive final states 1273667 . Search for the decay $\bar{B}^0 \to \Lambda_c^+ \bar{p}p \bar{p}$ 1275621 . Measurement of the Branching Fraction $\mathcal B(\Lambda_c^+ \to p K^- \pi^+)$ 1277238 . Observation of $D^0-\bar{D}^0$ Mixing in $e^+e^-$ Collisions 1278588 . Evidence for the baryonic decay $\bar{B}^0 \to D^0\Lambda\bar{\Lambda}$ 1282136 . Measurements of Branching Fractions of $\tau$ Lepton Decays with one or more $K^{0}_{S}$ 1282602 . Updated cross section measurement of $e^+ e^- \to K^+ K^- J/\psi$ and $K_S^0K_S^0J/\psi$ via initial state radiation at Belle 1283183 . Measurement of the lepton forward-backward asymmetry in $B \rightarrow X_s \ell^+ \ell^-$ decays with a sum of exclusive modes 1283743 . Amplitude analysis of $e^+e^- \to \Upsilon(nS) \pi^+\pi^-$ at $\sqrt{s}=10.865$~GeV 1286317 . Antideuteron production in $\Upsilon(nS)$ decays and in $e^+e^- \to q\bar{q}$ at $\sqrt{s} \approx 10.58$ GeV 1287632 . Dalitz plot analysis of $\eta_c \to K^+ K^- \eta$ and $\eta_c \to K^+ K^- \pi^0$ in two-photon interactions 1287920 . Cross sections for the reactions $e^+ e^-\to K_S^0 K_L^0$, $K_S^0 K_L^0 \pi^+\pi^-$, $K_S^0 K_S^0 \pi^+\pi^-$, and $K_S^0 K_S^0 K^+K^-$ from events with initial-state radiation 1288708 . Search for {CP} violation in $D^0 \to \pi^0 \pi^0$ decays 1289224 . Measurement of $D^0-\bar{D}^0$ mixing and search for indirect CP violation using $D^0\to K_S^0\pi^+\pi^-$ decays 1291549 . Measurements of the masses and widths of the $\Sigma_{c}(2455)^{0/++}$ and $\Sigma_{c}(2520)^{0/++}$ baryons 1298564 . Measurements of branching fractions, polarizations, and direct CP-violation asymmetries in $B \to \rho K^{*}$ and $B \to f_0(980) K^{*}$ decays 1298980 . Measurements of direct CP asymmetries in $B→X_sγ$ decays using sum of exclusive decays 1300153 . Search for a Dark Photon in $e^+e^-$ Collisions at BaBar 1302816 . The Physics of the B Factories 1302818 . Search for $B^+ \to e^+ \nu$ and $B^+ \to \mu^+ \nu$ decays using hadronic tagging 1308513 . Study of $B^{\pm,0} \to J/\psi K^+ K^- K^{\pm,0}$ and search for $B^0 \to J/\psi\phi$ at BABAR 1309588 . Observation of $e^+e^- \to \pi^+ \pi^- \pi^0 \chi_{bJ}$ and Search for $X_b \to \omega \Upsilon(1S)$ at $\sqrt{s}=10.867$  GeV 1312368 . Measurement of Time-Dependent $CP$ Violation in $B^0\to \eta'K^0$ Decays 1312621 . Observation of the decay $B^0 \to \eta' K^*(892)^0$ 1312626 . Observation of a new charged charmoniumlike state in $\bar{B}^0 → J/ψK^-π^+$ decays 1317648 . Study of Michel parameters in leptonic $\tau$ decays at Belle 1317877 . Measurement of the branching fraction of $B^+ \to \tau^+ \nu_\tau$ decays with the semileptonic tagging method and the full Belle data sample 1319178 . Evidence of $ϒ(1S) → J/ψ + χ_{c1}$ and search for double-charmonium production in ϒ(1S) and ϒ(2S) decays 1322094 . Observation of the baryonic decay $\bar{B}^0 \to \Lambda^+_c \bar{p} K^- K^+$ 1322376 . Bottomonium spectroscopy and radiative transitions involving the $\chi_bJ(1P,2P)$ states at BABAR 1324785 . Measurement of $e^+e^- \to \pi^+\pi^-\psi(2S)$ via Initial State Radiation at Belle 1326639 . Search for new $\pi^0$-like particles produced in association with a $\tau$-lepton pair 1326640 . Study of $CP$ Asymmetry in $B^0-\bar B^0$ Mixing with Inclusive Dilepton Events 1326905 . Measurement of $B^0 \to D_s^- K^0_S\pi^+$ and $B^+ \to D_s^- K^+K^+$ branching fractions 1330289 . Measurement of the $\bar{B} \rightarrow X_s \gamma$ Branching Fraction with a Sum of Exclusive Decays 1331399 . Search for $B_{s}^{0}\rightarrow\gamma\gamma$ and a measurement of the branching fraction for $B_{s}^{0}\rightarrow\phi\gamma$ 1334693 . Measurement of the $D^0 \to \pi^- e^+ \nu_e$ differential decay branching fraction as a function of $q^2$ and study of form factor parameterizations 1335269 . Dalitz plot analyses of $B^0 → D^−D^0K^+$ and $B^+ → \overline{D}^0D^0K^+$ decays 1336340 . Evidence for $CP$ violation in $B^{+} \to K^{*}(892)^{+} \pi^{0}$ from a Dalitz plot analysis of $B^{+} \to K^{0}_{\rm S} \pi^{+} \pi^{0}$ decays 1336624 . Measurements of the $\Upsilon$(10860) and $\Upsilon$(11020) resonances via $\sigma(e^+e^-\to \Upsilon(nS)\pi^+ \pi^-)$ 1337783 . Measurement of the direct $CP$ asymmetry in $\bar{B}\rightarrow X_{s+d}\gamma$ decays with a lepton tag 1341041 . Search for B decays to final states with the η$_{c}$ meson 1341290 . Observation of X(3872) in B→X(3872)Kπ decays 1342448 . Search for the decay $B^+\rightarrow\overline{K}{}^{*0}K^{*+}$ at Belle 1343322 . Measurement of the branching fractions of the radiative leptonic $\tau$ decays $\tau \to e\gamma\nu\bar{\nu}$ and $\tau \to \mu\gamma\nu\bar{\nu}$ at $B{\small A}B{\small AR}$ 1343511 . Search for Long-Lived Particles in $e^+e^-$ Collisions 1345821 . Search for a light Higgs resonance in radiative decays of the Y(1S) with a charm tag 1346514 . Measurement of the amplitude ratio of $B^0 \to D^0K^{*0}$ and $B^0 \to \bar{D^0}K^{*0}$ decays with a model-independent Dalitz plot analysis using $D\to K_S^0\pi^+\pi^-$ decays 1347265 . Search for $B^+ \to e^+ \nu$ and $B^+ \to \mu^+ \nu$ decays using hadronic tagging 1353536 . Measurement of the branching fraction of B^+ -> tau^+ nu_tau decays with the semileptonic tagging method 1357984 . Evidence for the decay $B^{0} \to \eta \pi^0$ 1358399 . Semi-inclusive studies of semileptonic $B_s$ decays at Belle 1358936 . Measurements of $B\rightarrow \bar{D} D_{s0} ^{*+}(2317)$ decay rates and a search for isospin partners of the $D_{s0}^{*+} (2317)$ 1364360 . Search for $B^+ → ℓ^+ν_ℓγ$ decays with hadronic tagging using the full Belle data sample 1369998 . Study of $D^{**}$ production and light hadronic states in the $\bar{B}^0 \to D^{*+} \omega \pi^-$ decay 1370440 . First Observation of CP Violation in $\overline{B}^0 \to D^{(*)}_{\rm CP} h^0$ Decays by a Combined Time-Dependent Analysis of BABAR and Belle Data -1373743 . Measurement of Azimuthal Modulations in the Cross-Section of Di-Pion Pairs in Di-Jet Production from Electron-Positron Annihilation -1373909 . Search for mixing-induced CP violation using partial reconstruction of $\bar B^0 \to D^{*+} X\ell^- \bar \nu_{\ell}$ and kaon tagging +1373743 ! Measurement of Azimuthal Modulations in the Cross-Section of Di-Pion Pairs in Di-Jet Production from Electron-Positron Annihilation +1373909 X Search for mixing-induced CP violation using partial reconstruction of $\bar B^0 \to D^{*+} X\ell^- \bar \nu_{\ell}$ and kaon tagging 1376480 . Measurement of $e^+e^- \to \gamma\chi_{cJ}$ via initial state radiation at Belle 1377201 . Collins asymmetries in inclusive charged $KK$ and $K\pi$ pairs produced in $e^+e^-$ annihilation -1380446 . First observation of the hadronic transition $ \Upsilon(4S) \to \eta h_{b}(1P)$ and new measurement of the $h_b(1P)$ and $\eta_b(1S)$ parameters -1382593 . Measurement of the branching ratio of $\bar{B} \to D^{(\ast)} \tau^- \bar{\nu}_\tau$ relative to $\bar{B} \to D^{(\ast)} \ell^- \bar{\nu}_\ell$ decays with hadronic tagging at Belle +1380446 X First observation of the hadronic transition $ \Upsilon(4S) \to \eta h_{b}(1P)$ and new measurement of the $h_b(1P)$ and $\eta_b(1S)$ parameters +1382593 X Measurement of the branching ratio of $\bar{B} \to D^{(\ast)} \tau^- \bar{\nu}_\tau$ relative to $\bar{B} \to D^{(\ast)} \ell^- \bar{\nu}_\ell$ decays with hadronic tagging at Belle 1383130 . Study of the $e^+e^-\to K^+K^-$ reaction in the energy range from 2.6 to 8.0 GeV -1385752 . Observation of $\overline{B} \to D^{(*)} \pi^+\pi^- \ell^-\overline{\nu}$ decays in $e^+e^-$ collisions at the $\Upsilon(4S)$ resonance +1385752 X Observation of $\overline{B} \to D^{(*)} \pi^+\pi^- \ell^-\overline{\nu}$ decays in $e^+e^-$ collisions at the $\Upsilon(4S)$ resonance 1388182 . Measurement of initial-state–final-state radiation interference in the processes $e^+e^- → μ^+μ^-γ$ and $e^+e^- → π^+π^-γ$ 1389855 . Energy scan of the $e^+e^- \to h_b(nP)\pi^+\pi^-$ $(n=1,2)$ cross sections and evidence for $\Upsilon(11020)$ decays into charged bottomonium-like states 1390112 . Study of $\pi^0$ pair production in single-tag two-photon collisions 1391152 . Measurement of angular asymmetries in the decays $B \to K^*ℓ^+ℓ^-$ 1391505 ! Inclusive cross sections for pairs of identified light charged hadrons and for single protons in $e^+e^-$ at $\sqrt{s}=$ 10.58 GeV -1391645 . First model-independent Dalitz analysis of $B^0 \to DK^{*0}$, $D\to K_S^0\pi^+\pi^-$ decay -1392799 . Observation of $B^{0} \rightarrow p\bar{\Lambda} D^{(*)-}$ -1394389 . Search for $B^0 \to \pi^- \tau^+ \nu_\tau$ with hadronic tagging at Belle -1395100 . Measurement of $D^0 – \bar {D^0}$ mixing and search for CP violation in $D^0 \to K^+ K^−, \pi^+ \pi^−$ decays with the full Belle data set -1396144 . Study of $\mathbf{B^{0}\rightarrow\rho^{+}\rho^{-}}$ decays and implications for the CKM angle $\mathbf{\phi_2}$ +1391645 X First model-independent Dalitz analysis of $B^0 \to DK^{*0}$, $D\to K_S^0\pi^+\pi^-$ decay +1392799 X Observation of $B^{0} \rightarrow p\bar{\Lambda} D^{(*)-}$ +1394389 X Search for $B^0 \to \pi^- \tau^+ \nu_\tau$ with hadronic tagging at Belle +1395100 X Measurement of $D^0 – \bar {D^0}$ mixing and search for CP violation in $D^0 \to K^+ K^−, \pi^+ \pi^−$ decays with the full Belle data set +1396144 X Study of $\mathbf{B^{0}\rightarrow\rho^{+}\rho^{-}}$ decays and implications for the CKM angle $\mathbf{\phi_2}$ 1397632 . Measurement of the decay $B\to D\ell\nu_\ell$ in fully reconstructed events and determination of the Cabibbo-Kobayashi-Maskawa matrix element $|V_{cb}|$ 1403544 . Measurement of the I=1/2 $K \pi$ $\mathcal{S}$-wave amplitude from Dalitz plot analyses of $\eta_c \to K \bar K \pi$ in two-photon interactions -1408515 . Observation of the decay $B_s^0\rightarrow K^0\overline{K}^0$ +1408515 X Observation of the decay $B_s^0\rightarrow K^0\overline{K}^0$ 1408873 . Inclusive and exclusive measurements of $B$ decays to $\chi_{c1}$ and $\chi_{c2}$ at Belle -1408879 . Search for the rare decay $D^0\to\gamma\gamma$ at Belle -1409292 . Time-dependent analysis of $B^0 \to {{K^0_{S}}} \pi^- \pi^+ \gamma$ decays and studies of the $K^+\pi^-\pi^+$ system in $B^+ \to K^+ \pi^- \pi^+ \gamma$ decays -1411075 . First observation of the decay B$^0\to \psi$(2S)$\pi^0$ -1411218 . First Observation of Doubly Cabibbo-Suppressed Decay of a Charmed Baryon: $\Lambda^{+}_{c} \rightarrow p K^{+} \pi^{-}$ -1411223 . Observation of Zb(10610) and Zb(10650) Decaying to B Mesons -1427025 . Observation of $D^0\to \rho^0\gamma$ and search for $CP$ violation in radiative charm decays -1430903 . Search for the decay B0→ϕγ -1431982 . Measurement of the branching ratio of $\bar{B}^0 \rightarrow D^{*+} \tau^- \bar{\nu}_{\tau}$ relative to $\bar{B}^0 \rightarrow D^{*+} \ell^- \bar{\nu}_{\ell}$ decays with a semileptonic tagging method +1408879 X Search for the rare decay $D^0\to\gamma\gamma$ at Belle +1409292 X Time-dependent analysis of $B^0 \to {{K^0_{S}}} \pi^- \pi^+ \gamma$ decays and studies of the $K^+\pi^-\pi^+$ system in $B^+ \to K^+ \pi^- \pi^+ \gamma$ decays +1411075 X First observation of the decay B$^0\to \psi$(2S)$\pi^0$ +1411218 X First Observation of Doubly Cabibbo-Suppressed Decay of a Charmed Baryon: $\Lambda^{+}_{c} \rightarrow p K^{+} \pi^{-}$ +1411223 X Observation of Zb(10610) and Zb(10650) Decaying to B Mesons +1427025 X Observation of $D^0\to \rho^0\gamma$ and search for $CP$ violation in radiative charm decays +1430903 X Search for the decay B0→ϕγ +1431982 X Measurement of the branching ratio of $\bar{B}^0 \rightarrow D^{*+} \tau^- \bar{\nu}_{\tau}$ relative to $\bar{B}^0 \rightarrow D^{*+} \ell^- \bar{\nu}_{\ell}$ decays with a semileptonic tagging method 1441203 . Measurement of the neutral $D$ meson mixing parameters in a time-dependent amplitude analysis of the $D^0\to\pi^+\pi^-\pi^0$ decay 1444981 . First observation of $\gamma \gamma \to p \bar{p} K^+ K^-$ and search for exotic baryons in $pK$ systems 1446979 . Angular analysis of $B^0 \to K^\ast(892)^0 \ell^+ \ell^-$ 1454405 . Search for $XYZ$ states in $\Upsilon(1S)$ inclusive decays 1459050 . Search for a massive invisible particle $X^0$ in $B^{+}\to e^{+}X^{0}$ and $B^{+}\to \mu^{+}X^{0}$ decays -1459053 . Tests of CPT symmetry in $B^0-\overline{B}^0$ mixing and in $B^0 \to c\overline{c}K^0$ decays -1466295 . Studies of charmed strange baryons in the $\Lambda$D final state at Belle -1466440 . Search for $B^{+}\rightarrow K^{+} \tau^{+}\tau^{-}$ at the BaBar experiment -1467448 . Study of \chi_{bJ}(1P) Properties in the Radiative \Upsilon(2S) Decays -1469061 . Search for a muonic dark force at BABAR +1459053 X Tests of CPT symmetry in $B^0-\overline{B}^0$ mixing and in $B^0 \to c\overline{c}K^0$ decays +1466295 X Studies of charmed strange baryons in the $\Lambda$D final state at Belle +1466440 X Search for $B^{+}\rightarrow K^{+} \tau^{+}\tau^{-}$ at the BaBar experiment +1467448 X Study of \chi_{bJ}(1P) Properties in the Radiative \Upsilon(2S) Decays +1469061 X Search for a muonic dark force at BABAR 1477208 . Measurement of the CKM angle $\varphi_1$ in $B^0\to\bar{D}{}^{(*)0}h^0$, $\bar{D}{}^0\to K_S^0\pi^+\pi^-$ decays with time-dependent binned Dalitz plot analysis -1477810 . Study of Excited $\Xi_c$ States Decaying into $\Xi_c^0$ and $\Xi_c^+$ Baryons -1478188 . Measurement of the branching ratio of $\bar{B}^0 \rightarrow D^{*+} \tau^- \bar{\nu}_{\tau}$ relative to $\bar{B}^0 \rightarrow D^{*+} \ell^- \bar{\nu}_{\ell}$ decays with a semileptonic tagging method +1477810 X Study of Excited $\Xi_c$ States Decaying into $\Xi_c^0$ and $\Xi_c^+$ Baryons +1478188 X Measurement of the branching ratio of $\bar{B}^0 \rightarrow D^{*+} \tau^- \bar{\nu}_{\tau}$ relative to $\bar{B}^0 \rightarrow D^{*+} \ell^- \bar{\nu}_{\ell}$ decays with a semileptonic tagging method 1479946 . Measurement of the inclusive $B\to X_{s+d} \gamma$ branching fraction, photon energy spectrum and HQE parameters 1487285 . Search for a dark vector gauge boson decaying to $\pi^+ \pi^-$ using $\eta \rightarrow \pi^+\pi^- \gamma$ decays -1487722 . Measurement of the B^0 -> D^*- pi^+ pi^- pi^+ branching fraction +1487722 X Measurement of the B^0 -> D^*- pi^+ pi^- pi^+ branching fraction 1488276 . Measurement of Michel Parameters ($\bar\eta$, $\xi\kappa$) in the radiative leptonic decay of tau at Belle 1498564 . Measurement of the inclusive electron spectrum from B meson decays and determination of |Vub| 1499479 . Observation of Transverse $\Lambda/\bar{\Lambda}$ Hyperon Polarization in $e^+e^-$ Annihilation at Belle 1499706 . Search for the $0^{--}$ Glueball in $\Upsilon(1S)$ and $\Upsilon(2S)$ decays -1500691 . Search for $D^{0}$ decays to invisible final states at Belle +1500691 X Search for $D^{0}$ decays to invisible final states at Belle 1501479 . Measurement of the $\tau$ lepton polarization and $R(D^*)$ in the decay $\bar{B} \to D^* \tau^- \bar{\nu}_\tau$ 1504055 . Lepton-Flavor-Dependent Angular Analysis of $B\to K^\ast \ell^+\ell^-$ 1511276 . Cross sections for the reactions $e^+ e^-\to K^0_S K^0_L\pi^0$, $K^0_S K^0_L\eta$, and $K^0_S K^0_L\pi^0\pi^0$ from events with initial-state radiation 1512299 . Precise determination of the CKM matrix element $\left| V_{cb}\right|$ with $\bar B^0 \to D^{*\,+} \, \ell^- \, \bar \nu_\ell$ decays with hadronic tagging at Belle 1512302 . Dalitz plot analyses of $J/\psi \to \pi^+ \pi^- \pi^0$, $J/\psi \to K^+ K^- \pi^0$, and $J/\psi \to K^0_S K^{\pm} \pi^{\mp}$ produced via $e^+ e^-$ annihilation with initial-state radiation -1512929 . Search for $\boldsymbol{B\to h\nu\bar{\nu}}$ decays with semileptonic tagging at Belle +1512929 X Search for $\boldsymbol{B\to h\nu\bar{\nu}}$ decays with semileptonic tagging at Belle 1513134 . Search for Invisible Decays of a Dark Photon Produced in ${e}^{+}{e}^{-}$ Collisions at BaBar 1517778 . First measurement of $\boldsymbol{T}$-odd moments in $\boldsymbol{D^{0} \rightarrow K_{S}^{0} \pi^{+} \pi^{-} \pi^{0}}$ decays 1520716 . Measurement of the decays $\boldsymbol{B\to\eta\ell\nu_\ell}$ and $\boldsymbol{B\to\eta^\prime\ell\nu_\ell}$ in fully reconstructed events at Belle 1590028 . Observation of an alternative $\chi_{c0}(2P)$ candidate in $e^+ e^- \rightarrow J/\psi D \bar{D}$ 1591716 . Measurement of the $e^+e^-\to K^0_{\scriptscriptstyle S}K^\pm\pi^{\mp}\pi^0$ and $K^0_{\scriptscriptstyle S}K^\pm\pi^\mp\eta$ cross sections using initial-state radiation 1596830 X The Silicon Vertex Detector of the Belle II Experiment -1598261 . Measurement of the branching fraction and $CP$ asymmetry in $B^{0} \to \pi^{0}\pi^{0}$ decays, and an improved constraint on $\phi_{2}$ +1598261 X Measurement of the branching fraction and $CP$ asymmetry in $B^{0} \to \pi^{0}\pi^{0}$ decays, and an improved constraint on $\phi_{2}$ 1598461 . Measurement of branching fraction and direct $CP$ asymmetry in charmless $B^+ \to K^+K^- \pi^+$ decays at Belle 1606201 . Production cross sections of hyperons and charmed baryons from $e^+e^-$ annihilation near $\sqrt{s} = 10.52$~GeV 1607562 . Invariant-mass and fractional-energy dependence of inclusive production of di-hadrons in $e^+e^-$ annihilation at $\sqrt{s}=$ 10.58 GeV -1608380 . Search for $\Lambda_c^+\to\phi p \pi^0$ and branching fraction measurement of $\Lambda_c^+\to K^-\pi^+ p \pi^0$ -1608384 . Evidence for Isospin Violation and Measurement of $CP$ Asymmetries in $B \to K^{\ast}(892) \gamma$ +1608380 X Search for $\Lambda_c^+\to\phi p \pi^0$ and branching fraction measurement of $\Lambda_c^+\to K^-\pi^+ p \pi^0$ +1608384 X Evidence for Isospin Violation and Measurement of $CP$ Asymmetries in $B \to K^{\ast}(892) \gamma$ 1610301 . Study of $\eta$ and dipion transitions in $\Upsilon(4S)$ decays to lower bottomonia 1613517 . Angular analysis of the $e^+ e^- \to D^{(*) \pm} D^{* \mp}$ process near the open charm threshold using initial-state radiation -1613519 . Measurement of the ${D}^{*}(2010{)}^{+}\text{-}{D}^{+}$ Mass Difference +1613519 X Measurement of the ${D}^{*}(2010{)}^{+}\text{-}{D}^{+}$ Mass Difference 1615382 X The Belle II SVD detector 1615383 X The Monitoring System of the Belle II Vertex Detector 1615384 X Performance studies of the Belle II Silicon Vertex Detector with data taken at the DESY test beam in April 2016 1615385 X The Software Framework of the Belle II Silicon Vertex Detector and its Development for the 2016 Test-Beam at DESY 1621272 . Measurement of the $\tau$ lepton polarization and $R(D^*)$ in the decay $\bar{B} \rightarrow D^* \tau^- \bar{\nu}_\tau$ with one-prong hadronic $\tau$ decays at Belle 1621593 . Measurement of the ${e}^{+}{e}^{{-}}{\rightarrow}{{\pi}}^{+}{{\pi}}^{{-}}{{\pi}}^{0}{{\pi}}^{0}$ cross section using initial-state radiation at BABAR -1624416 . Measurements of the absolute branching fractions of $B^{+} \to X_{c\bar{c}} K^{+}$ and $B^{+} \to \bar{D}^{(\ast) 0} \pi^{+} $ at Belle +1624416 X Measurements of the absolute branching fractions of $B^{+} \to X_{c\bar{c}} K^{+}$ and $B^{+} \to \bar{D}^{(\ast) 0} \pi^{+} $ at Belle 1625743 . Measurement of the tau Michel parameters $\bar{\eta}$ and $\xi\kappa$ in the radiative leptonic decay $\tau^- \rightarrow \ell^- \nu_{\tau} \bar{\nu}_{\ell}\gamma$ -1634603 . Search for light tetraquark states in $\Upsilon(1S)$ and $\Upsilon(2S)$ decays -1637368 . Observation of Excited $\Omega_c$ Charmed Baryons in $e^+e^-$ Collisions -1640639 . Search for $CP$ violation in the $D^{+}\to\pi^{+}\pi^{0}$ decay at Belle -1641071 . Measurement of branching fractions of hadronic decays of the $\Omega_c^0$ baryon +1634603 X Search for light tetraquark states in $\Upsilon(1S)$ and $\Upsilon(2S)$ decays +1637368 X Observation of Excited $\Omega_c$ Charmed Baryons in $e^+e^-$ Collisions +1640639 X Search for $CP$ violation in the $D^{+}\to\pi^{+}\pi^{0}$ decay at Belle +1641071 X Measurement of branching fractions of hadronic decays of the $\Omega_c^0$ baryon 1641263 . Study of $K^0_S$ pair production in single-tag two-photon collisions -1642436 . Observation of $\Xi_{c}(2930)^0$ and updated measurement of $B^{-} \to K^{-} \Lambda_{c}^{+} \bar{\Lambda}_{c}^{-}$ at Belle -1642727 . Search for $B^{-}\to\mu^{-}\bar\nu_\mu$ Decays at the Belle Experiment +1642436 X Observation of $\Xi_{c}(2930)^0$ and updated measurement of $B^{-} \to K^{-} \Lambda_{c}^{+} \bar{\Lambda}_{c}^{-}$ at Belle +1642727 X Search for $B^{-}\to\mu^{-}\bar\nu_\mu$ Decays at the Belle Experiment 1647139 . Study of the process $e^+e^- \to \pi^+\pi^-\eta $ using initial state radiation -1654571 . Measurement of the Decays $\Lambda_c\to \Sigma\pi\pi$ at Belle +1654571 X Measurement of the Decays $\Lambda_c\to \Sigma\pi\pi$ at Belle 1659108 . Inclusive study of bottomonium production in association with an $\eta $ meson in $e^+e^-$ annihilations near $\varUpsilon (5S)$ -1663226 . Measurement of the branching fraction of $B \rightarrow D^{(*)}\pi \ell\nu$ at Belle using hadronic tagging in fully reconstructed events +1663226 X Measurement of the branching fraction of $B \rightarrow D^{(*)}\pi \ell\nu$ at Belle using hadronic tagging in fully reconstructed events 1663447 . Measurement of time-dependent $CP$ asymmetries in $B^{0}\to K_S^0 \eta \gamma$ decays -1664541 . Observation of $\Upsilon(4S)\to \eta' \Upsilon(1S)$ -1664542 . Search for the decay mode $B^0\rightarrow p p \bar{p} \bar{p}$ +1664541 X Observation of $\Upsilon(4S)\to \eta' \Upsilon(1S)$ +1664542 X Search for the decay mode $B^0\rightarrow p p \bar{p} \bar{p}$ 1665080 X Electronics and Firmware of the Belle II Silicon Vertex Detector Readout System 1667191 . Study of $\Upsilon(1S)$ radiative decays to $\gamma \pi^+ \pi^-$ and $\gamma K^+ K^-$ 1668122 . First evidence for $\cos 2\beta>0$ and resolution of the CKM Unitarity Triangle ambiguity by a time-dependent Dalitz plot analysis of $B^{0} \to D^{(*)} h^{0}$ with $D \to K_{S}^{0} \pi^{+} \pi^{-}$ decays 1668123 . Measurement of $\cos{2\beta}$ in $B^{0} \to D^{(*)} h^{0}$ with $D \to K_{S}^{0} \pi^{+} \pi^{-}$ decays by a combined time-dependent Dalitz plot analysis of BaBar and Belle data 1672018 . Search for $\Upsilon(1S,2S) \to Z^{+}_{c}Z^{(\prime) -}_{c}$ and $e^{+}e^{-} \to Z^{+}_{c}Z^{(\prime) -}_{c}$ at $\sqrt{s}$ = 10.52, 10.58, and 10.867 GeV 1672149 . Measurement of eta_c(1S), eta_c(2S) and non-resonant eta' pi+ pi- production via two-photon collisions -1674698 . Observation of an Excited $\Omega^-$ Baryon -1675219 . Observation of B0 ---> pi0 pi0 -1675222 . Measurements of the $D_{sJ}$ resonance properties +1674698 X Observation of an Excited $\Omega^-$ Baryon +1675219 X Observation of B0 ---> pi0 pi0 +1675222 X Measurements of the $D_{sJ}$ resonance properties 1678261 . Observation of $e^+e^-\to\pi^+\pi^-\pi^0\chi_{b1,2}(1P)$ and search for $e^+e^-\to\phi\chi_{b1,2}(1P)$ at $\sqrt{s}=$ 10.96—11.05  GeV -1679584 . Evidence of a structure in $\bar{K}^{0} \Lambda _{c}^{+}$ consistent with a charged $\Xi _c(2930)^{+}$ , and updated measurement of $\bar{B}^{0} \rightarrow \bar{K}^{0} \Lambda _{c}^{+} \bar{\Lambda }_{c}^{-}$ at Belle +1679584 X Evidence of a structure in $\bar{K}^{0} \Lambda _{c}^{+}$ consistent with a charged $\Xi _c(2930)^{+}$ , and updated measurement of $\bar{B}^{0} \rightarrow \bar{K}^{0} \Lambda _{c}^{+} \bar{\Lambda }_{c}^{-}$ at Belle 1679886 . Measurement of the spectral function for the $\tau^-\to K^-K_S\nu_{\tau}$ decay -1680647 . Observation of $\Upsilon(2S)\to\gamma \eta_{b}(1S)$ decay -1681440 . Search for the lepton-flavor-violating decay $B^{0}\to K^{\ast 0} \mu^{\pm} e^{\mp}$ +1680647 X Observation of $\Upsilon(2S)\to\gamma \eta_{b}(1S)$ decay +1681440 X Search for the lepton-flavor-violating decay $B^{0}\to K^{\ast 0} \mu^{\pm} e^{\mp}$ 1683069 . Measurements of branching fraction and $CP$ asymmetry of the $\bar{B}^{0}(B^{0})\to K^{0}_{S}K^{\mp}\pi^{\pm}$ decay at Belle -1684192 . Observation of $B^{+} \rightarrow p\bar{\Lambda} K^+ K^-$ and $B^{+} \rightarrow \bar{p}\Lambda K^+ K^+$ +1684192 X Observation of $B^{+} \rightarrow p\bar{\Lambda} K^+ K^-$ and $B^{+} \rightarrow \bar{p}\Lambda K^+ K^+$ 1684644 . Study of charmless decays $B^{\pm} \to K^{0}_{S} K^{0}_{S} h^{\pm}$ ($h=K,\pi$) at Belle 1687566 . Observation of Transverse $\Lambda/\bar{\Lambda}$ Hyperon Polarization in $e^+e^-$ Annihilation at Belle 1691222 . Measurement of the $\gamma^{\star}\gamma^{\star} \to \eta'$ transition form factor -1691954 . Observation of the decay $D^0\rightarrow K^-\pi^+e^+e^-$ +1691954 X Observation of the decay $D^0\rightarrow K^-\pi^+e^+e^-$ 1692393 X The Belle II Physics Book 1693396 . Measurement of CKM Matrix Element $|V_{cb}|$ from $\bar{B} \to D^{*+} \ell^{-} \bar{\nu}_\ell$ -1694309 . Search for a light CP-odd Higgs boson and low-mass dark matter at the Belle experiment -1696692 . Measurement of the branching fraction and time-dependent $CP$ asymmetry for $B^0\to J/\psi\pi^0$ decays -1697367 . Measurement of time-dependent $CP$ violation in $B^0 \to K^0_S \pi^0 \pi^0$ decays -1698003 . Search for a Stable Six-Quark State at BABAR -1698390 . Observation of $\Xi(1620)^0$ and evidence for $\Xi(1690)^0$ in $\Xi_c^+ \rightarrow \Xi^-\pi^+\pi^+$ decays +1694309 X Search for a light CP-odd Higgs boson and low-mass dark matter at the Belle experiment +1696692 X Measurement of the branching fraction and time-dependent $CP$ asymmetry for $B^0\to J/\psi\pi^0$ decays +1697367 X Measurement of time-dependent $CP$ violation in $B^0 \to K^0_S \pi^0 \pi^0$ decays +1698003 X Search for a Stable Six-Quark State at BABAR +1698390 X Observation of $\Xi(1620)^0$ and evidence for $\Xi(1690)^0$ in $\Xi_c^+ \rightarrow \Xi^-\pi^+\pi^+$ decays 1698419 . Search for $CP$ violation with Kinematic Asymmetries in the $D^{0}\rightarrow K^{+}K^{-}\pi^{+}\pi^{-}$ Decay 1700174 . Observation of $e^+e^- \to \gamma \chi_{c1}$ and search for $e^+e^- \to \gamma \chi_{c0}, \gamma \chi_{c2},$ and $\gamma\eta_c$ at $\sqrt{s}$ near 10.6 GeV at Belle -1701180 . Search for the rare decay of $B^+ \to \ell^{\,+} \nu_{\ell} \gamma$ with improved hadronic tagging -1705069 . First measurements of absolute branching fractions of $\Xi_c^0$ at Belle -1716258 . Search for the $B \to Y(4260) K, ~Y(4260) \to J/\psi \pi^+\pi^-$ decays +1701180 X Search for the rare decay of $B^+ \to \ell^{\,+} \nu_{\ell} \gamma$ with improved hadronic tagging +1705069 X First measurements of absolute branching fractions of $\Xi_c^0$ at Belle +1716258 X Search for the $B \to Y(4260) K, ~Y(4260) \to J/\psi \pi^+\pi^-$ decays 1718551 ! Transverse momentum dependent production cross sections of charged pions, kaons and protons produced in inclusive $e^+e^-$ annihilation at $\sqrt{s}=$ 10.58 GeV diff --git a/include/Rivet/Tools/ParticleName.hh b/include/Rivet/Tools/ParticleName.hh --- a/include/Rivet/Tools/ParticleName.hh +++ b/include/Rivet/Tools/ParticleName.hh @@ -1,272 +1,291 @@ #ifndef RIVET_PARTICLENAME_HH #define RIVET_PARTICLENAME_HH #include "Rivet/Particle.fhh" #include "Rivet/Tools/Exceptions.hh" // cython includes termio.h on some systems, // which #defines a B0 = 0 macro #undef B0 namespace Rivet { namespace PID { /// Static const convenience particle ID names /// Special wildcard particle name static const PdgId ANY = 10000; /// @name Charged leptons //@{ static const PdgId ELECTRON = 11; static const PdgId POSITRON = -ELECTRON; static const PdgId EMINUS = ELECTRON; static const PdgId EPLUS = POSITRON; static const PdgId MUON = 13; static const PdgId ANTIMUON = -MUON; static const PdgId TAU = 15; static const PdgId ANTITAU = -TAU; //@} /// @name Neutrinos //@{ static const PdgId NU_E = 12; static const PdgId NU_EBAR = -NU_E; static const PdgId NU_MU = 14; static const PdgId NU_MUBAR = -NU_MU; static const PdgId NU_TAU = 16; static const PdgId NU_TAUBAR = -NU_TAU; //@} /// @name Bosons //@{ static const PdgId PHOTON = 22; static const PdgId GAMMA = PHOTON; static const PdgId GLUON = 21; static const PdgId WPLUSBOSON = 24; static const PdgId WMINUSBOSON = -WPLUSBOSON; static const PdgId WPLUS = WPLUSBOSON; static const PdgId WMINUS = WMINUSBOSON; static const PdgId Z0BOSON = 23; static const PdgId ZBOSON = Z0BOSON; static const PdgId Z0 = Z0BOSON; static const PdgId HIGGSBOSON = 25; static const PdgId HIGGS = HIGGSBOSON; static const PdgId H0BOSON = HIGGSBOSON; static const PdgId HBOSON = HIGGSBOSON; //@} /// @name Quarks //@{ static const PdgId DQUARK = 1; static const PdgId UQUARK = 2; static const PdgId SQUARK = 3; static const PdgId CQUARK = 4; static const PdgId BQUARK = 5; static const PdgId TQUARK = 6; //@} /// @name Nucleons //@{ static const PdgId PROTON = 2212; static const PdgId ANTIPROTON = -PROTON; static const PdgId PBAR = ANTIPROTON; static const PdgId NEUTRON = 2112; static const PdgId ANTINEUTRON = -NEUTRON; //@} /// @name Light mesons //@{ static const PdgId PI0 = 111; static const PdgId PIPLUS = 211; static const PdgId PIMINUS = -PIPLUS; static const PdgId RHO0 = 113; static const PdgId RHOPLUS = 213; static const PdgId RHOMINUS = -RHOPLUS; static const PdgId K0L = 130; static const PdgId K0S = 310; static const PdgId KPLUS = 321; static const PdgId KMINUS = -KPLUS; static const PdgId ETA = 221; static const PdgId ETAPRIME = 331; static const PdgId PHI = 333; static const PdgId OMEGA = 223; //@} /// @name Charmonia //@{ static const PdgId ETAC = 441; static const PdgId JPSI = 443; static const PdgId PSI2S = 100443; //@} /// @name Charm mesons //@{ static const PdgId D0 = 421; static const PdgId D0BAR = -421; static const PdgId DPLUS = 411; static const PdgId DMINUS = -DPLUS; static const PdgId DSTARPLUS = 413; static const PdgId DSTARMINUS = -DSTARPLUS; static const PdgId DSPLUS = 431; static const PdgId DSMINUS = -DSPLUS; //@} /// @name Bottomonia //@{ static const PdgId ETAB = 551; static const PdgId UPSILON1S = 553; static const PdgId UPSILON2S = 100553; static const PdgId UPSILON3S = 200553; static const PdgId UPSILON4S = 300553; //@} /// @name b mesons //@{ static const PdgId B0 = 511; static const PdgId B0BAR = -511; static const PdgId BPLUS = 521; static const PdgId BMINUS = -BPLUS; static const PdgId B0S = 531; static const PdgId BCPLUS = 541; static const PdgId BCMINUS = -BCPLUS; //@} /// @name Baryons //@{ static const PdgId LAMBDA = 3122; static const PdgId SIGMA0 = 3212; static const PdgId SIGMAPLUS = 3222; static const PdgId SIGMAMINUS = 3112; static const PdgId LAMBDACPLUS = 4122; static const PdgId LAMBDACMINUS = 4122; static const PdgId LAMBDAB = 5122; static const PdgId XI0 = 3322; static const PdgId XIMINUS = 3312; static const PdgId XIPLUS = -XIMINUS; static const PdgId OMEGAMINUS = 3334; static const PdgId OMEGAPLUS = -OMEGAMINUS; //@} /// @name Exotic/weird stuff //@{ static const PdgId REGGEON = 110; static const PdgId POMERON = 990; static const PdgId ODDERON = 9990; static const PdgId GRAVITON = 39; static const PdgId NEUTRALINO1 = 1000022; static const PdgId GRAVITINO = 1000039; static const PdgId GLUINO = 1000021; /// @todo Add axion, black hole remnant, etc. on demand //@} + /// @name Nuclei + //@{ + static const PdgId DEUTERON = 1000010020; + static const PdgId ALUMINIUM = 1000130270; + static const PdgId COPPER = 1000290630; + static const PdgId XENON = 1000541290; + static const PdgId GOLD = 1000791970; + static const PdgId LEAD = 1000822080; + static const PdgId URANIUM = 1000922380; + /// @todo Add other nuclei on demand + //@} + /// Handler for particle name code <-> string conversion /// /// @todo Hide this utility class or equiv in an unnamed namespace in a .cc file. class ParticleNames { public: static const std::string& particleName(PdgId pid) { /// @todo Isn't there a nicer, pointerless way to do singletons? if (!_instance) _instance = unique_ptr(new ParticleNames); return _instance->_particleName(pid); } static PdgId particleId(const std::string& pname) { /// @todo Isn't there a nicer, pointerless way to do singletons? if (!_instance) _instance = unique_ptr(new ParticleNames); return _instance->_particleId(pname); } const std::string& _particleName(PdgId pid); PdgId _particleId(const std::string& pname); private: ParticleNames() { _add_pid_name(ELECTRON, "ELECTRON"); _add_pid_name(POSITRON, "POSITRON"); _add_pid_name(PROTON, "PROTON"); _add_pid_name(ANTIPROTON, "ANTIPROTON"); _add_pid_name(PHOTON, "PHOTON"); _add_pid_name(NEUTRON, "NEUTRON"); _add_pid_name(ANTINEUTRON, "ANTINEUTRON"); _add_pid_name(MUON, "MUON"); _add_pid_name(ANTIMUON, "ANTIMUON"); _add_pid_name(NU_E, "NU_E"); _add_pid_name(NU_EBAR, "NU_EBAR"); _add_pid_name(NU_MU, "NU_MU"); _add_pid_name(NU_MUBAR, "NU_MUBAR"); _add_pid_name(NU_TAU, "NU_TAU"); _add_pid_name(NU_TAUBAR, "NU_TAUBAR"); _add_pid_name(PIPLUS, "PIPLUS"); _add_pid_name(PIMINUS, "PIMINUS"); _add_pid_name(TAU, "TAU"); _add_pid_name(WPLUSBOSON, "WPLUSBOSON"); _add_pid_name(WMINUSBOSON, "WMINUSBOSON"); _add_pid_name(ZBOSON, "ZBOSON"); _add_pid_name(HIGGS, "HIGGS"); _add_pid_name(ANTITAU, "ANTITAU"); + _add_pid_name(DEUTERON, "DEUTERON"); + _add_pid_name(ALUMINIUM, "ALUMINIUM"); + _add_pid_name(COPPER, "COPPER"); + _add_pid_name(XENON, "XENON"); + _add_pid_name(GOLD, "GOLD"); + _add_pid_name(LEAD, "LEAD"); + _add_pid_name(URANIUM, "URANIUM"); _add_pid_name(ANY, "*"); } void _add_pid_name(PdgId pid, const std::string& pname) { _ids_names[pid] = pname; _names_ids[pname] = pid; } static unique_ptr _instance; std::map _ids_names; std::map _names_ids; }; /// Print a PdgId as a named string. inline const std::string& toParticleName(PdgId p) { return ParticleNames::particleName(p); } /// Print a PdgId as a named string. inline PdgId toParticleId(const std::string& pname) { return ParticleNames::particleId(pname); } /// Convenience maker of particle ID pairs from PdgIds. inline std::pair make_pdgid_pair(PdgId a, PdgId b) { return make_pair(a, b); } /// Convenience maker of particle ID pairs from particle names. inline std::pair make_pdgid_pair(const std::string& a, const std::string& b) { const PdgId pa = toParticleId(a); const PdgId pb = toParticleId(b); return make_pair(pa, pb); } /// Print a PdgIdPair as a string. inline std::string toBeamsString(const PdgIdPair& pair) { string out = "[" + toParticleName(pair.first) + ", " + toParticleName(pair.second) + "]"; return out; } } } #endif diff --git a/src/Core/AnalysisHandler.cc b/src/Core/AnalysisHandler.cc --- a/src/Core/AnalysisHandler.cc +++ b/src/Core/AnalysisHandler.cc @@ -1,689 +1,691 @@ // -*- C++ -*- #include "Rivet/Config/RivetCommon.hh" #include "Rivet/AnalysisHandler.hh" #include "Rivet/Analysis.hh" #include "Rivet/Tools/ParticleName.hh" #include "Rivet/Tools/BeamConstraint.hh" #include "Rivet/Tools/Logging.hh" #include "Rivet/Projections/Beam.hh" #include "YODA/IO.h" #include #include using std::cout; using std::cerr; namespace Rivet { AnalysisHandler::AnalysisHandler(const string& runname) : _runname(runname), _initialised(false), _ignoreBeams(false), _defaultWeightIdx(0), _dumpPeriod(0), _dumping(false) { } AnalysisHandler::~AnalysisHandler() { } Log& AnalysisHandler::getLog() const { return Log::getLog("Rivet.Analysis.Handler"); } /// http://stackoverflow.com/questions/4654636/how-to-determine-if-a-string-is-a-number-with-c namespace { bool is_number(const std::string& s) { std::string::const_iterator it = s.begin(); while (it != s.end() && std::isdigit(*it)) ++it; return !s.empty() && it == s.end(); } } /// Check if any of the weightnames is not a number bool AnalysisHandler::haveNamedWeights() const { bool dec=false; for (unsigned int i=0;i<_weightNames.size();++i) { string s = _weightNames[i]; if (!is_number(s)) { dec=true; break; } } return dec; } void AnalysisHandler::init(const GenEvent& ge) { if (_initialised) throw UserError("AnalysisHandler::init has already been called: cannot re-initialize!"); /// @todo Should the Rivet analysis objects know about weight names? setRunBeams(Rivet::beams(ge)); MSG_DEBUG("Initialising the analysis handler"); _eventNumber = ge.event_number(); setWeightNames(ge); if (haveNamedWeights()) MSG_INFO("Using named weights"); else MSG_INFO("NOT using named weights. Using first weight as nominal weight"); _eventCounter = CounterPtr(weightNames(), Counter("_EVTCOUNT")); // Set the cross section based on what is reported by this event. if (ge.cross_section()) { MSG_TRACE("Getting cross section."); double xs = ge.cross_section()->cross_section(); double xserr = ge.cross_section()->cross_section_error(); setCrossSection(xs, xserr); } // Check that analyses are beam-compatible, and remove those that aren't const size_t num_anas_requested = analysisNames().size(); vector anamestodelete; for (const AnaHandle a : analyses()) { if (!_ignoreBeams && !a->isCompatible(beams())) { //MSG_DEBUG(a->name() << " requires beams " << a->requiredBeams() << " @ " << a->requiredEnergies() << " GeV"); anamestodelete.push_back(a->name()); } } for (const string& aname : anamestodelete) { MSG_WARNING("Analysis '" << aname << "' is incompatible with the provided beams: removing"); removeAnalysis(aname); } if (num_anas_requested > 0 && analysisNames().empty()) { cerr << "All analyses were incompatible with the first event's beams\n" << "Exiting, since this probably wasn't intentional!" << endl; exit(1); } // Warn if any analysis' status is not unblemished for (const AnaHandle a : analyses()) { if ( a->info().preliminary() ) { MSG_WARNING("Analysis '" << a->name() << "' is preliminary: be careful, it may change and/or be renamed!"); } else if ( a->info().obsolete() ) { MSG_WARNING("Analysis '" << a->name() << "' is obsolete: please update!"); } else if (( a->info().unvalidated() ) ) { MSG_WARNING("Analysis '" << a->name() << "' is unvalidated: be careful, it may be broken!"); } } // Initialize the remaining analyses _stage = Stage::INIT; for (AnaHandle a : analyses()) { MSG_DEBUG("Initialising analysis: " << a->name()); try { // Allow projection registration in the init phase onwards a->_allowProjReg = true; a->init(); //MSG_DEBUG("Checking consistency of analysis: " << a->name()); //a->checkConsistency(); } catch (const Error& err) { cerr << "Error in " << a->name() << "::init method: " << err.what() << endl; exit(1); } MSG_DEBUG("Done initialising analysis: " << a->name()); } _stage = Stage::OTHER; _initialised = true; MSG_DEBUG("Analysis handler initialised"); } void AnalysisHandler::setWeightNames(const GenEvent& ge) { _weightNames = HepMCUtils::weightNames(ge); if ( _weightNames.empty() ) _weightNames.push_back(""); for ( int i = 0, N = _weightNames.size(); i < N; ++i ) if ( _weightNames[i] == "" ) _defaultWeightIdx = i; } void AnalysisHandler::analyze(const GenEvent& ge) { // Call init with event as template if not already initialised if (!_initialised) init(ge); assert(_initialised); // Ensure that beam details match those from the first event (if we're checking beams) if ( !_ignoreBeams ) { const PdgIdPair beams = Rivet::beamIds(ge); const double sqrts = Rivet::sqrtS(ge); if (!compatible(beams, _beams) || !fuzzyEquals(sqrts, sqrtS())) { cerr << "Event beams mismatch: " << PID::toBeamsString(beams) << " @ " << sqrts/GeV << " GeV" << " vs. first beams " << this->beams() << " @ " << this->sqrtS()/GeV << " GeV" << endl; exit(1); } } // Create the Rivet event wrapper /// @todo Filter/normalize the event here bool strip = ( getEnvParam("RIVET_STRIP_HEPMC", string("NOOOO") ) != "NOOOO" ); Event event(ge, strip); // set the cross section based on what is reported by this event. // if no cross section MSG_TRACE("getting cross section."); if (ge.cross_section()) { MSG_TRACE("getting cross section from GenEvent."); double xs = ge.cross_section()->cross_section(); double xserr = ge.cross_section()->cross_section_error(); setCrossSection(xs, xserr); } // Won't happen for first event because _eventNumber is set in init() if (_eventNumber != ge.event_number()) { /// @todo Can we get away with not passing a matrix? MSG_TRACE("AnalysisHandler::analyze(): Pushing _eventCounter to persistent."); _eventCounter.get()->pushToPersistent(_subEventWeights); // if this is indeed a new event, push the temporary // histograms and reset for (const AnaHandle& a : analyses()) { for (auto ao : a->analysisObjects()) { MSG_TRACE("AnalysisHandler::analyze(): Pushing " << a->name() << "'s " << ao->name() << " to persistent."); ao.get()->pushToPersistent(_subEventWeights); } MSG_TRACE("AnalysisHandler::analyze(): finished pushing " << a->name() << "'s objects to persistent."); } _eventNumber = ge.event_number(); MSG_DEBUG("nominal event # " << _eventCounter.get()->_persistent[0]->numEntries()); MSG_DEBUG("nominal sum of weights: " << _eventCounter.get()->_persistent[0]->sumW()); MSG_DEBUG("Event has " << _subEventWeights.size() << " sub events."); _subEventWeights.clear(); } MSG_TRACE("starting new sub event"); _eventCounter.get()->newSubEvent(); for (const AnaHandle& a : analyses()) { for (auto ao : a->analysisObjects()) { ao.get()->newSubEvent(); } } _subEventWeights.push_back(event.weights()); MSG_DEBUG("Analyzing subevent #" << _subEventWeights.size() - 1 << "."); _eventCounter->fill(); // Run the analyses for (AnaHandle a : analyses()) { MSG_TRACE("About to run analysis " << a->name()); try { a->analyze(event); } catch (const Error& err) { cerr << "Error in " << a->name() << "::analyze method: " << err.what() << endl; exit(1); } MSG_TRACE("Finished running analysis " << a->name()); } if ( _dumpPeriod > 0 && numEvents() > 0 && numEvents()%_dumpPeriod == 0 ) { MSG_INFO("Dumping intermediate results to " << _dumpFile << "."); _dumping = numEvents()/_dumpPeriod; finalize(); writeData(_dumpFile); _dumping = 0; } } void AnalysisHandler::analyze(const GenEvent* ge) { if (ge == nullptr) { MSG_ERROR("AnalysisHandler received null pointer to GenEvent"); //throw Error("AnalysisHandler received null pointer to GenEvent"); } analyze(*ge); } void AnalysisHandler::finalize() { if (!_initialised) return; MSG_INFO("Finalising analyses"); _stage = Stage::FINALIZE; // First push all analyses' objects to persistent and final MSG_TRACE("AnalysisHandler::finalize(): Pushing analysis objects to persistent."); _eventCounter.get()->pushToPersistent(_subEventWeights); _eventCounter.get()->pushToFinal(); _xs.get()->pushToFinal(); for (const AnaHandle& a : analyses()) { for (auto ao : a->analysisObjects()) { ao.get()->pushToPersistent(_subEventWeights); ao.get()->pushToFinal(); } } for (AnaHandle a : analyses()) { if ( _dumping && !a->info().reentrant() ) { if ( _dumping == 1 ) MSG_INFO("Skipping finalize in periodic dump of " << a->name() << " as it is not declared reentrant."); continue; } for (size_t iW = 0; iW < numWeights(); iW++) { _eventCounter.get()->setActiveFinalWeightIdx(iW); _xs.get()->setActiveFinalWeightIdx(iW); for (auto ao : a->analysisObjects()) ao.get()->setActiveFinalWeightIdx(iW); try { MSG_TRACE("running " << a->name() << "::finalize() for weight " << iW << "."); a->finalize(); } catch (const Error& err) { cerr << "Error in " << a->name() << "::finalize method: " << err.what() << '\n'; exit(1); } } } // Print out number of events processed const int nevts = numEvents(); MSG_INFO("Processed " << nevts << " event" << (nevts != 1 ? "s" : "")); _stage = Stage::OTHER; if ( _dumping ) return; // Print out MCnet boilerplate - cout << endl; - cout << "The MCnet usage guidelines apply to Rivet: see http://www.montecarlonet.org/GUIDELINES" << endl; - cout << "Please acknowledge plots made with Rivet analyses, and cite arXiv:1003.0694 (http://arxiv.org/abs/1003.0694)" << endl; + if (getLog().getLevel()<=20){ + cout << endl; + cout << "The MCnet usage guidelines apply to Rivet: see http://www.montecarlonet.org/GUIDELINES" << endl; + cout << "Please acknowledge plots made with Rivet analyses, and cite arXiv:1003.0694 (http://arxiv.org/abs/1003.0694)" << endl; + } } AnalysisHandler& AnalysisHandler::addAnalysis(const string& analysisname, std::map pars) { // Make an option handle. std::string parHandle = ""; for (map::iterator par = pars.begin(); par != pars.end(); ++par) { parHandle +=":"; parHandle += par->first + "=" + par->second; } return addAnalysis(analysisname + parHandle); } AnalysisHandler& AnalysisHandler::addAnalysis(const string& analysisname) { // Check for a duplicate analysis /// @todo Might we want to be able to run an analysis twice, with different params? /// Requires avoiding histo tree clashes, i.e. storing the histos on the analysis objects. string ananame = analysisname; vector anaopt = split(analysisname, ":"); if ( anaopt.size() > 1 ) ananame = anaopt[0]; AnaHandle analysis( AnalysisLoader::getAnalysis(ananame) ); if (analysis.get() != 0) { // < Check for null analysis. MSG_DEBUG("Adding analysis '" << analysisname << "'"); map opts; for ( int i = 1, N = anaopt.size(); i < N; ++i ) { vector opt = split(anaopt[i], "="); if ( opt.size() != 2 ) { MSG_WARNING("Error in option specification. Skipping analysis " << analysisname); return *this; } if ( !analysis->info().validOption(opt[0], opt[1]) ) { MSG_WARNING("Cannot set option '" << opt[0] << "' to '" << opt[1] << "'. Skipping analysis " << analysisname); return *this; } opts[opt[0]] = opt[1]; } for ( auto opt: opts) { analysis->_options[opt.first] = opt.second; analysis->_optstring += ":" + opt.first + "=" + opt.second; } for (const AnaHandle& a : analyses()) { if (a->name() == analysis->name() ) { MSG_WARNING("Analysis '" << analysisname << "' already registered: skipping duplicate"); return *this; } } analysis->_analysishandler = this; _analyses[analysisname] = analysis; } else { MSG_WARNING("Analysis '" << analysisname << "' not found."); } // MSG_WARNING(_analyses.size()); // for (const AnaHandle& a : _analyses) MSG_WARNING(a->name()); return *this; } AnalysisHandler& AnalysisHandler::removeAnalysis(const string& analysisname) { MSG_DEBUG("Removing analysis '" << analysisname << "'"); if (_analyses.find(analysisname) != _analyses.end()) _analyses.erase(analysisname); // } return *this; } // void AnalysisHandler::addData(const std::vector& aos) { // for (const YODA::AnalysisObjectPtr ao : aos) { // string path = ao->path(); // if ( path.substr(0, 5) != "/RAW/" ) { // _orphanedPreloads.push_back(ao); // continue; // } // path = path.substr(4); // ao->setPath(path); // if (path.size() > 1) { // path > "/" // try { // const string ananame = ::split(path, "/")[0]; // AnaHandle a = analysis(ananame); // /// @todo FIXXXXX // //MultiweightAOPtr mao = ????; /// @todo generate right Multiweight object from ao // //a->addAnalysisObject(mao); /// @todo Need to statistically merge... // } catch (const Error& e) { // MSG_TRACE("Adding analysis object " << path << // " to the list of orphans."); // _orphanedPreloads.push_back(ao); // } // } // } // } void AnalysisHandler::stripOptions(YODA::AnalysisObjectPtr ao, const vector & delopts) const { string path = ao->path(); string ananame = split(path, "/")[0]; vector anaopts = split(ananame, ":"); for ( int i = 1, N = anaopts.size(); i < N; ++i ) for ( auto opt : delopts ) if ( opt == "*" || anaopts[i].find(opt + "=") == 0 ) path.replace(path.find(":" + anaopts[i]), (":" + anaopts[i]).length(), ""); ao->setPath(path); } void AnalysisHandler::mergeYodas(const vector & aofiles, const vector & delopts, bool equiv) { // Convenient typedef; typedef multimap AOMap; // Store all found weights here. set foundWeightNames; // Stor all found analyses. set foundAnalyses; // Store all analysis objects here. vector allaos; // Go through all files and collect information. for ( auto file : aofiles ) { allaos.push_back(AOMap()); AOMap & aomap = allaos.back(); vector aos_raw; try { YODA::read(file, aos_raw); } catch (...) { //< YODA::ReadError& throw UserError("Unexpected error in reading file: " + file); } for (YODA::AnalysisObject* aor : aos_raw) { YODA::AnalysisObjectPtr ao(aor); AOPath path(ao->path()); if ( !path ) throw UserError("Invalid path name in file: " + file); if ( !path.isRaw() ) continue; foundWeightNames.insert(path.weight()); // Now check if any options should be removed. for ( string delopt : delopts ) if ( path.hasOption(delopt) ) path.removeOption(delopt); path.setPath(); if ( path.analysisWithOptions() != "" ) foundAnalyses.insert(path.analysisWithOptions()); aomap.insert(make_pair(path.path(), ao)); } } // Now make analysis handler aware of the weight names present. _weightNames.clear(); _weightNames.push_back(""); _defaultWeightIdx = 0; for ( string name : foundWeightNames ) _weightNames.push_back(name); // Then we create and initialize all analyses for ( string ananame : foundAnalyses ) addAnalysis(ananame); for (AnaHandle a : analyses() ) { MSG_TRACE("Initialising analysis: " << a->name()); if ( !a->info().reentrant() ) MSG_WARNING("Analysis " << a->name() << " has not been validated to have " << "a reentrant finalize method. The merged result is unpredictable."); try { // Allow projection registration in the init phase onwards a->_allowProjReg = true; a->init(); } catch (const Error& err) { cerr << "Error in " << a->name() << "::init method: " << err.what() << endl; exit(1); } MSG_TRACE("Done initialising analysis: " << a->name()); } // Now get all booked analysis objects. vector raos; for (AnaHandle a : analyses()) { for (const auto & ao : a->analysisObjects()) { raos.push_back(ao); } } // Collect global weights and xcoss sections and fix scaling for // all files. _eventCounter = CounterPtr(weightNames(), Counter("_EVTCOUNT")); _xs = Scatter1DPtr(weightNames(), Scatter1D("_XSEC")); for (size_t iW = 0; iW < numWeights(); iW++) { _eventCounter.get()->setActiveWeightIdx(iW); _xs.get()->setActiveWeightIdx(iW); YODA::Counter & sumw = *_eventCounter; YODA::Scatter1D & xsec = *_xs; vector xsecs; vector sows; for ( auto & aomap : allaos ) { auto xit = aomap.find(xsec.path()); if ( xit == aomap.end() ) xsecs.push_back(dynamic_pointer_cast(xit->second)); else xsecs.push_back(YODA::Scatter1DPtr()); xit = aomap.find(sumw.path()); if ( xit == aomap.end() ) sows.push_back(dynamic_pointer_cast(xit->second)); else sows.push_back(YODA::CounterPtr()); } double xs = 0.0, xserr = 0.0; for ( int i = 0, N = sows.size(); i < N; ++i ) { if ( !sows[i] || !xsecs[i] ) continue; double xseci = xsecs[i]->point(0).x(); double xsecerri = sqr(xsecs[i]->point(0).xErrAvg()); sumw += *sows[i]; double effnent = sows[i]->effNumEntries(); xs += (equiv? effnent: 1.0)*xseci; xserr += (equiv? sqr(effnent): 1.0)*xsecerri; } vector scales(sows.size(), 1.0); if ( equiv ) { xs /= sumw.effNumEntries(); xserr = sqrt(xserr)/sumw.effNumEntries(); } else { xserr = sqrt(xserr); for ( int i = 0, N = sows.size(); i < N; ++i ) scales[i] = (sumw.sumW()/sows[i]->sumW())* (xsecs[i]->point(0).x()/xs); } xsec.point(0) = Point1D(xs, xserr); // Go through alla analyses and add stuff to their analysis objects; for (AnaHandle a : analyses()) { for (const auto & ao : a->analysisObjects()) { ao.get()->setActiveWeightIdx(iW); YODA::AnalysisObjectPtr yao = ao.get()->activeYODAPtr(); for ( int i = 0, N = sows.size(); i < N; ++i ) { if ( !sows[i] || !xsecs[i] ) continue; auto range = allaos[i].equal_range(yao->path()); for ( auto aoit = range.first; aoit != range.second; ++aoit ) if ( !addaos(yao, aoit->second, scales[i]) ) MSG_WARNING("Cannot merge objects with path " << yao->path() <<" of type " << yao->annotation("Type") ); } ao.get()->unsetActiveWeight(); } } _eventCounter.get()->unsetActiveWeight(); _xs.get()->unsetActiveWeight(); } // Finally we just have to finalize all analyses, leaving to the // controlling program to write it out some yoda-file. finalize(); } void AnalysisHandler::readData(const string& filename) { try { /// @todo Use new YODA SFINAE to fill the smart ptr vector directly vector aos_raw; YODA::read(filename, aos_raw); for (YODA::AnalysisObject* aor : aos_raw) _preloads[aor->path()] = YODA::AnalysisObjectPtr(aor); } catch (...) { //< YODA::ReadError& throw UserError("Unexpected error in reading file: " + filename); } } vector AnalysisHandler::getRivetAOs() const { vector rtn; for (AnaHandle a : analyses()) { for (const auto & ao : a->analysisObjects()) { rtn.push_back(ao); } } rtn.push_back(_eventCounter); rtn.push_back(_xs); return rtn; } void AnalysisHandler::writeData(const string& filename) const { // This is where we store the OAs to be written. vector output; // First get all multiwight AOs vector raos = getRivetAOs(); output.reserve(raos.size()*2*numWeights()); // Fix the oredering so that default weight is written out first. vector order; if ( _defaultWeightIdx >= 0 && _defaultWeightIdx < numWeights() ) order.push_back(_defaultWeightIdx); for ( size_t i = 0; i < numWeights(); ++i ) if ( i != _defaultWeightIdx ) order.push_back(i); // Then we go through all finalized AOs one weight at a time for (size_t iW : order ) { for ( auto rao : raos ) { rao.get()->setActiveFinalWeightIdx(iW); if ( rao->path().find("/TMP/") != string::npos ) continue; output.push_back(rao.get()->activeYODAPtr()); } } // Finally the RAW objects. for (size_t iW : order ) { for ( auto rao : raos ) { rao.get()->setActiveWeightIdx(iW); output.push_back(rao.get()->activeYODAPtr()); } } try { YODA::write(filename, output.begin(), output.end()); } catch (...) { //< YODA::WriteError& throw UserError("Unexpected error in writing file: " + filename); } } string AnalysisHandler::runName() const { return _runname; } size_t AnalysisHandler::numEvents() const { return _eventCounter->numEntries(); } std::vector AnalysisHandler::analysisNames() const { std::vector rtn; for (AnaHandle a : analyses()) { rtn.push_back(a->name()); } return rtn; } AnalysisHandler& AnalysisHandler::addAnalyses(const std::vector& analysisnames) { for (const string& aname : analysisnames) { //MSG_DEBUG("Adding analysis '" << aname << "'"); addAnalysis(aname); } return *this; } AnalysisHandler& AnalysisHandler::removeAnalyses(const std::vector& analysisnames) { for (const string& aname : analysisnames) { removeAnalysis(aname); } return *this; } AnalysisHandler& AnalysisHandler::setCrossSection(double xs, double xserr) { _xs = Scatter1DPtr(weightNames(), Scatter1D("_XSEC")); _eventCounter.get()->setActiveWeightIdx(_defaultWeightIdx); double nomwgt = sumW(); // The cross section of each weight variation is the nominal cross section // times the sumW(variation) / sumW(nominal). // This way the cross section will work correctly for (size_t iW = 0; iW < numWeights(); iW++) { _eventCounter.get()->setActiveWeightIdx(iW); double s = sumW() / nomwgt; _xs.get()->setActiveWeightIdx(iW); _xs->addPoint(xs*s, xserr*s); } _eventCounter.get()->unsetActiveWeight(); _xs.get()->unsetActiveWeight(); return *this; } AnalysisHandler& AnalysisHandler::addAnalysis(Analysis* analysis) { analysis->_analysishandler = this; // _analyses.insert(AnaHandle(analysis)); _analyses[analysis->name()] = AnaHandle(analysis); return *this; } PdgIdPair AnalysisHandler::beamIds() const { return Rivet::beamIds(beams()); } double AnalysisHandler::sqrtS() const { return Rivet::sqrtS(beams()); } void AnalysisHandler::setIgnoreBeams(bool ignore) { _ignoreBeams=ignore; } } diff --git a/src/Tools/ParticleName.cc b/src/Tools/ParticleName.cc --- a/src/Tools/ParticleName.cc +++ b/src/Tools/ParticleName.cc @@ -1,42 +1,49 @@ #include "Rivet/Tools/ParticleName.hh" #include "Rivet/Tools/Utils.hh" namespace Rivet { namespace PID { // Initialise ParticleNames singleton pointer unique_ptr ParticleNames::_instance = nullptr; const std::string& ParticleNames::_particleName(PdgId pid) { if (_ids_names.find(pid) == _ids_names.end()) { throw PidError("Particle ID '" + lexical_cast(pid) + "' not known."); } return _ids_names[pid]; } PdgId ParticleNames::_particleId(const std::string& pname) { if (_names_ids.find(pname) == _names_ids.end()) { if (toUpper(pname) == "P+" || toUpper(pname) == "P") return PROTON; if (toUpper(pname) == "P-" || toUpper(pname) == "PBAR") return ANTIPROTON; if (toUpper(pname) == "E-") return ELECTRON; if (toUpper(pname) == "E+") return POSITRON; if (toUpper(pname) == "GAMMA") return PHOTON; if (toUpper(pname) == "N") return NEUTRON; + if (toUpper(pname) == "D") return DEUTERON; + if (toUpper(pname) == "AL") return ALUMINIUM; + if (toUpper(pname) == "CU") return COPPER; + if (toUpper(pname) == "XE") return XENON; + if (toUpper(pname) == "AU") return GOLD; + if (toUpper(pname) == "PB") return LEAD; + if (toUpper(pname) == "U") return URANIUM; try { PdgId rtn = lexical_cast(pname); return rtn; } catch (const bad_lexical_cast& blc) { throw PidError("Particle name '" + pname + "' not known and could not be directly cast to a PDG ID."); } } return _names_ids[pname]; } } }