diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6427 +1,6429 @@ 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 * Add RIVET_WEIGHT_INDEX=-1 -> ignore event weights behaviour. Slow, but sometimes useful for debug. 2018-08-29 Christian Gutschow * Allow reference data file name to be different from plugin name via setRefDataName(fname) method, aiming to unify HepData records. 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-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/pluginATLAS/ATLAS_2017_I1517194.cc b/analyses/pluginATLAS/ATLAS_2017_I1517194.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194.cc @@ -0,0 +1,242 @@ +// -*- C++ -*- +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/MissingMomentum.hh" +#include "Rivet/Projections/FastJets.hh" +#include "Rivet/Projections/WFinder.hh" + +namespace Rivet { + + + class ATLAS_2017_I1517194 : public Analysis { + public: + + /// @name Constructors etc. + //@{ + + /// Constructor + ///@brief: Electroweak Wjj production at 8 TeV + ATLAS_2017_I1517194(string name="ATLAS_2017_I1517194", size_t mode = 0, + string ref_data="ATLAS_2017_I1517194") : Analysis(name) { + _mode = mode; // default is electron channel + //setRefDataName(ref_data); + } + //@} + + + + /// @name Analysis methods + //@{ + /// Book histograms and initialise projections before the run + void init() { + + const FinalState fs; + // W Selection + WFinder wfinder(fs, Cuts::rap < 2.5 && Cuts::pT >= 25*GeV, _mode? PID::MUON : PID::ELECTRON, 0*GeV, 13*TeV, 0*GeV, 0.1); + declare(wfinder, "WFinder"); + + FastJets jets( wfinder.remainingFinalState(), FastJets::ANTIKT, 0.4); + jets.useMuons(JetAlg::DECAY_MUONS); + jets.useInvisibles(JetAlg::ALL_INVISIBLES); + declare(jets, "Jets_w"); + + MissingMomentum missmom(FinalState(Cuts::eta < 5.0)); + addProjection(missmom, "mm"); + + const vector phase_spaces = { "highmass15", "antiLC", "signal10", + "highmass10", "inclusive", "highmass20", + "antiLCantiJC", "antiJC", "signal", }; + const vector variables = { "dijetmass", "dijetpt", "dphi12", "dy12", "j1pt", "JC", "LC", "ngapjets" }; + size_t hepdataid = 10; + for (size_t group = 0; group < 4; ++group) { + for ( size_t ps=0; ps < phase_spaces.size(); ++ps ) { + for ( size_t var=0; var < variables.size(); ++var ) { + if (group < 2) { + if ((ps == 0 || ps == 2 || ps == 3 || ps == 5) && var == 0) continue; + if ((ps == 1 || ps == 2 || ps > 5) && var > 4) continue; + if (group == 1 && ps == 7 && var == 3) continue; + } + else { + if (ps == 1 || ps == 4 || ps > 5) continue; + if ((ps == 0 || ps == 5) && var < 2) continue; + if (ps == 2 && var > 4) continue; + if ((ps == 0 || ps == 3 || ps == 5) && var == 5) continue; + if (group == 2) { + if ((ps == 0 || ps == 5) && var == 3) continue; + if (ps == 3 && var == 1) continue; + } + else { + if ((ps == 0 || ps == 3 || ps == 5) && var == 6) continue; + if ((ps == 2 || ps == 3) && var < 2) continue; + } + } + + ++hepdataid; + + string label = variables[var]+"_"+phase_spaces[ps]; + //string pre = group > 1? "ew_" : ""; + //std::cout << "rivet -- " << pre << label << suff << " " << hepdataid << std::endl; + string suff = group % 2? "" : "_norm"; + if (group > 1) _hists["ew_" + label + suff] = bookHisto1D(hepdataid, 1, 1); + else _hists[label + suff] = bookHisto1D(hepdataid, 1, 1); + } + } + } + } + + + /// Perform the per-event analysis + void analyze(const Event& event) { + const double weight = event.weight(); + + FourMomentum boson, lepton, neutrino; + const WFinder& wfinder = apply(event, "WFinder"); + const FastJets& jetpro = apply(event, "Jets_w"); + const MissingMomentum& missmom = apply(event, "mm"); + + if ( wfinder.bosons().size() != 1 ) { vetoEvent; } + + boson = wfinder.bosons().front().momentum(); + lepton = wfinder.constituentLeptons().front().momentum(); + neutrino = wfinder.constituentNeutrinos().front().momentum(); + + vector jets; + for (const Jet& jet : jetpro.jetsByPt(30*GeV)) { + if ( fabs(jet.momentum().rapidity()) > 4.4 ) continue; + if ( fabs(deltaR(jet, lepton)) < 0.3 ) continue; + jets.push_back(jet.momentum()); + } + + if (jets.size() < 2) vetoEvent; + + double mT = sqrt( 2.0*lepton.pT()*neutrino.Et()*( 1.0-cos( lepton.phi()-neutrino.phi() ) ) ); + double DeltaRap = fabs( jets[0].rapidity()-jets[1].rapidity() ); + double dijet_mass = FourMomentum(jets[0]+jets[1]).mass(); + size_t nojets = jets.size(); + + if (missmom.vectorEt().mod() < 25*GeV) vetoEvent; + if (jets[0].pT() < 80*GeV) vetoEvent; + if (jets[1].pT() < 60*GeV) vetoEvent; + if (dijet_mass < 500*GeV) vetoEvent; + if (DeltaRap < 2.0) vetoEvent; + if (mT < 40*GeV) vetoEvent; + + // By now, the event has passed all VBF cuts + double DijetPt = FourMomentum(jets[0]+jets[1]).pT(); + double dphi = fabs(jets[0].phi() - jets[1].phi()); + double DeltaPhi = ( dphi<=pi ) ? dphi/pi : (2.*pi-dphi)/pi; + double jet_1_rap = jets[0].rapidity(); + double jet_2_rap = jets[1].rapidity(); + + // Njets in Gap Control Regions info + int njetsingap = 0; + bool firstIsForward = jet_1_rap > jet_2_rap; + int jF = (firstIsForward) ? 0 : 1; // sets most positive jet to be forward index + int jB = (firstIsForward) ? 1 : 0; // sets most negative jet to be backward index + for (size_t j = 2; j < nojets; ++j) { + if ( (jets[j].rapidity()jets[jB].rapidity()) ) njetsingap++; + } + + // Third+ Jet Centrality Cut (Vetos any event that has a jet between raps of the two leading jets) + bool passJC = false; + std::vector JCvals; + JCvals.clear(); + if ( nojets < 3) passJC = true; + else if ( nojets > 2 ) { + passJC = true; + for (size_t j = 2; j < nojets; ++j) { + double jet_3_rap = jets[j].rapidity(); + double jet3gap = fabs(( jet_3_rap - ((jet_1_rap + jet_2_rap)/2.0))/(jet_1_rap - jet_2_rap)); + JCvals.push_back(jet3gap); + if ( jet3gap < 0.4 ) { passJC = false; } + } + } + + double lepton_rap = lepton.rapidity(); + double lep_cent = fabs((lepton_rap - ((jet_1_rap + jet_2_rap)/2.0) )/(jet_1_rap - jet_2_rap)); + bool passLC = (lep_cent < 0.4); + + map phaseSpaces; + phaseSpaces["inclusive"] = true; + phaseSpaces["highmass10"] = (dijet_mass>1000.0*GeV); + phaseSpaces["highmass15"] = (dijet_mass>1500.0*GeV); + phaseSpaces["highmass20"] = (dijet_mass>2000.0*GeV); + phaseSpaces["antiLC"] = ( !passLC && passJC ); + phaseSpaces["antiJC"] = ( passLC && !passJC ); + phaseSpaces["antiLCantiJC"] = ( !passLC && !passJC ); + phaseSpaces["signal"] = ( passLC && passJC ); + phaseSpaces["signal10"] = ( (dijet_mass>1000.0*GeV) && passLC && passJC ); + + for (const auto& ps : phaseSpaces) { + if (!ps.second) continue; + fillHisto("dijetmass_"+ps.first, dijet_mass, weight); + fillHisto("dijetpt_"+ps.first, DijetPt, weight); + fillHisto("dy12_"+ps.first, fabs(jet_1_rap-jet_2_rap), weight); + fillHisto("dphi12_"+ps.first, DeltaPhi, weight); + fillHisto("j1pt_"+ps.first, jets[0].pT(), weight); + if (ps.first == "inclusive" || ps.first.find("highmass") != string::npos) { + fillHisto("LC_"+ps.first, lep_cent, weight); + fillHisto("ngapjets_"+ps.first, njetsingap, weight); + for (auto& jc : JCvals) { + fillHisto("JC_"+ps.first, jc, weight); + } + } + } + + } + + + /// Normalise histograms etc., after the run + void finalize() { + double factor = crossSection()/sumOfWeights()/femtobarn; // refData is in fb + for (const auto& key_hist : _hists) { + scale(key_hist.second, factor); + if (key_hist.first.find("_norm") != string::npos) normalize(key_hist.second); + } + } + + //@} + + + void fillHisto(const string& label, const double value, const double weight) { + if (_hists.find(label) != _hists.end()) { // QCD+EW, absolute + _hists[label]->fill(value, weight); + } + if (_hists.find(label + "_norm") != _hists.end()) { // QCD+EW, normalised + _hists[label + "_norm"]->fill(value, weight); + } + if (_hists.find("ew_" + label) != _hists.end()) { // EW-only, absolute + _hists["ew_" + label]->fill(value, weight); + } + if (_hists.find("ew_" + label + "_norm") != _hists.end()) { // EW-only, normalised + _hists["ew_" + label + "_norm"]->fill(value, weight); + } + } + + + protected: + + size_t _mode; + + private: + + map _hists; + + }; + + + struct ATLAS_2017_I1517194_EL : public ATLAS_2017_I1517194 { + ATLAS_2017_I1517194_EL() : ATLAS_2017_I1517194("ATLAS_2017_I1517194_EL", 0) { } + }; + + struct ATLAS_2017_I1517194_MU : public ATLAS_2017_I1517194 { + ATLAS_2017_I1517194_MU() : ATLAS_2017_I1517194("ATLAS_2017_I1517194_MU", 1) { } + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(ATLAS_2017_I1517194); + DECLARE_RIVET_PLUGIN(ATLAS_2017_I1517194_EL); + DECLARE_RIVET_PLUGIN(ATLAS_2017_I1517194_MU); + + +} diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194.info b/analyses/pluginATLAS/ATLAS_2017_I1517194.info new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194.info @@ -0,0 +1,50 @@ +Name: ATLAS_2017_I1517194 +Year: 2017 +Summary: Electroweak $Wjj$ production at 8~TeV +Experiment: ATLAS +Collider: LHC +InspireID: 1517194 +Status: VALIDATED +Authors: + - Christian Johnson + - Christian Gutschow +References: + - Eur.Phys.J. C77 (2017) no.7, 474 + - arXiv:1703.04362 [hep-ex] +Keywords: + - VJETS + - ELECTROWEAK + - VBF + - VJJ +RunInfo: + $pp$ to electroweak lepton + neutrino + 2~jets at 8~TeV +Luminosity_fb: 20.2 +NeedCrossSection: yes +Beams: [p+, p+] +Energies: [8000] +PtCuts: [30.,30.,25.] +Description: + 'Measurements of the electroweak production of a $W$ boson in association with two jets at high dijet invariant mass + are performed using $\sqrt{s} = 7$ and 8 TeV proton-proton collision data produced by the Large Hadron Collider, + corresponding respectively to 4.7 and 20.2 fb$^{-1}$ of integrated luminosity collected by the ATLAS detector. + The measurements are sensitive to the production of a $W$ boson via a triple-gauge-boson vertex and include both + the fiducial and differential cross sections of the electroweak process.' +BibKey: Aaboud:2017fye +BibTex: '@article{Aaboud:2017fye, + author = "Aaboud, Morad and others", + title = "{Measurements of electroweak $Wjj$ production and + constraints on anomalous gauge couplings with the ATLAS + detector}", + collaboration = "ATLAS", + journal = "Eur. Phys. J.", + volume = "C77", + year = "2017", + number = "7", + pages = "474", + doi = "10.1140/epjc/s10052-017-5007-2", + eprint = "1703.04362", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-2017-008", + SLACcitation = "%%CITATION = ARXIV:1703.04362;%%" +}' diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194.plot b/analyses/pluginATLAS/ATLAS_2017_I1517194.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194.plot @@ -0,0 +1,898 @@ +# BEGIN PLOT /ATLAS_2017_I1517194/d.. +RatioPlotYMax=2.0 +RatioPlotYMin=0.0 +LegendAlign=r +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d11-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d12-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d13-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d14-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d15-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d16-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d17-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d18-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d19-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d20-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d21-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d22-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d23-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d24-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d25-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d26-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d27-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d28-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d29-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d30-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d31-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d32-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d33-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d34-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d35-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d36-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d37-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d38-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d39-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d40-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d41-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d42-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d43-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d44-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d45-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d46-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d47-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d48-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d49-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d50-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d51-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d52-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d53-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d54-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d55-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d56-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d57-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d58-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d59-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d60-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d61-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d62-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d63-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d64-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d65-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d66-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d67-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d68-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d69-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d70-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d71-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d72-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d73-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d74-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d75-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d76-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d77-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d78-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d79-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d80-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d81-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d82-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d83-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d84-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d85-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d86-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d87-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d88-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d89-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d90-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d91-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d92-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d93-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d94-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d95-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d96-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d97-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d98-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d99-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d100-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d101-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d102-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d103-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d104-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d105-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d106-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d107-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d108-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d109-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d110-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d111-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d112-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d113-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d114-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d115-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d116-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d117-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d118-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d119-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d120-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d121-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d122-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d123-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d124-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d125-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d126-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d127-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d128-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d129-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d130-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d131-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d132-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d133-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d134-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d135-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d136-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d137-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d138-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d139-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d140-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d141-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d142-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d143-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d144-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d145-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d146-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d147-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d148-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194/d149-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\ell\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194.yoda b/analyses/pluginATLAS/ATLAS_2017_I1517194.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194.yoda @@ -0,0 +1,8081 @@ +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d01-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d01-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.600000e+01 5.000000e+00 5.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d01-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d01-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.300000e+01 5.000000e+00 5.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d01-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d01-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.000000e+01 8.000000e+00 8.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d01-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d01-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.900000e+01 5.000000e-01 5.000000e-01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d02-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d02-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t2 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.450000e+02 3.900000e+01 3.900000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d02-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d02-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t2 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.550000e+02 5.100000e+01 5.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d03-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d03-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +9.600000e+01 8.000000e+00 8.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d03-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d03-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +8.900000e+01 7.000000e+00 7.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d03-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d03-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.300000e+01 1.100000e+01 1.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d03-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d03-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.100000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d04-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d04-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.630000e+02 2.100000e+01 2.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d04-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d04-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.340000e+02 2.600000e+01 2.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d04-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d04-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +6.400000e+01 3.600000e+01 3.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d04-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d04-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.200000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d05-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d05-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t5 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.700000e+03 1.100000e+02 1.100000e+02 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d05-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d05-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t5 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.420000e+03 1.500000e+02 1.500000e+02 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d06-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d06-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.300000e+01 2.000000e+00 2.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d06-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d06-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.400000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d06-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d06-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.600000e+00 2.100000e+00 2.100000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d06-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d06-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +6.900000e+00 2.000000e-01 2.000000e-01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d07-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d07-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t7 +Type: Scatter1D +--- +# xval xerr- xerr+ +3.130000e+02 3.000000e+01 3.000000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d07-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d07-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t7 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.650000e+02 3.200000e+01 3.200000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d08-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d08-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t8 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.920000e+02 3.600000e+01 3.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d08-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d08-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t8 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.350000e+02 2.800000e+01 2.800000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d09-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d09-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t9 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.440000e+02 3.502856e+01 3.502856e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d09-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d09-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t9 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.440000e+02 1.100000e+01 1.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d10-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d10-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.460000e+02 3.500000e+01 3.500000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d10-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d10-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.650000e+02 3.900000e+01 3.900000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d10-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d10-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.590000e+02 2.700000e+01 2.700000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194/d10-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d10-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.980000e+02 1.200000e+01 1.200000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d11-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d11-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.749800e-03 4.232811e-04 4.287836e-04 +7.500000e+01 2.500000e+01 2.500000e+01 6.616100e-03 3.022254e-04 3.100313e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.693800e-03 2.513928e-04 2.465816e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.981800e-03 1.724307e-04 1.687993e-04 +2.625000e+02 3.750000e+01 3.750000e+01 8.348400e-04 3.433320e-04 3.434536e-04 +3.975000e+02 9.750000e+01 9.750000e+01 7.549200e-05 6.703945e-04 6.703707e-04 +6.975000e+02 2.025000e+02 2.025000e+02 9.695400e-06 7.108535e-06 7.150889e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d11-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d11-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.239800e-03 1.671900e-04 1.537800e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.782700e-03 3.074600e-04 1.785100e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.876600e-03 1.339900e-04 1.442600e-04 +1.925000e+02 3.250000e+01 3.250000e+01 2.098800e-03 8.731500e-05 1.083800e-04 +2.625000e+02 3.750000e+01 3.750000e+01 9.471300e-04 6.157900e-05 6.167300e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.586000e-04 1.886600e-05 1.904300e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.074400e-05 3.918100e-06 3.685900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d11-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d11-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.484800e-03 3.184600e-04 8.493000e-05 +7.500000e+01 2.500000e+01 2.500000e+01 5.866100e-03 3.147500e-05 2.220000e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.747800e-03 1.022400e-04 4.123400e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.962700e-03 5.974100e-05 2.347300e-04 +2.625000e+02 3.750000e+01 3.750000e+01 9.212000e-04 3.596300e-05 2.579900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.621700e-04 1.833200e-05 1.460400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.420000e-05 1.322200e-06 1.930400e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d12-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d12-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 9.751100e-02 3.977561e-02 4.084700e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.765900e-01 5.286942e-02 5.808940e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.206100e+00 1.194382e-01 1.181789e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.246600e+00 1.386490e-01 1.371997e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.370700e+00 2.434256e-01 2.357765e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.842400e+00 3.555396e-01 3.616982e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d12-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d12-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 1.590100e-01 8.723300e-03 1.304800e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.869100e-01 2.390800e-02 4.090400e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.207900e+00 1.359500e-01 5.919100e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.344600e+00 9.678800e-02 7.534300e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.009600e+00 1.747300e-01 1.377000e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.347600e+00 2.075000e-01 1.826800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d12-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d12-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 1.335100e-01 4.507200e-03 1.568300e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.138700e-01 1.995400e-02 0.000000e+00 +7.500000e-01 5.000000e-02 5.000000e-02 1.068000e+00 4.893100e-02 9.925600e-03 +8.500000e-01 5.000000e-02 5.000000e-02 2.306300e+00 4.182800e-02 5.384700e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.241400e+00 1.185300e-01 1.532600e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.019500e+00 5.855200e-02 1.348000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d13-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d13-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.338100e-02 1.322149e-02 1.110759e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.236800e-01 1.453089e-02 1.377971e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.349200e-01 2.236358e-02 2.037699e-02 +4.800000e+00 4.000000e-01 4.000000e-01 2.834600e-01 3.255250e-02 3.248636e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.637300e-01 1.988253e-02 2.680273e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.309500e-02 9.407138e-03 8.677072e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d13-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d13-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 8.621500e-02 5.062100e-03 5.536000e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.400100e-01 7.046500e-03 6.643900e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.166400e-01 8.359100e-03 9.630700e-03 +4.800000e+00 4.000000e-01 4.000000e-01 3.167200e-01 1.178000e-02 1.072300e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.420800e-01 1.576300e-02 1.181000e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.237900e-02 4.155600e-03 2.035000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d13-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d13-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.090400e-01 4.823400e-03 1.074600e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.739800e-01 6.866900e-03 7.563000e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.314000e-01 1.125200e-03 7.648700e-03 +4.800000e+00 4.000000e-01 4.000000e-01 2.958200e-01 5.396400e-03 1.608000e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.899700e-01 5.055600e-03 1.239900e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.279600e-02 5.418600e-03 2.819200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d14-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d14-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.211900e-03 9.080313e-04 1.006137e-03 +1.400000e+02 2.500000e+01 2.500000e+01 4.935800e-03 2.966745e-04 2.758397e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.289800e-03 2.412451e-04 2.491068e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.146000e-03 2.152008e-04 2.015250e-04 +3.150000e+02 3.500000e+01 3.500000e+01 1.223400e-03 3.176380e-04 3.070309e-04 +3.925000e+02 4.250000e+01 4.250000e+01 9.110500e-04 1.164833e-04 1.114131e-04 +5.075000e+02 7.250000e+01 7.250000e+01 4.933900e-04 6.944737e-05 6.261648e-05 +7.300000e+02 1.500000e+02 1.500000e+02 8.824000e-05 2.004914e-05 1.974540e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d14-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d14-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.313200e-03 3.447100e-04 3.244800e-04 +1.400000e+02 2.500000e+01 2.500000e+01 4.565400e-03 1.476900e-04 1.601200e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.443000e-03 1.423500e-04 1.276700e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.332100e-03 1.155800e-04 1.053900e-04 +3.150000e+02 3.500000e+01 3.500000e+01 1.532800e-03 8.221700e-05 8.194200e-05 +3.925000e+02 4.250000e+01 4.250000e+01 9.368800e-04 5.091600e-05 5.667400e-05 +5.075000e+02 7.250000e+01 7.250000e+01 5.123200e-04 2.957000e-05 3.837100e-05 +7.300000e+02 1.500000e+02 1.500000e+02 1.008700e-04 9.784700e-06 8.927000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d14-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d14-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.274200e-03 3.095900e-04 1.827800e-04 +1.400000e+02 2.500000e+01 2.500000e+01 3.896800e-03 7.233700e-05 1.225600e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.224100e-03 8.615000e-05 7.443500e-05 +2.500000e+02 3.000000e+01 3.000000e+01 2.296100e-03 1.045900e-04 0.000000e+00 +3.150000e+02 3.500000e+01 3.500000e+01 1.655500e-03 7.178700e-05 7.007500e-05 +3.925000e+02 4.250000e+01 4.250000e+01 1.085700e-03 3.625200e-05 5.417900e-05 +5.075000e+02 7.250000e+01 7.250000e+01 6.390900e-04 4.034300e-05 3.477800e-05 +7.300000e+02 1.500000e+02 1.500000e+02 1.320800e-04 0.000000e+00 5.523000e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d15-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d15-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.935900e+00 1.770283e-01 1.752405e-01 +2.500000e-01 1.000000e-01 1.000000e-01 1.570100e+00 1.140556e-01 1.134172e-01 +5.000000e-01 1.500000e-01 1.500000e-01 1.058600e+00 6.660687e-02 6.792790e-02 +8.250000e-01 1.750000e-01 1.750000e-01 1.895200e-01 2.497173e-02 2.547942e-02 +1.500000e+00 5.000000e-01 5.000000e-01 1.168600e-02 3.338337e-03 3.320034e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d15-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d15-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.810300e+00 1.208200e-01 5.936800e-02 +2.500000e-01 1.000000e-01 1.000000e-01 1.670500e+00 6.907000e-02 6.500500e-02 +5.000000e-01 1.500000e-01 1.500000e-01 1.022200e+00 3.154400e-02 8.198000e-02 +8.250000e-01 1.750000e-01 1.750000e-01 2.131000e-01 1.859700e-02 1.637900e-02 +1.500000e+00 5.000000e-01 5.000000e-01 1.310600e-02 2.038200e-03 2.017800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d15-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d15-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.783400e+00 4.256400e-02 5.687700e-04 +2.500000e-01 1.000000e-01 1.000000e-01 1.615900e+00 0.000000e+00 6.360500e-02 +5.000000e-01 1.500000e-01 1.500000e-01 1.042200e+00 1.258100e-02 0.000000e+00 +8.250000e-01 1.750000e-01 1.750000e-01 2.307200e-01 2.185600e-02 1.116500e-03 +1.500000e+00 5.000000e-01 5.000000e-01 1.588700e-02 6.493200e-04 1.492400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d16-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d16-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.632100e+00 8.139210e-02 8.650309e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.839900e+00 9.080709e-02 9.079465e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.151400e+00 1.621326e-01 1.621340e-01 +6.750000e-01 1.250000e-01 1.250000e-01 4.450200e-01 4.802816e-02 4.379319e-02 +9.000000e-01 1.000000e-01 1.000000e-01 8.375700e-02 1.696566e-02 1.654870e-02 +1.100000e+00 1.000000e-01 1.000000e-01 2.444000e-02 8.960275e-03 9.146675e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d16-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d16-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.641100e+00 5.361500e-02 9.437600e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.834200e+00 6.979500e-02 4.664700e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.258900e+00 6.173500e-02 4.656100e-02 +6.750000e-01 1.250000e-01 1.250000e-01 3.905900e-01 1.993100e-02 2.938600e-02 +9.000000e-01 1.000000e-01 1.000000e-01 7.355400e-02 9.763500e-03 1.101500e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.878200e-02 4.898400e-03 5.685500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d16-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d16-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.469100e+00 1.254200e-01 7.854200e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.710900e+00 5.139400e-02 0.000000e+00 +4.750000e-01 7.500000e-02 7.500000e-02 1.444500e+00 4.751000e-02 1.492600e-01 +6.750000e-01 1.250000e-01 1.250000e-01 4.911600e-01 1.906200e-02 2.794500e-02 +9.000000e-01 1.000000e-01 1.000000e-01 9.905700e-02 1.735600e-02 4.798700e-03 +1.100000e+00 1.000000e-01 1.000000e-01 2.372400e-02 6.956100e-04 5.791000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d17-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d17-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.453100e-01 2.915590e-02 3.067239e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.652800e-01 1.821431e-02 1.778858e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.127600e-01 1.177660e-02 1.213810e-02 +3.000000e+00 5.000000e-01 5.000000e-01 5.119200e-02 1.000771e-02 8.594720e-03 +6.000000e+00 2.500000e+00 2.500000e+00 2.545900e-02 8.098885e-03 7.657466e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d17-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d17-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.713800e-01 1.753300e-02 2.481000e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.659600e-01 1.415800e-02 1.203300e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.088600e-01 6.584100e-03 7.909100e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.887500e-02 1.007500e-02 3.023800e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.492000e-02 2.059200e-03 2.499600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d17-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d17-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.319500e-01 2.661200e-02 1.470700e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.883800e-01 2.408000e-03 1.495100e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.247000e-01 1.134800e-02 1.348000e-02 +3.000000e+00 5.000000e-01 5.000000e-01 4.325500e-02 5.562300e-03 0.000000e+00 +6.000000e+00 2.500000e+00 2.500000e+00 1.171900e-02 0.000000e+00 4.214800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d18-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d18-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.440400e-03 1.444966e-04 1.591914e-04 +5.800000e+02 3.500000e+01 3.500000e+01 3.204600e-03 1.031389e-04 1.037089e-04 +6.550000e+02 4.000000e+01 4.000000e+01 2.167800e-03 5.068799e-05 4.855705e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.470600e-03 5.533391e-05 3.547807e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.771800e-04 3.221458e-05 4.100677e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.087400e-04 2.092369e-05 2.283223e-05 +1.042500e+03 5.750000e+01 5.750000e+01 3.716000e-04 2.189913e-05 1.686269e-05 +1.150000e+03 5.000000e+01 5.000000e+01 2.132600e-04 1.484543e-05 1.327452e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.349800e-04 1.005004e-05 9.475520e-06 +1.425000e+03 7.500000e+01 7.500000e+01 8.606100e-05 7.638507e-06 7.559277e-06 +1.750000e+03 2.500000e+02 2.500000e+02 2.592100e-05 4.816414e-06 4.932878e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.134000e-06 9.226464e-07 6.248307e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.995900e-07 9.477605e-08 9.183850e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d18-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d18-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.327300e-03 8.959800e-05 6.073900e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.231200e-03 6.876500e-05 5.383300e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.199600e-03 2.816700e-05 2.209800e-04 +7.400000e+02 4.500000e+01 4.500000e+01 1.458300e-03 4.772800e-05 2.290900e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.367200e-04 2.534400e-05 2.149900e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.019500e-04 1.968300e-05 2.233300e-05 +1.042500e+03 5.750000e+01 5.750000e+01 3.734400e-04 1.441100e-05 9.575900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 2.386900e-04 9.187000e-06 1.263300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.464900e-04 6.239300e-06 5.689100e-06 +1.425000e+03 7.500000e+01 7.500000e+01 8.480900e-05 5.210700e-06 4.098200e-06 +1.750000e+03 2.500000e+02 2.500000e+02 2.961900e-05 1.367000e-06 1.856200e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.342600e-06 4.945700e-07 4.660800e-07 +3.350000e+03 6.500000e+02 6.500000e+02 2.395100e-07 7.790500e-08 7.294600e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d18-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d18-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.216800e-03 6.697900e-05 5.900400e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.184000e-03 3.231100e-05 2.809700e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.170600e-03 1.266500e-05 9.978400e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.446000e-03 6.956800e-06 5.955400e-06 +8.325000e+02 4.750000e+01 4.750000e+01 9.513000e-04 7.448400e-06 8.316700e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.213000e-04 8.686500e-06 9.835200e-06 +1.042500e+03 5.750000e+01 5.750000e+01 3.894000e-04 7.584600e-06 8.678800e-06 +1.150000e+03 5.000000e+01 5.000000e+01 2.527200e-04 6.468300e-06 7.434000e-06 +1.275000e+03 7.500000e+01 7.500000e+01 1.538600e-04 4.744300e-06 5.490300e-06 +1.425000e+03 7.500000e+01 7.500000e+01 9.608800e-05 4.001700e-06 5.471800e-06 +1.750000e+03 2.500000e+02 2.500000e+02 3.347500e-05 1.720700e-06 2.048000e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.742900e-06 3.186000e-07 3.818100e-07 +3.350000e+03 6.500000e+02 6.500000e+02 2.798700e-07 2.478700e-08 3.030100e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d18-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d18-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.056200e-03 0.000000e+00 8.612300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.039100e-03 0.000000e+00 9.947800e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.138100e-03 0.000000e+00 6.928600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.438800e-03 1.350100e-05 7.192600e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.003600e-03 1.038500e-04 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 6.275600e-04 3.510700e-06 1.274000e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.088800e-04 1.119200e-05 0.000000e+00 +1.150000e+03 5.000000e+01 5.000000e+01 2.760400e-04 1.666400e-05 0.000000e+00 +1.275000e+03 7.500000e+01 7.500000e+01 1.768400e-04 7.752600e-06 1.623600e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.029100e-04 5.546300e-06 6.072800e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.181800e-05 2.889700e-06 2.327600e-06 +2.350000e+03 3.500000e+02 3.500000e+02 6.797600e-06 2.692200e-07 5.952000e-08 +3.350000e+03 6.500000e+02 6.500000e+02 5.375300e-07 1.629000e-07 1.112500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d19-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d19-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.771700e-03 1.665906e-04 1.679781e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.135000e-03 2.472353e-04 2.857557e-04 +6.250000e+01 1.250000e+01 1.250000e+01 8.020600e-03 3.544786e-04 3.577800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.862500e-03 1.536794e-04 1.511097e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.882600e-03 1.629814e-04 1.499845e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.400100e-03 1.735127e-04 1.533771e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.470600e-03 1.385143e-04 1.326091e-04 +2.075000e+02 1.750000e+01 1.750000e+01 8.778400e-04 8.351002e-05 7.955276e-05 +2.425000e+02 1.750000e+01 1.750000e+01 5.066500e-04 3.164659e-05 3.288326e-05 +2.800000e+02 2.000000e+01 2.000000e+01 2.900700e-04 2.658457e-05 2.569169e-05 +3.975000e+02 9.750000e+01 9.750000e+01 5.744000e-05 1.314632e-05 1.329779e-05 +6.975000e+02 2.025000e+02 2.025000e+02 3.443700e-06 1.236977e-06 1.347234e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d19-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d19-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.122500e-03 2.377800e-04 8.118200e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.598800e-03 1.612200e-04 1.580800e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.809600e-03 2.112400e-04 9.228700e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.815200e-03 8.969100e-05 1.013400e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.965400e-03 1.058700e-04 6.823300e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.620900e-03 9.381800e-05 6.233500e-05 +1.750000e+02 1.500000e+01 1.500000e+01 1.710900e-03 6.542500e-05 4.296700e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.046900e-03 4.482200e-05 4.096700e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.156500e-04 3.230400e-05 3.392600e-05 +2.800000e+02 2.000000e+01 2.000000e+01 3.581000e-04 3.086100e-05 1.729900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 9.328500e-05 8.335000e-06 4.098800e-06 +6.975000e+02 2.025000e+02 2.025000e+02 4.269500e-06 8.239300e-07 6.547400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d19-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d19-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.310300e-03 2.135100e-04 1.843000e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.337100e-03 2.183100e-04 1.891500e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.348600e-03 3.977300e-05 2.923400e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.676900e-03 4.768000e-05 4.924400e-05 +1.150000e+02 1.500000e+01 1.500000e+01 3.922900e-03 5.625400e-05 6.831000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.776300e-03 9.436500e-05 1.168300e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.785000e-03 4.319200e-05 5.379400e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.106300e-03 2.750900e-05 3.121600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.841300e-04 1.913100e-05 2.118700e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.047100e-04 1.270500e-05 1.404500e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.148100e-04 4.107200e-06 4.443700e-06 +6.975000e+02 2.025000e+02 2.025000e+02 5.954800e-06 2.747900e-07 2.902200e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d19-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d19-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.071800e-03 7.261800e-05 3.997500e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.574000e-03 1.162800e-04 1.328500e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.877600e-03 2.836300e-04 0.000000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 5.778600e-03 0.000000e+00 3.900900e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.934900e-03 4.599900e-05 1.268900e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.758000e-03 2.008100e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.716100e-03 2.574700e-05 1.737100e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.021400e-03 5.501200e-05 7.856900e-06 +2.425000e+02 1.750000e+01 1.750000e+01 5.876200e-04 3.429700e-05 1.182700e-04 +2.800000e+02 2.000000e+01 2.000000e+01 3.370800e-04 2.142500e-05 4.763200e-05 +3.975000e+02 9.750000e+01 9.750000e+01 9.380200e-05 5.579300e-06 0.000000e+00 +6.975000e+02 2.025000e+02 2.025000e+02 5.149500e-06 6.574600e-07 3.153900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d20-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d20-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 5.940800e-02 1.317334e-02 1.263845e-02 +4.000000e-01 1.000000e-01 1.000000e-01 1.244000e-01 1.711124e-02 1.808593e-02 +5.500000e-01 5.000000e-02 5.000000e-02 2.259900e-01 4.134359e-02 4.101133e-02 +6.250000e-01 2.500000e-02 2.500000e-02 4.310900e-01 3.877452e-02 3.251981e-02 +6.750000e-01 2.500000e-02 2.500000e-02 5.768200e-01 5.031359e-02 4.845475e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.748100e-01 2.352047e-01 2.342052e-01 +7.750000e-01 2.500000e-02 2.500000e-02 1.431400e+00 6.251322e-02 6.227322e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.119800e+00 6.563713e-02 6.561217e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.058100e+00 7.745330e-02 7.826197e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.346500e+00 1.068673e-01 1.103522e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.855400e+00 1.268200e-01 1.257618e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d20-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d20-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 9.500500e-02 6.065600e-03 4.343500e-03 +4.000000e-01 1.000000e-01 1.000000e-01 1.654000e-01 4.748400e-03 6.766200e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.277500e-01 1.899100e-02 9.461300e-03 +6.250000e-01 2.500000e-02 2.500000e-02 4.855500e-01 2.436800e-02 1.983900e-02 +6.750000e-01 2.500000e-02 2.500000e-02 6.551700e-01 1.910700e-02 3.326800e-02 +7.250000e-01 2.500000e-02 2.500000e-02 9.611200e-01 4.323300e-02 2.289300e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.352500e+00 3.829100e-02 3.698400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.003300e+00 4.650100e-02 3.551800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.956900e+00 5.402100e-02 5.587800e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.210100e+00 1.088500e-01 6.004500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.488200e+00 8.542400e-02 2.846700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d20-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d20-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 8.984800e-02 2.468200e-03 2.902100e-03 +4.000000e-01 1.000000e-01 1.000000e-01 1.597600e-01 5.564900e-03 8.136400e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.333800e-01 1.970000e-02 2.483600e-02 +6.250000e-01 2.500000e-02 2.500000e-02 4.330800e-01 8.620600e-03 1.002600e-02 +6.750000e-01 2.500000e-02 2.500000e-02 6.027200e-01 1.105800e-02 1.310500e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.619600e-01 1.440900e-02 1.685700e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.271200e+00 1.866400e-02 2.118800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.892200e+00 1.823100e-02 2.035100e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.849000e+00 6.445700e-03 7.303600e-03 +9.250000e-01 2.500000e-02 2.500000e-02 4.276200e+00 4.736100e-02 3.932600e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.968700e+00 1.375600e-01 1.118400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d20-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d20-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 8.741000e-02 6.002900e-03 1.561500e-02 +4.000000e-01 1.000000e-01 1.000000e-01 1.486300e-01 4.625000e-03 1.209200e-03 +5.500000e-01 5.000000e-02 5.000000e-02 2.762100e-01 3.935100e-03 5.499000e-03 +6.250000e-01 2.500000e-02 2.500000e-02 4.486600e-01 3.522900e-02 7.930400e-03 +6.750000e-01 2.500000e-02 2.500000e-02 5.925600e-01 0.000000e+00 1.334800e-01 +7.250000e-01 2.500000e-02 2.500000e-02 8.671400e-01 0.000000e+00 1.883000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.264500e+00 6.197300e-03 4.311500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.012700e+00 6.342200e-02 2.327800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.917200e+00 0.000000e+00 1.106500e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.405900e+00 1.372300e-01 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.819800e+00 9.804100e-02 1.199400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d21-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d21-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.834100e-01 1.560863e-02 1.265172e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.103900e-01 1.438733e-02 1.483056e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.598600e-01 1.295458e-02 1.378529e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.673400e-01 1.262829e-02 1.272665e-02 +3.800000e+00 2.000000e-01 2.000000e-01 3.823200e-01 1.468431e-02 1.540477e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.273400e-01 2.903756e-02 2.956039e-02 +4.800000e+00 4.000000e-01 4.000000e-01 7.306600e-02 6.444668e-03 6.944151e-03 +5.800000e+00 6.000000e-01 6.000000e-01 7.564100e-03 2.980279e-03 1.409301e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.444000e-05 6.368777e-05 5.526415e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d21-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d21-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.697300e-01 1.330300e-02 1.034100e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.125800e-01 1.158500e-02 7.799200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.543400e-01 5.982800e-03 3.940900e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.674200e-01 1.099300e-02 5.939900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.947200e-01 5.186900e-03 7.095400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.183000e-01 1.605500e-02 4.775000e-03 +4.800000e+00 4.000000e-01 4.000000e-01 7.827300e-02 3.313300e-03 2.017700e-03 +5.800000e+00 6.000000e-01 6.000000e-01 8.711800e-03 4.518600e-04 1.131500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 3.968100e-05 2.123100e-05 4.692500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d21-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d21-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.697300e-01 6.193400e-03 6.375700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.745000e-01 3.701800e-03 3.341900e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.631500e-01 1.789100e-03 1.517200e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.399400e-01 1.249100e-03 1.873000e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.343600e-01 5.382700e-03 4.828000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 1.775400e-01 2.925800e-03 2.870600e-03 +4.800000e+00 4.000000e-01 4.000000e-01 5.926700e-02 1.611700e-03 1.896800e-03 +5.800000e+00 6.000000e-01 6.000000e-01 7.319000e-03 4.508800e-04 5.522900e-04 +7.600000e+00 1.200000e+00 1.200000e+00 4.830200e-05 4.906100e-06 6.252100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d21-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d21-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.098700e-01 2.573700e-03 1.575600e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.439500e-01 3.798600e-03 2.151100e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.848900e-01 2.224400e-02 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.566900e-01 1.668100e-03 4.104700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.514800e-01 7.027200e-04 2.169200e-02 +4.200000e+00 2.000000e-01 2.000000e-01 1.866400e-01 3.426200e-03 1.624400e-03 +4.800000e+00 4.000000e-01 4.000000e-01 6.674700e-02 2.036000e-03 0.000000e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.068200e-02 7.713500e-04 1.641900e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.578200e-04 3.405200e-05 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d22-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d22-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.388000e-03 4.975407e-04 5.599362e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.018200e-03 2.580735e-04 2.767615e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.820600e-03 1.941004e-04 2.077425e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.299200e-03 1.483642e-04 1.483644e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.304900e-03 1.654952e-04 1.606496e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.745100e-03 1.369758e-04 1.374536e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.431500e-03 9.879302e-05 9.193812e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.526100e-03 7.596880e-05 6.456659e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.702500e-04 4.695736e-05 5.217334e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.443200e-04 6.360786e-05 6.124815e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.943800e-04 2.632154e-05 2.572892e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.496300e-04 1.730628e-05 1.676646e-05 +4.575000e+02 2.250000e+01 2.250000e+01 8.145300e-05 1.175250e-05 1.107143e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.625100e-05 5.547672e-06 5.448345e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.068100e-05 2.657746e-06 2.575246e-06 +8.425000e+02 1.575000e+02 1.575000e+02 5.869200e-07 4.266142e-07 4.151498e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d22-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d22-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.915000e-03 4.964300e-04 1.112100e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.875800e-03 1.244800e-04 1.396700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.883500e-03 1.008100e-04 6.921800e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.328100e-03 1.103000e-04 1.083300e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.349300e-03 1.493200e-04 1.086200e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.825900e-03 1.552300e-04 6.192000e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.425600e-03 6.284200e-05 7.292800e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.498300e-03 8.801600e-05 4.130800e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.873700e-04 3.762500e-05 4.230300e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.112700e-04 3.399200e-05 2.095900e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.952300e-04 2.400800e-05 1.614900e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.623100e-04 1.468600e-05 1.149700e-05 +4.575000e+02 2.250000e+01 2.250000e+01 8.975500e-05 9.267100e-06 7.890200e-06 +5.300000e+02 5.000000e+01 5.000000e+01 3.505200e-05 4.447700e-06 3.988900e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.086900e-05 2.004100e-06 1.758700e-06 +8.425000e+02 1.575000e+02 1.575000e+02 1.546300e-06 4.088400e-07 4.524600e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d22-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d22-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.317500e-03 1.055300e-04 1.081200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.462000e-03 1.142300e-04 1.047500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.247500e-03 1.100500e-05 1.534300e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.107400e-03 5.019600e-05 4.071500e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.824200e-03 3.300700e-05 3.122200e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.258700e-03 2.723000e-05 2.975100e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.841300e-03 2.738300e-05 2.780400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.844500e-03 2.273200e-05 2.267200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.127000e-03 2.055900e-05 2.169400e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.913400e-04 1.457200e-05 1.522500e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.961000e-04 1.201800e-05 1.289300e-05 +4.125000e+02 2.250000e+01 2.250000e+01 2.268900e-04 7.501500e-06 8.057600e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.283600e-04 3.885000e-06 4.208300e-06 +5.300000e+02 5.000000e+01 5.000000e+01 5.249100e-05 2.199100e-06 2.379700e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.628200e-05 8.408800e-07 9.309900e-07 +8.425000e+02 1.575000e+02 1.575000e+02 2.382200e-06 1.390900e-07 1.542100e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d22-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d22-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.495700e-03 8.486400e-05 1.967500e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.826500e-03 8.422000e-05 2.457500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.566200e-03 0.000000e+00 1.552100e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.448600e-03 4.563300e-05 1.646200e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.743300e-03 3.242700e-04 8.462000e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.096500e-03 4.776300e-05 1.350700e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.736100e-03 1.944500e-04 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 1.678700e-03 6.022500e-07 5.423100e-05 +2.975000e+02 1.750000e+01 1.750000e+01 9.884900e-04 0.000000e+00 1.110200e-04 +3.325000e+02 1.750000e+01 1.750000e+01 6.009400e-04 2.521500e-05 3.396300e-07 +3.700000e+02 2.000000e+01 2.000000e+01 3.612900e-04 1.601000e-05 2.103800e-05 +4.125000e+02 2.250000e+01 2.250000e+01 2.155900e-04 3.543600e-05 0.000000e+00 +4.575000e+02 2.250000e+01 2.250000e+01 1.092100e-04 2.428700e-06 4.792000e-06 +5.300000e+02 5.000000e+01 5.000000e+01 4.622000e-05 4.877400e-06 4.323600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.567800e-05 0.000000e+00 1.910600e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.466200e-06 5.122400e-07 4.625500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d23-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d23-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.258400e-03 2.478400e-04 2.465506e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.317000e-03 4.732787e-04 4.975421e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.335500e-03 2.929429e-04 2.899776e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.543400e-03 2.794172e-04 2.773066e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.532000e-03 2.552473e-04 2.486133e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.887200e-03 2.285658e-04 2.546337e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.656500e-03 1.536124e-04 1.446930e-04 +2.250000e+02 3.500000e+01 3.500000e+01 9.632900e-04 1.614283e-04 1.612225e-04 +3.775000e+02 1.175000e+02 1.175000e+02 2.131500e-04 2.621424e-05 2.707416e-05 +6.975000e+02 2.025000e+02 2.025000e+02 9.516400e-06 5.034262e-06 5.433003e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d23-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d23-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.528200e-03 1.405600e-04 1.683900e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.247400e-03 2.281100e-04 3.308900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.673100e-03 2.222800e-04 2.188800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.450300e-03 2.732900e-04 1.859700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.162500e-03 1.765200e-04 1.659600e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.991400e-03 2.047300e-04 1.181500e-04 +1.750000e+02 1.500000e+01 1.500000e+01 2.111500e-03 1.062500e-04 1.279900e-04 +2.250000e+02 3.500000e+01 3.500000e+01 1.188400e-03 5.249100e-05 6.289000e-05 +3.775000e+02 1.175000e+02 1.175000e+02 2.516800e-04 1.395700e-05 1.453300e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.784200e-05 2.873500e-06 2.562100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d23-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d23-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.482800e-03 0.000000e+00 7.189300e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.102400e-03 2.311000e-04 4.403700e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.712400e-03 9.401500e-05 4.128700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.438900e-03 2.221700e-04 6.095100e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.079300e-03 3.305300e-05 9.262400e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.988700e-03 1.729900e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 2.095100e-03 2.791900e-05 6.174700e-05 +2.250000e+02 3.500000e+01 3.500000e+01 1.214200e-03 1.386900e-04 0.000000e+00 +3.775000e+02 1.175000e+02 1.175000e+02 2.696700e-04 9.227000e-06 5.146700e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.057000e-05 1.321200e-06 2.035000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d24-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d24-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 7.792800e-02 1.833950e-02 2.044247e-02 +5.000000e-01 1.000000e-01 1.000000e-01 2.777000e-01 3.353918e-02 3.287087e-02 +6.500000e-01 5.000000e-02 5.000000e-02 5.535500e-01 1.147128e-01 1.149884e-01 +7.500000e-01 5.000000e-02 5.000000e-02 1.213500e+00 9.393261e-02 8.723704e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.941600e+00 1.238391e-01 1.213781e-01 +8.750000e-01 2.500000e-02 2.500000e-02 3.154000e+00 1.771312e-01 1.804688e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.147900e+00 1.903174e-01 1.964199e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.488100e+00 2.557388e-01 2.468413e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d24-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d24-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.481400e-01 7.422900e-03 1.018000e-02 +5.000000e-01 1.000000e-01 1.000000e-01 2.978800e-01 1.936400e-02 1.543200e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.244600e-01 3.123400e-02 4.417800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.183200e+00 8.480900e-02 4.072400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.941900e+00 1.156800e-01 8.972900e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.802800e+00 9.223500e-02 1.075400e-01 +9.250000e-01 2.500000e-02 2.500000e-02 3.972600e+00 1.421300e-01 1.463800e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.290700e+00 1.398500e-01 1.998700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d24-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d24-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.402500e-01 4.252400e-03 5.770500e-03 +5.000000e-01 1.000000e-01 1.000000e-01 2.961400e-01 2.774800e-02 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.922800e-01 3.841900e-02 5.191000e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.102700e+00 1.762800e-02 2.989200e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.913100e+00 1.261300e-01 0.000000e+00 +8.750000e-01 2.500000e-02 2.500000e-02 2.759400e+00 0.000000e+00 7.099200e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.061100e+00 9.978600e-02 2.478700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.569800e+00 3.652600e-03 2.650900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d25-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d25-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.027700e-01 9.284787e-03 9.227062e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.838100e-01 1.233425e-02 1.257055e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.438500e-01 1.876639e-02 1.754049e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.291500e-01 3.401404e-02 3.406569e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.785700e-01 2.200760e-02 2.200187e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.159900e-01 2.129066e-02 2.405541e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.788200e-01 1.544991e-02 1.579130e-02 +6.000000e+00 4.000000e-01 4.000000e-01 1.215900e-01 1.367189e-02 1.521664e-02 +7.600000e+00 1.200000e+00 1.200000e+00 6.214200e-03 2.677408e-03 2.737504e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d25-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d25-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.066400e-02 4.421900e-03 4.128500e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.714600e-01 7.679800e-03 5.540700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.656100e-01 1.087200e-02 1.152200e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.485400e-01 1.454300e-02 1.433000e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.994800e-01 1.183400e-02 2.470300e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.057100e-01 1.219700e-02 1.611700e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.951700e-01 1.185300e-02 1.213600e-02 +6.000000e+00 4.000000e-01 4.000000e-01 1.098900e-01 1.019300e-02 4.662600e-03 +7.600000e+00 1.200000e+00 1.200000e+00 6.909200e-03 6.352300e-04 1.011000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d25-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d25-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.076300e-01 3.993700e-03 8.913900e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.962200e-01 9.356800e-03 2.597900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.810500e-01 6.926700e-03 8.369800e-04 +4.200000e+00 2.000000e-01 2.000000e-01 3.349500e-01 4.193800e-04 2.094800e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.700100e-01 1.136200e-02 3.674700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.729400e-01 6.101600e-03 3.562200e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.694300e-01 1.992400e-02 5.923400e-03 +6.000000e+00 4.000000e-01 4.000000e-01 1.083900e-01 3.305500e-03 1.056900e-03 +7.600000e+00 1.200000e+00 1.200000e+00 7.858400e-03 5.538000e-04 1.633700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d26-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d26-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 7.061400e-03 1.064172e-03 1.166735e-03 +1.050000e+02 1.000000e+01 1.000000e+01 6.470000e-03 3.293624e-04 3.673980e-04 +1.250000e+02 1.000000e+01 1.000000e+01 6.337500e-03 3.588134e-04 3.547634e-04 +1.475000e+02 1.250000e+01 1.250000e+01 5.433300e-03 3.102824e-04 2.928755e-04 +1.725000e+02 1.250000e+01 1.250000e+01 3.797800e-03 2.339298e-04 2.325058e-04 +1.975000e+02 1.250000e+01 1.250000e+01 2.992900e-03 2.077934e-04 2.042392e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.608500e-03 1.839223e-04 1.741546e-04 +2.575000e+02 1.750000e+01 1.750000e+01 1.702400e-03 3.165812e-04 3.128749e-04 +2.975000e+02 2.250000e+01 2.250000e+01 1.628000e-03 1.310364e-04 1.308917e-04 +3.525000e+02 3.250000e+01 3.250000e+01 9.601900e-04 8.899306e-05 8.566333e-05 +5.350000e+02 1.500000e+02 1.500000e+02 1.960700e-04 1.723922e-05 1.863530e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d26-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d26-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.578400e-03 5.966600e-04 3.197200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.212200e-03 2.801000e-04 3.227200e-04 +1.250000e+02 1.000000e+01 1.000000e+01 5.955100e-03 2.508000e-04 4.340100e-04 +1.475000e+02 1.250000e+01 1.250000e+01 5.489000e-03 2.305000e-04 2.332200e-04 +1.725000e+02 1.250000e+01 1.250000e+01 4.288800e-03 1.579800e-04 1.869900e-04 +1.975000e+02 1.250000e+01 1.250000e+01 3.477000e-03 1.483100e-04 1.883500e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.772200e-03 1.528500e-04 1.139600e-04 +2.575000e+02 1.750000e+01 1.750000e+01 2.035600e-03 1.042500e-04 9.601300e-05 +2.975000e+02 2.250000e+01 2.250000e+01 1.496700e-03 7.260700e-05 7.050600e-05 +3.525000e+02 3.250000e+01 3.250000e+01 9.374200e-04 5.267400e-05 4.572600e-05 +5.350000e+02 1.500000e+02 1.500000e+02 1.963800e-04 1.181100e-05 1.111400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d26-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d26-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.831200e-03 4.644500e-04 4.732400e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.519100e-03 1.282800e-04 7.878400e-04 +1.250000e+02 1.000000e+01 1.000000e+01 5.305900e-03 8.813600e-05 0.000000e+00 +1.475000e+02 1.250000e+01 1.250000e+01 5.052000e-03 2.434500e-04 0.000000e+00 +1.725000e+02 1.250000e+01 1.250000e+01 4.294600e-03 4.349200e-06 1.952300e-04 +1.975000e+02 1.250000e+01 1.250000e+01 3.480000e-03 5.434700e-05 1.523500e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.806800e-03 1.424300e-04 2.433900e-04 +2.575000e+02 1.750000e+01 1.750000e+01 2.143500e-03 5.080400e-05 8.905100e-05 +2.975000e+02 2.250000e+01 2.250000e+01 1.584100e-03 6.944500e-05 2.519100e-06 +3.525000e+02 3.250000e+01 3.250000e+01 1.094700e-03 4.639700e-05 0.000000e+00 +5.350000e+02 1.500000e+02 1.500000e+02 2.456800e-04 1.835600e-05 2.551400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d27-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d27-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.257700e-03 1.623662e-04 1.653812e-04 +3.750000e+01 1.250000e+01 1.250000e+01 6.563800e-03 2.487683e-04 2.756686e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.973900e-03 2.053310e-04 2.372230e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.919800e-03 1.744184e-04 1.741189e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.670500e-03 1.955170e-04 1.381912e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.886200e-03 1.007903e-04 9.622518e-05 +2.425000e+02 1.750000e+01 1.750000e+01 8.675200e-04 1.233013e-04 1.234435e-04 +2.800000e+02 2.000000e+01 2.000000e+01 6.001300e-04 5.349723e-05 5.411056e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.514500e-04 2.874679e-05 2.858273e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.329700e-05 2.901476e-06 3.023483e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d27-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d27-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.755900e-03 1.017500e-04 7.707800e-05 +3.750000e+01 1.250000e+01 1.250000e+01 6.177100e-03 1.755200e-04 1.251900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.487600e-03 1.485600e-04 1.361700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.600100e-03 1.306300e-04 1.369300e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.926100e-03 8.067300e-05 6.140100e-05 +1.925000e+02 3.250000e+01 3.250000e+01 2.004200e-03 4.039700e-05 4.930600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 1.050700e-03 4.280800e-05 4.607100e-05 +2.800000e+02 2.000000e+01 2.000000e+01 6.548500e-04 3.254000e-05 4.616100e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.038700e-04 9.460900e-06 7.438700e-06 +6.975000e+02 2.025000e+02 2.025000e+02 1.462000e-05 1.617800e-06 1.771000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d27-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d27-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.744500e-03 0.000000e+00 2.339700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 6.356200e-03 1.458600e-04 2.980300e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.649100e-03 1.653000e-04 3.590900e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.556100e-03 4.738600e-05 1.476900e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.854600e-03 9.694100e-05 1.502500e-06 +1.925000e+02 3.250000e+01 3.250000e+01 1.953600e-03 6.338800e-05 4.010600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 1.029700e-03 4.858100e-05 1.291200e-05 +2.800000e+02 2.000000e+01 2.000000e+01 6.563300e-04 2.005900e-05 7.254200e-06 +3.975000e+02 9.750000e+01 9.750000e+01 2.035700e-04 8.780400e-06 2.288400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.754000e-05 1.256100e-06 9.459300e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d28-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d28-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 8.706500e-02 2.170353e-02 2.178045e-02 +3.750000e-01 1.250000e-01 1.250000e-01 1.265700e-01 4.358021e-02 2.914534e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.748600e-01 3.738424e-02 4.124443e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.011700e+00 7.569924e-02 7.551336e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.398700e+00 8.535977e-02 8.444028e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.036100e+00 9.061304e-02 8.999392e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.042100e+00 1.075387e-01 1.036678e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.212000e+00 1.340380e-01 1.617700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.331700e+00 2.198388e-01 2.293161e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d28-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d28-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 1.243900e-01 5.131200e-03 1.539400e-02 +3.750000e-01 1.250000e-01 1.250000e-01 2.045100e-01 1.311900e-02 6.579400e-03 +6.000000e-01 1.000000e-01 1.000000e-01 5.148300e-01 1.374800e-02 1.912400e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.030800e+00 3.500500e-02 5.802000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.446300e+00 8.176300e-02 3.934900e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.991200e+00 5.634400e-02 6.071800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.812400e+00 5.698900e-02 6.058900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.918900e+00 9.251200e-02 6.713300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.096700e+00 1.557500e-01 8.200400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d28-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d28-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 1.046400e-01 3.977000e-03 1.583100e-03 +3.750000e-01 1.250000e-01 1.250000e-01 1.648700e-01 3.159600e-05 7.198300e-03 +6.000000e-01 1.000000e-01 1.000000e-01 4.451500e-01 2.469100e-02 5.824100e-03 +7.250000e-01 2.500000e-02 2.500000e-02 9.015000e-01 1.333400e-02 1.073400e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.353000e+00 0.000000e+00 6.110200e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.031900e+00 1.544200e-01 0.000000e+00 +8.750000e-01 2.500000e-02 2.500000e-02 2.827800e+00 3.145600e-02 9.867400e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.134200e+00 1.714900e-02 8.474300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.623500e+00 0.000000e+00 1.282500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d29-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d29-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.430700e-01 1.253435e-02 1.231821e-02 +2.600000e+00 2.000000e-01 2.000000e-01 1.790300e-01 1.345455e-02 1.506671e-02 +3.000000e+00 2.000000e-01 2.000000e-01 1.997600e-01 1.358385e-02 1.421876e-02 +3.400000e+00 2.000000e-01 2.000000e-01 2.630500e-01 1.357823e-02 1.792132e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.858900e-01 1.594253e-02 1.480967e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.386800e-01 1.754336e-02 1.759609e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.687900e-01 1.381005e-02 1.354887e-02 +5.000000e+00 2.000000e-01 2.000000e-01 3.283800e-01 1.920619e-02 2.248360e-02 +5.600000e+00 4.000000e-01 4.000000e-01 1.646500e-01 2.112049e-02 1.518484e-02 +7.400000e+00 1.400000e+00 1.400000e+00 9.151600e-03 2.320183e-03 2.192566e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d29-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d29-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.280800e-01 4.758900e-03 4.389700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 1.568500e-01 4.937800e-03 4.781300e-03 +3.000000e+00 2.000000e-01 2.000000e-01 1.955100e-01 6.700000e-03 5.085700e-03 +3.400000e+00 2.000000e-01 2.000000e-01 2.413800e-01 5.695000e-03 9.029900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.949700e-01 8.067700e-03 6.334000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.452600e-01 6.758400e-03 1.114200e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.761700e-01 7.417700e-03 1.191400e-02 +5.000000e+00 2.000000e-01 2.000000e-01 3.576400e-01 1.030500e-02 8.193400e-03 +5.600000e+00 4.000000e-01 4.000000e-01 1.684000e-01 5.452200e-03 3.752600e-03 +7.400000e+00 1.400000e+00 1.400000e+00 9.619900e-03 9.155800e-04 4.311900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d29-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d29-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.568600e-01 1.511500e-02 6.459200e-04 +2.600000e+00 2.000000e-01 2.000000e-01 1.910300e-01 8.064500e-04 4.665200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 2.302600e-01 8.200800e-03 1.013200e-02 +3.400000e+00 2.000000e-01 2.000000e-01 2.696500e-01 0.000000e+00 4.731600e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.036400e-01 1.827400e-03 7.172600e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.307800e-01 6.617800e-03 2.997700e-03 +4.600000e+00 2.000000e-01 2.000000e-01 3.329300e-01 4.209300e-03 2.642500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.061800e-01 4.385700e-03 1.351500e-02 +5.600000e+00 4.000000e-01 4.000000e-01 1.529600e-01 3.437700e-03 7.283700e-03 +7.400000e+00 1.400000e+00 1.400000e+00 1.039600e-02 1.316000e-03 8.042500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d30-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d30-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.704800e-03 5.786448e-04 5.807020e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.227000e-03 6.148538e-04 4.409379e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.355700e-03 2.211034e-04 2.218206e-04 +1.525000e+02 1.250000e+01 1.250000e+01 4.681600e-03 1.876372e-04 1.781726e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.751700e-03 1.616567e-04 1.639011e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.110000e-03 1.444692e-04 1.560933e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.619900e-03 1.296107e-04 1.426961e-04 +2.650000e+02 1.500000e+01 1.500000e+01 2.080900e-03 1.782366e-04 1.793572e-04 +2.975000e+02 1.750000e+01 1.750000e+01 1.918000e-03 1.083583e-04 1.236735e-04 +3.325000e+02 1.750000e+01 1.750000e+01 1.464200e-03 1.512991e-04 1.650513e-04 +3.700000e+02 2.000000e+01 2.000000e+01 1.158300e-03 7.593764e-05 8.961609e-05 +4.125000e+02 2.250000e+01 2.250000e+01 7.211700e-04 6.090580e-05 5.800696e-05 +4.575000e+02 2.250000e+01 2.250000e+01 4.317400e-04 4.128534e-05 3.979584e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.047400e-04 2.085416e-05 2.066163e-05 +7.300000e+02 1.500000e+02 1.500000e+02 2.924600e-05 5.181227e-06 5.514166e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d30-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d30-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.437700e-03 2.230800e-04 2.381700e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.225800e-03 2.767100e-04 1.200700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.251900e-03 1.201000e-04 2.268100e-04 +1.525000e+02 1.250000e+01 1.250000e+01 4.670800e-03 1.036400e-04 1.991500e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.984900e-03 9.313200e-05 1.327500e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.343600e-03 9.703100e-05 7.760900e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.721100e-03 7.529100e-05 7.913600e-05 +2.650000e+02 1.500000e+01 1.500000e+01 2.209900e-03 8.930000e-05 6.330600e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.781400e-03 5.228200e-05 6.618200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 1.418800e-03 6.033800e-05 5.262400e-05 +3.700000e+02 2.000000e+01 2.000000e+01 1.045200e-03 4.326200e-05 4.865100e-05 +4.125000e+02 2.250000e+01 2.250000e+01 6.916200e-04 3.261800e-05 2.888700e-05 +4.575000e+02 2.250000e+01 2.250000e+01 4.236500e-04 2.255500e-05 2.370100e-05 +5.300000e+02 5.000000e+01 5.000000e+01 1.947200e-04 1.421700e-05 1.172900e-05 +7.300000e+02 1.500000e+02 1.500000e+02 3.171700e-05 2.949400e-06 2.716600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d30-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d30-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.211800e-03 3.042300e-04 3.552600e-04 +1.050000e+02 1.000000e+01 1.000000e+01 4.461900e-03 0.000000e+00 4.569800e-04 +1.275000e+02 1.250000e+01 1.250000e+01 4.473100e-03 1.056900e-04 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 4.290300e-03 1.220900e-04 0.000000e+00 +1.775000e+02 1.250000e+01 1.250000e+01 3.976900e-03 5.031500e-05 0.000000e+00 +2.050000e+02 1.500000e+01 1.500000e+01 3.256600e-03 0.000000e+00 1.321200e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.786900e-03 6.025400e-05 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.357500e-03 0.000000e+00 8.507400e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.966600e-03 6.833900e-05 7.402300e-05 +3.325000e+02 1.750000e+01 1.750000e+01 1.672100e-03 4.136400e-05 1.510000e-05 +3.700000e+02 2.000000e+01 2.000000e+01 1.257900e-03 6.745200e-05 0.000000e+00 +4.125000e+02 2.250000e+01 2.250000e+01 8.565200e-04 1.101700e-04 2.713300e-06 +4.575000e+02 2.250000e+01 2.250000e+01 5.077800e-04 2.648200e-06 2.871000e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.504900e-04 1.100700e-05 2.467000e-05 +7.300000e+02 1.500000e+02 1.500000e+02 4.310800e-05 7.085000e-07 1.368100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d31-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d31-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.789000e+00 7.290329e-02 7.287356e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.582600e+00 7.671012e-02 7.482703e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.500900e+00 7.179555e-02 7.216504e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.106300e+00 6.265183e-02 5.067478e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.775100e-01 4.661478e-02 4.753280e-02 +7.500000e-01 1.000000e-01 1.000000e-01 3.650300e-01 2.890584e-02 2.938186e-02 +1.025000e+00 1.750000e-01 1.750000e-01 1.114400e-01 9.694101e-03 9.780663e-03 +1.850000e+00 6.500000e-01 6.500000e-01 9.433400e-03 1.232201e-03 1.246403e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d31-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d31-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.613000e+00 4.421500e-02 2.545300e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.565600e+00 3.100800e-02 4.651200e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.584800e+00 3.716700e-02 5.156000e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.183700e+00 1.901300e-02 3.285300e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.755200e-01 2.356900e-02 3.262800e-02 +7.500000e-01 1.000000e-01 1.000000e-01 3.992400e-01 1.308700e-02 1.307100e-02 +1.025000e+00 1.750000e-01 1.750000e-01 1.105900e-01 6.835800e-03 4.705500e-03 +1.850000e+00 6.500000e-01 6.500000e-01 7.813600e-03 6.471200e-04 6.451700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d31-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d31-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.622400e+00 4.205100e-03 2.895500e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.558300e+00 0.000000e+00 2.982000e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.556800e+00 0.000000e+00 2.726000e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.158300e+00 1.185900e-02 0.000000e+00 +6.000000e-01 5.000000e-02 5.000000e-02 7.657600e-01 2.603800e-02 1.830100e-03 +7.500000e-01 1.000000e-01 1.000000e-01 4.100700e-01 1.227900e-02 2.983300e-03 +1.025000e+00 1.750000e-01 1.750000e-01 1.244700e-01 8.628700e-03 0.000000e+00 +1.850000e+00 6.500000e-01 6.500000e-01 8.707600e-03 7.867400e-04 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d32-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d32-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.237200e+00 7.213350e-02 7.015125e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.466400e+00 1.038116e-01 8.555071e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.649600e+00 4.762733e-02 4.750989e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.427300e+00 5.380471e-02 5.434899e-02 +6.750000e-01 1.250000e-01 1.250000e-01 6.488400e-01 2.961493e-02 3.110388e-02 +9.000000e-01 1.000000e-01 1.000000e-01 1.522100e-01 1.512202e-02 1.526235e-02 +1.750000e+00 7.500000e-01 7.500000e-01 9.076000e-03 1.246709e-03 1.355970e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d32-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d32-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.287400e+00 3.781000e-02 6.025500e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.477600e+00 5.827900e-02 4.128500e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.694100e+00 3.660300e-02 2.931100e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.396600e+00 2.933300e-02 3.526100e-02 +6.750000e-01 1.250000e-01 1.250000e-01 6.244600e-01 1.603100e-02 1.809900e-02 +9.000000e-01 1.000000e-01 1.000000e-01 1.460900e-01 1.024100e-02 8.134300e-03 +1.750000e+00 7.500000e-01 7.500000e-01 6.797500e-03 4.949300e-04 6.945100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d32-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d32-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.192800e+00 6.288400e-02 4.246400e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.397100e+00 7.380800e-02 2.195100e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.613800e+00 0.000000e+00 2.917300e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.441400e+00 1.179200e-02 5.354800e-02 +6.750000e-01 1.250000e-01 1.250000e-01 7.026000e-01 2.780900e-02 9.095100e-03 +9.000000e-01 1.000000e-01 1.000000e-01 1.771200e-01 1.216100e-02 7.301300e-03 +1.750000e+00 7.500000e-01 7.500000e-01 8.006300e-03 5.803800e-04 5.083400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d33-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d33-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.393500e-01 2.046922e-02 1.981563e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.923000e-01 1.044840e-02 9.031703e-03 +2.000000e+00 5.000000e-01 5.000000e-01 1.174800e-01 8.355426e-03 9.773928e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.733500e-02 5.198399e-03 5.468499e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.353500e-02 3.708086e-03 3.370465e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d33-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d33-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.474800e-01 1.055500e-02 1.394400e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.919700e-01 8.680100e-03 6.940400e-03 +2.000000e+00 5.000000e-01 5.000000e-01 1.117600e-01 4.303400e-03 3.381900e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.529200e-02 2.780700e-03 2.294700e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.349000e-02 1.089000e-03 1.037400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d33-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d33-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.228100e-01 2.099700e-02 1.563000e-02 +1.000000e+00 5.000000e-01 5.000000e-01 3.077200e-01 8.596300e-03 1.270600e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.213500e-01 7.037800e-03 6.302600e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.816700e-02 1.169500e-03 1.169800e-03 +6.000000e+00 2.500000e+00 2.500000e+00 9.951600e-03 0.000000e+00 1.158600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d34-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d34-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.737500e-03 1.666680e-04 1.850338e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.921900e-03 6.047142e-05 6.091175e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.124600e-03 2.855445e-05 2.857154e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.472600e-03 2.917853e-05 2.275483e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.000300e-03 2.430507e-05 2.304261e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.689200e-04 2.167312e-05 2.336882e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.484100e-04 1.673976e-05 1.533606e-05 +1.150000e+03 5.000000e+01 5.000000e+01 2.937000e-04 1.499780e-05 1.309657e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.893900e-04 1.337960e-05 1.066005e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.209200e-04 8.375443e-06 1.088039e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.968000e-05 3.780448e-06 4.312506e-06 +2.350000e+03 3.500000e+02 3.500000e+02 8.636700e-06 1.116252e-06 9.972329e-07 +3.350000e+03 6.500000e+02 6.500000e+02 8.821400e-07 2.022031e-07 1.899388e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d34-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d34-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.643700e-03 8.146100e-05 2.662300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.853800e-03 1.940300e-05 2.587500e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.064700e-03 1.499400e-05 8.612500e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.456700e-03 2.873500e-05 1.187400e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.002000e-03 1.017100e-05 1.075200e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.842000e-04 8.243100e-06 1.212200e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.599900e-04 6.143000e-06 1.678700e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.178400e-04 6.939300e-06 1.238900e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.102500e-04 5.147200e-06 5.221800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.307600e-04 3.959200e-06 3.100100e-06 +1.750000e+03 2.500000e+02 2.500000e+02 5.488200e-05 1.225500e-06 1.150300e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.158000e-05 5.154300e-07 5.177500e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.213000e-06 9.985200e-08 1.359400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d34-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d34-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.618200e-03 6.847200e-05 6.017500e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.849700e-03 3.701800e-05 3.216100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.052900e-03 1.594100e-05 1.315600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.458200e-03 1.114000e-06 9.146000e-07 +8.325000e+02 4.750000e+01 4.750000e+01 1.010400e-03 6.761400e-06 7.484600e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.917300e-04 8.662100e-06 1.000900e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.584500e-04 8.445500e-06 9.649900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.190100e-04 7.767700e-06 8.926800e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.119300e-04 6.337300e-06 7.338900e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.337400e-04 5.026900e-06 6.102400e-06 +1.750000e+03 2.500000e+02 2.500000e+02 5.519400e-05 2.702400e-06 3.198300e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.139900e-05 7.966200e-07 9.631000e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.200700e-06 1.172900e-07 1.468400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d34-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d34-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.419400e-03 2.626300e-05 5.177600e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.715500e-03 8.987800e-06 4.218100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.999800e-03 0.000000e+00 2.834800e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.433200e-03 9.737800e-06 2.960100e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.041500e-03 5.033900e-05 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 7.136400e-04 2.509100e-07 5.515000e-06 +1.042500e+03 5.750000e+01 5.750000e+01 4.869900e-04 2.471000e-06 7.331000e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.432200e-04 4.655800e-06 4.298100e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.380700e-04 6.638500e-06 8.833200e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.504600e-04 7.648400e-06 2.034700e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.552800e-05 2.774300e-06 1.296900e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.399400e-05 5.862100e-07 9.503400e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.561600e-06 1.630900e-07 4.800100e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d35-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d35-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.933500e-03 1.324270e-04 1.319493e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.076500e-03 2.131621e-04 2.487014e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.869700e-03 1.732412e-04 1.825174e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.002900e-03 8.404852e-05 8.337837e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.080100e-03 1.263419e-04 1.181810e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.865600e-03 1.729448e-04 1.439489e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.838500e-03 1.101198e-04 1.039252e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.080300e-03 5.540438e-05 5.189075e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.179600e-04 2.886477e-05 3.012354e-05 +2.800000e+02 2.000000e+01 2.000000e+01 3.684100e-04 2.177920e-05 2.205978e-05 +3.975000e+02 9.750000e+01 9.750000e+01 7.096900e-05 9.637562e-06 9.983116e-06 +6.975000e+02 2.025000e+02 2.025000e+02 3.443500e-06 7.049974e-07 7.278381e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d35-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d35-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.378700e-03 1.517600e-04 2.223800e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.469400e-03 5.101500e-05 9.025600e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.440900e-03 8.244400e-05 5.268400e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.978500e-03 5.811300e-05 5.480200e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.359900e-03 4.094500e-05 5.730000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.055200e-03 4.307600e-05 3.026300e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.039900e-03 2.614000e-05 3.703500e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.260800e-03 2.183900e-05 1.994800e-05 +2.425000e+02 1.750000e+01 1.750000e+01 7.283000e-04 1.380700e-05 2.572100e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.181900e-04 1.488400e-05 1.552900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.091700e-04 3.234800e-06 3.558500e-06 +6.975000e+02 2.025000e+02 2.025000e+02 5.000600e-06 5.161700e-07 3.977300e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d35-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d35-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.571100e-03 1.697800e-04 1.550400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.492700e-03 1.936100e-04 1.751200e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.208200e-03 3.438500e-05 2.906200e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.853800e-03 4.013100e-05 4.118000e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.251100e-03 5.415300e-05 6.164000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.028000e-03 6.964700e-05 8.156600e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.051300e-03 4.503300e-05 5.197900e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.272000e-03 2.845900e-05 3.138100e-05 +2.425000e+02 1.750000e+01 1.750000e+01 7.714900e-04 1.860300e-05 1.992900e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.548600e-04 1.108800e-05 1.158100e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.260500e-04 3.504100e-06 3.557000e-06 +6.975000e+02 2.025000e+02 2.025000e+02 6.537500e-06 2.475100e-07 2.579500e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d35-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d35-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.356900e-03 5.197500e-05 2.060400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.602500e-03 1.209700e-04 6.166400e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.512700e-03 1.501000e-04 5.842200e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.991900e-03 0.000000e+00 1.600700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.327700e-03 1.226200e-05 8.728600e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.046000e-03 1.050400e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.995200e-03 2.327300e-05 1.004600e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.202900e-03 4.973400e-05 0.000000e+00 +2.425000e+02 1.750000e+01 1.750000e+01 7.151500e-04 8.055100e-06 1.557800e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.119800e-04 1.447900e-05 2.620800e-06 +3.975000e+02 9.750000e+01 9.750000e+01 1.087000e-04 5.432200e-06 3.744600e-06 +6.975000e+02 2.025000e+02 2.025000e+02 6.240200e-06 5.432900e-07 6.584400e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d36-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d36-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 8.122500e-02 1.352140e-02 1.326180e-02 +2.250000e-01 7.500000e-02 7.500000e-02 1.143700e-01 1.663477e-02 1.142533e-02 +3.500000e-01 5.000000e-02 5.000000e-02 1.271500e-01 1.512681e-02 1.596400e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.161500e-01 1.867401e-02 1.905356e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.501200e-01 2.792869e-02 2.667234e-02 +6.250000e-01 2.500000e-02 2.500000e-02 5.917600e-01 4.321160e-02 3.926561e-02 +6.750000e-01 2.500000e-02 2.500000e-02 7.344900e-01 4.441159e-02 4.303239e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.009500e+00 6.632819e-02 6.590522e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.519000e+00 3.722584e-02 3.723416e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.206900e+00 3.835284e-02 3.784168e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.029600e+00 5.015113e-02 5.043382e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.928900e+00 7.383253e-02 7.527868e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.006300e+00 9.790021e-02 1.114479e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d36-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d36-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.202300e-01 6.211600e-03 3.741400e-03 +2.250000e-01 7.500000e-02 7.500000e-02 1.409700e-01 3.038600e-03 4.526800e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.901900e-01 4.926700e-03 5.335500e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.664800e-01 5.314100e-03 8.613400e-03 +5.500000e-01 5.000000e-02 5.000000e-02 4.124900e-01 6.902700e-03 8.398800e-03 +6.250000e-01 2.500000e-02 2.500000e-02 6.083600e-01 1.381700e-02 1.152200e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.041500e-01 1.701300e-02 1.363700e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.107700e+00 2.066300e-02 1.472900e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.518200e+00 2.071200e-02 1.947000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.090800e+00 2.068100e-02 2.676800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.869400e+00 2.542300e-02 3.118400e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.800300e+00 3.654600e-02 4.110300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.679200e+00 7.771600e-02 6.736700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d36-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d36-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.176200e-01 3.778900e-03 4.656300e-03 +2.250000e-01 7.500000e-02 7.500000e-02 1.375700e-01 4.262000e-03 5.147900e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.808400e-01 6.312800e-03 8.116400e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.441600e-01 6.809900e-03 8.501300e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.905200e-01 1.402100e-02 1.647000e-02 +6.250000e-01 2.500000e-02 2.500000e-02 5.466100e-01 1.315500e-02 1.498300e-02 +6.750000e-01 2.500000e-02 2.500000e-02 7.337600e-01 1.618400e-02 1.883900e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.016900e+00 2.104600e-02 2.477700e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.422900e+00 2.068500e-02 2.250500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.009400e+00 1.773700e-02 1.814300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.840200e+00 4.614300e-03 4.046000e-03 +9.250000e-01 2.500000e-02 2.500000e-02 3.950600e+00 5.492300e-02 4.720000e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.083000e+00 1.370900e-01 1.194200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d36-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d36-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.046500e-01 3.535600e-03 8.375800e-04 +2.250000e-01 7.500000e-02 7.500000e-02 1.217600e-01 2.058000e-03 9.735300e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.587500e-01 4.002300e-03 1.130700e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.222200e-01 5.742900e-04 4.499800e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.518000e-01 1.010000e-02 0.000000e+00 +6.250000e-01 2.500000e-02 2.500000e-02 5.401200e-01 3.005400e-02 2.790100e-03 +6.750000e-01 2.500000e-02 2.500000e-02 7.204000e-01 7.377300e-03 3.319600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.026600e+00 1.074000e-02 5.218800e-03 +7.750000e-01 2.500000e-02 2.500000e-02 1.454700e+00 3.734400e-03 3.749400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.097200e+00 2.579900e-02 5.751100e-03 +8.750000e-01 2.500000e-02 2.500000e-02 2.942800e+00 2.987300e-02 2.919000e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.039700e+00 5.567300e-02 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.033700e+00 1.585000e-02 8.495600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d37-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d37-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.985700e-01 1.264129e-02 1.152023e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.687100e-01 1.111696e-02 1.148468e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.271100e-01 8.868828e-03 1.018768e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.621200e-01 6.921333e-03 7.511135e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.161900e-01 8.640365e-03 8.613727e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.586500e-01 9.151680e-03 8.764364e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.411400e-01 6.786680e-03 7.270510e-03 +5.000000e+00 2.000000e-01 2.000000e-01 6.789800e-02 5.659691e-03 5.623306e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.495100e-02 4.305751e-03 3.045384e-03 +6.200000e+00 2.000000e-01 2.000000e-01 7.071900e-03 1.694080e-03 1.603269e-03 +7.600000e+00 1.200000e+00 1.200000e+00 4.397200e-04 1.957244e-04 1.706019e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d37-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d37-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.926100e-01 3.939500e-03 6.037100e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.558500e-01 3.746400e-03 5.975100e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.221100e-01 6.806300e-03 9.456900e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.601500e-01 3.170700e-03 3.596300e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.175800e-01 3.367500e-03 3.143000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.593300e-01 6.356700e-03 4.381600e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.482900e-01 4.272500e-03 2.168500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 7.739500e-02 1.447900e-03 3.490300e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.780200e-02 8.388300e-04 6.688100e-04 +6.200000e+00 2.000000e-01 2.000000e-01 7.506600e-03 1.106900e-03 4.043100e-04 +7.600000e+00 1.200000e+00 1.200000e+00 5.968300e-04 4.654200e-05 8.824600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d37-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d37-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.591600e-01 3.434700e-03 2.984200e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.005800e-01 2.739500e-03 2.366900e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.335600e-01 2.705100e-03 2.007400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.421000e-01 1.271900e-03 1.053900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.767300e-01 1.434400e-03 1.638400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.322300e-01 2.152600e-03 2.474100e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.283400e-01 2.583100e-03 3.185700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 6.750400e-02 2.119900e-03 2.513800e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.488900e-02 1.221100e-03 1.629100e-03 +6.200000e+00 2.000000e-01 2.000000e-01 6.623800e-03 5.518200e-04 8.267500e-04 +7.600000e+00 1.200000e+00 1.200000e+00 5.661000e-04 6.045300e-05 9.118600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d37-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d37-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.276100e-01 5.166600e-03 7.224900e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.853200e-01 0.000000e+00 8.155000e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.378500e-01 1.011300e-02 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.483700e-01 3.856600e-03 2.567700e-04 +3.800000e+00 2.000000e-01 2.000000e-01 3.869000e-01 9.072800e-04 6.262900e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.362700e-01 9.595100e-04 2.763900e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.349000e-01 2.209400e-03 0.000000e+00 +5.000000e+00 2.000000e-01 2.000000e-01 7.258000e-02 3.110800e-03 4.607600e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.837600e-02 1.051000e-03 1.942900e-03 +6.200000e+00 2.000000e-01 2.000000e-01 8.507000e-03 1.396200e-03 6.039000e-05 +7.600000e+00 1.200000e+00 1.200000e+00 8.237200e-04 9.201200e-05 2.161600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d38-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d38-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.869000e-03 3.948115e-04 4.033031e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.557400e-03 2.631596e-04 2.844878e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.069300e-03 1.052295e-04 1.168430e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.146000e-03 1.066799e-04 9.007251e-05 +1.775000e+02 1.250000e+01 1.250000e+01 4.959700e-03 1.182551e-04 1.165410e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.550100e-03 1.126133e-04 1.104288e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.255600e-03 8.168077e-05 7.972379e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.423200e-03 7.170626e-05 6.679290e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.590200e-04 4.767594e-05 4.877268e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.796400e-04 3.442721e-05 3.512253e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.896300e-04 2.504993e-05 2.569215e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.568600e-04 1.225020e-05 1.136216e-05 +4.575000e+02 2.250000e+01 2.250000e+01 9.204500e-05 7.699796e-06 7.206928e-06 +5.300000e+02 5.000000e+01 5.000000e+01 3.546500e-05 3.495101e-06 3.369250e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.072900e-05 2.004789e-06 1.968167e-06 +8.425000e+02 1.575000e+02 1.575000e+02 8.339400e-07 4.776545e-07 4.762887e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d38-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d38-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.436400e-03 2.621100e-04 1.198200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.304600e-03 1.894900e-04 6.331200e-05 +1.275000e+02 1.250000e+01 1.250000e+01 7.010200e-03 5.837400e-05 2.559000e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.155500e-03 4.948800e-05 6.622200e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.032400e-03 4.417300e-05 6.964200e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.612600e-03 5.412500e-05 4.575400e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.326400e-03 3.693700e-05 4.843900e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.466300e-03 3.766600e-05 3.160500e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.918200e-04 1.844800e-05 2.695900e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.312500e-04 2.358500e-05 1.471100e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.085300e-04 1.075600e-05 1.423400e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.734100e-04 6.608300e-06 7.148200e-06 +4.575000e+02 2.250000e+01 2.250000e+01 9.624800e-05 4.621200e-06 5.063100e-06 +5.300000e+02 5.000000e+01 5.000000e+01 4.070400e-05 3.289000e-06 2.511600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.222500e-05 1.220900e-06 1.126500e-06 +8.425000e+02 1.575000e+02 1.575000e+02 1.957400e-06 3.419400e-07 2.825700e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d38-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d38-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.347700e-03 5.593500e-06 2.125700e-05 +1.050000e+02 1.000000e+01 1.000000e+01 6.296100e-03 3.499600e-05 4.331400e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.534200e-03 1.621500e-05 1.453300e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.079400e-03 3.335400e-05 2.739200e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.346200e-03 2.403300e-05 2.013900e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.902300e-03 9.939600e-06 9.665200e-06 +2.350000e+02 1.500000e+01 1.500000e+01 2.621200e-03 1.150100e-05 8.529200e-06 +2.650000e+02 1.500000e+01 1.500000e+01 1.716000e-03 1.480300e-05 1.257200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.045300e-03 1.269800e-05 1.169700e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.395200e-04 1.039300e-05 9.935800e-06 +3.700000e+02 2.000000e+01 2.000000e+01 3.847600e-04 7.477900e-06 7.646200e-06 +4.125000e+02 2.250000e+01 2.250000e+01 2.229400e-04 5.319300e-06 5.796600e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.229800e-04 3.147500e-06 3.560300e-06 +5.300000e+02 5.000000e+01 5.000000e+01 5.323500e-05 1.671100e-06 1.865300e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.583700e-05 6.502500e-07 7.454400e-07 +8.425000e+02 1.575000e+02 1.575000e+02 2.440700e-06 1.241700e-07 1.433200e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d38-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d38-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.467600e-03 9.445400e-05 2.360600e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.452300e-03 9.176200e-05 1.273600e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.593500e-03 7.974300e-05 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 6.153400e-03 0.000000e+00 2.644500e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.249700e-03 1.252900e-04 1.048800e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.835600e-03 0.000000e+00 1.197900e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.573000e-03 3.335500e-05 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 1.645000e-03 2.502300e-05 2.169700e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.016200e-03 6.174200e-06 3.150200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.441000e-04 2.990300e-05 0.000000e+00 +3.700000e+02 2.000000e+01 2.000000e+01 3.818400e-04 1.317600e-05 2.005300e-06 +4.125000e+02 2.250000e+01 2.250000e+01 2.231300e-04 1.822100e-05 5.658900e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.248600e-04 3.624900e-06 7.957200e-07 +5.300000e+02 5.000000e+01 5.000000e+01 5.546100e-05 1.851500e-06 4.965600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.801100e-05 0.000000e+00 2.178800e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.965100e-06 3.640400e-07 2.030200e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d39-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d39-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.364800e+00 4.846605e-02 4.635862e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.438400e+00 4.449730e-02 3.998126e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.374900e+00 4.223074e-02 3.748985e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.382400e+00 3.299463e-02 3.453453e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.179700e+00 3.464802e-02 3.301143e-02 +5.000000e-01 5.000000e-02 5.000000e-02 9.105100e-01 2.360182e-02 2.415564e-02 +6.000000e-01 5.000000e-02 5.000000e-02 8.281800e-01 2.391483e-02 2.558667e-02 +7.000000e-01 5.000000e-02 5.000000e-02 6.688400e-01 1.935545e-02 1.916168e-02 +8.000000e-01 5.000000e-02 5.000000e-02 4.460100e-01 1.780996e-02 1.922288e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.734100e-01 1.195067e-02 1.259264e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.806200e-01 1.542226e-02 1.597271e-02 +1.350000e+00 1.500000e-01 1.500000e-01 7.597300e-02 4.640969e-03 5.404275e-03 +1.650000e+00 1.500000e-01 1.500000e-01 2.107300e-02 2.790816e-03 2.953377e-03 +2.050000e+00 2.500000e-01 2.500000e-01 4.614500e-03 8.474705e-04 8.540180e-04 +2.650000e+00 3.500000e-01 3.500000e-01 4.433600e-04 1.912842e-04 1.796024e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d39-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d39-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.340000e+00 1.768700e-02 2.039800e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.348800e+00 1.951700e-02 1.607900e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.373300e+00 1.300200e-02 1.758900e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.418700e+00 2.053200e-02 1.947300e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.240500e+00 1.258900e-02 1.170700e-02 +5.000000e-01 5.000000e-02 5.000000e-02 9.534900e-01 1.867300e-02 1.011800e-02 +6.000000e-01 5.000000e-02 5.000000e-02 8.350400e-01 2.020900e-02 9.484200e-03 +7.000000e-01 5.000000e-02 5.000000e-02 6.629900e-01 8.855300e-03 1.124500e-02 +8.000000e-01 5.000000e-02 5.000000e-02 4.486800e-01 7.802100e-03 6.648800e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.894800e-01 4.710700e-03 5.610800e-03 +1.100000e+00 1.000000e-01 1.000000e-01 1.616600e-01 5.108400e-03 2.928100e-03 +1.350000e+00 1.500000e-01 1.500000e-01 6.796800e-02 1.961300e-03 1.556300e-03 +1.650000e+00 1.500000e-01 1.500000e-01 2.154800e-02 9.118300e-04 9.585000e-04 +2.050000e+00 2.500000e-01 2.500000e-01 4.198600e-03 3.015200e-04 3.839000e-04 +2.650000e+00 3.500000e-01 3.500000e-01 2.037400e-04 5.669200e-05 5.861100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d39-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d39-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.246500e+00 1.943300e-02 1.690500e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.252000e+00 2.007000e-02 1.785800e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.230100e+00 1.813900e-02 1.648500e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.257100e+00 1.764700e-02 1.598900e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.131600e+00 8.899400e-03 8.380200e-03 +5.000000e-01 5.000000e-02 5.000000e-02 9.962500e-01 7.983600e-03 9.595800e-03 +6.000000e-01 5.000000e-02 5.000000e-02 9.622300e-01 1.188700e-02 1.390700e-02 +7.000000e-01 5.000000e-02 5.000000e-02 7.572900e-01 1.006100e-02 1.134000e-02 +8.000000e-01 5.000000e-02 5.000000e-02 5.062100e-01 7.437400e-03 8.474900e-03 +9.250000e-01 7.500000e-02 7.500000e-02 3.514300e-01 8.886100e-03 9.969800e-03 +1.100000e+00 1.000000e-01 1.000000e-01 1.900700e-01 4.264200e-03 4.795900e-03 +1.350000e+00 1.500000e-01 1.500000e-01 8.502200e-02 1.929800e-03 2.018600e-03 +1.650000e+00 1.500000e-01 1.500000e-01 3.127600e-02 1.071000e-03 1.210700e-03 +2.050000e+00 2.500000e-01 2.500000e-01 5.223100e-03 2.560700e-04 2.875000e-04 +2.650000e+00 3.500000e-01 3.500000e-01 2.384800e-04 1.462000e-05 1.728000e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d39-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d39-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.403400e+00 3.298400e-02 0.000000e+00 +1.000000e-01 5.000000e-02 5.000000e-02 1.405200e+00 9.437700e-03 6.334600e-03 +2.000000e-01 5.000000e-02 5.000000e-02 1.413300e+00 1.851100e-02 2.031100e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.442900e+00 9.529100e-03 2.912800e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.225900e+00 1.891800e-02 2.859000e-03 +5.000000e-01 5.000000e-02 5.000000e-02 9.026700e-01 2.250600e-03 1.659600e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.963500e-01 1.087700e-02 1.878700e-02 +7.000000e-01 5.000000e-02 5.000000e-02 6.531900e-01 8.783100e-03 3.790500e-04 +8.000000e-01 5.000000e-02 5.000000e-02 4.262500e-01 0.000000e+00 1.540600e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.827300e-01 4.356200e-03 1.214400e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.580600e-01 3.746200e-03 1.291600e-03 +1.350000e+00 1.500000e-01 1.500000e-01 6.800000e-02 5.665800e-04 5.926800e-04 +1.650000e+00 1.500000e-01 1.500000e-01 2.147300e-02 7.799200e-04 4.937200e-04 +2.050000e+00 2.500000e-01 2.500000e-01 4.536500e-03 2.556900e-04 1.983600e-04 +2.650000e+00 3.500000e-01 3.500000e-01 1.892200e-04 6.747600e-05 6.935500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d40-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d40-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.092100e+00 3.106798e-02 3.155427e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.018500e+00 3.261042e-02 3.275854e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.162800e+00 2.888218e-02 2.932710e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.222600e+00 3.679887e-02 3.686037e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.265700e+00 4.198133e-02 3.813616e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.328900e+00 3.557280e-02 3.561967e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.357500e+00 3.641542e-02 3.624554e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.438400e+00 3.448402e-02 3.442345e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.314600e+00 3.158142e-02 3.158311e-02 +4.750000e-01 2.500000e-02 2.500000e-02 1.183600e+00 7.406805e-02 7.448768e-02 +5.250000e-01 2.500000e-02 2.500000e-02 1.161100e+00 3.762767e-02 3.800440e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.146800e+00 2.485644e-02 2.489803e-02 +6.250000e-01 2.500000e-02 2.500000e-02 1.010200e+00 3.103958e-02 3.050361e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.781000e-01 2.837291e-02 2.830434e-02 +7.250000e-01 2.500000e-02 2.500000e-02 7.318400e-01 2.162921e-02 2.185104e-02 +7.750000e-01 2.500000e-02 2.500000e-02 5.806800e-01 1.976100e-02 1.904239e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.710600e-01 1.722081e-02 1.747534e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.768200e-01 1.571927e-02 1.620136e-02 +9.250000e-01 2.500000e-02 2.500000e-02 2.961800e-01 1.371480e-02 1.385615e-02 +9.750000e-01 2.500000e-02 2.500000e-02 2.365800e-01 1.112368e-02 1.115901e-02 +1.025000e+00 2.500000e-02 2.500000e-02 1.879500e-01 1.031368e-02 1.003133e-02 +1.075000e+00 2.500000e-02 2.500000e-02 1.347400e-01 9.133185e-03 9.721705e-03 +1.125000e+00 2.500000e-02 2.500000e-02 1.007700e-01 7.617282e-03 7.873269e-03 +1.175000e+00 2.500000e-02 2.500000e-02 8.877400e-02 6.686759e-03 6.552150e-03 +1.250000e+00 5.000000e-02 5.000000e-02 5.083300e-02 3.534430e-03 3.516280e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.948700e-02 3.063042e-03 3.052132e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.072400e-02 1.203017e-03 1.201783e-03 +1.800000e+00 2.000000e-01 2.000000e-01 1.276900e-03 2.783425e-04 2.824434e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d40-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d40-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.058900e+00 2.440100e-02 2.870700e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.075000e+00 1.942100e-02 2.793500e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.117900e+00 1.888400e-02 3.722800e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.179800e+00 2.483900e-02 2.786300e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.265200e+00 3.155300e-02 1.714800e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.320200e+00 1.923900e-02 2.519200e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.412000e+00 5.713100e-02 1.568400e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.425600e+00 1.796800e-02 2.732000e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.363600e+00 2.205900e-02 1.904700e-02 +4.750000e-01 2.500000e-02 2.500000e-02 1.259300e+00 1.483900e-02 2.001100e-02 +5.250000e-01 2.500000e-02 2.500000e-02 1.189600e+00 1.625400e-02 1.656800e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.094900e+00 3.942300e-02 1.719900e-02 +6.250000e-01 2.500000e-02 2.500000e-02 1.008100e+00 1.360500e-02 1.420700e-01 +6.750000e-01 2.500000e-02 2.500000e-02 8.684100e-01 1.375800e-02 1.759400e-02 +7.250000e-01 2.500000e-02 2.500000e-02 7.206400e-01 1.408000e-02 1.219100e-02 +7.750000e-01 2.500000e-02 2.500000e-02 5.902600e-01 1.658200e-02 2.223300e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.710300e-01 9.983400e-03 1.482600e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.751400e-01 1.622500e-02 8.091700e-03 +9.250000e-01 2.500000e-02 2.500000e-02 2.900400e-01 1.133200e-02 9.283800e-03 +9.750000e-01 2.500000e-02 2.500000e-02 2.269700e-01 7.585900e-03 6.801000e-03 +1.025000e+00 2.500000e-02 2.500000e-02 1.741400e-01 7.122100e-03 5.601200e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.318600e-01 5.705100e-03 6.368000e-03 +1.125000e+00 2.500000e-02 2.500000e-02 9.990000e-02 4.566900e-03 5.090200e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.347300e-02 4.096900e-03 3.696500e-03 +1.250000e+00 5.000000e-02 5.000000e-02 4.924000e-02 2.277600e-03 2.281000e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.680000e-02 1.847100e-03 1.842600e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.073400e-02 7.668700e-04 9.794000e-04 +1.800000e+00 2.000000e-01 2.000000e-01 1.628600e-03 1.924300e-04 2.586500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d40-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d40-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.195900e+00 1.283400e-02 1.502300e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.201500e+00 1.065700e-02 1.185500e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.228500e+00 8.872800e-03 1.021600e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.275600e+00 6.065100e-03 6.637200e-03 +2.250000e-01 2.500000e-02 2.500000e-02 1.316900e+00 3.881300e-03 3.238400e-03 +2.750000e-01 2.500000e-02 2.500000e-02 1.352300e+00 2.811600e-03 3.149800e-03 +3.250000e-01 2.500000e-02 2.500000e-02 1.389300e+00 7.209400e-03 6.543600e-03 +3.750000e-01 2.500000e-02 2.500000e-02 1.372700e+00 7.557100e-03 7.226700e-03 +4.250000e-01 2.500000e-02 2.500000e-02 1.330400e+00 4.454500e-03 4.945200e-03 +4.750000e-01 2.500000e-02 2.500000e-02 1.222800e+00 7.781300e-03 6.579500e-03 +5.250000e-01 2.500000e-02 2.500000e-02 1.147500e+00 1.642500e-03 2.115600e-03 +5.750000e-01 2.500000e-02 2.500000e-02 1.035900e+00 5.270800e-03 5.003000e-03 +6.250000e-01 2.500000e-02 2.500000e-02 9.380800e-01 4.431300e-03 3.492500e-03 +6.750000e-01 2.500000e-02 2.500000e-02 8.012500e-01 4.041800e-03 3.306700e-03 +7.250000e-01 2.500000e-02 2.500000e-02 6.717300e-01 4.005300e-03 3.314500e-03 +7.750000e-01 2.500000e-02 2.500000e-02 5.560900e-01 1.436500e-03 1.014300e-03 +8.250000e-01 2.500000e-02 2.500000e-02 4.421000e-01 1.241600e-03 1.476800e-03 +8.750000e-01 2.500000e-02 2.500000e-02 3.563200e-01 1.775000e-03 1.817900e-03 +9.250000e-01 2.500000e-02 2.500000e-02 2.712100e-01 1.717300e-03 1.676500e-03 +9.750000e-01 2.500000e-02 2.500000e-02 2.147400e-01 1.241200e-03 1.471300e-03 +1.025000e+00 2.500000e-02 2.500000e-02 1.687000e-01 9.556200e-04 1.066900e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.313200e-01 9.833600e-04 1.150200e-03 +1.125000e+00 2.500000e-02 2.500000e-02 9.624500e-02 1.248900e-03 1.222400e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.322800e-02 1.067000e-03 1.110700e-03 +1.250000e+00 5.000000e-02 5.000000e-02 5.152800e-02 1.965200e-03 2.046800e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.555200e-02 5.289700e-04 5.892700e-04 +1.500000e+00 1.000000e-01 1.000000e-01 1.074700e-02 2.766600e-04 3.018000e-04 +1.800000e+00 2.000000e-01 2.000000e-01 1.577400e-03 9.334100e-05 1.177700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d40-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d40-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.006400e+00 2.651100e-02 4.459400e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.041000e+00 3.138200e-02 1.939700e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.085800e+00 2.771400e-02 4.315800e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.160700e+00 5.162200e-02 2.274600e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.241700e+00 2.946500e-02 4.578600e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.324100e+00 1.843700e-02 4.872300e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.374500e+00 1.193200e-02 1.566200e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.417800e+00 2.793200e-02 1.814500e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.368400e+00 1.022300e-02 9.238300e-03 +4.750000e-01 2.500000e-02 2.500000e-02 1.301800e+00 3.150100e-02 9.823400e-03 +5.250000e-01 2.500000e-02 2.500000e-02 1.204000e+00 2.169500e-02 2.649500e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.133300e+00 1.727300e-02 6.940400e-03 +6.250000e-01 2.500000e-02 2.500000e-02 1.024100e+00 2.797200e-02 3.219000e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.917100e-01 2.951600e-02 0.000000e+00 +7.250000e-01 2.500000e-02 2.500000e-02 7.427700e-01 4.053500e-02 0.000000e+00 +7.750000e-01 2.500000e-02 2.500000e-02 5.917100e-01 1.901600e-04 3.304800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.877000e-01 1.963300e-02 5.870300e-03 +8.750000e-01 2.500000e-02 2.500000e-02 3.724000e-01 5.587000e-03 4.653900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 2.982400e-01 7.696900e-03 1.102500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 2.318500e-01 0.000000e+00 1.112200e-02 +1.025000e+00 2.500000e-02 2.500000e-02 1.790100e-01 1.048900e-02 7.040500e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.332300e-01 7.665800e-03 4.872400e-03 +1.125000e+00 2.500000e-02 2.500000e-02 1.046500e-01 6.651300e-03 2.049700e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.552400e-02 0.000000e+00 8.733400e-03 +1.250000e+00 5.000000e-02 5.000000e-02 4.978900e-02 2.021200e-03 2.212300e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.532400e-02 1.114800e-03 2.417500e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.082000e-02 0.000000e+00 1.249500e-03 +1.800000e+00 2.000000e-01 2.000000e-01 1.752000e-03 1.180000e-04 5.657900e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d41-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d41-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.964000e-01 1.607332e-02 1.717396e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.848500e-01 7.374995e-03 6.654775e-03 +2.000000e+00 5.000000e-01 5.000000e-01 8.968700e-02 6.468044e-03 6.752842e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.270900e-02 3.138601e-03 2.722886e-03 +4.000000e+00 5.000000e-01 5.000000e-01 4.667900e-03 9.714106e-04 8.115541e-04 +6.500000e+00 2.000000e+00 2.000000e+00 1.683300e-03 4.780830e-04 4.506593e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d41-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d41-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.974500e-01 4.962600e-03 5.161900e-03 +1.000000e+00 5.000000e-01 5.000000e-01 2.853700e-01 3.791500e-03 2.628200e-03 +2.000000e+00 5.000000e-01 5.000000e-01 8.776600e-02 1.671000e-03 1.759900e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.271300e-02 7.866500e-04 5.123500e-04 +4.000000e+00 5.000000e-01 5.000000e-01 5.262600e-03 2.141000e-04 4.450100e-04 +6.500000e+00 2.000000e+00 2.000000e+00 1.437100e-03 1.139900e-04 1.704700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d41-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d41-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.285200e-01 2.975800e-02 2.687500e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.982700e-01 1.574400e-02 1.691700e-02 +2.000000e+00 5.000000e-01 5.000000e-01 6.750600e-02 7.575200e-03 8.807000e-03 +3.000000e+00 5.000000e-01 5.000000e-01 1.000000e-99 0.000000e+00 0.000000e+00 +4.000000e+00 5.000000e-01 5.000000e-01 1.000000e-99 0.000000e+00 0.000000e+00 +6.500000e+00 2.000000e+00 2.000000e+00 1.000000e-99 0.000000e+00 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d41-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d41-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.807900e-01 1.766100e-02 1.722700e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.978700e-01 1.318500e-02 9.317100e-03 +2.000000e+00 5.000000e-01 5.000000e-01 9.355500e-02 4.131100e-03 6.521300e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.286700e-02 2.761800e-04 1.435100e-03 +4.000000e+00 5.000000e-01 5.000000e-01 4.111000e-03 0.000000e+00 5.716300e-04 +6.500000e+00 2.000000e+00 2.000000e+00 8.071900e-04 8.568600e-05 7.494700e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d42-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d42-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.462800e-03 7.499147e-04 7.406124e-04 +7.500000e+01 2.500000e+01 2.500000e+01 7.215300e-03 5.754537e-04 5.787028e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.483700e-03 4.720876e-04 4.692823e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.239800e-03 1.940097e-04 1.965313e-04 +5.150000e+02 2.150000e+02 2.150000e+02 7.642600e-05 4.291271e-05 4.259800e-05 +8.150000e+02 8.500000e+01 8.500000e+01 3.737200e-06 3.442953e-04 3.442747e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d42-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d42-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.366300e-03 2.815300e-04 3.703300e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.617000e-03 3.670800e-04 3.587300e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.775800e-03 2.768900e-04 2.412400e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.481900e-03 9.808200e-05 1.029800e-04 +5.150000e+02 2.150000e+02 2.150000e+02 1.524100e-04 1.802100e-05 1.859600e-05 +8.150000e+02 8.500000e+01 8.500000e+01 7.551100e-06 6.318500e-06 6.374200e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d42-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d42-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.550900e-03 4.657300e-04 2.392800e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.704000e-03 2.641700e-04 2.175700e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.576100e-03 1.452600e-04 1.765400e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.457600e-03 7.701300e-05 2.489200e-04 +5.150000e+02 2.150000e+02 2.150000e+02 1.547500e-04 1.172200e-05 3.773100e-06 +8.150000e+02 8.500000e+01 8.500000e+01 1.225900e-05 6.416000e-08 7.997900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d43-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d43-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.825400e-01 4.804469e-02 5.256234e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.627400e+00 2.142801e-01 2.114021e-01 +9.500000e-01 5.000000e-02 5.000000e-02 5.467400e+00 4.834528e-01 4.842489e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d43-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d43-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.458000e-01 1.775100e-02 2.787700e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.731500e+00 1.090200e-01 8.821700e-02 +9.500000e-01 5.000000e-02 5.000000e-02 4.816400e+00 2.585600e-01 2.326400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d43-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d43-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.275600e-01 1.348500e-02 0.000000e+00 +8.000000e-01 1.000000e-01 1.000000e-01 1.633100e+00 1.205100e-01 1.407900e-02 +9.500000e-01 5.000000e-02 5.000000e-02 5.140800e+00 0.000000e+00 3.413200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d44-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d44-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 8.040500e-02 1.809084e-02 1.855774e-02 +4.400000e+00 8.000000e-01 8.000000e-01 2.001600e-01 2.488998e-02 2.451298e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.495500e-01 4.113629e-02 4.162140e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.026900e-01 1.709198e-02 1.605860e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d44-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d44-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 8.200600e-02 7.824900e-03 7.288100e-03 +4.400000e+00 8.000000e-01 8.000000e-01 2.052200e-01 1.095700e-02 1.105700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.500600e-01 2.387300e-02 1.992000e-02 +7.400000e+00 1.400000e+00 1.400000e+00 9.885600e-02 5.658200e-03 8.310200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d44-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d44-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.045100e-01 3.400700e-03 3.302800e-02 +4.400000e+00 8.000000e-01 8.000000e-01 2.127100e-01 7.506800e-03 0.000000e+00 +5.600000e+00 4.000000e-01 4.000000e-01 2.870300e-01 4.455300e-03 1.426800e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.013300e-01 1.218200e-02 7.319700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d45-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d45-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 5.044100e-03 8.141980e-04 7.683542e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.701600e-03 3.954643e-04 3.997386e-04 +2.675000e+02 4.750000e+01 4.750000e+01 1.582200e-03 2.584380e-04 2.475394e-04 +3.750000e+02 6.000000e+01 6.000000e+01 1.056700e-03 1.982897e-04 1.946652e-04 +5.600000e+02 1.250000e+02 1.250000e+02 4.964500e-04 9.283398e-05 1.016880e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d45-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d45-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 4.474700e-03 2.669800e-04 3.519000e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.799800e-03 2.287400e-04 2.140200e-04 +2.675000e+02 4.750000e+01 4.750000e+01 2.111300e-03 1.472800e-04 1.444400e-04 +3.750000e+02 6.000000e+01 6.000000e+01 1.014500e-03 9.289300e-05 8.840900e-05 +5.600000e+02 1.250000e+02 1.250000e+02 4.208800e-04 4.172900e-05 4.030600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d45-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d45-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 4.513200e-03 5.134400e-04 4.478600e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.297000e-03 1.464500e-04 5.099500e-05 +2.675000e+02 4.750000e+01 4.750000e+01 2.072700e-03 1.924800e-04 0.000000e+00 +3.750000e+02 6.000000e+01 6.000000e+01 1.129300e-03 0.000000e+00 1.010000e-04 +5.600000e+02 1.250000e+02 1.250000e+02 5.321100e-04 2.994500e-05 4.663600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d46-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d46-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.764900e+00 3.425195e-01 3.447472e-01 +7.000000e-01 3.000000e-01 3.000000e-01 4.900900e-01 7.924038e-02 7.482411e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d46-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d46-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.798700e+00 8.229200e-02 8.746100e-02 +7.000000e-01 3.000000e-01 3.000000e-01 4.675100e-01 4.090200e-02 3.642200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d46-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d46-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.780100e+00 7.337200e-02 3.594900e-02 +7.000000e-01 3.000000e-01 3.000000e-01 4.799400e-01 2.286300e-02 4.606900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d47-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d47-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.859400e+00 1.383831e-01 1.371311e-01 +5.250000e-01 1.250000e-01 1.250000e-01 8.648800e-01 1.483110e-01 1.494041e-01 +8.250000e-01 1.750000e-01 1.750000e-01 1.143000e-01 3.684675e-02 3.779701e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d47-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d47-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.962100e+00 6.646300e-02 7.265300e-02 +5.250000e-01 1.250000e-01 1.250000e-01 7.367100e-01 7.076100e-02 5.149600e-02 +8.250000e-01 1.750000e-01 1.750000e-01 8.849300e-02 1.510200e-02 1.640000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d47-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d47-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.787900e+00 7.472700e-02 4.901200e-02 +5.250000e-01 1.250000e-01 1.250000e-01 9.465600e-01 3.179200e-02 1.206000e-01 +8.250000e-01 1.750000e-01 1.750000e-01 1.377400e-01 3.181000e-02 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d48-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d48-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.259500e-01 4.071903e-02 4.353340e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.331100e-01 2.999246e-02 2.778104e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.409400e-01 3.220689e-02 3.230973e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d48-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d48-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.340400e-01 2.770900e-02 2.923400e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.317200e-01 2.357400e-02 1.444500e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.342300e-01 1.156500e-02 2.024000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d48-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d48-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.690500e-01 4.568600e-02 8.327700e-03 +1.000000e+00 5.000000e-01 5.000000e-01 2.610700e-01 1.182600e-03 2.935000e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.698800e-01 8.419100e-03 2.333900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d49-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d49-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.464200e-03 1.996778e-04 2.113957e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.836000e-03 9.182172e-05 8.486924e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.184800e-03 5.965306e-05 5.928028e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.544600e-03 5.350731e-05 5.426567e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.723800e-04 6.713703e-05 6.666637e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.727900e-04 3.266261e-05 3.194779e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.167100e-04 2.703154e-05 2.736909e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.463200e-04 2.138141e-05 1.994644e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.157300e-04 1.707022e-05 1.933633e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.148800e-04 1.051342e-05 1.244345e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.075600e-05 4.292400e-06 4.616306e-06 +2.350000e+03 3.500000e+02 3.500000e+02 6.020500e-06 1.381048e-06 1.010973e-06 +3.350000e+03 6.500000e+02 6.500000e+02 4.115900e-07 1.815897e-07 1.841067e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d49-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d49-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.362400e-03 1.517800e-04 7.976300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.763800e-03 4.917600e-05 4.543100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.078900e-03 3.484700e-05 6.022000e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.516000e-03 4.289100e-05 2.805600e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.084100e-03 3.456400e-05 2.558000e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.263800e-04 1.870300e-05 2.226500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.991600e-04 1.424200e-05 4.147700e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.393900e-04 1.345400e-05 3.205200e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.167400e-04 9.725900e-06 8.230800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.307500e-04 1.042800e-05 7.351200e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.830800e-05 2.449800e-06 2.340000e-06 +2.350000e+03 3.500000e+02 3.500000e+02 7.398900e-06 9.804100e-07 7.028100e-07 +3.350000e+03 6.500000e+02 6.500000e+02 3.216200e-07 1.115200e-07 1.137400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d49-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d49-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.340800e-03 6.275200e-05 5.554000e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.727800e-03 3.754100e-05 3.297400e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.047600e-03 1.641100e-05 1.416700e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.513300e-03 1.884800e-06 1.406900e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.093600e-03 7.142800e-06 6.258100e-06 +9.325000e+02 5.250000e+01 5.250000e+01 7.536900e-04 7.335400e-06 8.193300e-06 +1.042500e+03 5.750000e+01 5.750000e+01 4.879300e-04 7.938800e-06 8.993600e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.398100e-04 7.353300e-06 8.376900e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.316000e-04 6.621200e-06 7.595800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.364600e-04 4.720900e-06 5.463900e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.906600e-05 2.178600e-06 2.539400e-06 +2.350000e+03 3.500000e+02 3.500000e+02 7.462200e-06 4.830600e-07 5.763600e-07 +3.350000e+03 6.500000e+02 6.500000e+02 4.745900e-07 3.978200e-08 4.824000e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d49-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d49-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.076200e-03 2.259800e-05 0.000000e+00 +5.800000e+02 3.500000e+01 3.500000e+01 2.594500e-03 5.505600e-05 2.109200e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.979900e-03 0.000000e+00 5.741600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.483800e-03 2.652200e-05 1.098100e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.120500e-03 5.984700e-05 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 7.786500e-04 8.528000e-06 1.625300e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.361400e-04 3.902500e-06 2.148600e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.686100e-04 4.868100e-06 2.126300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.547800e-04 7.683900e-06 9.004900e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.563300e-04 6.102600e-06 4.274000e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.236300e-05 1.035100e-06 2.966500e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.072300e-05 6.190200e-07 1.829600e-06 +3.350000e+03 6.500000e+02 6.500000e+02 7.258400e-07 6.961000e-08 1.417800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d50-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d50-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.229500e-03 1.760392e-04 1.805021e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.636300e-03 2.391740e-04 2.509045e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.791700e-03 2.040372e-04 1.978798e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.903100e-03 1.655871e-04 1.657681e-04 +1.450000e+02 1.500000e+01 1.500000e+01 3.430400e-03 2.001677e-04 1.964339e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.805500e-03 1.314386e-04 1.261339e-04 +2.625000e+02 3.750000e+01 3.750000e+01 6.032300e-04 4.792068e-05 4.885793e-05 +5.150000e+02 2.150000e+02 2.150000e+02 3.539900e-05 1.118806e-05 1.125360e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d50-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d50-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.036300e-03 6.760400e-05 1.112300e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.179700e-03 2.209500e-04 1.171000e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.496100e-03 1.463100e-04 1.102000e-04 +1.150000e+02 1.500000e+01 1.500000e+01 5.046700e-03 1.101200e-04 9.157500e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.600100e-03 7.650000e-05 8.250700e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.899000e-03 3.695100e-05 6.108000e-05 +2.625000e+02 3.750000e+01 3.750000e+01 6.468500e-04 2.218100e-05 2.566600e-05 +5.150000e+02 2.150000e+02 2.150000e+02 5.800200e-05 2.510800e-06 3.390100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d50-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d50-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.334000e-03 5.676300e-05 5.180300e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.387100e-03 7.000000e-05 6.461300e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.563100e-03 1.731800e-05 1.512600e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.897500e-03 9.733100e-06 1.240000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.383800e-03 4.071700e-05 4.674900e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.772500e-03 2.564800e-05 2.992200e-05 +2.625000e+02 3.750000e+01 3.750000e+01 6.140200e-04 9.495300e-06 9.943300e-06 +5.150000e+02 2.150000e+02 2.150000e+02 5.777400e-05 1.226300e-06 1.374600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d50-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d50-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.381400e-03 1.635300e-04 0.000000e+00 +6.250000e+01 1.250000e+01 1.250000e+01 7.233900e-03 2.045000e-04 8.229600e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.471800e-03 0.000000e+00 2.897600e-04 +1.150000e+02 1.500000e+01 1.500000e+01 5.026500e-03 0.000000e+00 8.197700e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.461800e-03 8.954200e-06 9.398300e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.777400e-03 1.895000e-05 7.372300e-06 +2.625000e+02 3.750000e+01 3.750000e+01 6.069100e-04 2.572100e-06 2.378200e-05 +5.150000e+02 2.150000e+02 2.150000e+02 5.253100e-05 2.034200e-06 1.387600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d51-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d51-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.021200e-01 1.267664e-02 1.298212e-02 +4.500000e-01 1.500000e-01 1.500000e-01 2.207600e-01 2.769733e-02 2.627560e-02 +6.500000e-01 5.000000e-02 5.000000e-02 7.932300e-01 5.151811e-02 5.025837e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.471100e+00 6.159276e-02 6.083139e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.509000e+00 9.585503e-02 9.570895e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.183200e+00 1.134895e-01 1.150631e-01 +9.250000e-01 2.500000e-02 2.500000e-02 3.752800e+00 1.518879e-01 1.516537e-01 +9.750000e-01 2.500000e-02 2.500000e-02 4.089000e+00 1.543104e-01 1.577002e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d51-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d51-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.220100e-01 4.518900e-03 9.244800e-03 +4.500000e-01 1.500000e-01 1.500000e-01 3.111600e-01 7.224300e-03 1.256900e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.244500e-01 4.298100e-02 1.962800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.495500e+00 3.266400e-02 2.800800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.274100e+00 4.610200e-02 5.724300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.935100e+00 5.674800e-02 5.324900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.575100e+00 6.514400e-02 6.784100e-02 +9.750000e-01 2.500000e-02 2.500000e-02 3.976700e+00 9.147900e-02 7.812900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d51-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d51-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.156100e-01 4.403700e-03 5.437600e-03 +4.500000e-01 1.500000e-01 1.500000e-01 2.631000e-01 7.411500e-03 8.683900e-03 +6.500000e-01 5.000000e-02 5.000000e-02 7.011700e-01 1.146200e-02 1.265600e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.348100e+00 1.296400e-02 1.444500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.216700e+00 4.095600e-03 2.309800e-03 +8.750000e-01 2.500000e-02 2.500000e-02 2.999700e+00 2.146300e-02 1.822100e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.891400e+00 4.270000e-02 3.788700e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.521500e+00 7.078200e-02 6.142300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d51-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d51-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 9.199300e-02 0.000000e+00 6.011700e-03 +4.500000e-01 1.500000e-01 1.500000e-01 2.361700e-01 4.630400e-03 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 6.701500e-01 7.539200e-03 3.591600e-03 +7.500000e-01 5.000000e-02 5.000000e-02 1.411500e+00 0.000000e+00 4.634900e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.238700e+00 2.544500e-02 3.225400e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.063800e+00 1.115200e-01 0.000000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 3.933400e+00 0.000000e+00 5.605500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.631700e+00 8.503900e-02 2.714100e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d52-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d52-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.585100e-01 2.518342e-02 2.672197e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.202800e-01 2.460143e-02 2.534064e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.931000e-01 1.687880e-02 1.797093e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.616300e-01 1.809483e-02 1.809607e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.988300e-01 1.424917e-02 1.217896e-02 +4.800000e+00 4.000000e-01 4.000000e-01 6.914100e-02 8.368347e-03 7.255041e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.395000e-03 6.473179e-04 8.672093e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d52-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d52-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.378200e-01 6.433500e-03 9.734800e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.044000e-01 8.529400e-03 1.097200e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.542900e-01 1.031700e-02 7.285100e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.611600e-01 7.634000e-03 7.996200e-03 +4.000000e+00 4.000000e-01 4.000000e-01 3.109100e-01 4.790400e-03 9.374000e-03 +4.800000e+00 4.000000e-01 4.000000e-01 9.313200e-02 4.360800e-03 2.659600e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.804900e-03 4.094000e-04 4.730600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d52-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d52-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.923400e-01 4.908300e-03 3.857800e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.344800e-01 4.387700e-03 3.463600e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.633100e-01 3.133200e-03 2.570600e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.337800e-01 1.285400e-03 1.214900e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.888900e-01 2.503900e-03 3.145100e-03 +4.800000e+00 4.000000e-01 4.000000e-01 8.277700e-02 2.155300e-03 2.719400e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.639800e-03 1.792500e-04 2.194100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d52-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d52-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.778100e-01 1.067500e-02 0.000000e+00 +2.600000e+00 2.000000e-01 2.000000e-01 4.312200e-01 0.000000e+00 1.555600e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.550200e-01 6.082600e-03 2.484300e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.389700e-01 1.130300e-02 0.000000e+00 +4.000000e+00 4.000000e-01 4.000000e-01 2.945800e-01 0.000000e+00 7.117200e-03 +4.800000e+00 4.000000e-01 4.000000e-01 8.617900e-02 1.615400e-03 0.000000e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.939400e-03 1.614400e-04 6.160800e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d53-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d53-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.340500e-03 3.722522e-04 2.395128e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.653100e-03 3.321929e-04 3.467350e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.519100e-03 2.240276e-04 2.436738e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.379400e-03 2.045837e-04 1.978199e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.527800e-03 2.223416e-04 2.251322e-04 +2.050000e+02 1.500000e+01 1.500000e+01 4.385000e-03 1.520537e-04 1.592443e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.670000e-03 1.328195e-04 1.378058e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.797800e-03 9.739703e-05 1.082551e-04 +3.150000e+02 3.500000e+01 3.500000e+01 8.616300e-04 8.359779e-05 8.738209e-05 +4.150000e+02 6.500000e+01 6.500000e+01 2.206100e-04 4.065504e-05 4.063993e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.216700e-05 5.730018e-06 5.618282e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d53-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d53-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.933000e-03 1.368500e-04 2.093900e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.061200e-03 2.334000e-04 1.518500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.474500e-03 1.310900e-04 1.112400e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.137900e-03 1.142800e-04 1.156800e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.367000e-03 1.069000e-04 1.124600e-04 +2.050000e+02 1.500000e+01 1.500000e+01 4.026100e-03 9.907300e-05 8.043900e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.707900e-03 6.825300e-05 7.547100e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.767900e-03 6.554700e-05 5.563200e-05 +3.150000e+02 3.500000e+01 3.500000e+01 8.826800e-04 2.512700e-05 3.951400e-05 +4.150000e+02 6.500000e+01 6.500000e+01 2.406000e-04 9.303600e-06 1.188700e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.497400e-05 3.529500e-06 2.836700e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d53-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d53-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.368500e-03 7.678900e-05 1.016000e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.435400e-03 2.930000e-05 3.891400e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.012000e-03 2.458900e-05 2.809900e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.045600e-03 2.644600e-05 2.375300e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.498800e-03 4.430600e-05 3.706400e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.150100e-03 1.428900e-05 1.241200e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.914500e-03 1.523900e-05 1.148200e-05 +2.650000e+02 1.500000e+01 1.500000e+01 2.062300e-03 1.778200e-05 1.193900e-05 +3.150000e+02 3.500000e+01 3.500000e+01 9.659200e-04 1.178500e-05 9.862800e-06 +4.150000e+02 6.500000e+01 6.500000e+01 2.904800e-04 7.166700e-06 6.459100e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.739800e-05 1.258600e-06 1.421500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d53-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d53-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.181300e-03 1.496200e-04 6.003400e-05 +1.050000e+02 1.000000e+01 1.000000e+01 5.517600e-03 2.552600e-04 2.778900e-05 +1.275000e+02 1.250000e+01 1.250000e+01 5.899600e-03 8.435000e-05 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 5.839100e-03 6.783400e-05 6.978800e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.382100e-03 0.000000e+00 6.059300e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.166900e-03 0.000000e+00 1.995900e-04 +2.350000e+02 1.500000e+01 1.500000e+01 3.038600e-03 2.376700e-05 1.260300e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.940100e-03 2.828900e-05 5.446300e-05 +3.150000e+02 3.500000e+01 3.500000e+01 1.071000e-03 6.070700e-05 4.676800e-07 +4.150000e+02 6.500000e+01 6.500000e+01 3.052400e-04 2.268800e-06 8.337000e-06 +5.825000e+02 1.025000e+02 1.025000e+02 4.826200e-05 1.483400e-06 4.029900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d54-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d54-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.128800e-03 2.620050e-04 2.899555e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.649900e-03 1.365857e-04 1.343382e-04 +6.550000e+02 4.000000e+01 4.000000e+01 2.033600e-03 8.972807e-05 9.790188e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.463000e-03 7.369309e-05 6.555212e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.101500e-03 5.937838e-05 4.810172e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.242700e-04 6.319372e-05 7.426883e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.979900e-04 4.593612e-05 4.442757e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.372000e-04 3.600630e-05 3.230795e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.281200e-04 5.344951e-05 4.520928e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.710500e-04 2.235096e-05 2.038130e-05 +1.750000e+03 2.500000e+02 2.500000e+02 7.781400e-05 9.211709e-06 9.863134e-06 +3.000000e+03 1.000000e+03 1.000000e+03 4.450100e-06 1.035972e-06 1.055269e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d54-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d54-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.866500e-03 6.705400e-05 1.330400e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.419600e-03 4.278100e-05 5.760900e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.936500e-03 5.110200e-05 3.922100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.480000e-03 3.637000e-05 2.943700e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.099600e-03 3.895100e-05 2.495200e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.932000e-04 2.155700e-05 2.120500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.644900e-04 1.652600e-05 3.016000e-05 +1.150000e+03 5.000000e+01 5.000000e+01 4.028700e-04 2.143800e-05 1.508400e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.775000e-04 1.403900e-05 1.108400e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.772200e-04 8.951800e-06 9.651300e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.868200e-05 5.007200e-06 4.138300e-06 +3.000000e+03 1.000000e+03 1.000000e+03 6.509700e-06 4.254800e-07 4.360400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d54-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d54-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.857900e-03 6.863800e-05 6.031800e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.441400e-03 4.315400e-05 3.749800e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.924000e-03 2.031900e-05 1.742100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.478200e-03 5.211700e-06 7.140200e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.116600e-03 4.712300e-06 3.505100e-06 +9.325000e+02 5.250000e+01 5.250000e+01 7.835000e-04 6.910300e-06 7.682700e-06 +1.042500e+03 5.750000e+01 5.750000e+01 5.489300e-04 8.016600e-06 9.075900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 4.138100e-04 8.564600e-06 9.779600e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.804300e-04 7.022500e-06 8.104500e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.783300e-04 5.887600e-06 6.839400e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.794300e-05 3.586900e-06 4.234800e-06 +3.000000e+03 1.000000e+03 1.000000e+03 6.451900e-06 4.741000e-07 5.792000e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d54-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d54-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.694100e-03 4.588300e-05 1.186700e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.354400e-03 4.103500e-05 1.611100e-04 +6.550000e+02 4.000000e+01 4.000000e+01 1.864400e-03 3.899500e-05 9.574800e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.430600e-03 3.323100e-05 3.800600e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.103500e-03 1.491100e-06 4.704400e-05 +9.325000e+02 5.250000e+01 5.250000e+01 8.073400e-04 2.663000e-05 1.539800e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.665400e-04 0.000000e+00 3.498800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 4.249600e-04 1.117400e-05 2.483100e-05 +1.275000e+03 7.500000e+01 7.500000e+01 3.121300e-04 2.072200e-05 5.586200e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.972000e-04 2.960700e-06 1.049200e-05 +1.750000e+03 2.500000e+02 2.500000e+02 9.100700e-05 4.209700e-06 5.599100e-07 +3.000000e+03 1.000000e+03 1.000000e+03 8.448800e-06 1.072300e-08 7.075800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d55-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d55-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.549200e-03 2.524824e-04 2.841926e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.822300e-03 3.242681e-04 3.557233e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.470500e-03 2.433973e-04 2.439199e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.873900e-03 2.234423e-04 2.149565e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.179600e-03 1.084264e-04 9.723728e-05 +6.000000e+02 3.000000e+02 3.000000e+02 2.939500e-05 9.383853e-06 9.503880e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d55-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d55-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.059300e-03 1.180600e-04 6.540700e-05 +6.250000e+01 1.250000e+01 1.250000e+01 6.935900e-03 1.272000e-04 1.378500e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.167900e-03 1.183700e-04 1.659900e-04 +1.300000e+02 3.000000e+01 3.000000e+01 4.269300e-03 6.474800e-05 7.044300e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.320200e-03 2.689800e-05 2.864400e-05 +6.000000e+02 3.000000e+02 3.000000e+02 4.741800e-05 2.040700e-06 2.860900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d55-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d55-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.207900e-03 5.427800e-05 4.990900e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.049600e-03 2.618500e-05 2.292100e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.109500e-03 1.780300e-05 1.398800e-05 +1.300000e+02 3.000000e+01 3.000000e+01 4.136600e-03 2.373800e-05 2.731300e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.298100e-03 1.135600e-05 1.165400e-05 +6.000000e+02 3.000000e+02 3.000000e+02 5.116500e-05 8.963600e-07 1.009400e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d55-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d55-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.188400e-03 1.320500e-05 2.339400e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.118500e-03 2.043000e-04 0.000000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 6.287900e-03 2.211800e-04 0.000000e+00 +1.300000e+02 3.000000e+01 3.000000e+01 4.151200e-03 0.000000e+00 1.346200e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.267700e-03 4.865800e-05 1.848200e-05 +6.000000e+02 3.000000e+02 3.000000e+02 4.812100e-05 7.884400e-07 1.691700e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d56-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d56-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.514700e-01 3.751747e-02 2.130119e-02 +4.500000e-01 1.500000e-01 1.500000e-01 3.266500e-01 4.156937e-02 4.061237e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.897000e-01 8.108349e-02 7.509931e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.500600e+00 7.684479e-02 7.875645e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.598000e+00 1.087935e-01 1.104730e-01 +9.500000e-01 5.000000e-02 5.000000e-02 3.577300e+00 1.397788e-01 1.588906e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d56-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d56-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.957800e-01 9.968400e-03 5.864100e-03 +4.500000e-01 1.500000e-01 1.500000e-01 4.135400e-01 1.110700e-02 1.130700e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.999300e-01 2.371600e-02 2.675100e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.519300e+00 3.362200e-02 3.832600e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.421200e+00 3.580800e-02 3.858400e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.331600e+00 4.430300e-02 4.442800e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d56-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d56-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.912000e-01 4.280800e-03 5.141900e-03 +4.500000e-01 1.500000e-01 1.500000e-01 3.777800e-01 6.925600e-03 8.243600e-03 +6.500000e-01 5.000000e-02 5.000000e-02 8.328200e-01 1.257400e-02 1.376900e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.467100e+00 1.240800e-02 1.466400e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.454800e+00 1.489600e-02 1.157000e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.538400e+00 5.431100e-02 4.755200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d56-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d56-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.592800e-01 2.592000e-03 1.464100e-02 +4.500000e-01 1.500000e-01 1.500000e-01 3.326200e-01 4.178100e-04 9.219100e-03 +6.500000e-01 5.000000e-02 5.000000e-02 7.922100e-01 4.346700e-02 1.424800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.469400e+00 1.632700e-02 4.712500e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.559300e+00 4.775900e-03 2.721300e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.703400e+00 7.325300e-02 1.936400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d57-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d57-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.020900e-01 2.337438e-02 2.330605e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.414000e-01 2.128435e-02 2.437171e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.860900e-01 2.054651e-02 2.264921e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.789700e-01 2.085667e-02 2.428364e-02 +3.800000e+00 2.000000e-01 2.000000e-01 4.331800e-01 1.931064e-02 1.911455e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.794300e-01 1.788684e-02 1.655674e-02 +4.800000e+00 4.000000e-01 4.000000e-01 1.441300e-01 1.360667e-02 1.320912e-02 +5.800000e+00 6.000000e-01 6.000000e-01 2.921000e-02 1.074458e-02 5.853417e-03 +7.600000e+00 1.200000e+00 1.200000e+00 4.910500e-04 3.696222e-04 2.965312e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d57-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d57-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.131800e-01 5.568900e-03 8.317900e-03 +2.600000e+00 2.000000e-01 2.000000e-01 2.933900e-01 6.218800e-03 1.134900e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.813900e-01 7.088100e-03 1.214800e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.505100e-01 7.703700e-03 9.715100e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.414000e-01 1.342000e-02 7.637000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.084400e-01 9.782500e-03 7.649800e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.544100e-01 9.954000e-03 3.189100e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.264500e-02 3.213400e-03 1.571300e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.210600e-04 1.343000e-04 1.573100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d57-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d57-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.410400e-01 4.783500e-03 3.724600e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.167900e-01 5.495500e-03 4.349800e-03 +3.000000e+00 2.000000e-01 2.000000e-01 3.915800e-01 4.882400e-03 3.733400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.489200e-01 4.388700e-03 3.257900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.201900e-01 1.333200e-03 1.091000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.953200e-01 3.791500e-03 5.089900e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.432200e-01 3.242400e-03 3.960400e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.144700e-02 1.697800e-03 2.257300e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.951300e-04 1.019200e-04 1.461700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d57-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d57-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.522200e-01 5.291200e-03 3.194300e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.301700e-01 2.314200e-03 0.000000e+00 +3.000000e+00 2.000000e-01 2.000000e-01 3.968800e-01 0.000000e+00 1.996900e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.303700e-01 2.412700e-03 2.741700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.115800e-01 1.410000e-02 9.046400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.828900e-01 1.086800e-02 2.722400e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.429200e-01 1.452700e-03 1.802300e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.382500e-02 9.918600e-04 1.378600e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.427900e-03 1.394800e-04 5.183800e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d58-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d58-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.960100e-03 5.601968e-04 4.767125e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.229700e-03 2.698135e-04 2.745017e-04 +1.650000e+02 2.500000e+01 2.500000e+01 5.404000e-03 1.892948e-04 2.011164e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.541500e-03 1.721515e-04 1.769221e-04 +2.825000e+02 3.250000e+01 3.250000e+01 1.104500e-03 9.399695e-05 9.223029e-05 +3.525000e+02 3.750000e+01 3.750000e+01 3.782300e-04 4.733330e-05 4.776250e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.281800e-04 2.227873e-05 2.203128e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.056800e-05 8.897889e-06 8.752365e-06 +8.425000e+02 1.575000e+02 1.575000e+02 4.757400e-10 2.158605e-05 2.158603e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d58-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d58-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.596100e-03 3.457600e-04 1.069400e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.140900e-03 1.603300e-04 1.319400e-04 +1.650000e+02 2.500000e+01 2.500000e+01 5.310000e-03 7.480800e-05 1.583100e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.755200e-03 5.001100e-05 8.580900e-05 +2.825000e+02 3.250000e+01 3.250000e+01 1.128300e-03 3.521600e-05 3.907100e-05 +3.525000e+02 3.750000e+01 3.750000e+01 4.258100e-04 2.307300e-05 1.763000e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.404700e-04 9.069100e-06 1.346600e-05 +5.825000e+02 1.025000e+02 1.025000e+02 2.965200e-05 2.811900e-06 2.971000e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.545900e-06 6.840100e-07 6.527900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d58-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d58-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 6.945400e-03 8.267100e-05 1.108000e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.906400e-03 1.917200e-05 2.013900e-05 +1.650000e+02 2.500000e+01 2.500000e+01 5.440600e-03 3.022500e-05 2.197100e-05 +2.200000e+02 3.000000e+01 3.000000e+01 2.931100e-03 2.904300e-05 2.260200e-05 +2.825000e+02 3.250000e+01 3.250000e+01 1.201200e-03 1.480000e-05 1.198000e-05 +3.525000e+02 3.750000e+01 3.750000e+01 4.618700e-04 6.745900e-06 6.317300e-06 +4.350000e+02 4.500000e+01 4.500000e+01 1.697900e-04 6.088700e-06 5.403400e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.728700e-05 1.398200e-06 1.137000e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.267000e-06 1.110400e-07 1.279900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d58-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d58-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 6.721900e-03 2.133300e-05 2.546300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.530400e-03 2.421000e-04 1.258800e-05 +1.650000e+02 2.500000e+01 2.500000e+01 5.359900e-03 6.805600e-05 0.000000e+00 +2.200000e+02 3.000000e+01 3.000000e+01 3.011000e-03 0.000000e+00 1.196600e-04 +2.825000e+02 3.250000e+01 3.250000e+01 1.315600e-03 1.542800e-05 1.985900e-05 +3.525000e+02 3.750000e+01 3.750000e+01 5.297400e-04 4.476400e-05 1.635500e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.952400e-04 2.498500e-05 0.000000e+00 +5.825000e+02 1.025000e+02 1.025000e+02 4.351800e-05 1.402500e-07 2.010700e-06 +8.425000e+02 1.575000e+02 1.575000e+02 3.440100e-06 1.239600e-07 8.070700e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d59-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d59-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.537000e-03 1.772834e-04 1.928197e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.842500e-03 5.819066e-05 6.263716e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.100200e-03 4.681870e-05 4.496857e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.439500e-03 3.619757e-05 3.539646e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.804900e-04 3.805045e-05 3.593377e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.920500e-04 2.436671e-05 2.348867e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.580400e-04 2.311139e-05 2.131238e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.181200e-04 1.862461e-05 1.782577e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.072200e-04 1.402972e-05 1.300234e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.314800e-04 1.340325e-05 1.854704e-05 +1.750000e+03 2.500000e+02 2.500000e+02 6.295500e-05 4.854287e-06 5.491534e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.318200e-05 1.855430e-06 1.959019e-06 +3.350000e+03 6.500000e+02 6.500000e+02 1.905100e-06 4.335459e-07 4.003406e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d59-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d59-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.533800e-03 1.215600e-04 4.578800e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.756100e-03 3.323400e-05 5.062300e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.989200e-03 2.576500e-05 3.384400e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.406900e-03 3.537000e-05 2.042900e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.691000e-04 1.650300e-05 2.582800e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.846800e-04 1.385600e-05 1.406400e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.702000e-04 1.044800e-05 1.888800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.399900e-04 1.008700e-05 1.781500e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.346200e-04 7.144400e-06 1.023400e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.522100e-04 9.169600e-06 6.431700e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.137600e-05 2.767100e-06 3.571900e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.879700e-05 9.967600e-07 1.349200e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.609100e-06 2.379600e-07 3.590000e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d59-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d59-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.539200e-03 6.898200e-05 6.014000e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.783400e-03 3.631500e-05 3.130500e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.006100e-03 1.177600e-05 9.872800e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.435800e-03 3.024900e-06 3.135100e-06 +8.325000e+02 4.750000e+01 4.750000e+01 9.792100e-04 7.903700e-06 8.899900e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.869200e-04 9.667500e-06 1.106500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.674200e-04 9.532000e-06 1.099600e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.273300e-04 8.618600e-06 1.000300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.252300e-04 7.246900e-06 8.468800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.467300e-04 5.775100e-06 6.802900e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.747300e-05 3.424100e-06 4.077800e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.723200e-05 1.260300e-06 1.537800e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.278500e-06 2.334000e-07 2.946500e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d59-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d59-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.384800e-03 9.748300e-05 1.598600e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.659700e-03 3.182600e-05 1.973900e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.945600e-03 3.306300e-05 1.792100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.396700e-03 6.561700e-06 7.235800e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.959700e-04 2.656700e-05 1.527800e-07 +9.325000e+02 5.250000e+01 5.250000e+01 7.087700e-04 1.702200e-05 2.733000e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.918100e-04 1.358900e-05 1.068100e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.509700e-04 5.620100e-06 1.291000e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.494600e-04 6.587100e-06 1.179700e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.696500e-04 1.542400e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 7.781200e-05 3.638800e-06 3.344700e-06 +2.350000e+03 3.500000e+02 3.500000e+02 2.016300e-05 2.480400e-06 1.220400e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.753200e-06 1.980800e-07 3.293400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d60-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d60-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.710100e-03 1.829325e-04 1.857785e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.054400e-03 2.892417e-04 3.263673e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.914000e-03 1.567079e-04 1.543139e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.474500e-03 1.418444e-04 1.354520e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.614600e-03 1.939892e-04 1.822575e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.724300e-03 2.153469e-04 1.885156e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.628400e-03 1.053646e-04 1.011315e-04 +2.250000e+02 3.500000e+01 3.500000e+01 7.742300e-04 4.996039e-05 4.853135e-05 +3.250000e+02 6.500000e+01 6.500000e+01 1.788300e-04 1.661312e-05 1.753925e-05 +6.450000e+02 2.550000e+02 2.550000e+02 9.241300e-06 1.971697e-06 2.104979e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d60-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d60-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.882600e-03 2.072200e-04 6.438900e-05 +3.750000e+01 1.250000e+01 1.250000e+01 8.113600e-03 9.308000e-05 1.482900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.476800e-03 8.935300e-05 1.161800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.746600e-03 8.291700e-05 8.773200e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.093600e-03 6.117200e-05 6.436300e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.861200e-03 6.286400e-05 5.337000e-05 +1.750000e+02 1.500000e+01 1.500000e+01 1.895500e-03 4.107000e-05 5.535600e-05 +2.250000e+02 3.500000e+01 3.500000e+01 9.315100e-04 2.289500e-05 2.045200e-05 +3.250000e+02 6.500000e+01 6.500000e+01 2.422800e-04 7.179100e-06 9.367200e-06 +6.450000e+02 2.550000e+02 2.550000e+02 1.430800e-05 1.253200e-06 1.034600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d60-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d60-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.989000e-03 1.416000e-04 1.227700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.896200e-03 1.508700e-04 1.308100e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.072600e-03 2.375100e-05 2.090600e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.584200e-03 2.727300e-05 3.133300e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.037200e-03 3.591300e-05 4.522400e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.875300e-03 3.753400e-05 4.502100e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.012700e-03 3.629500e-05 4.133300e-05 +2.250000e+02 3.500000e+01 3.500000e+01 1.016400e-03 2.015800e-05 2.279700e-05 +3.250000e+02 6.500000e+01 6.500000e+01 2.888100e-04 7.442300e-06 8.013600e-06 +6.450000e+02 2.550000e+02 2.550000e+02 1.960600e-05 7.823300e-07 8.430800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d60-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d60-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.858600e-03 1.083200e-04 2.436400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.188400e-03 2.454600e-04 9.662900e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.534300e-03 0.000000e+00 3.665000e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.742500e-03 0.000000e+00 1.257700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.056400e-03 8.830300e-05 0.000000e+00 +1.450000e+02 1.500000e+01 1.500000e+01 2.795200e-03 1.041800e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.864000e-03 1.437800e-05 6.655600e-05 +2.250000e+02 3.500000e+01 3.500000e+01 9.169000e-04 5.235800e-05 0.000000e+00 +3.250000e+02 6.500000e+01 6.500000e+01 2.462900e-04 9.787600e-06 1.423500e-05 +6.450000e+02 2.550000e+02 2.550000e+02 1.811500e-05 2.899300e-06 2.472100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d61-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d61-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.017800e-01 1.362437e-02 1.440183e-02 +3.500000e-01 5.000000e-02 5.000000e-02 1.427300e-01 1.755702e-02 1.844077e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.347600e-01 1.911047e-02 1.769351e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.735000e-01 2.875614e-02 3.109851e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.200100e-01 5.213860e-02 4.875594e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.685600e-01 7.355007e-02 7.419387e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.398000e+00 5.384091e-02 5.125492e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.083100e+00 6.703512e-02 6.473012e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.013100e+00 7.244860e-02 6.892062e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.060300e+00 9.637095e-02 8.811582e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.224200e+00 1.368201e-01 1.611396e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d61-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d61-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.371300e-01 3.655300e-03 5.286600e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.934500e-01 9.496500e-03 1.204600e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.638600e-01 1.280300e-02 1.126500e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.928200e-01 1.118000e-02 1.290200e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.729900e-01 1.496600e-02 1.636600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.047300e+00 2.364600e-02 4.420900e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.465400e+00 3.685200e-02 2.797100e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.030300e+00 3.630900e-02 3.610200e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.848100e+00 4.791700e-02 5.670700e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.857800e+00 4.582700e-02 5.787900e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.882100e+00 1.135100e-01 5.105400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d61-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d61-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.385600e-01 2.832700e-03 3.549500e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.891400e-01 3.405400e-03 4.012300e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.536300e-01 3.773200e-03 4.445900e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.886500e-01 7.634400e-03 8.697300e-03 +6.500000e-01 5.000000e-02 5.000000e-02 6.374100e-01 9.694900e-03 1.192600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 9.975600e-01 1.289300e-02 1.470800e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.383900e+00 1.481100e-02 1.762000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.968000e+00 1.820200e-02 2.027300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.790700e+00 7.981000e-03 8.883600e-03 +9.250000e-01 2.500000e-02 2.500000e-02 3.963400e+00 3.363300e-02 2.808100e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.127400e+00 1.046700e-01 8.970500e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d61-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d61-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.280000e-01 5.879600e-03 0.000000e+00 +3.500000e-01 5.000000e-02 5.000000e-02 1.700600e-01 3.540400e-03 3.672300e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.384500e-01 1.108900e-02 0.000000e+00 +5.500000e-01 5.000000e-02 5.000000e-02 3.580800e-01 1.351400e-02 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 6.284800e-01 2.671300e-02 2.228500e-03 +7.250000e-01 2.500000e-02 2.500000e-02 9.671500e-01 1.578700e-02 2.034000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.403500e+00 4.781600e-02 2.510000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.032200e+00 4.323700e-02 2.043100e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.909300e+00 2.071200e-02 2.903900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.029500e+00 3.946400e-02 1.379900e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.100200e+00 0.000000e+00 1.294000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d62-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d62-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.324300e-01 1.120437e-02 1.026632e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.150300e-01 1.282128e-02 1.150696e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.809700e-01 1.159701e-02 1.186194e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.491000e-01 1.234324e-02 1.235734e-02 +3.800000e+00 2.000000e-01 2.000000e-01 4.631300e-01 1.109745e-02 1.165524e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.971800e-01 1.001354e-02 9.212471e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.697900e-01 7.399613e-03 7.898935e-03 +5.000000e+00 2.000000e-01 2.000000e-01 9.728100e-02 6.190592e-03 6.496378e-03 +5.800000e+00 6.000000e-01 6.000000e-01 2.961300e-02 2.490982e-03 2.677298e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.042000e-03 4.840271e-04 4.915910e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d62-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d62-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.316900e-01 4.071400e-03 5.071400e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.044200e-01 4.826500e-03 6.135200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 3.928600e-01 1.515000e-02 5.120400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.571300e-01 5.670200e-03 8.701500e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.437400e-01 6.822200e-03 5.903000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.899600e-01 5.191900e-03 5.502000e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.742700e-01 3.686200e-03 7.415700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 9.967300e-02 2.579100e-03 6.947600e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.278900e-02 1.044200e-03 8.575500e-04 +7.600000e+00 1.200000e+00 1.200000e+00 1.315800e-03 1.209800e-04 2.074000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d62-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d62-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.968300e-01 4.204600e-03 4.415700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.559000e-01 3.120500e-03 3.212200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.123100e-01 2.298300e-03 2.030600e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.446600e-01 1.859900e-03 1.555500e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.036900e-01 2.640600e-03 2.612600e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.596200e-01 3.111700e-03 2.801400e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.533400e-01 3.039000e-03 3.531600e-03 +5.000000e+00 2.000000e-01 2.000000e-01 8.557900e-02 2.688400e-03 3.167800e-03 +5.800000e+00 6.000000e-01 6.000000e-01 2.714300e-02 1.375300e-03 1.659500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.107700e-03 1.066400e-04 1.356900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d62-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d62-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.529600e-01 4.795900e-03 1.912800e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.264300e-01 9.110500e-03 1.435600e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.013700e-01 5.643400e-03 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.556500e-01 7.727700e-03 2.058700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.190200e-01 3.059300e-03 7.213500e-04 +4.200000e+00 2.000000e-01 2.000000e-01 2.734900e-01 3.752200e-03 1.902400e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.653700e-01 4.197100e-03 0.000000e+00 +5.000000e+00 2.000000e-01 2.000000e-01 9.715800e-02 4.634600e-03 1.335200e-02 +5.800000e+00 6.000000e-01 6.000000e-01 3.299600e-02 2.767600e-03 1.251500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.593800e-03 1.666000e-04 3.756000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d63-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d63-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.597000e-03 6.410279e-04 7.175628e-04 +1.050000e+02 1.000000e+01 1.000000e+01 8.682700e-03 3.006712e-04 3.650035e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.505700e-03 1.505876e-04 1.412089e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.857900e-03 1.808055e-04 1.727831e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.520500e-03 2.010371e-04 1.924766e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.195100e-03 1.721878e-04 1.558201e-04 +2.350000e+02 1.500000e+01 1.500000e+01 1.920200e-03 1.300336e-04 1.208145e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.142300e-03 1.115987e-04 1.085334e-04 +2.975000e+02 1.750000e+01 1.750000e+01 7.322200e-04 5.104252e-05 4.414265e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.056900e-04 2.982988e-05 3.087551e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.586600e-04 2.005086e-05 2.087936e-05 +4.350000e+02 4.500000e+01 4.500000e+01 9.667700e-05 1.040879e-05 1.008464e-05 +5.825000e+02 1.025000e+02 1.025000e+02 1.798100e-05 2.827337e-06 2.992954e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d63-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d63-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 7.389600e-03 1.191700e-04 3.547100e-04 +1.050000e+02 1.000000e+01 1.000000e+01 8.170500e-03 3.343000e-04 1.044600e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.376900e-03 8.894200e-05 1.317500e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.113700e-03 1.156400e-04 9.133100e-05 +1.775000e+02 1.250000e+01 1.250000e+01 4.718100e-03 7.099900e-05 1.090500e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.309400e-03 7.084500e-05 7.433000e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.091000e-03 6.414900e-05 4.732200e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.293500e-03 3.488000e-05 4.962200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 7.833800e-04 2.595500e-05 3.265200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.624000e-04 2.169000e-05 2.394600e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.679800e-04 1.427900e-05 1.892700e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.192800e-04 7.325000e-06 6.514400e-06 +5.825000e+02 1.025000e+02 1.025000e+02 2.271200e-05 2.598000e-06 2.056800e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d63-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d63-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.165900e-03 7.892800e-05 7.739500e-05 +1.050000e+02 1.000000e+01 1.000000e+01 7.036200e-03 6.513100e-05 6.530800e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.867400e-03 4.194900e-05 3.719800e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.090300e-03 2.789300e-05 2.275700e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.079500e-03 1.978800e-05 1.763600e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.649000e-03 2.084000e-05 2.343300e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.413600e-03 2.156800e-05 2.305400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.540300e-03 2.114100e-05 2.317100e-05 +2.975000e+02 1.750000e+01 1.750000e+01 9.495100e-04 1.876800e-05 2.042200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.796700e-04 1.327900e-05 1.454900e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.477200e-04 9.107700e-06 9.782700e-06 +4.350000e+02 4.500000e+01 4.500000e+01 1.546500e-04 5.233400e-06 5.679300e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.130300e-05 1.315300e-06 1.441600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d63-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d63-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.757100e-03 1.194100e-04 4.071500e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.433100e-03 1.479200e-04 2.407800e-05 +1.275000e+02 1.250000e+01 1.250000e+01 7.108400e-03 2.144300e-04 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 6.223700e-03 4.743400e-05 1.252000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.883600e-03 3.559500e-05 6.937000e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.498200e-03 1.475300e-05 2.303600e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.191500e-03 2.483800e-05 5.854400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.422400e-03 3.732900e-05 0.000000e+00 +2.975000e+02 1.750000e+01 1.750000e+01 8.711000e-04 4.319900e-05 8.767100e-07 +3.325000e+02 1.750000e+01 1.750000e+01 5.452100e-04 3.923000e-05 0.000000e+00 +3.700000e+02 2.000000e+01 2.000000e+01 3.155800e-04 1.819000e-05 1.109400e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.418900e-04 6.965100e-06 1.774200e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.056500e-05 9.495800e-07 4.727500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d64-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d64-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 2.674200e-01 4.491341e-02 4.525471e-02 +7.500000e+01 2.500000e+01 2.500000e+01 3.724900e-01 3.939895e-02 4.703968e-02 +1.300000e+02 3.000000e+01 3.000000e+01 2.079700e-01 2.739788e-02 2.350885e-02 +1.925000e+02 3.250000e+01 3.250000e+01 1.115800e-01 1.430191e-02 1.462209e-02 +2.625000e+02 3.750000e+01 3.750000e+01 4.700200e-02 1.992072e-02 1.996867e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.250300e-03 3.774957e-02 3.774449e-02 +6.975000e+02 2.025000e+02 2.025000e+02 5.458600e-04 4.095326e-04 4.107797e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d64-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d64-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 2.239700e-01 2.728900e-02 2.080900e-02 +7.500000e+01 2.500000e+01 2.500000e+01 3.054800e-01 3.943000e-02 3.231700e-02 +1.300000e+02 3.000000e+01 3.000000e+01 2.047900e-01 2.164900e-02 2.386800e-02 +1.925000e+02 3.250000e+01 3.250000e+01 1.108700e-01 1.228700e-02 1.570400e-02 +2.625000e+02 3.750000e+01 3.750000e+01 5.003400e-02 5.052900e-03 4.460700e-03 +3.975000e+02 9.750000e+01 9.750000e+01 1.366100e-02 1.616400e-03 1.518500e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.095800e-03 2.037400e-04 2.103500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d64-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d64-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 3.071800e-01 5.188900e-02 8.759200e-02 +7.500000e+01 2.500000e+01 2.500000e+01 4.018000e-01 6.570600e-02 1.603900e-01 +1.300000e+02 3.000000e+01 3.000000e+01 2.567100e-01 5.092800e-02 1.023200e-01 +1.925000e+02 3.250000e+01 3.250000e+01 1.344300e-01 2.596600e-02 7.378000e-02 +2.625000e+02 3.750000e+01 3.750000e+01 6.309800e-02 1.273100e-02 2.078300e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.795700e-02 4.193500e-03 5.390200e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.657600e-03 3.662100e-04 7.480000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d65-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d65-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 5.520100e+00 2.510942e+00 2.559797e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.698000e+01 4.953234e+00 5.259319e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.827800e+01 8.337523e+00 8.039806e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.271800e+02 1.647799e+01 1.591515e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.474300e+02 2.868073e+01 2.765007e+01 +9.750000e-01 2.500000e-02 2.500000e-02 3.307400e+02 2.781169e+01 2.893715e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d65-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d65-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 8.402700e+00 8.305200e-01 1.209400e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.572900e+01 2.931400e+00 4.718800e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.382600e+01 7.372200e+00 7.963400e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.239000e+02 1.470500e+01 1.391600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.118700e+02 2.422000e+01 1.813300e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.825800e+02 3.478400e+01 2.253000e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d65-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d65-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 9.150600e+00 1.864200e+00 4.995100e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.836600e+01 6.116800e+00 1.033800e+01 +7.500000e-01 5.000000e-02 5.000000e-02 7.319900e+01 1.231600e+01 2.342400e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.580600e+02 2.766900e+01 6.570400e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.906900e+02 5.783000e+01 1.037100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 4.125600e+02 6.495900e+01 1.526100e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d66-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d66-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.239400e+00 5.621497e-01 5.416009e-01 +3.200000e+00 4.000000e-01 4.000000e-01 6.939200e+00 6.535603e-01 6.334484e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.318100e+01 1.157089e+00 1.069418e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.590400e+01 2.170391e+00 2.123716e+00 +5.600000e+00 4.000000e-01 4.000000e-01 2.040800e+01 2.625320e+00 3.189703e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.417900e+00 7.354390e-01 6.604592e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d66-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d66-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 4.555800e+00 5.744500e-01 5.165200e-01 +3.200000e+00 4.000000e-01 4.000000e-01 7.398600e+00 8.278200e-01 7.556400e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.144800e+01 1.197700e+00 1.233200e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.673600e+01 1.722100e+00 1.402400e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.807600e+01 2.023900e+00 2.263500e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.239400e+00 3.862600e-01 2.853700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d66-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d66-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.473100e+00 1.529300e+00 3.883900e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.192400e+01 2.392800e+00 3.974200e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.586000e+01 2.853400e+00 6.805400e+00 +4.800000e+00 4.000000e-01 4.000000e-01 2.027500e+01 3.681400e+00 7.261200e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.987400e+01 3.369800e+00 8.794800e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.933100e+00 5.047500e-01 6.107300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d67-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d67-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.903900e-01 7.502811e-02 8.013669e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.750100e-01 3.924753e-02 3.612656e-02 +1.925000e+02 2.750000e+01 2.750000e+01 1.833000e-01 1.943026e-02 2.300746e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.195700e-01 1.460465e-02 1.214861e-02 +3.150000e+02 3.500000e+01 3.500000e+01 6.816600e-02 1.704474e-02 1.669931e-02 +3.925000e+02 4.250000e+01 4.250000e+01 5.076100e-02 5.870752e-03 5.757623e-03 +5.075000e+02 7.250000e+01 7.250000e+01 2.749000e-02 3.412071e-03 3.229625e-03 +7.300000e+02 1.500000e+02 1.500000e+02 4.916500e-03 1.154162e-03 1.147772e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d67-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d67-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.275100e-01 3.310400e-02 4.021500e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.408100e-01 2.843500e-02 2.583700e-02 +1.925000e+02 2.750000e+01 2.750000e+01 1.816100e-01 2.001200e-02 1.553200e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.230200e-01 1.478200e-02 1.009200e-02 +3.150000e+02 3.500000e+01 3.500000e+01 8.085000e-02 7.994600e-03 8.493600e-03 +3.925000e+02 4.250000e+01 4.250000e+01 4.941800e-02 5.306900e-03 5.850600e-03 +5.075000e+02 7.250000e+01 7.250000e+01 2.702300e-02 2.931100e-03 3.213800e-03 +7.300000e+02 1.500000e+02 1.500000e+02 5.320900e-03 8.264500e-04 5.590800e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d67-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d67-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.923200e-01 4.814700e-02 9.105100e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.665100e-01 4.240900e-02 1.054600e-01 +1.925000e+02 2.750000e+01 2.750000e+01 2.205000e-01 4.364300e-02 8.326400e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.570400e-01 3.138500e-02 5.388200e-02 +3.150000e+02 3.500000e+01 3.500000e+01 1.132200e-01 2.396300e-02 5.003700e-02 +3.925000e+02 4.250000e+01 4.250000e+01 7.425500e-02 1.452500e-02 2.641600e-02 +5.075000e+02 7.250000e+01 7.250000e+01 4.370800e-02 9.631300e-03 1.718500e-02 +7.300000e+02 1.500000e+02 1.500000e+02 9.033100e-03 1.487100e-03 6.215500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d68-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d68-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 9.950900e+01 1.942476e+01 1.854141e+01 +2.500000e-01 1.000000e-01 1.000000e-01 8.070900e+01 1.408074e+01 1.343267e+01 +5.000000e-01 1.500000e-01 1.500000e-01 5.441500e+01 1.029418e+01 1.044141e+01 +8.250000e-01 1.750000e-01 1.750000e-01 9.741800e+00 1.900542e+00 1.972275e+00 +1.500000e+00 5.000000e-01 5.000000e-01 6.006700e-01 2.042429e-01 2.014581e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d68-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d68-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 7.690900e+01 1.619700e+01 8.542800e+00 +2.500000e-01 1.000000e-01 1.000000e-01 7.096900e+01 1.318800e+01 1.102600e+01 +5.000000e-01 1.500000e-01 1.500000e-01 4.342600e+01 4.416600e+00 6.735800e+00 +8.250000e-01 1.750000e-01 1.750000e-01 9.053000e+00 1.338500e+00 9.468000e-01 +1.500000e+00 5.000000e-01 5.000000e-01 5.568000e-01 1.107200e-01 9.573200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d68-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d68-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.108800e+02 2.293100e+01 5.061700e+01 +2.500000e-01 1.000000e-01 1.000000e-01 1.004700e+02 1.689300e+01 4.855200e+01 +5.000000e-01 1.500000e-01 1.500000e-01 6.479800e+01 1.333100e+01 2.844800e+01 +8.250000e-01 1.750000e-01 1.750000e-01 1.434400e+01 3.951300e+00 5.709500e+00 +1.500000e+00 5.000000e-01 5.000000e-01 9.877500e-01 2.295100e-01 5.180400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d69-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d69-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 9.167600e+01 8.744966e+00 9.993516e+00 +3.000000e-01 1.000000e-01 1.000000e-01 1.033500e+02 1.315957e+01 1.305025e+01 +4.750000e-01 7.500000e-02 7.500000e-02 6.467700e+01 1.181920e+01 1.180156e+01 +6.750000e-01 1.250000e-01 1.250000e-01 2.499700e+01 3.321205e+00 2.895415e+00 +9.000000e-01 1.000000e-01 1.000000e-01 4.704700e+00 9.374202e-01 9.543161e-01 +1.100000e+00 1.000000e-01 1.000000e-01 1.372800e+00 5.085533e-01 5.090083e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d69-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d69-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 8.662100e+01 6.075200e+00 7.395600e+00 +3.000000e-01 1.000000e-01 1.000000e-01 9.681400e+01 1.297600e+01 1.040300e+01 +4.750000e-01 7.500000e-02 7.500000e-02 6.644700e+01 9.621600e+00 6.649700e+00 +6.750000e-01 1.250000e-01 1.250000e-01 2.061600e+01 2.597700e+00 3.408100e+00 +9.000000e-01 1.000000e-01 1.000000e-01 3.882400e+00 7.499600e-01 8.866100e-01 +1.100000e+00 1.000000e-01 1.000000e-01 9.913800e-01 2.754400e-01 3.793300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d69-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d69-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.005500e+02 1.355700e+01 2.667400e+01 +3.000000e-01 1.000000e-01 1.000000e-01 1.171000e+02 2.349900e+01 4.233100e+01 +4.750000e-01 7.500000e-02 7.500000e-02 9.886900e+01 1.943700e+01 5.203700e+01 +6.750000e-01 1.250000e-01 1.250000e-01 3.361800e+01 6.727700e+00 1.553500e+01 +9.000000e-01 1.000000e-01 1.000000e-01 6.780200e+00 2.126500e+00 2.802800e+00 +1.100000e+00 1.000000e-01 1.000000e-01 1.623900e+00 3.248900e-01 1.118000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d70-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d70-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.074200e+01 2.901229e+00 3.069764e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.495500e+01 2.066467e+00 2.003503e+00 +2.000000e+00 5.000000e-01 5.000000e-01 6.357000e+00 1.046056e+00 1.122947e+00 +3.000000e+00 5.000000e-01 5.000000e-01 2.886000e+00 7.992817e-01 6.571748e-01 +6.000000e+00 2.500000e+00 2.500000e+00 1.435200e+00 5.450652e-01 4.914309e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d70-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d70-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.019200e+01 2.376700e+00 2.457800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.405400e+01 2.142600e+00 1.756100e+00 +2.000000e+00 5.000000e-01 5.000000e-01 5.752600e+00 7.362300e-01 9.443400e-01 +3.000000e+00 5.000000e-01 5.000000e-01 2.054200e+00 6.968700e-01 2.687600e-01 +6.000000e+00 2.500000e+00 2.500000e+00 7.883900e-01 1.387900e-01 2.023900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d70-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d70-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.645800e+01 6.348600e+00 1.145400e+01 +1.000000e+00 5.000000e-01 5.000000e-01 1.976500e+01 3.454400e+00 8.995000e+00 +2.000000e+00 5.000000e-01 5.000000e-01 8.546400e+00 2.081500e+00 4.554500e+00 +3.000000e+00 5.000000e-01 5.000000e-01 2.964600e+00 8.147700e-01 9.282500e-01 +6.000000e+00 2.500000e+00 2.500000e+00 8.032000e-01 1.145500e-01 3.909200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d71-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d71-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.415600e+00 1.986454e-01 2.133789e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.743300e+00 1.299251e-01 1.343406e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.179300e+00 7.270734e-02 7.321741e-02 +7.400000e+02 4.500000e+01 4.500000e+01 8.000100e-01 4.943582e-02 4.272418e-02 +8.325000e+02 4.750000e+01 4.750000e+01 5.315900e-01 3.537647e-02 4.513574e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.311600e-01 2.183101e-02 2.696344e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.021500e-01 2.018193e-02 1.723141e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.160100e-01 1.162131e-02 9.688182e-03 +1.275000e+03 7.500000e+01 7.500000e+01 7.343200e-02 7.372960e-03 6.168185e-03 +1.425000e+03 7.500000e+01 7.500000e+01 4.681700e-02 4.873837e-03 4.807159e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.410100e-02 2.775143e-03 2.904789e-03 +2.350000e+03 3.500000e+02 3.500000e+02 2.248900e-03 5.788196e-04 3.754865e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.085800e-04 5.300238e-05 5.091667e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d71-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d71-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.969200e+00 2.690900e-01 1.946600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.470400e+00 1.817200e-01 1.657400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.000900e+00 1.328000e-01 2.237600e-01 +7.400000e+02 4.500000e+01 4.500000e+01 6.636100e-01 1.062100e-01 7.794700e-02 +8.325000e+02 4.750000e+01 4.750000e+01 4.262500e-01 5.759400e-02 4.364300e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.739200e-01 3.568500e-02 3.587300e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.699400e-01 2.336700e-02 1.684900e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.086100e-01 1.400600e-02 1.659000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.666000e-02 9.762500e-03 8.835900e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.859200e-02 5.034200e-03 4.425600e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.347800e-02 1.539800e-03 1.919000e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.976100e-03 2.840300e-04 2.513800e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.089900e-04 3.707200e-05 3.430300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d71-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d71-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.056200e+00 4.627500e-01 6.714700e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.552700e+00 3.593300e-01 5.301400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.057800e+00 2.419800e-01 3.546300e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.049000e-01 1.626500e-01 2.394000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.634900e-01 1.088200e-01 1.622100e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.024700e-01 7.286500e-02 1.094500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.893800e-01 4.552500e-02 6.812800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.230700e-01 2.992800e-02 4.511000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 7.513800e-02 1.846900e-02 2.797300e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.677100e-02 1.236000e-02 1.962400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.630500e-02 4.027900e-03 6.092800e-03 +2.350000e+03 3.500000e+02 3.500000e+02 2.306300e-03 6.167600e-04 9.615900e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.366400e-04 3.831500e-05 6.055100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d71-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d71-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.975000e+00 3.615700e-01 8.545600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.479800e+00 2.551400e-01 6.320200e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.041100e+00 1.671700e-01 4.564400e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.005600e-01 1.353200e-01 2.863100e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.886400e-01 1.314300e-01 1.449800e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.055600e-01 5.207500e-02 1.218400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.990800e-01 4.164500e-02 7.744400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.344000e-01 3.122300e-02 4.936500e-02 +1.275000e+03 7.500000e+01 7.500000e+01 8.610500e-02 1.420100e-02 2.970300e-02 +1.425000e+03 7.500000e+01 7.500000e+01 5.010900e-02 8.459200e-03 1.657700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 2.036100e-02 4.202000e-03 9.873600e-03 +2.350000e+03 3.500000e+02 3.500000e+02 3.309800e-03 7.252700e-04 1.386600e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.617200e-04 1.134100e-04 6.592500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d72-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d72-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.608800e+00 2.444261e-01 2.441014e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.994200e+00 4.615159e-01 4.827298e-01 +6.250000e+01 1.250000e+01 1.250000e+01 4.384900e+00 4.262507e-01 4.407255e-01 +8.750000e+01 1.250000e+01 1.250000e+01 3.205100e+00 2.156284e-01 2.213289e-01 +1.150000e+02 1.500000e+01 1.500000e+01 2.122700e+00 1.368441e-01 1.320994e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.312200e+00 1.052806e-01 9.578950e-02 +1.750000e+02 1.500000e+01 1.500000e+01 8.039800e-01 7.431028e-02 7.563143e-02 +2.075000e+02 1.750000e+01 1.750000e+01 4.799200e-01 5.407814e-02 5.051290e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.769900e-01 2.559383e-02 2.834501e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.585800e-01 2.203793e-02 2.026432e-02 +3.975000e+02 9.750000e+01 9.750000e+01 3.140300e-02 8.332853e-03 8.254493e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.882700e-03 7.983694e-04 8.074512e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d72-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d72-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.875900e+00 3.425300e-01 6.209600e-01 +3.750000e+01 1.250000e+01 1.250000e+01 3.912800e+00 4.769000e-01 4.861200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 3.553600e+00 4.906100e-01 3.903400e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.646200e+00 3.397200e-01 3.238300e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.804400e+00 2.422700e-01 2.159600e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.192600e+00 1.508800e-01 1.236300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 7.785300e-01 1.011300e-01 6.947300e-02 +2.075000e+02 1.750000e+01 1.750000e+01 4.763700e-01 6.753400e-02 4.427900e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.801400e-01 2.907400e-02 2.482100e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.629500e-01 2.337900e-02 1.633500e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.244800e-02 5.189000e-03 2.135900e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.942800e-03 2.696000e-04 2.439500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d72-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d72-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.100100e+00 4.189000e-01 5.808200e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.063700e+00 8.731800e-01 1.251300e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.580000e+00 8.206600e-01 1.202300e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.766700e+00 6.605300e-01 9.814900e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.912000e+00 4.652000e-01 7.007300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.354100e+00 3.498800e-01 5.411300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.696100e-01 2.181600e-01 3.335600e-01 +2.075000e+02 1.750000e+01 1.750000e+01 5.394700e-01 1.356100e-01 2.055300e-01 +2.425000e+02 1.750000e+01 1.750000e+01 3.334100e-01 8.460600e-02 1.282600e-01 +2.800000e+02 2.000000e+01 2.000000e+01 1.971800e-01 5.055500e-02 7.684200e-02 +3.975000e+02 9.750000e+01 9.750000e+01 5.599800e-02 1.454600e-02 2.212400e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.896300e-03 7.754000e-04 1.183300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d72-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d72-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.982400e+00 2.688200e-01 7.563800e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.174400e+00 7.277300e-01 1.787700e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.835400e+00 8.292200e-01 1.533600e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.813400e+00 4.737500e-01 1.213200e+00 +1.150000e+02 1.500000e+01 1.500000e+01 1.915800e+00 3.763300e-01 8.659100e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.342800e+00 3.293400e-01 4.489400e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.355200e-01 1.582400e-01 3.490300e-01 +2.075000e+02 1.750000e+01 1.750000e+01 4.972900e-01 1.147400e-01 2.066200e-01 +2.425000e+02 1.750000e+01 1.750000e+01 2.861000e-01 6.359200e-02 9.284700e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.641100e-01 2.400200e-02 5.206000e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.566900e-02 1.055200e-02 1.474900e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.507100e-03 6.248900e-04 1.155500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d73-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d73-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.259200e+01 9.394090e+00 8.680227e+00 +4.000000e-01 1.000000e-01 1.000000e-01 6.824900e+01 1.221602e+01 1.280593e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.239800e+02 2.442462e+01 2.432244e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.365000e+02 2.418363e+01 1.910719e+01 +6.750000e-01 2.500000e-02 2.500000e-02 3.164500e+02 2.460514e+01 2.709276e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.799300e+02 1.373115e+02 1.368762e+02 +7.750000e-01 2.500000e-02 2.500000e-02 7.852600e+02 5.284852e+01 6.030013e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.163000e+03 8.378977e+01 8.799065e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.677700e+03 1.275951e+02 1.307555e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.384500e+03 1.899326e+02 1.936158e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.212400e+03 2.530477e+02 2.558266e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d73-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d73-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.323200e+01 6.333200e+00 3.119600e+00 +4.000000e-01 1.000000e-01 1.000000e-01 7.526600e+01 8.462900e+00 9.371900e+00 +5.500000e-01 5.000000e-02 5.000000e-02 1.491400e+02 2.541700e+01 1.710200e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.209500e+02 3.509200e+01 3.085700e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.981400e+02 4.193200e+01 4.393500e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.373600e+02 6.749200e+01 4.075700e+01 +7.750000e-01 2.500000e-02 2.500000e-02 6.154700e+02 7.359400e+01 6.547700e+01 +8.250000e-01 2.500000e-02 2.500000e-02 9.116200e+02 1.179500e+02 1.052600e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.345500e+03 1.659300e+02 1.638400e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.915800e+03 2.433400e+02 2.181100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.497400e+03 3.612500e+02 4.226200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d73-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d73-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.375000e+01 1.108600e+01 1.690900e+01 +4.000000e-01 1.000000e-01 1.000000e-01 7.793300e+01 2.018700e+01 3.206900e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.627100e+02 4.517800e+01 7.210600e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.114800e+02 5.235700e+01 7.913400e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.941100e+02 7.246200e+01 1.095000e+02 +7.250000e-01 2.500000e-02 2.500000e-02 4.201600e+02 1.029900e+02 1.551900e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.193300e+02 1.508500e+02 2.263500e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.222500e+02 2.210500e+02 3.297400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.388700e+03 3.238100e+02 4.785500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.082800e+03 4.691000e+02 6.836100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.909500e+03 6.339900e+02 9.081600e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d73-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d73-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.256000e+01 9.324700e+00 1.319500e+01 +4.000000e-01 1.000000e-01 1.000000e-01 7.237000e+01 1.535900e+01 3.025600e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.344900e+02 2.669700e+01 5.513000e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.184500e+02 4.520700e+01 7.154500e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.885200e+02 5.168800e+01 1.176500e+02 +7.250000e-01 2.500000e-02 2.500000e-02 4.222100e+02 7.557700e+01 1.845800e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.157100e+02 1.049400e+02 2.798900e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.800100e+02 2.083000e+02 4.000400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.420400e+03 2.332200e+02 6.533500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.145300e+03 4.553400e+02 8.358500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.833700e+03 4.822200e+02 1.107600e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d74-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d74-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.091100e+02 1.402670e+01 1.367168e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.238300e+02 1.418280e+01 1.464034e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.508100e+02 1.570909e+01 1.630807e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.548900e+02 1.680456e+01 1.726047e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.085200e+02 1.648540e+01 1.729891e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.239900e+02 1.942287e+01 2.008674e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.985000e+01 4.397196e+00 4.895263e+00 +5.800000e+00 6.000000e-01 6.000000e-01 4.125500e+00 1.785458e+00 8.646571e-01 +7.600000e+00 1.200000e+00 1.200000e+00 4.605400e-02 3.548376e-02 3.060149e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d74-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d74-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.682500e+02 1.911100e+01 1.705200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.877400e+02 2.302200e+01 1.780900e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.067500e+02 2.724000e+01 4.304200e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.127000e+02 2.959100e+01 2.353200e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.796200e+02 2.303400e+01 2.226300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.933600e+01 1.952700e+01 1.126700e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.561800e+01 5.320800e+00 4.564200e+00 +5.800000e+00 6.000000e-01 6.000000e-01 3.964300e+00 3.798400e-01 9.810600e-01 +7.600000e+00 1.200000e+00 1.200000e+00 1.805700e-02 9.709000e-03 2.504800e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d74-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d74-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.290900e+02 5.415400e+01 7.983400e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.313500e+02 5.433300e+01 7.991700e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.257000e+02 5.194100e+01 7.631300e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.144600e+02 5.025900e+01 7.480700e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.629000e+02 3.641200e+01 5.317800e+01 +4.200000e+00 2.000000e-01 2.000000e-01 8.647600e+01 1.982200e+01 2.937800e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.884000e+01 6.717800e+00 1.018600e+01 +5.800000e+00 6.000000e-01 6.000000e-01 3.563700e+00 8.811000e-01 1.425800e+00 +7.600000e+00 1.200000e+00 1.200000e+00 2.293000e-02 5.544400e-03 8.364100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d74-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d74-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.995700e+02 3.832400e+01 8.540200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.161600e+02 3.189100e+01 9.208600e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.361000e+02 5.285900e+01 8.408300e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.223600e+02 3.994100e+01 9.154700e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.711300e+02 3.226800e+01 7.569300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.087400e+01 1.709200e+01 3.585100e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.249900e+01 6.881100e+00 1.188200e+01 +5.800000e+00 6.000000e-01 6.000000e-01 5.201100e+00 8.860400e-01 2.234300e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.684500e-02 2.217500e-02 2.512900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d75-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d75-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.474600e+00 4.513922e-01 4.906002e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.817400e+00 3.467802e-01 3.619172e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.709900e+00 2.775314e-01 2.966466e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.426300e+00 2.473760e-01 2.188008e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.885500e+00 1.772587e-01 1.786117e-01 +2.050000e+02 1.500000e+01 1.500000e+01 2.037100e+00 1.139894e-01 1.159287e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.322600e+00 6.547812e-02 6.509956e-02 +2.650000e+02 1.500000e+01 1.500000e+01 8.300900e-01 4.913497e-02 4.526458e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.733500e-01 2.818240e-02 3.180290e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.416800e-01 3.326100e-02 3.264959e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.601200e-01 1.262026e-02 1.280743e-02 +4.125000e+02 2.250000e+01 2.250000e+01 8.138600e-02 9.159946e-03 8.966827e-03 +4.575000e+02 2.250000e+01 2.250000e+01 4.430500e-02 6.159585e-03 6.015320e-03 +5.300000e+02 5.000000e+01 5.000000e+01 1.427900e-02 3.023692e-03 2.966646e-03 +6.325000e+02 5.250000e+01 5.250000e+01 5.809600e-03 1.447559e-03 1.407017e-03 +8.425000e+02 1.575000e+02 1.575000e+02 3.192400e-04 2.349571e-04 2.265932e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d75-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d75-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.691600e+00 5.538800e-01 3.010300e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.128800e+00 4.155600e-01 3.963100e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.132300e+00 4.416500e-01 7.005100e-01 +1.525000e+02 1.250000e+01 1.250000e+01 2.879600e+00 3.603200e-01 3.115000e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.434100e+00 2.976700e-01 2.874300e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.741000e+00 2.273500e-01 1.783500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.103800e+00 1.276600e-01 1.050200e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.818000e-01 8.567600e-02 5.664200e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.037900e-01 4.674100e-02 3.902800e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.326500e-01 3.004600e-02 1.663400e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.343400e-01 1.635600e-02 9.528000e-03 +4.125000e+02 2.250000e+01 2.250000e+01 7.385600e-02 8.839400e-03 8.698400e-03 +4.575000e+02 2.250000e+01 2.250000e+01 4.084200e-02 5.505900e-03 4.583800e-03 +5.300000e+02 5.000000e+01 5.000000e+01 1.595000e-02 1.828200e-03 1.577400e-03 +6.325000e+02 5.250000e+01 5.250000e+01 4.946100e-03 1.038100e-03 7.978700e-04 +8.425000e+02 1.575000e+02 1.575000e+02 7.036200e-04 1.671500e-04 1.736300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d75-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d75-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.101300e+00 4.511200e-01 6.576400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 2.663100e+00 5.794100e-01 8.389100e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.045100e+00 7.054600e-01 1.051600e+00 +1.525000e+02 1.250000e+01 1.250000e+01 2.977300e+00 6.763600e-01 9.886300e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.838300e+00 6.630100e-01 9.766500e-01 +2.050000e+02 1.500000e+01 1.500000e+01 2.074600e+00 4.874400e-01 7.207400e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.386000e+00 3.322000e-01 4.937400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.986100e-01 2.172400e-01 3.231500e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.496300e-01 1.353700e-01 2.027900e-01 +3.325000e+02 1.750000e+01 1.750000e+01 3.368700e-01 8.370200e-02 1.255400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.930200e-01 4.933400e-02 7.466400e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.106700e-01 2.851700e-02 4.324900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 6.263200e-02 1.600400e-02 2.424700e-02 +5.300000e+02 5.000000e+01 5.000000e+01 2.554700e-02 6.756100e-03 1.032100e-02 +6.325000e+02 5.250000e+01 5.250000e+01 7.936300e-03 2.158200e-03 3.332400e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.160000e-03 3.214500e-04 4.988500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d75-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d75-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.188800e+00 3.477800e-01 8.848000e-01 +1.050000e+02 1.000000e+01 1.000000e+01 2.836800e+00 5.356900e-01 1.211800e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.196900e+00 5.550400e-01 1.406300e+00 +1.525000e+02 1.250000e+01 1.250000e+01 3.139700e+00 6.049600e-01 1.335500e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.796300e+00 5.255700e-01 9.938500e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.994500e+00 3.917300e-01 7.904300e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.332100e+00 3.259900e-01 4.493100e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.173100e-01 1.530200e-01 3.694800e-01 +2.975000e+02 1.750000e+01 1.750000e+01 4.812700e-01 5.977900e-02 2.580000e-01 +3.325000e+02 1.750000e+01 1.750000e+01 2.925800e-01 5.854100e-02 1.017000e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.759000e-01 3.122300e-02 6.793000e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.049600e-01 2.999000e-02 2.634900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 5.317300e-02 8.767800e-03 2.365200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 2.250300e-02 6.137300e-03 8.894600e-03 +6.325000e+02 5.250000e+01 5.250000e+01 7.633200e-03 7.187800e-04 4.316800e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.200700e-03 3.819800e-04 2.757200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d76-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d76-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.087800e-01 4.281009e-02 4.256285e-02 +3.750000e+01 1.250000e+01 1.250000e+01 7.984000e-01 8.448911e-02 8.972912e-02 +6.250000e+01 1.250000e+01 1.250000e+01 7.041700e-01 6.612812e-02 5.708515e-02 +8.750000e+01 1.250000e+01 1.250000e+01 5.321400e-01 4.150655e-02 4.281049e-02 +1.150000e+02 1.500000e+01 1.500000e+01 3.390600e-01 2.796040e-02 2.700158e-02 +1.450000e+02 1.500000e+01 1.500000e+01 2.771500e-01 2.555827e-02 3.259398e-02 +1.750000e+02 1.500000e+01 1.500000e+01 1.590200e-01 1.852536e-02 1.688511e-02 +2.250000e+02 3.500000e+01 3.500000e+01 9.247100e-02 1.755659e-02 1.700525e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.046100e-02 3.483494e-03 3.448098e-03 +6.975000e+02 2.025000e+02 2.025000e+02 9.135300e-04 5.418348e-04 5.435699e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d76-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d76-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.126900e-01 2.520400e-02 3.117500e-02 +3.750000e+01 1.250000e+01 1.250000e+01 6.423100e-01 5.055000e-02 7.936300e-02 +6.250000e+01 1.250000e+01 1.250000e+01 5.914100e-01 6.345500e-02 4.912000e-02 +8.750000e+01 1.250000e+01 1.250000e+01 4.830300e-01 4.930400e-02 4.401200e-02 +1.150000e+02 1.500000e+01 1.500000e+01 3.689000e-01 3.256400e-02 3.069500e-02 +1.450000e+02 1.500000e+01 1.500000e+01 2.651200e-01 3.069900e-02 1.247100e-02 +1.750000e+02 1.500000e+01 1.500000e+01 1.871300e-01 2.147500e-02 1.730200e-02 +2.250000e+02 3.500000e+01 3.500000e+01 1.053200e-01 1.055100e-02 1.023300e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.230600e-02 1.722400e-03 1.640200e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.581200e-03 2.373000e-04 2.266600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d76-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d76-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.397000e-01 2.514400e-02 1.266800e-01 +3.750000e+01 1.250000e+01 1.250000e+01 6.927500e-01 8.516200e-02 1.792200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 6.547100e-01 9.976400e-02 2.494900e-01 +8.750000e+01 1.250000e+01 1.250000e+01 5.305000e-01 9.168900e-02 1.674400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 3.978900e-01 5.852800e-02 1.240000e-01 +1.450000e+02 1.500000e+01 1.500000e+01 2.915100e-01 5.425500e-02 7.554500e-02 +1.750000e+02 1.500000e+01 1.500000e+01 2.043500e-01 2.879900e-02 5.797500e-02 +2.250000e+02 3.500000e+01 3.500000e+01 1.184300e-01 2.824900e-02 2.431300e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.630300e-02 3.446000e-03 1.045700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.006400e-03 3.923500e-04 8.622500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d77-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d77-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 7.519900e+00 2.321114e+00 2.384740e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.679800e+01 4.691930e+00 4.498031e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.341600e+01 1.157207e+01 1.169160e+01 +7.500000e-01 5.000000e-02 5.000000e-02 1.171000e+02 1.120355e+01 1.013444e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.873600e+02 1.601033e+01 1.496033e+01 +8.750000e-01 2.500000e-02 2.500000e-02 3.043500e+02 2.868889e+01 2.886343e+01 +9.250000e-01 2.500000e-02 2.500000e-02 4.002600e+02 3.493286e+01 3.610713e+01 +9.750000e-01 2.500000e-02 2.500000e-02 5.295900e+02 4.400955e+01 4.310709e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d77-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d77-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.311200e+01 1.449400e+00 1.670800e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.636600e+01 3.089700e+00 2.952400e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.527100e+01 5.121500e+00 6.217600e+00 +7.500000e-01 5.000000e-02 5.000000e-02 1.047300e+02 1.156600e+01 7.577400e+00 +8.250000e-01 2.500000e-02 2.500000e-02 1.718800e+02 1.799500e+01 1.449400e+01 +8.750000e-01 2.500000e-02 2.500000e-02 2.480800e+02 2.195600e+01 1.937600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.516200e+02 3.175100e+01 3.940000e+01 +9.750000e-01 2.500000e-02 2.500000e-02 4.682900e+02 3.856600e+01 3.326400e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d77-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d77-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.368400e+01 2.258100e+00 3.579800e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.889500e+01 5.533300e+00 5.176200e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.779100e+01 1.133300e+01 1.597600e+01 +7.500000e-01 5.000000e-02 5.000000e-02 1.076000e+02 1.657800e+01 3.618500e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.866700e+02 3.604000e+01 4.896000e+01 +8.750000e-01 2.500000e-02 2.500000e-02 2.692400e+02 3.183000e+01 8.255500e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.962600e+02 6.234700e+01 1.126200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 5.434600e+02 7.657400e+01 1.930300e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d78-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d78-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.820400e+00 8.249588e-01 8.326482e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.756400e+01 1.168185e+00 1.177140e+00 +3.800000e+00 2.000000e-01 2.000000e-01 2.330100e+01 1.977673e+00 1.786061e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.145200e+01 3.527567e+00 3.524170e+00 +4.600000e+00 2.000000e-01 2.000000e-01 3.617400e+01 3.111277e+00 2.496711e+00 +5.000000e+00 2.000000e-01 2.000000e-01 3.975000e+01 3.459769e+00 3.847957e+00 +5.400000e+00 2.000000e-01 2.000000e-01 2.664300e+01 2.343107e+00 2.366723e+00 +6.000000e+00 4.000000e-01 4.000000e-01 1.161900e+01 1.765713e+00 1.903634e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.938000e-01 2.750364e-01 2.776955e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d78-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d78-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 8.024800e+00 7.481900e-01 5.866500e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.517600e+01 1.363500e+00 8.667600e-01 +3.800000e+00 2.000000e-01 2.000000e-01 2.350900e+01 2.088000e+00 1.665800e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.085000e+01 2.968500e+00 1.876900e+00 +4.600000e+00 2.000000e-01 2.000000e-01 3.535800e+01 3.058900e+00 5.057900e+00 +5.000000e+00 2.000000e-01 2.000000e-01 3.591000e+01 3.538300e+00 3.357600e+00 +5.400000e+00 2.000000e-01 2.000000e-01 2.612600e+01 2.867700e+00 2.040000e+00 +6.000000e+00 4.000000e-01 4.000000e-01 9.726500e+00 1.245000e+00 1.018200e+00 +7.600000e+00 1.200000e+00 1.200000e+00 6.115400e-01 5.622500e-02 1.297900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d78-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d78-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.050100e+01 1.808700e+00 4.292900e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.914600e+01 3.471700e+00 6.093500e+00 +3.800000e+00 2.000000e-01 2.000000e-01 2.742300e+01 4.321400e+00 8.361700e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.268200e+01 4.483800e+00 1.086000e+01 +4.600000e+00 2.000000e-01 2.000000e-01 3.610300e+01 6.019700e+00 1.085800e+01 +5.000000e+00 2.000000e-01 2.000000e-01 3.638900e+01 3.030000e+00 1.018000e+01 +5.400000e+00 2.000000e-01 2.000000e-01 2.628900e+01 3.828900e+00 5.384700e+00 +6.000000e+00 4.000000e-01 4.000000e-01 1.057600e+01 1.557600e+00 2.983400e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.667600e-01 5.681500e-02 1.605200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d79-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d79-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.672900e-01 1.283284e-01 1.395802e-01 +1.050000e+02 1.000000e+01 1.000000e+01 6.114000e-01 6.343564e-02 6.633891e-02 +1.250000e+02 1.000000e+01 1.000000e+01 5.988800e-01 5.511955e-02 5.249953e-02 +1.475000e+02 1.250000e+01 1.250000e+01 5.134400e-01 5.272883e-02 4.578762e-02 +1.725000e+02 1.250000e+01 1.250000e+01 3.588800e-01 3.374518e-02 2.980955e-02 +1.975000e+02 1.250000e+01 1.250000e+01 2.828200e-01 2.074717e-02 2.012721e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.465000e-01 1.908910e-02 1.803991e-02 +2.575000e+02 1.750000e+01 1.750000e+01 1.608700e-01 2.961223e-02 2.911250e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.538400e-01 1.000783e-02 1.008376e-02 +3.525000e+02 3.250000e+01 3.250000e+01 9.073600e-02 7.289540e-03 7.041303e-03 +5.350000e+02 1.500000e+02 1.500000e+02 1.852800e-02 1.661871e-03 1.817394e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d79-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d79-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.924000e-01 7.545600e-02 6.181500e-02 +1.050000e+02 1.000000e+01 1.000000e+01 5.483500e-01 5.016800e-02 6.953800e-02 +1.250000e+02 1.000000e+01 1.000000e+01 5.256600e-01 6.097800e-02 8.149600e-02 +1.475000e+02 1.250000e+01 1.250000e+01 4.845100e-01 4.727000e-02 2.968700e-02 +1.725000e+02 1.250000e+01 1.250000e+01 3.785700e-01 3.402800e-02 3.129500e-02 +1.975000e+02 1.250000e+01 1.250000e+01 3.069100e-01 2.527900e-02 2.378800e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.447000e-01 2.550100e-02 1.436600e-02 +2.575000e+02 1.750000e+01 1.750000e+01 1.796800e-01 1.607700e-02 1.257400e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.321200e-01 1.231400e-02 1.061600e-02 +3.525000e+02 3.250000e+01 3.250000e+01 8.274600e-02 7.921900e-03 5.743200e-03 +5.350000e+02 1.500000e+02 1.500000e+02 1.733400e-02 1.607500e-03 1.136100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d79-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d79-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.666200e-01 5.114400e-02 1.285700e-01 +1.050000e+02 1.000000e+01 1.000000e+01 5.362900e-01 3.190200e-02 1.679900e-01 +1.250000e+02 1.000000e+01 1.000000e+01 5.155800e-01 7.619700e-02 1.457700e-01 +1.475000e+02 1.250000e+01 1.250000e+01 4.909100e-01 8.641500e-02 1.170000e-01 +1.725000e+02 1.250000e+01 1.250000e+01 4.173200e-01 5.892800e-02 1.503100e-01 +1.975000e+02 1.250000e+01 1.250000e+01 3.381500e-01 4.784000e-02 9.492700e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.727400e-01 4.908000e-02 1.128800e-01 +2.575000e+02 1.750000e+01 1.750000e+01 2.082900e-01 3.261500e-02 7.396100e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.539200e-01 2.740200e-02 4.535800e-02 +3.525000e+02 3.250000e+01 3.250000e+01 1.063700e-01 1.880300e-02 3.072000e-02 +5.350000e+02 1.500000e+02 1.500000e+02 2.387300e-02 4.790300e-03 7.053500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d80-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d80-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 8.546800e-01 8.612225e-02 7.912468e-02 +3.750000e+01 1.250000e+01 1.250000e+01 1.722100e+00 1.695759e-01 1.694289e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.829700e+00 1.588628e-01 1.642612e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.553100e+00 1.322698e-01 1.478433e-01 +1.300000e+02 3.000000e+01 3.000000e+01 9.629900e-01 1.177879e-01 8.760995e-02 +1.925000e+02 3.250000e+01 3.250000e+01 4.948700e-01 4.828867e-02 4.378868e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.276000e-01 3.738451e-02 3.755716e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.574500e-01 2.042846e-02 2.016106e-02 +3.975000e+02 9.750000e+01 9.750000e+01 3.973300e-02 8.807956e-03 8.492160e-03 +6.975000e+02 2.025000e+02 2.025000e+02 3.488700e-03 7.847399e-04 8.642819e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d80-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d80-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 6.460100e-01 9.349400e-02 6.639100e-02 +3.750000e+01 1.250000e+01 1.250000e+01 1.448000e+00 1.662900e-01 1.544200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.520800e+00 2.040700e-01 1.740800e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.312700e+00 1.501500e-01 1.647700e-01 +1.300000e+02 3.000000e+01 3.000000e+01 9.203100e-01 1.126200e-01 1.069400e-01 +1.925000e+02 3.250000e+01 3.250000e+01 4.698100e-01 5.616300e-02 5.496900e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.462900e-01 3.263300e-02 2.491600e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.535000e-01 1.313900e-02 1.577600e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.778900e-02 6.300400e-03 4.425600e-03 +6.975000e+02 2.025000e+02 2.025000e+02 3.427000e-03 3.940400e-04 4.199200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d80-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d80-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 7.780000e-01 8.816100e-02 3.056400e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.801800e+00 2.478100e-01 6.374600e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.884900e+00 3.691500e-01 7.408700e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.575000e+00 2.500000e-01 6.653100e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.092700e+00 2.151300e-01 4.219100e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.538200e-01 1.123600e-01 2.242100e-01 +2.425000e+02 1.750000e+01 1.750000e+01 2.919000e-01 6.249100e-02 9.346700e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.860600e-01 3.746100e-02 7.458800e-02 +3.975000e+02 9.750000e+01 9.750000e+01 5.770700e-02 1.065300e-02 1.880200e-02 +6.975000e+02 2.025000e+02 2.025000e+02 4.972300e-03 1.072000e-03 1.877000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d81-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d81-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.302100e+01 7.646984e+00 7.235272e+00 +3.750000e-01 1.250000e-01 1.250000e-01 3.346800e+01 1.401554e+01 8.684749e+00 +6.000000e-01 1.000000e-01 1.000000e-01 1.255600e+02 1.642000e+01 1.715345e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.675100e+02 2.695763e+01 2.902101e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.698200e+02 3.379826e+01 3.701121e+01 +8.250000e-01 2.500000e-02 2.500000e-02 5.383800e+02 4.780003e+01 4.492155e+01 +8.750000e-01 2.500000e-02 2.500000e-02 8.043800e+02 6.960621e+01 6.579602e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.113700e+03 9.127146e+01 9.587340e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.409800e+03 1.074742e+02 1.066351e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d81-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d81-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.916200e+01 2.912700e+00 5.335800e+00 +3.750000e-01 1.250000e-01 1.250000e-01 4.794600e+01 6.722000e+00 5.485200e+00 +6.000000e-01 1.000000e-01 1.000000e-01 1.207000e+02 1.627700e+01 1.727300e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.416600e+02 3.077700e+01 3.978400e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.390800e+02 4.503100e+01 3.079300e+01 +8.250000e-01 2.500000e-02 2.500000e-02 4.668300e+02 5.311000e+01 5.642600e+01 +8.750000e-01 2.500000e-02 2.500000e-02 6.593600e+02 7.662600e+01 7.962000e+01 +9.250000e-01 2.500000e-02 2.500000e-02 9.187700e+02 1.141800e+02 1.043400e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.194900e+03 1.412200e+02 9.735700e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d81-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d81-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.967200e+01 5.932200e+00 9.878100e+00 +3.750000e-01 1.250000e-01 1.250000e-01 4.675100e+01 8.243100e+00 2.085400e+01 +6.000000e-01 1.000000e-01 1.000000e-01 1.262300e+02 2.556200e+01 4.486100e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.556300e+02 4.740000e+01 9.881500e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.836500e+02 5.978400e+01 1.719300e+02 +8.250000e-01 2.500000e-02 2.500000e-02 5.761800e+02 1.360000e+02 1.727100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 8.018600e+02 1.223500e+02 3.151600e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.172300e+03 1.867200e+02 4.640100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.594600e+03 2.723700e+02 6.336200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d82-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d82-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.761100e+01 3.456050e+00 3.420067e+00 +2.600000e+00 2.000000e-01 2.000000e-01 4.706400e+01 3.788729e+00 3.818097e+00 +3.000000e+00 2.000000e-01 2.000000e-01 5.251400e+01 4.227319e+00 4.144895e+00 +3.400000e+00 2.000000e-01 2.000000e-01 6.915200e+01 4.739150e+00 5.247235e+00 +3.800000e+00 2.000000e-01 2.000000e-01 7.515600e+01 5.817993e+00 5.141712e+00 +4.200000e+00 2.000000e-01 2.000000e-01 8.903400e+01 7.203957e+00 6.757537e+00 +4.600000e+00 2.000000e-01 2.000000e-01 9.695100e+01 9.096673e+00 7.540531e+00 +5.000000e+00 2.000000e-01 2.000000e-01 8.632700e+01 9.180567e+00 1.022418e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.328400e+01 8.771251e+00 6.448629e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.405800e+00 7.574342e-01 6.852392e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d82-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d82-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.002800e+01 3.442700e+00 3.056500e+00 +2.600000e+00 2.000000e-01 2.000000e-01 3.677300e+01 4.418500e+00 3.821700e+00 +3.000000e+00 2.000000e-01 2.000000e-01 4.583700e+01 5.917900e+00 4.089500e+00 +3.400000e+00 2.000000e-01 2.000000e-01 5.659000e+01 5.753100e+00 6.190500e+00 +3.800000e+00 2.000000e-01 2.000000e-01 6.915600e+01 8.471800e+00 6.454300e+00 +4.200000e+00 2.000000e-01 2.000000e-01 8.094400e+01 9.034900e+00 9.059200e+00 +4.600000e+00 2.000000e-01 2.000000e-01 8.819200e+01 1.024200e+01 1.232100e+01 +5.000000e+00 2.000000e-01 2.000000e-01 8.384700e+01 1.179800e+01 9.276300e+00 +5.600000e+00 4.000000e-01 4.000000e-01 3.948100e+01 5.011100e+00 4.857200e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.255400e+00 3.980800e-01 2.832600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d82-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d82-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.447900e+01 1.136600e+01 1.740400e+01 +2.600000e+00 2.000000e-01 2.000000e-01 5.416800e+01 9.518500e+00 2.271900e+01 +3.000000e+00 2.000000e-01 2.000000e-01 6.529200e+01 1.341800e+01 2.728000e+01 +3.400000e+00 2.000000e-01 2.000000e-01 7.646300e+01 1.244100e+01 3.134100e+01 +3.800000e+00 2.000000e-01 2.000000e-01 8.610200e+01 1.509900e+01 3.601700e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.379700e+01 1.766300e+01 3.356600e+01 +4.600000e+00 2.000000e-01 2.000000e-01 9.440600e+01 1.761400e+01 3.743900e+01 +5.000000e+00 2.000000e-01 2.000000e-01 8.682100e+01 1.334600e+01 3.175300e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.337200e+01 6.362300e+00 1.574200e+01 +7.400000e+00 1.400000e+00 1.400000e+00 2.947900e+00 5.055900e-01 6.195800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d83-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d83-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.230900e+00 2.363524e-01 2.208020e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.367500e+00 2.699029e-01 1.971903e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.401200e+00 1.569007e-01 1.398365e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.224800e+00 1.113375e-01 9.117330e-02 +1.775000e+02 1.250000e+01 1.250000e+01 9.815500e-01 8.478990e-02 8.393441e-02 +2.050000e+02 1.500000e+01 1.500000e+01 8.136600e-01 5.240337e-02 5.084697e-02 +2.350000e+02 1.500000e+01 1.500000e+01 6.854200e-01 4.803824e-02 4.945945e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.444200e-01 5.055078e-02 4.844646e-02 +2.975000e+02 1.750000e+01 1.750000e+01 5.018000e-01 3.177053e-02 3.279758e-02 +3.325000e+02 1.750000e+01 1.750000e+01 3.830600e-01 3.868264e-02 4.028094e-02 +3.700000e+02 2.000000e+01 2.000000e+01 3.030500e-01 2.151354e-02 2.319422e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.886800e-01 1.553877e-02 1.418631e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.129500e-01 1.066773e-02 1.014564e-02 +5.300000e+02 5.000000e+01 5.000000e+01 5.356500e-02 6.216788e-03 6.002569e-03 +7.300000e+02 1.500000e+02 1.500000e+02 7.651500e-03 1.465704e-03 1.534366e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d83-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d83-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.039900e+00 1.611800e-01 1.698200e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.224500e+00 1.710600e-01 1.401200e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.230700e+00 1.620600e-01 1.894200e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.094500e+00 1.256300e-01 1.221100e-01 +1.775000e+02 1.250000e+01 1.250000e+01 9.337600e-01 1.004600e-01 1.012000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 7.834900e-01 1.081600e-01 7.402400e-02 +2.350000e+02 1.500000e+01 1.500000e+01 6.376300e-01 7.086200e-02 6.465700e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.178300e-01 6.202500e-02 4.300600e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.174200e-01 4.358100e-02 4.600200e-02 +3.325000e+02 1.750000e+01 1.750000e+01 3.324600e-01 3.657400e-02 2.870000e-02 +3.700000e+02 2.000000e+01 2.000000e+01 2.449200e-01 2.993200e-02 2.903200e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.620600e-01 1.975900e-02 1.527800e-02 +4.575000e+02 2.250000e+01 2.250000e+01 9.927100e-02 1.168200e-02 1.401800e-02 +5.300000e+02 5.000000e+01 5.000000e+01 4.562900e-02 5.759600e-03 3.406500e-03 +7.300000e+02 1.500000e+02 1.500000e+02 7.432100e-03 8.321700e-04 6.613600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d83-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d83-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.193500e+00 1.333100e-01 3.407400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.264400e+00 1.563100e-01 5.121700e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.267500e+00 2.238800e-01 4.767600e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.215700e+00 2.394700e-01 4.412900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.126900e+00 2.102700e-01 4.224000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 9.228200e-01 1.453900e-01 4.038200e-01 +2.350000e+02 1.500000e+01 1.500000e+01 7.897200e-01 1.531800e-01 2.964800e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.680500e-01 1.176200e-01 2.909900e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.572800e-01 1.033900e-01 2.439400e-01 +3.325000e+02 1.750000e+01 1.750000e+01 4.738300e-01 8.338800e-02 1.748400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 3.564400e-01 7.142800e-02 1.213200e-01 +4.125000e+02 2.250000e+01 2.250000e+01 2.427100e-01 6.847700e-02 7.604900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.438900e-01 2.485000e-02 6.675300e-02 +5.300000e+02 5.000000e+01 5.000000e+01 7.098200e-02 1.507400e-02 2.817900e-02 +7.300000e+02 1.500000e+02 1.500000e+02 1.221600e-02 2.064100e-03 6.538900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d84-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d84-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 4.347400e+02 5.795541e+01 6.211122e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.845800e+02 5.274486e+01 5.032847e+01 +3.000000e-01 5.000000e-02 5.000000e-02 3.647200e+02 5.068410e+01 5.084223e+01 +4.500000e-01 1.000000e-01 1.000000e-01 2.688400e+02 4.779646e+01 4.023696e+01 +6.000000e-01 5.000000e-02 5.000000e-02 1.889400e+02 2.910514e+01 2.964744e+01 +7.500000e-01 1.000000e-01 1.000000e-01 8.870300e+01 1.384812e+01 1.426679e+01 +1.025000e+00 1.750000e-01 1.750000e-01 2.708000e+01 4.515114e+00 4.539786e+00 +1.850000e+00 6.500000e-01 6.500000e-01 2.292300e+00 4.370611e-01 4.426839e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d84-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d84-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.321700e+02 5.383300e+01 4.128500e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.224100e+02 4.767800e+01 4.784700e+01 +3.000000e-01 5.000000e-02 5.000000e-02 3.263500e+02 5.051200e+01 4.407900e+01 +4.500000e-01 1.000000e-01 1.000000e-01 2.437600e+02 3.066900e+01 3.452800e+01 +6.000000e-01 5.000000e-02 5.000000e-02 1.597000e+02 2.220900e+01 2.097700e+01 +7.500000e-01 1.000000e-01 1.000000e-01 8.221600e+01 1.097900e+01 9.676500e+00 +1.025000e+00 1.750000e-01 1.750000e-01 2.277500e+01 3.576700e+00 1.967800e+00 +1.850000e+00 6.500000e-01 6.500000e-01 1.609100e+00 2.676200e-01 2.410200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d84-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d84-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 4.378000e+02 8.450300e+01 1.977600e+02 +2.000000e-01 5.000000e-02 5.000000e-02 4.204900e+02 8.073100e+01 1.929300e+02 +3.000000e-01 5.000000e-02 5.000000e-02 4.200800e+02 8.238600e+01 1.944700e+02 +4.500000e-01 1.000000e-01 1.000000e-01 3.125500e+02 6.555000e+01 1.322200e+02 +6.000000e-01 5.000000e-02 5.000000e-02 2.066400e+02 4.837800e+01 8.167300e+01 +7.500000e-01 1.000000e-01 1.000000e-01 1.106500e+02 2.555100e+01 4.710600e+01 +1.025000e+00 1.750000e-01 1.750000e-01 3.358800e+01 8.781200e+00 1.261500e+01 +1.850000e+00 6.500000e-01 6.500000e-01 2.349700e+00 5.707100e-01 1.011300e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d85-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d85-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.247200e+02 2.503460e+01 2.851347e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.848800e+02 5.262616e+01 3.346398e+01 +3.250000e-01 7.500000e-02 7.500000e-02 4.329600e+02 3.719179e+01 3.749501e+01 +4.750000e-01 7.500000e-02 7.500000e-02 3.746100e+02 3.679920e+01 3.706925e+01 +6.750000e-01 1.250000e-01 1.250000e-01 1.703000e+02 1.989806e+01 1.730539e+01 +9.000000e-01 1.000000e-01 1.000000e-01 3.995000e+01 5.329199e+00 5.208289e+00 +1.750000e+00 7.500000e-01 7.500000e-01 2.382200e+00 3.930711e-01 3.966423e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d85-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d85-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.018300e+02 2.525500e+01 2.559800e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.464100e+02 3.608800e+01 3.342900e+01 +3.250000e-01 7.500000e-02 7.500000e-02 3.971700e+02 5.379100e+01 4.828200e+01 +4.750000e-01 7.500000e-02 7.500000e-02 3.274300e+02 4.371800e+01 3.635600e+01 +6.750000e-01 1.250000e-01 1.250000e-01 1.464000e+02 2.012900e+01 1.994100e+01 +9.000000e-01 1.000000e-01 1.000000e-01 3.425100e+01 5.986100e+00 4.486000e+00 +1.750000e+00 7.500000e-01 7.500000e-01 1.593600e+00 2.331500e-01 2.907300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d85-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d85-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.382400e+02 4.966400e+01 1.057100e+02 +2.000000e-01 5.000000e-02 5.000000e-02 3.961600e+02 6.686700e+01 1.237500e+02 +3.250000e-01 7.500000e-02 7.500000e-02 4.576100e+02 7.642000e+01 1.879100e+02 +4.750000e-01 7.500000e-02 7.500000e-02 4.087400e+02 7.475900e+01 1.786400e+02 +6.750000e-01 1.250000e-01 1.250000e-01 1.992300e+02 4.159300e+01 8.039300e+01 +9.000000e-01 1.000000e-01 1.000000e-01 5.022400e+01 1.168900e+01 2.223400e+01 +1.750000e+00 7.500000e-01 7.500000e-01 2.270300e+00 4.911400e-01 1.075100e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d86-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d86-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.414400e+02 8.672454e+00 7.780229e+00 +1.000000e+00 5.000000e-01 5.000000e-01 7.665500e+01 8.583108e+00 7.459364e+00 +2.000000e+00 5.000000e-01 5.000000e-01 3.080900e+01 4.180022e+00 4.464411e+00 +3.000000e+00 5.000000e-01 5.000000e-01 9.790800e+00 2.027761e+00 1.998234e+00 +6.000000e+00 2.500000e+00 2.500000e+00 3.549500e+00 1.178194e+00 1.009966e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d86-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d86-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.283600e+02 1.287900e+01 1.183900e+01 +1.000000e+00 5.000000e-01 5.000000e-01 6.845200e+01 9.888400e+00 8.883300e+00 +2.000000e+00 5.000000e-01 5.000000e-01 2.620200e+01 3.683300e+00 3.543100e+00 +3.000000e+00 5.000000e-01 5.000000e-01 8.274100e+00 1.530400e+00 1.346200e+00 +6.000000e+00 2.500000e+00 2.500000e+00 3.162600e+00 4.991000e-01 4.510400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d86-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d86-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.482500e+02 2.285400e+01 4.891200e+01 +1.000000e+00 5.000000e-01 5.000000e-01 8.725800e+01 1.738000e+01 3.863700e+01 +2.000000e+00 5.000000e-01 5.000000e-01 3.441100e+01 7.705900e+00 1.574400e+01 +3.000000e+00 5.000000e-01 5.000000e-01 1.082300e+01 2.179800e+00 4.632600e+00 +6.000000e+00 2.500000e+00 2.500000e+00 2.821900e+00 3.718700e-01 1.463200e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d87-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d87-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.345400e+00 6.283506e-01 6.385587e-01 +5.800000e+02 3.500000e+01 3.500000e+01 4.960800e+00 3.555689e-01 3.514885e-01 +6.550000e+02 4.000000e+01 4.000000e+01 3.607100e+00 2.477671e-01 2.512099e-01 +7.400000e+02 4.500000e+01 4.500000e+01 2.500100e+00 1.661609e-01 1.490339e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.698200e+00 1.253064e-01 1.200099e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.135700e+00 7.611003e-02 9.353712e-02 +1.042500e+03 5.750000e+01 5.750000e+01 7.612900e-01 5.902181e-02 5.512267e-02 +1.150000e+03 5.000000e+01 5.000000e+01 4.986300e-01 4.476704e-02 3.211264e-02 +1.275000e+03 7.500000e+01 7.500000e+01 3.215300e-01 3.539612e-02 2.299664e-02 +1.425000e+03 7.500000e+01 7.500000e+01 2.053000e-01 1.960732e-02 2.564483e-02 +1.750000e+03 2.500000e+02 2.500000e+02 8.434500e-02 9.472271e-03 1.062872e-02 +2.350000e+03 3.500000e+02 3.500000e+02 1.466300e-02 2.688886e-03 2.399257e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.497700e-03 4.270761e-04 3.916612e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d87-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d87-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.189500e+00 6.646800e-01 4.813300e-01 +5.800000e+02 3.500000e+01 3.500000e+01 4.064400e+00 4.873900e-01 4.491200e-01 +6.550000e+02 4.000000e+01 4.000000e+01 2.940600e+00 3.623100e-01 3.876200e-01 +7.400000e+02 4.500000e+01 4.500000e+01 2.074700e+00 2.906300e-01 2.113500e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.427100e+00 1.793300e-01 1.504700e-01 +9.325000e+02 5.250000e+01 5.250000e+01 9.744700e-01 1.204500e-01 1.030300e-01 +1.042500e+03 5.750000e+01 5.750000e+01 6.551300e-01 8.060800e-02 7.529300e-02 +1.150000e+03 5.000000e+01 5.000000e+01 4.526800e-01 5.282000e-02 6.030800e-02 +1.275000e+03 7.500000e+01 7.500000e+01 2.994500e-01 3.891800e-02 3.251400e-02 +1.425000e+03 7.500000e+01 7.500000e+01 1.862400e-01 2.447800e-02 1.554400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 7.816500e-02 9.135900e-03 8.739000e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.649200e-02 1.713100e-03 1.375700e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.727600e-03 1.849300e-04 1.868400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d87-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d87-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.421500e+00 1.325300e+00 1.985600e+00 +5.800000e+02 3.500000e+01 3.500000e+01 4.268400e+00 1.064600e+00 1.610500e+00 +6.550000e+02 4.000000e+01 4.000000e+01 3.073400e+00 7.723900e-01 1.171600e+00 +7.400000e+02 4.500000e+01 4.500000e+01 2.184200e+00 5.600800e-01 8.571600e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.512900e+00 3.939700e-01 6.068100e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.035900e+00 2.749000e-01 4.269400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 6.863500e-01 1.839600e-01 2.869700e-01 +1.150000e+03 5.000000e+01 5.000000e+01 4.767700e-01 1.302100e-01 2.047800e-01 +1.275000e+03 7.500000e+01 7.500000e+01 3.177100e-01 8.769500e-02 1.388000e-01 +1.425000e+03 7.500000e+01 7.500000e+01 2.005600e-01 5.687800e-02 9.136200e-02 +1.750000e+03 2.500000e+02 2.500000e+02 8.242300e-02 2.368700e-02 3.828700e-02 +2.350000e+03 3.500000e+02 3.500000e+02 1.697600e-02 5.169700e-03 8.610000e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.768800e-03 5.715800e-04 9.824900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d87-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d87-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.245900e+00 1.046600e+00 2.291600e+00 +5.800000e+02 3.500000e+01 3.500000e+01 4.166000e+00 7.955300e-01 1.822200e+00 +6.550000e+02 4.000000e+01 4.000000e+01 3.068100e+00 5.780100e-01 1.336000e+00 +7.400000e+02 4.500000e+01 4.500000e+01 2.198800e+00 4.371200e-01 9.161400e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.597800e+00 3.599300e-01 5.767300e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.094800e+00 2.048300e-01 4.545500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 7.471200e-01 1.389900e-01 3.049900e-01 +1.150000e+03 5.000000e+01 5.000000e+01 5.265600e-01 9.647500e-02 2.111000e-01 +1.275000e+03 7.500000e+01 7.500000e+01 3.652300e-01 5.967500e-02 1.373000e-01 +1.425000e+03 7.500000e+01 7.500000e+01 2.308300e-01 4.210600e-02 7.928000e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.005300e-01 1.783600e-02 4.013200e-02 +2.350000e+03 3.500000e+02 3.500000e+02 2.146900e-02 3.521900e-03 7.645500e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.395800e-03 5.135400e-04 1.198300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d88-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d88-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 6.686800e+00 6.362590e-01 6.131993e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.373000e+01 1.237871e+00 1.291998e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.337800e+01 1.099245e+00 1.113073e+00 +8.750000e+01 1.250000e+01 1.250000e+01 1.020500e+01 7.321694e-01 7.441399e-01 +1.150000e+02 1.500000e+01 1.500000e+01 6.936000e+00 4.835363e-01 4.427047e-01 +1.450000e+02 1.500000e+01 1.500000e+01 4.871300e+00 4.563773e-01 3.811436e-01 +1.750000e+02 1.500000e+01 1.500000e+01 3.125300e+00 2.446411e-01 2.454333e-01 +2.075000e+02 1.750000e+01 1.750000e+01 1.836400e+00 1.628755e-01 1.472490e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.050500e+00 9.161548e-02 1.008043e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.262700e-01 7.411697e-02 7.248302e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.206400e-01 2.266544e-02 2.255991e-02 +6.975000e+02 2.025000e+02 2.025000e+02 5.853700e-03 1.238371e-03 1.310000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d88-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d88-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.812200e+00 7.881100e-01 7.603200e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.063800e+01 1.265400e+00 1.234200e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.059800e+01 1.325600e+00 1.134200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 8.514900e+00 1.058100e+00 9.114000e-01 +1.150000e+02 1.500000e+01 1.500000e+01 6.209700e+00 7.671000e-01 7.232000e-01 +1.450000e+02 1.500000e+01 1.500000e+01 4.351500e+00 5.547000e-01 4.442300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 2.905400e+00 3.307500e-01 3.042800e-01 +2.075000e+02 1.750000e+01 1.750000e+01 1.795700e+00 2.291700e-01 1.699700e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.037300e+00 1.075200e-01 1.064500e-01 +2.800000e+02 2.000000e+01 2.000000e+01 5.956100e-01 7.400100e-02 5.484300e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.554900e-01 1.658700e-02 1.475700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 7.122200e-03 7.693000e-04 5.454900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d88-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d88-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.348700e+00 1.197000e+00 1.742800e+00 +3.750000e+01 1.250000e+01 1.250000e+01 1.122200e+01 2.678700e+00 3.995600e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.078700e+01 2.730100e+00 4.157200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 8.765100e+00 2.285400e+00 3.510600e+00 +1.150000e+02 1.500000e+01 1.500000e+01 6.365800e+00 1.690500e+00 2.623900e+00 +1.450000e+02 1.500000e+01 1.500000e+01 4.535400e+00 1.239000e+00 1.948000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 3.070000e+00 8.363200e-01 1.311800e+00 +2.075000e+02 1.750000e+01 1.750000e+01 1.905700e+00 5.197300e-01 8.125000e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.155900e+00 3.167400e-01 4.947000e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.816100e-01 1.869100e-01 2.913600e-01 +3.975000e+02 9.750000e+01 9.750000e+01 1.888400e-01 5.226500e-02 8.144700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 9.781400e-03 2.780300e-03 4.349400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d88-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d88-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.150100e+00 7.406100e-01 2.057300e+00 +3.750000e+01 1.250000e+01 1.250000e+01 1.166400e+01 2.178500e+00 4.761500e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.152600e+01 2.413900e+00 4.801200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 9.192700e+00 1.649700e+00 3.884100e+00 +1.150000e+02 1.500000e+01 1.500000e+01 6.639500e+00 1.298700e+00 2.947600e+00 +1.450000e+02 1.500000e+01 1.500000e+01 4.673100e+00 9.886800e-01 1.890700e+00 +1.750000e+02 1.500000e+01 1.500000e+01 3.060900e+00 6.205400e-01 1.322500e+00 +2.075000e+02 1.750000e+01 1.750000e+01 1.845400e+00 4.101900e-01 7.583000e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.097200e+00 2.220700e-01 4.785800e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.320400e-01 1.189400e-01 2.311100e-01 +3.975000e+02 9.750000e+01 9.750000e+01 1.667700e-01 3.584900e-02 5.748000e-02 +6.975000e+02 2.025000e+02 2.025000e+02 9.573600e-03 2.066400e-03 3.171200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d89-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d89-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.385800e+02 3.239514e+01 3.056628e+01 +2.250000e-01 7.500000e-02 7.500000e-02 1.951300e+02 4.141045e+01 3.119311e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.169200e+02 3.649278e+01 3.761133e+01 +4.500000e-01 5.000000e-02 5.000000e-02 3.687800e+02 4.708633e+01 4.735659e+01 +5.500000e-01 5.000000e-02 5.000000e-02 5.973400e+02 6.784832e+01 6.418598e+01 +6.250000e-01 2.500000e-02 2.500000e-02 1.009600e+03 9.293142e+01 8.422428e+01 +6.750000e-01 2.500000e-02 2.500000e-02 1.253100e+03 9.759674e+01 1.006047e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.722200e+03 1.415085e+02 1.488028e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.591500e+03 1.797726e+02 1.835356e+02 +8.250000e-01 2.500000e-02 2.500000e-02 3.765200e+03 2.764705e+02 2.684448e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.168800e+03 3.773654e+02 3.749603e+02 +9.250000e-01 2.500000e-02 2.500000e-02 6.703100e+03 4.744396e+02 4.736964e+02 +9.750000e-01 2.500000e-02 2.500000e-02 8.541300e+03 6.196934e+02 6.302609e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d89-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d89-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.712500e+02 2.328800e+01 2.031300e+01 +2.250000e-01 7.500000e-02 7.500000e-02 2.007800e+02 2.529700e+01 2.049800e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.708900e+02 3.701700e+01 3.215900e+01 +4.500000e-01 5.000000e-02 5.000000e-02 3.795500e+02 4.916400e+01 5.146200e+01 +5.500000e-01 5.000000e-02 5.000000e-02 5.875100e+02 7.516400e+01 7.132500e+01 +6.250000e-01 2.500000e-02 2.500000e-02 8.664900e+02 1.208400e+02 1.000100e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.145400e+03 1.594900e+02 1.317400e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.577700e+03 2.174400e+02 1.737000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.162400e+03 2.583800e+02 2.217400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 2.978000e+03 3.504300e+02 3.354300e+02 +8.750000e-01 2.500000e-02 2.500000e-02 4.086900e+03 4.855200e+02 4.219000e+02 +9.250000e-01 2.500000e-02 2.500000e-02 5.412700e+03 6.471000e+02 5.975100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 6.664600e+03 8.707200e+02 6.753600e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d89-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d89-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.762300e+02 4.934000e+01 7.879400e+01 +2.250000e-01 7.500000e-02 7.500000e-02 2.058900e+02 5.747000e+01 9.143700e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.711900e+02 7.649000e+01 1.232500e+02 +4.500000e-01 5.000000e-02 5.000000e-02 3.657500e+02 1.012500e+02 1.611000e+02 +5.500000e-01 5.000000e-02 5.000000e-02 5.852100e+02 1.654900e+02 2.637600e+02 +6.250000e-01 2.500000e-02 2.500000e-02 8.188900e+02 2.243600e+02 3.522600e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.100100e+03 2.997600e+02 4.705600e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.521600e+03 4.130900e+02 6.481000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.130800e+03 5.686900e+02 8.822000e+02 +8.250000e-01 2.500000e-02 2.500000e-02 3.007200e+03 7.898300e+02 1.216600e+03 +8.750000e-01 2.500000e-02 2.500000e-02 4.251700e+03 1.086500e+03 1.657100e+03 +9.250000e-01 2.500000e-02 2.500000e-02 5.916400e+03 1.462500e+03 2.204800e+03 +9.750000e-01 2.500000e-02 2.500000e-02 7.612900e+03 1.816500e+03 2.698500e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d89-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d89-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.605600e+02 3.541500e+01 6.150200e+01 +2.250000e-01 7.500000e-02 7.500000e-02 1.868100e+02 3.720000e+01 8.916700e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.435700e+02 5.204100e+01 1.019900e+02 +4.500000e-01 5.000000e-02 5.000000e-02 3.409500e+02 6.501800e+01 1.514000e+02 +5.500000e-01 5.000000e-02 5.000000e-02 5.397700e+02 1.168500e+02 2.200200e+02 +6.250000e-01 2.500000e-02 2.500000e-02 8.286900e+02 1.730700e+02 3.025800e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.105300e+03 2.099200e+02 4.431300e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.575100e+03 3.042800e+02 6.656500e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.232000e+03 3.918100e+02 1.008600e+03 +8.250000e-01 2.500000e-02 2.500000e-02 3.217700e+03 6.539700e+02 1.331300e+03 +8.750000e-01 2.500000e-02 2.500000e-02 4.515100e+03 8.594000e+02 1.925600e+03 +9.250000e-01 2.500000e-02 2.500000e-02 6.198000e+03 1.264400e+03 2.500100e+03 +9.750000e-01 2.500000e-02 2.500000e-02 7.723100e+03 1.387900e+03 3.173800e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d90-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d90-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.077600e+02 3.462433e+01 3.362834e+01 +2.600000e+00 2.000000e-01 2.000000e-01 6.270400e+02 3.931143e+01 3.957405e+01 +3.000000e+00 2.000000e-01 2.000000e-01 7.263600e+02 4.470956e+01 4.586098e+01 +3.400000e+00 2.000000e-01 2.000000e-01 7.859100e+02 5.164003e+01 5.295506e+01 +3.800000e+00 2.000000e-01 2.000000e-01 7.077900e+02 5.530817e+01 5.384023e+01 +4.200000e+00 2.000000e-01 2.000000e-01 4.398700e+02 3.673335e+01 3.512347e+01 +4.600000e+00 2.000000e-01 2.000000e-01 2.400300e+02 2.221590e+01 2.274785e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.154700e+02 1.446053e+01 1.405010e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.243200e+01 9.426323e+00 6.896334e+00 +6.200000e+00 2.000000e-01 2.000000e-01 1.202700e+01 3.301047e+00 3.078377e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.478100e-01 3.664103e-01 3.132278e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d90-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d90-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.167600e+02 4.547600e+01 4.181200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 5.068400e+02 5.699200e+01 4.931700e+01 +3.000000e+00 2.000000e-01 2.000000e-01 6.012200e+02 7.730800e+01 6.630100e+01 +3.400000e+00 2.000000e-01 2.000000e-01 6.554000e+02 8.032000e+01 7.149600e+01 +3.800000e+00 2.000000e-01 2.000000e-01 5.947600e+02 7.543400e+01 6.385300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 3.693700e+02 5.368700e+01 4.448200e+01 +4.600000e+00 2.000000e-01 2.000000e-01 2.112100e+02 2.990600e+01 2.417500e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.102300e+02 1.471400e+01 1.419000e+01 +5.600000e+00 4.000000e-01 4.000000e-01 3.959900e+01 5.101100e+00 4.811500e+00 +6.200000e+00 2.000000e-01 2.000000e-01 1.069200e+01 2.646100e+00 1.101200e+00 +7.600000e+00 1.200000e+00 1.200000e+00 8.500700e-01 6.860900e-02 1.690100e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d90-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d90-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.380500e+02 1.362000e+02 2.055300e+02 +2.600000e+00 2.000000e-01 2.000000e-01 6.000900e+02 1.519000e+02 2.296500e+02 +3.000000e+00 2.000000e-01 2.000000e-01 6.491400e+02 1.640400e+02 2.488300e+02 +3.400000e+00 2.000000e-01 2.000000e-01 6.621100e+02 1.685000e+02 2.572100e+02 +3.800000e+00 2.000000e-01 2.000000e-01 5.639300e+02 1.428500e+02 2.187200e+02 +4.200000e+00 2.000000e-01 2.000000e-01 3.478300e+02 9.099600e+01 1.415100e+02 +4.600000e+00 2.000000e-01 2.000000e-01 1.921300e+02 5.169100e+01 8.195400e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.011100e+02 2.798900e+01 4.487600e+01 +5.600000e+00 4.000000e-01 4.000000e-01 3.720400e+01 1.085000e+01 1.797400e+01 +6.200000e+00 2.000000e-01 2.000000e-01 9.907200e+00 3.151000e+00 5.605000e+00 +7.600000e+00 1.200000e+00 1.200000e+00 8.464300e-01 2.840000e-01 5.216000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d90-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d90-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.026400e+02 1.035700e+02 2.239800e+02 +2.600000e+00 2.000000e-01 2.000000e-01 5.912000e+02 1.082000e+02 2.596600e+02 +3.000000e+00 2.000000e-01 2.000000e-01 6.717900e+02 1.423900e+02 2.722900e+02 +3.400000e+00 2.000000e-01 2.000000e-01 6.879300e+02 1.342800e+02 2.848200e+02 +3.800000e+00 2.000000e-01 2.000000e-01 5.936200e+02 1.139300e+02 2.469100e+02 +4.200000e+00 2.000000e-01 2.000000e-01 3.625100e+02 6.665900e+01 1.489800e+02 +4.600000e+00 2.000000e-01 2.000000e-01 2.069800e+02 4.201700e+01 8.118200e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.113600e+02 1.582500e+01 3.950300e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.353700e+01 6.415000e+00 1.580300e+01 +6.200000e+00 2.000000e-01 2.000000e-01 1.305200e+01 2.727600e+00 2.389800e+00 +7.600000e+00 1.200000e+00 1.200000e+00 1.263800e+00 1.343500e-01 3.251800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d91-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d91-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.163300e+01 1.457982e+00 1.409526e+00 +1.050000e+02 1.000000e+01 1.000000e+01 1.279900e+01 1.308648e+00 1.298884e+00 +1.275000e+02 1.250000e+01 1.250000e+01 1.197200e+01 9.187943e-01 9.310671e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.040900e+01 6.983664e-01 6.436609e-01 +1.775000e+02 1.250000e+01 1.250000e+01 8.399800e+00 4.930730e-01 4.808062e-01 +2.050000e+02 1.500000e+01 1.500000e+01 6.012400e+00 3.049790e-01 2.986977e-01 +2.350000e+02 1.500000e+01 1.500000e+01 3.820000e+00 1.819593e-01 1.815982e-01 +2.650000e+02 1.500000e+01 1.500000e+01 2.410300e+00 1.304611e-01 1.238769e-01 +2.975000e+02 1.750000e+01 1.750000e+01 1.454800e+00 8.170435e-02 8.658265e-02 +3.325000e+02 1.750000e+01 1.750000e+01 8.123100e-01 5.041611e-02 5.304323e-02 +3.700000e+02 2.000000e+01 2.000000e+01 4.905100e-01 4.323071e-02 4.585957e-02 +4.125000e+02 2.250000e+01 2.250000e+01 2.656600e-01 2.211866e-02 2.000179e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.558900e-01 1.491181e-02 1.383376e-02 +5.300000e+02 5.000000e+01 5.000000e+01 6.006300e-02 7.026720e-03 6.682852e-03 +6.325000e+02 5.250000e+01 5.250000e+01 1.817100e-02 3.713347e-03 3.630039e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.412400e-03 8.271355e-04 8.225211e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d91-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d91-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 9.167100e+00 1.467600e+00 1.126000e+00 +1.050000e+02 1.000000e+01 1.000000e+01 1.040400e+01 1.455700e+00 1.138200e+00 +1.275000e+02 1.250000e+01 1.250000e+01 9.984400e+00 1.281800e+00 1.259100e+00 +1.525000e+02 1.250000e+01 1.250000e+01 8.767000e+00 1.040500e+00 9.026900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 7.167400e+00 8.299700e-01 7.835400e-01 +2.050000e+02 1.500000e+01 1.500000e+01 5.145300e+00 6.172900e-01 4.774200e-01 +2.350000e+02 1.500000e+01 1.500000e+01 3.313300e+00 3.656800e-01 3.232700e-01 +2.650000e+02 1.500000e+01 1.500000e+01 2.088400e+00 2.361100e-01 1.918000e-01 +2.975000e+02 1.750000e+01 1.750000e+01 1.270200e+00 1.327000e-01 1.306500e-01 +3.325000e+02 1.750000e+01 1.750000e+01 7.566400e-01 8.487200e-02 4.965600e-02 +3.700000e+02 2.000000e+01 2.000000e+01 4.394200e-01 4.849800e-02 4.406300e-02 +4.125000e+02 2.250000e+01 2.250000e+01 2.469700e-01 2.745000e-02 2.244800e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.370800e-01 1.516300e-02 1.641200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 5.797400e-02 6.763700e-03 3.551500e-03 +6.325000e+02 5.250000e+01 5.250000e+01 1.741100e-02 2.438800e-03 1.845500e-03 +8.425000e+02 1.575000e+02 1.575000e+02 2.787800e-03 4.042100e-04 3.313600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d91-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d91-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.009900e+00 2.028500e+00 3.149900e+00 +1.050000e+02 1.000000e+01 1.000000e+01 9.429800e+00 2.366500e+00 3.623600e+00 +1.275000e+02 1.250000e+01 1.250000e+01 9.781600e+00 2.490900e+00 3.820600e+00 +1.525000e+02 1.250000e+01 1.250000e+01 9.104700e+00 2.301000e+00 3.499600e+00 +1.775000e+02 1.250000e+01 1.250000e+01 8.004500e+00 2.031700e+00 3.087800e+00 +2.050000e+02 1.500000e+01 1.500000e+01 5.844000e+00 1.498000e+00 2.286500e+00 +2.350000e+02 1.500000e+01 1.500000e+01 3.926600e+00 1.018300e+00 1.557100e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.567600e+00 6.739900e-01 1.032700e+00 +2.975000e+02 1.750000e+01 1.750000e+01 1.564700e+00 4.148300e-01 6.377500e-01 +3.325000e+02 1.750000e+01 1.750000e+01 9.581800e-01 2.569600e-01 3.963400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 5.759000e-01 1.558000e-01 2.403300e-01 +4.125000e+02 2.250000e+01 2.250000e+01 3.337600e-01 9.139300e-02 1.414900e-01 +4.575000e+02 2.250000e+01 2.250000e+01 1.840600e-01 5.042800e-02 7.824000e-02 +5.300000e+02 5.000000e+01 5.000000e+01 7.972500e-02 2.227800e-02 3.464600e-02 +6.325000e+02 5.250000e+01 5.250000e+01 2.374100e-02 6.799300e-03 1.069900e-02 +8.425000e+02 1.575000e+02 1.575000e+02 3.652400e-03 1.064200e-03 1.681200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d91-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d91-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.388400e+00 1.329500e+00 3.479200e+00 +1.050000e+02 1.000000e+01 1.000000e+01 9.899200e+00 1.960200e+00 4.097100e+00 +1.275000e+02 1.250000e+01 1.250000e+01 1.011600e+01 2.010500e+00 4.103000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 9.440600e+00 1.792300e+00 3.947200e+00 +1.775000e+02 1.250000e+01 1.250000e+01 8.054100e+00 1.544000e+00 3.254500e+00 +2.050000e+02 1.500000e+01 1.500000e+01 5.884600e+00 1.114000e+00 2.684300e+00 +2.350000e+02 1.500000e+01 1.500000e+01 3.947500e+00 8.044100e-01 1.603300e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.523800e+00 5.188700e-01 1.095500e+00 +2.975000e+02 1.750000e+01 1.750000e+01 1.559100e+00 2.811500e-01 7.008000e-01 +3.325000e+02 1.750000e+01 1.750000e+01 9.881800e-01 2.219100e-01 3.556300e-01 +3.700000e+02 2.000000e+01 2.000000e+01 5.858200e-01 1.187100e-01 2.147400e-01 +4.125000e+02 2.250000e+01 2.250000e+01 3.423300e-01 8.872900e-02 1.057400e-01 +4.575000e+02 2.250000e+01 2.250000e+01 1.915600e-01 3.840500e-02 7.859200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 8.508900e-02 1.874100e-02 3.255600e-02 +6.325000e+02 5.250000e+01 5.250000e+01 2.763300e-02 3.482600e-03 1.520300e-02 +8.425000e+02 1.575000e+02 1.575000e+02 4.549000e-03 1.121400e-03 4.244900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d92-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d92-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 2.004000e+03 2.669950e+02 2.532186e+02 +1.000000e-01 5.000000e-02 5.000000e-02 2.112200e+03 2.638339e+02 2.532517e+02 +2.000000e-01 5.000000e-02 5.000000e-02 2.018900e+03 2.589280e+02 2.464791e+02 +3.000000e-01 5.000000e-02 5.000000e-02 2.029900e+03 2.615069e+02 2.640057e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.732300e+03 2.633165e+02 2.499944e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.337000e+03 2.024652e+02 1.992508e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.216100e+03 1.879114e+02 1.863348e+02 +7.000000e-01 5.000000e-02 5.000000e-02 9.821400e+02 1.492019e+02 1.446003e+02 +8.000000e-01 5.000000e-02 5.000000e-02 6.549300e+02 9.720235e+01 9.906715e+01 +9.250000e-01 7.500000e-02 7.500000e-02 4.014700e+02 6.243126e+01 6.498550e+01 +1.100000e+00 1.000000e-01 1.000000e-01 2.652300e+02 5.174281e+01 5.190148e+01 +1.350000e+00 1.500000e-01 1.500000e-01 1.115600e+02 2.057846e+01 2.120185e+01 +1.650000e+00 1.500000e-01 1.500000e-01 3.094300e+01 7.743732e+00 7.619970e+00 +2.050000e+00 2.500000e-01 2.500000e-01 6.776000e+00 2.000931e+00 1.900796e+00 +2.650000e+00 3.500000e-01 3.500000e-01 6.510400e-01 3.417055e-01 3.102679e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d92-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d92-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.567400e+03 2.039300e+02 1.984600e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.577700e+03 2.285200e+02 1.834500e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.606300e+03 2.160100e+02 2.042200e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.659400e+03 2.168000e+02 2.131000e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.451000e+03 1.935200e+02 1.638500e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.115300e+03 1.495400e+02 1.217100e+02 +6.000000e-01 5.000000e-02 5.000000e-02 9.767500e+02 1.380700e+02 1.037600e+02 +7.000000e-01 5.000000e-02 5.000000e-02 7.754900e+02 1.041100e+02 9.247600e+01 +8.000000e-01 5.000000e-02 5.000000e-02 5.248100e+02 6.686700e+01 1.333900e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.386100e+02 4.272100e+01 3.808000e+01 +1.100000e+00 1.000000e-01 1.000000e-01 1.891000e+02 2.639800e+01 1.704100e+01 +1.350000e+00 1.500000e-01 1.500000e-01 7.950200e+01 1.129200e+01 8.854900e+00 +1.650000e+00 1.500000e-01 1.500000e-01 2.520400e+01 3.801300e+00 2.876400e+00 +2.050000e+00 2.500000e-01 2.500000e-01 4.911000e+00 7.866200e-01 7.678600e-01 +2.650000e+00 3.500000e-01 3.500000e-01 2.383100e-01 7.195200e-02 7.958000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d92-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d92-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.415600e+03 4.393400e+02 7.146200e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.422500e+03 4.407900e+02 7.171400e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.396600e+03 4.335900e+02 7.068400e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.427500e+03 4.438600e+02 7.240300e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.282900e+03 4.035400e+02 6.628100e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.128500e+03 3.659100e+02 6.104800e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.089800e+03 3.574300e+02 5.994600e+02 +7.000000e-01 5.000000e-02 5.000000e-02 8.591800e+02 2.823500e+02 4.738800e+02 +8.000000e-01 5.000000e-02 5.000000e-02 5.732900e+02 1.889500e+02 3.177500e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.983700e+02 1.341700e+02 2.278800e+02 +1.100000e+00 1.000000e-01 1.000000e-01 2.157300e+02 7.223900e+01 1.223700e+02 +1.350000e+00 1.500000e-01 1.500000e-01 9.648200e+01 3.232400e+01 5.436700e+01 +1.650000e+00 1.500000e-01 1.500000e-01 3.548600e+01 1.216800e+01 2.033000e+01 +2.050000e+00 2.500000e-01 2.500000e-01 5.952500e+00 2.100900e+00 3.647700e+00 +2.650000e+00 3.500000e-01 3.500000e-01 2.716300e-01 9.814000e-02 1.736900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d92-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d92-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.855800e+03 4.407700e+02 8.686100e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.858100e+03 4.098600e+02 8.931200e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.868800e+03 3.979300e+02 8.663800e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.908000e+03 4.346400e+02 9.787100e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.621100e+03 3.630100e+02 7.886400e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.193600e+03 2.611300e+02 5.891200e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.053000e+03 2.471300e+02 5.153900e+02 +7.000000e-01 5.000000e-02 5.000000e-02 8.637500e+02 1.992600e+02 3.999800e+02 +8.000000e-01 5.000000e-02 5.000000e-02 5.636500e+02 1.177500e+02 2.916200e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.738600e+02 8.372500e+01 1.720400e+02 +1.100000e+00 1.000000e-01 1.000000e-01 2.090100e+02 5.066300e+01 9.360700e+01 +1.350000e+00 1.500000e-01 1.500000e-01 8.991900e+01 1.970700e+01 4.232200e+01 +1.650000e+00 1.500000e-01 1.500000e-01 2.839400e+01 6.484700e+00 1.468300e+01 +2.050000e+00 2.500000e-01 2.500000e-01 5.998800e+00 1.140700e+00 2.396100e+00 +2.650000e+00 3.500000e-01 3.500000e-01 2.502100e-01 1.134800e-01 2.568700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d93-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d93-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.854500e+03 1.392862e+02 1.424013e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.729500e+03 1.256021e+02 1.309524e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.974600e+03 1.342602e+02 1.416856e+02 +1.750000e-01 2.500000e-02 2.500000e-02 2.076100e+03 1.712336e+02 1.392548e+02 +2.250000e-01 2.500000e-02 2.500000e-02 2.149300e+03 1.787284e+02 1.643144e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.256600e+03 1.661413e+02 1.631526e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.305200e+03 1.714270e+02 1.676101e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.442700e+03 1.706935e+02 1.573677e+02 +4.250000e-01 2.500000e-02 2.500000e-02 2.232300e+03 1.646229e+02 1.437125e+02 +4.750000e-01 2.500000e-02 2.500000e-02 2.009800e+03 1.755803e+02 1.795133e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.971700e+03 1.359661e+02 1.429800e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.947500e+03 1.238870e+02 1.337143e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.715400e+03 1.167966e+02 1.102475e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.491100e+03 9.812216e+01 9.746407e+01 +7.250000e-01 2.500000e-02 2.500000e-02 1.242800e+03 7.367909e+01 8.344958e+01 +7.750000e-01 2.500000e-02 2.500000e-02 9.860700e+02 7.374213e+01 6.988655e+01 +8.250000e-01 2.500000e-02 2.500000e-02 7.999100e+02 5.148815e+01 5.561172e+01 +8.750000e-01 2.500000e-02 2.500000e-02 6.398900e+02 3.807850e+01 4.632887e+01 +9.250000e-01 2.500000e-02 2.500000e-02 5.029500e+02 3.365246e+01 3.713072e+01 +9.750000e-01 2.500000e-02 2.500000e-02 4.017500e+02 2.904657e+01 2.896229e+01 +1.025000e+00 2.500000e-02 2.500000e-02 3.191600e+02 2.211350e+01 2.131723e+01 +1.075000e+00 2.500000e-02 2.500000e-02 2.288100e+02 1.785009e+01 1.773006e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.711300e+02 1.426725e+01 1.471588e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.507500e+02 1.353921e+01 1.257293e+01 +1.250000e+00 5.000000e-02 5.000000e-02 8.632100e+01 7.585372e+00 7.867592e+00 +1.350000e+00 5.000000e-02 5.000000e-02 5.007300e+01 5.882454e+00 5.621114e+00 +1.500000e+00 1.000000e-01 1.000000e-01 1.821000e+01 2.317406e+00 2.084775e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.168300e+00 5.117025e-01 5.212289e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d93-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d93-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.508200e+03 1.584600e+02 1.483800e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.531200e+03 1.624900e+02 1.401100e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.592200e+03 1.575500e+02 1.578200e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.680400e+03 1.817200e+02 1.455900e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.802000e+03 2.159100e+02 1.758000e+02 +2.750000e-01 2.500000e-02 2.500000e-02 1.880300e+03 2.296900e+02 1.994500e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.011100e+03 2.735800e+02 1.490700e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.030500e+03 2.511100e+02 2.315600e+02 +4.250000e-01 2.500000e-02 2.500000e-02 1.942200e+03 2.450300e+02 1.887100e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.793500e+03 2.210800e+02 2.065000e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.694300e+03 2.224300e+02 1.795100e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.559500e+03 2.420200e+02 1.761500e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.435800e+03 1.818300e+02 3.443900e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.236900e+03 1.634400e+02 1.504100e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.026400e+03 1.334100e+02 1.162000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 8.407000e+02 1.224400e+02 1.200900e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.708800e+02 9.013300e+01 8.450900e+01 +8.750000e-01 2.500000e-02 2.500000e-02 5.343000e+02 8.322600e+01 5.769500e+01 +9.250000e-01 2.500000e-02 2.500000e-02 4.131000e+02 6.351800e+01 5.190300e+01 +9.750000e-01 2.500000e-02 2.500000e-02 3.232700e+02 4.456300e+01 3.899100e+01 +1.025000e+00 2.500000e-02 2.500000e-02 2.480300e+02 3.750200e+01 2.868300e+01 +1.075000e+00 2.500000e-02 2.500000e-02 1.878100e+02 2.796400e+01 2.714800e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.422900e+02 1.981100e+01 2.038300e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.046500e+02 1.639800e+01 1.343100e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.013100e+01 1.038700e+01 9.331100e+00 +1.350000e+00 5.000000e-02 5.000000e-02 3.817100e+01 6.390100e+00 6.026600e+00 +1.500000e+00 1.000000e-01 1.000000e-01 1.528800e+01 2.495700e+00 2.875200e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.319600e+00 4.327500e-01 5.803400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d93-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d93-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.788800e+03 4.681900e+02 7.238800e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.798500e+03 4.677900e+02 7.199600e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.840000e+03 4.768300e+02 7.337500e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.909400e+03 4.917200e+02 7.537700e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.971700e+03 5.035000e+02 7.702000e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.027600e+03 5.157100e+02 7.892800e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.079500e+03 5.252400e+02 8.001700e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.055100e+03 5.182200e+02 7.898700e+02 +4.250000e-01 2.500000e-02 2.500000e-02 1.991800e+03 5.054600e+02 7.726500e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.830700e+03 4.626700e+02 7.038300e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.718500e+03 4.411100e+02 6.780600e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.550600e+03 3.924800e+02 5.988700e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.404800e+03 3.572300e+02 5.442400e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.200800e+03 3.045100e+02 4.634400e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.006200e+03 2.554100e+02 3.888200e+02 +7.750000e-01 2.500000e-02 2.500000e-02 8.333700e+02 2.132100e+02 3.256600e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.624400e+02 1.707800e+02 2.614200e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.341500e+02 1.387700e+02 2.131900e+02 +9.250000e-01 2.500000e-02 2.500000e-02 4.061800e+02 1.059300e+02 1.627200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.218500e+02 8.378900e+01 1.285100e+02 +1.025000e+00 2.500000e-02 2.500000e-02 2.528100e+02 6.580500e+01 1.010100e+02 +1.075000e+00 2.500000e-02 2.500000e-02 1.970200e+02 5.147500e+01 7.893100e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.443200e+02 3.835200e+01 5.912800e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.095400e+02 2.923700e+01 4.525200e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.723600e+01 2.197000e+01 3.454800e+01 +1.350000e+00 5.000000e-02 5.000000e-02 3.828300e+01 1.039300e+01 1.623600e+01 +1.500000e+00 1.000000e-01 1.000000e-01 1.613800e+01 4.441800e+00 6.957200e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.361900e+00 7.088000e-01 1.171300e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d93-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d93-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.544100e+03 2.433100e+02 5.838400e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.597200e+03 2.847700e+02 5.953500e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.665800e+03 2.686200e+02 6.318100e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.780800e+03 3.161100e+02 6.276500e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.905000e+03 3.644000e+02 7.595300e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.031500e+03 3.760100e+02 8.038700e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.108900e+03 3.883000e+02 8.859400e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.175300e+03 4.343800e+02 8.931900e+02 +4.250000e-01 2.500000e-02 2.500000e-02 2.099400e+03 4.185100e+02 8.907700e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.997300e+03 4.251100e+02 8.510400e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.847200e+03 3.461700e+02 8.248800e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.738800e+03 3.575200e+02 7.373800e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.571300e+03 3.383700e+02 7.226100e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.368100e+03 2.936400e+02 5.562500e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.139600e+03 2.698000e+02 4.358800e+02 +7.750000e-01 2.500000e-02 2.500000e-02 9.078300e+02 1.346000e+02 4.310700e+02 +8.250000e-01 2.500000e-02 2.500000e-02 7.482600e+02 1.676100e+02 3.235800e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.713600e+02 1.011600e+02 3.026700e+02 +9.250000e-01 2.500000e-02 2.500000e-02 4.575800e+02 9.798500e+01 2.140200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.557200e+02 6.552400e+01 1.719200e+02 +1.025000e+00 2.500000e-02 2.500000e-02 2.746400e+02 6.075400e+01 1.240900e+02 +1.075000e+00 2.500000e-02 2.500000e-02 2.044100e+02 4.900500e+01 9.549500e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.605700e+02 3.927200e+01 6.517000e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.158700e+02 2.070900e+01 6.710000e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.638900e+01 1.726900e+01 3.369100e+01 +1.350000e+00 5.000000e-02 5.000000e-02 3.885300e+01 8.890800e+00 2.040400e+01 +1.500000e+00 1.000000e-01 1.000000e-01 1.660100e+01 3.015200e+00 9.609400e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.688100e+00 5.346700e-01 1.147400e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d94-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d94-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.012600e+03 5.337420e+01 5.472897e+01 +1.000000e+00 5.000000e-01 5.000000e-01 4.836400e+02 4.265705e+01 4.042195e+01 +2.000000e+00 5.000000e-01 5.000000e-01 1.522800e+02 1.960786e+01 1.954737e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.855700e+01 7.497954e+00 6.466930e+00 +4.000000e+00 5.000000e-01 5.000000e-01 7.925500e+00 2.062354e+00 1.694143e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.858000e+00 9.319546e-01 8.598858e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d94-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d94-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.509500e+02 1.008000e+02 8.228700e+01 +1.000000e+00 5.000000e-01 5.000000e-01 4.064600e+02 5.521900e+01 4.595000e+01 +2.000000e+00 5.000000e-01 5.000000e-01 1.250100e+02 1.633900e+01 1.555100e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.235100e+01 4.899000e+00 3.842200e+00 +4.000000e+00 5.000000e-01 5.000000e-01 7.495600e+00 9.653900e-01 1.432100e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.046900e+00 3.251200e-01 4.462700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d94-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d94-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.408100e+02 2.110000e+02 3.068000e+02 +1.000000e+00 5.000000e-01 5.000000e-01 4.470200e+02 1.320300e+02 2.105300e+02 +2.000000e+00 5.000000e-01 5.000000e-01 1.011600e+02 3.435000e+01 5.802700e+01 +3.000000e+00 5.000000e-01 5.000000e-01 6.145900e-01 0.000000e+00 0.000000e+00 +4.000000e+00 5.000000e-01 5.000000e-01 2.000000e-99 0.000000e+00 0.000000e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.000000e-99 0.000000e+00 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d94-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d94-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.911000e+02 1.509400e+02 3.318100e+02 +1.000000e+00 5.000000e-01 5.000000e-01 4.570200e+02 1.046700e+02 2.100800e+02 +2.000000e+00 5.000000e-01 5.000000e-01 1.435400e+02 3.286200e+01 7.379000e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.508500e+01 7.124300e+00 1.769100e+01 +4.000000e+00 5.000000e-01 5.000000e-01 6.307400e+00 9.342100e-01 3.861500e+00 +6.500000e+00 2.000000e+00 2.000000e+00 1.238500e+00 2.545000e-01 3.283900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d95-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d95-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 5.874900e-02 1.324906e-02 1.240497e-02 +7.500000e+01 2.500000e+01 2.500000e+01 9.498400e-02 1.592544e-02 1.470177e-02 +1.300000e+02 3.000000e+01 3.000000e+01 4.586100e-02 8.749442e-03 7.678501e-03 +2.300000e+02 7.000000e+01 7.000000e+01 1.632200e-02 3.132506e-03 3.457378e-03 +5.150000e+02 2.150000e+02 2.150000e+02 1.006100e-03 5.756198e-04 5.664343e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d95-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d95-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 6.033900e-02 5.201800e-03 5.724300e-03 +7.500000e+01 2.500000e+01 2.500000e+01 7.762200e-02 1.063500e-02 7.972400e-03 +1.300000e+02 3.000000e+01 3.000000e+01 5.217900e-02 6.130000e-03 5.684300e-03 +2.300000e+02 7.000000e+01 7.000000e+01 2.047900e-02 2.249500e-03 2.401700e-03 +5.150000e+02 2.150000e+02 2.150000e+02 2.106100e-03 3.194200e-04 3.445200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d95-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d95-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 8.308500e-02 1.079000e-02 2.195600e-02 +7.500000e+01 2.500000e+01 2.500000e+01 1.041400e-01 1.671300e-02 4.075200e-02 +1.300000e+02 3.000000e+01 3.000000e+01 6.528800e-02 1.279000e-02 1.865800e-02 +2.300000e+02 7.000000e+01 7.000000e+01 2.661100e-02 5.735800e-03 1.306200e-02 +5.150000e+02 2.150000e+02 2.150000e+02 2.825200e-03 6.625600e-04 8.601000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d96-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d96-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.427500e+00 8.575259e-01 8.622934e-01 +8.000000e-01 1.000000e-01 1.000000e-01 2.164200e+01 3.867042e+00 3.248226e+00 +9.500000e-01 5.000000e-02 5.000000e-02 7.270800e+01 1.019935e+01 9.433521e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d96-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d96-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 3.398700e+00 3.200700e-01 6.315900e-01 +8.000000e-01 1.000000e-01 1.000000e-01 2.394200e+01 3.318200e+00 2.258000e+00 +9.500000e-01 5.000000e-02 5.000000e-02 6.659700e+01 6.209700e+00 4.462200e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d96-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d96-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.158000e+00 9.062200e-01 1.287400e+00 +8.000000e-01 1.000000e-01 1.000000e-01 2.984100e+01 4.913000e+00 8.748200e+00 +9.500000e-01 5.000000e-02 5.000000e-02 9.393500e+01 1.526800e+01 3.573200e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d97-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d97-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.042000e+00 2.180337e-01 2.166378e-01 +4.400000e+00 8.000000e-01 8.000000e-01 2.593900e+00 3.371296e-01 3.088335e-01 +5.600000e+00 4.000000e-01 4.000000e-01 4.529700e+00 7.709864e-01 7.392904e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.330800e+00 3.734668e-01 3.154054e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d97-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d97-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.122000e+00 1.535800e-01 1.096500e-01 +4.400000e+00 8.000000e-01 8.000000e-01 2.807700e+00 2.830900e-01 2.426100e-01 +5.600000e+00 4.000000e-01 4.000000e-01 4.789300e+00 6.183900e-01 3.969900e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.352500e+00 1.326300e-01 1.845300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d97-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d97-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.887200e+00 3.199800e-01 1.275400e+00 +4.400000e+00 8.000000e-01 8.000000e-01 3.841200e+00 7.167900e-01 1.204300e+00 +5.600000e+00 4.000000e-01 4.000000e-01 5.183100e+00 9.569800e-01 2.108700e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.829800e+00 3.144700e-01 3.756300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d98-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d98-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 6.456000e-02 1.790904e-02 1.516966e-02 +1.800000e+02 4.000000e+01 4.000000e+01 4.737800e-02 7.729065e-03 7.460089e-03 +2.675000e+02 4.750000e+01 4.750000e+01 2.025100e-02 3.525959e-03 3.127624e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.352600e-02 2.489235e-03 2.377726e-03 +5.600000e+02 1.250000e+02 1.250000e+02 6.354100e-03 1.136201e-03 1.153537e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d98-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d98-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 6.004900e-02 6.597700e-03 7.504900e-03 +1.800000e+02 4.000000e+01 4.000000e+01 5.099200e-02 5.523500e-03 4.591400e-03 +2.675000e+02 4.750000e+01 4.750000e+01 2.833200e-02 3.254000e-03 2.663400e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.361500e-02 1.800900e-03 1.393600e-03 +5.600000e+02 1.250000e+02 1.250000e+02 5.648100e-03 7.691400e-04 7.387400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d98-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d98-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 7.937500e-02 1.064600e-02 2.201400e-02 +1.800000e+02 4.000000e+01 4.000000e+01 5.798500e-02 1.209400e-02 2.093000e-02 +2.675000e+02 4.750000e+01 4.750000e+01 3.645300e-02 7.944700e-03 8.914500e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.986100e-02 2.817600e-03 8.124700e-03 +5.600000e+02 1.250000e+02 1.250000e+02 9.358400e-03 1.777400e-03 4.263000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d99-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d99-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.587300e+01 5.107230e+00 4.670509e+00 +7.000000e-01 3.000000e-01 3.000000e-01 4.407800e+00 8.937790e-01 8.322673e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d99-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d99-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.650400e+01 2.185400e+00 2.651000e+00 +7.000000e-01 3.000000e-01 3.000000e-01 4.289500e+00 5.409600e-01 6.522500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d99-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d99-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.630900e+01 4.804900e+00 1.328900e+01 +7.000000e-01 3.000000e-01 3.000000e-01 7.093300e+00 1.625500e+00 3.412100e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d100-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d100-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.443200e+01 3.358132e+00 3.450598e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.136400e+01 3.206306e+00 2.324743e+00 +8.250000e-01 1.750000e-01 1.750000e-01 1.501800e+00 5.158532e-01 5.032079e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d100-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d100-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.707000e+01 2.413500e+00 2.268100e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.016400e+01 1.639400e+00 1.010900e+00 +8.250000e-01 1.750000e-01 1.750000e-01 1.220900e+00 2.434400e-01 2.627700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d100-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d100-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 3.254600e+01 5.455900e+00 9.249700e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.723100e+01 2.937000e+00 8.779800e+00 +8.250000e-01 1.750000e-01 1.750000e-01 2.507400e+00 8.521500e-01 7.612800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d101-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d101-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.252300e+00 1.003388e+00 9.687704e-01 +1.000000e+00 5.000000e-01 5.000000e-01 3.073300e+00 6.788961e-01 5.561707e-01 +3.000000e+00 1.500000e+00 1.500000e+00 1.858100e+00 5.350092e-01 5.029681e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d101-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d101-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.735300e+00 7.026900e-01 5.658500e-01 +1.000000e+00 5.000000e-01 5.000000e-01 3.192500e+00 5.716400e-01 2.904800e-01 +3.000000e+00 1.500000e+00 1.500000e+00 1.849300e+00 2.181300e-01 4.216700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d101-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d101-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.037200e+01 1.659300e+00 2.412800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 4.758700e+00 8.353000e-01 2.176900e+00 +3.000000e+00 1.500000e+00 1.500000e+00 3.096500e+00 6.270700e-01 1.623600e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d102-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d102-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.078600e+00 1.375043e-01 1.335721e-01 +5.800000e+02 3.500000e+01 3.500000e+01 8.830000e-01 8.820350e-02 8.160317e-02 +6.550000e+02 4.000000e+01 4.000000e+01 6.802500e-01 6.941339e-02 6.417338e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.809000e-01 4.593229e-02 4.950006e-02 +8.325000e+02 4.750000e+01 4.750000e+01 3.027500e-01 3.592337e-02 3.305425e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.094700e-01 1.978769e-02 1.908621e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.608800e-01 1.379026e-02 1.439896e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.078200e-01 1.139356e-02 8.991321e-03 +1.275000e+03 7.500000e+01 7.500000e+01 6.716700e-02 8.280411e-03 9.436231e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.576800e-02 4.113652e-03 5.353288e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.268900e-02 1.810116e-03 1.969695e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.874500e-03 5.472270e-04 3.790943e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.281500e-04 5.981958e-05 5.863538e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d102-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d102-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 8.926900e-01 1.097600e-01 1.143400e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.337500e-01 1.014800e-01 8.296000e-02 +6.550000e+02 4.000000e+01 4.000000e+01 5.519100e-01 7.098800e-02 8.231900e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.024800e-01 5.963000e-02 4.281100e-02 +8.325000e+02 4.750000e+01 4.750000e+01 2.878200e-01 3.697700e-02 3.155200e-02 +9.325000e+02 5.250000e+01 5.250000e+01 1.928500e-01 2.772000e-02 2.245800e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.325200e-01 1.797200e-02 2.089800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.010400e-02 1.147200e-02 1.275000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 5.754100e-02 9.250100e-03 6.763600e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.471200e-02 6.809400e-03 3.559500e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.282500e-02 2.094600e-03 1.681900e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.964300e-03 3.959000e-04 2.603600e-04 +3.350000e+03 6.500000e+02 6.500000e+02 8.538600e-05 2.888600e-05 3.188200e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d102-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d102-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 7.912600e-01 2.356300e-01 3.752800e-01 +5.800000e+02 3.500000e+01 3.500000e+01 6.453100e-01 1.925600e-01 3.074500e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.842500e-01 1.452600e-01 2.328600e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.578500e-01 1.081600e-01 1.736300e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.587800e-01 7.820000e-02 1.255000e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.784000e-01 5.458300e-02 8.843000e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.154500e-01 3.554900e-02 5.776300e-02 +1.150000e+03 5.000000e+01 5.000000e+01 8.036800e-02 2.520400e-02 4.130300e-02 +1.275000e+03 7.500000e+01 7.500000e+01 5.470900e-02 1.709300e-02 2.804100e-02 +1.425000e+03 7.500000e+01 7.500000e+01 3.236000e-02 1.008500e-02 1.650700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.160000e-02 3.701900e-03 6.109700e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.766300e-03 5.795500e-04 9.795000e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.101300e-04 3.561700e-05 5.885600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d102-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d102-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 9.442500e-01 2.217800e-01 4.539400e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.963900e-01 1.906200e-01 3.995700e-01 +6.550000e+02 4.000000e+01 4.000000e+01 6.077400e-01 1.409900e-01 3.183300e-01 +7.400000e+02 4.500000e+01 4.500000e+01 4.554500e-01 1.075800e-01 2.280200e-01 +8.325000e+02 4.750000e+01 4.750000e+01 3.439300e-01 8.882000e-02 1.511600e-01 +9.325000e+02 5.250000e+01 5.250000e+01 2.390100e-01 5.789500e-02 1.165400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.645700e-01 3.763800e-02 7.879200e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.131400e-01 2.145700e-02 5.317100e-02 +1.275000e+03 7.500000e+01 7.500000e+01 7.820500e-02 1.773700e-02 3.477700e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.798500e-02 1.021600e-02 2.147800e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.914200e-02 3.778700e-03 1.006900e-02 +2.350000e+03 3.500000e+02 3.500000e+02 3.291400e-03 6.802200e-04 1.928200e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.228000e-04 4.651700e-05 7.725700e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d103-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d103-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.317100e+00 1.662208e-01 1.560145e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.377900e+00 2.383366e-01 2.360401e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.114900e+00 2.095572e-01 1.959945e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.526800e+00 1.335790e-01 1.361221e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.068200e+00 1.148175e-01 1.100250e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.622300e-01 5.386598e-02 5.118310e-02 +2.625000e+02 3.750000e+01 3.750000e+01 1.878500e-01 2.124380e-02 2.260063e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.102300e-02 3.707778e-03 3.772826e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d103-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d103-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.071500e+00 1.451000e-01 1.393100e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.905900e+00 2.717500e-01 2.225300e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.724400e+00 2.553500e-01 1.837400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.339700e+00 1.915300e-01 1.716300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 9.556800e-01 1.242400e-01 1.154100e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.041100e-01 6.082900e-02 7.070500e-02 +2.625000e+02 3.750000e+01 3.750000e+01 1.717100e-01 2.189300e-02 1.888900e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.539700e-02 1.907400e-03 2.367400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d103-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d103-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.025200e+00 3.016300e-01 4.789400e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.746600e+00 5.177800e-01 8.253500e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.552500e+00 4.687500e-01 7.514300e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.158900e+00 3.520200e-01 5.674900e-01 +1.450000e+02 1.500000e+01 1.500000e+01 8.005200e-01 2.489200e-01 4.060000e-01 +1.925000e+02 3.250000e+01 3.250000e+01 4.193600e-01 1.311100e-01 2.146000e-01 +2.625000e+02 3.750000e+01 3.750000e+01 1.452400e-01 4.550900e-02 7.417600e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.365700e-02 4.326000e-03 7.050100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d103-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d103-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.344700e+00 3.459100e-01 6.262800e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.220100e+00 5.672400e-01 1.092600e+00 +8.750000e+01 1.250000e+01 1.250000e+01 1.986200e+00 3.963300e-01 1.002100e+00 +1.150000e+02 1.500000e+01 1.500000e+01 1.542700e+00 3.501400e-01 7.927800e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.062400e+00 2.263400e-01 5.405800e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.455000e-01 1.314700e-01 2.584200e-01 +2.625000e+02 3.750000e+01 3.750000e+01 1.862600e-01 3.796400e-02 9.110500e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.612200e-02 3.845700e-03 6.963700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d104-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d104-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.194600e+01 6.164026e+00 6.091542e+00 +4.500000e-01 1.500000e-01 1.500000e-01 6.906200e+01 1.111902e+01 1.017829e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.481600e+02 2.683081e+01 2.604132e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.602300e+02 3.992553e+01 4.030188e+01 +8.250000e-01 2.500000e-02 2.500000e-02 7.849300e+02 7.846769e+01 7.762066e+01 +8.750000e-01 2.500000e-02 2.500000e-02 9.958400e+02 9.472413e+01 9.582386e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.174000e+03 1.219903e+02 1.195064e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.279200e+03 1.442066e+02 1.373947e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d104-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d104-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.239300e+01 4.407000e+00 5.976200e+00 +4.500000e-01 1.500000e-01 1.500000e-01 8.260900e+01 9.607700e+00 1.179100e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.188800e+02 3.878000e+01 2.081300e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.970500e+02 5.861400e+01 5.088700e+01 +8.250000e-01 2.500000e-02 2.500000e-02 6.037600e+02 7.500900e+01 8.361700e+01 +8.750000e-01 2.500000e-02 2.500000e-02 7.792400e+02 1.042900e+02 9.046200e+01 +9.250000e-01 2.500000e-02 2.500000e-02 9.491400e+02 1.353100e+02 1.078500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.055800e+03 1.328000e+02 1.232000e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d104-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d104-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 2.731600e+01 8.990000e+00 1.520300e+01 +4.500000e-01 1.500000e-01 1.500000e-01 6.230900e+01 2.007600e+01 3.337900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 1.658300e+02 5.206100e+01 8.514600e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.190700e+02 9.867400e+01 1.603500e+02 +8.250000e-01 2.500000e-02 2.500000e-02 5.245600e+02 1.583200e+02 2.538200e+02 +8.750000e-01 2.500000e-02 2.500000e-02 7.095700e+02 2.116700e+02 3.377500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 9.207600e+02 2.723200e+02 4.330500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.069500e+03 3.134300e+02 4.955400e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d104-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d104-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 2.823700e+01 5.189300e+00 1.595500e+01 +4.500000e-01 1.500000e-01 1.500000e-01 7.249300e+01 1.804100e+01 3.539900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.057000e+02 4.742000e+01 9.726900e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.332700e+02 9.266500e+01 2.147100e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.871700e+02 1.624200e+02 3.248100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 9.404500e+02 2.333300e+02 4.317700e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.207400e+03 2.729700e+02 6.167700e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.421700e+03 3.464800e+02 7.012800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d105-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d105-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.122000e+02 1.378747e+01 1.380599e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.315300e+02 1.435557e+01 1.417091e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.543200e+02 1.478781e+01 1.471536e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.444700e+02 1.466204e+01 1.458784e+01 +4.000000e+00 4.000000e-01 4.000000e-01 9.352000e+01 1.023297e+01 8.861253e+00 +4.800000e+00 4.000000e-01 4.000000e-01 2.163800e+01 3.713625e+00 3.160063e+00 +7.000000e+00 1.800000e+00 1.800000e+00 1.062500e+00 2.460275e-01 3.311533e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d105-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d105-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 8.968700e+01 1.057600e+01 1.083800e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.073600e+02 1.271300e+01 1.246500e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.206100e+02 1.716200e+01 1.310400e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.224300e+02 1.619400e+01 1.452800e+01 +4.000000e+00 4.000000e-01 4.000000e-01 8.254300e+01 1.173900e+01 1.258300e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.472600e+01 4.240800e+00 2.577700e+00 +7.000000e+00 1.800000e+00 1.800000e+00 1.010200e+00 2.236900e-01 1.725500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d105-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d105-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 9.278400e+01 2.746300e+01 4.342600e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.028200e+02 3.053500e+01 4.849000e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.096100e+02 3.273900e+01 5.223800e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.026800e+02 3.086600e+01 4.951700e+01 +4.000000e+00 4.000000e-01 4.000000e-01 6.834600e+01 2.109100e+01 3.436500e+01 +4.800000e+00 4.000000e-01 4.000000e-01 1.958400e+01 6.280600e+00 1.048600e+01 +7.000000e+00 1.800000e+00 1.800000e+00 8.589900e-01 2.893700e-01 4.949900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d105-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d105-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.159700e+02 2.875900e+01 5.190000e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.323700e+02 2.846600e+01 7.192100e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.396700e+02 3.409100e+01 6.664400e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.347400e+02 3.416600e+01 6.224300e+01 +4.000000e+00 4.000000e-01 4.000000e-01 9.042200e+01 1.947100e+01 4.696200e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.645300e+01 6.194500e+00 1.221300e+01 +7.000000e+00 1.800000e+00 1.800000e+00 1.209200e+00 2.682700e-01 5.639100e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d106-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d106-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.355200e+00 2.128349e-01 1.447406e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.765000e+00 2.276836e-01 2.227523e-01 +1.275000e+02 1.250000e+01 1.250000e+01 2.035400e+00 2.008478e-01 2.097645e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.991800e+00 1.870991e-01 1.673110e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.725900e+00 1.426544e-01 1.396621e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.369100e+00 1.107719e-01 1.099527e-01 +2.350000e+02 1.500000e+01 1.500000e+01 8.336300e-01 7.129823e-02 7.290835e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.613100e-01 5.021629e-02 5.395497e-02 +3.150000e+02 3.500000e+01 3.500000e+01 2.690200e-01 3.322067e-02 3.541971e-02 +4.150000e+02 6.500000e+01 6.500000e+01 6.887900e-02 1.398064e-02 1.388875e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.004300e-02 1.987628e-03 1.952282e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d106-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d106-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.308600e+00 1.926600e-01 1.876600e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.607900e+00 2.357600e-01 2.261800e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.717500e+00 2.507500e-01 2.160800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.628200e+00 2.297500e-01 1.972400e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.423700e+00 1.929100e-01 1.677000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.068000e+00 1.444800e-01 1.143800e-01 +2.350000e+02 1.500000e+01 1.500000e+01 7.183400e-01 9.018700e-02 9.093100e-02 +2.650000e+02 1.500000e+01 1.500000e+01 4.689700e-01 6.093400e-02 4.755000e-02 +3.150000e+02 3.500000e+01 3.500000e+01 2.341500e-01 2.540800e-02 2.904400e-02 +4.150000e+02 6.500000e+01 6.500000e+01 6.382500e-02 7.698700e-03 9.501600e-03 +5.825000e+02 1.025000e+02 1.025000e+02 9.277700e-03 1.681800e-03 1.138000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d106-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d106-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.031500e+00 3.247300e-01 5.376400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.285700e+00 3.935000e-01 6.393700e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.421100e+00 4.315900e-01 6.965200e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.428300e+00 4.300000e-01 6.900500e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.300400e+00 3.873100e-01 6.172100e-01 +2.050000e+02 1.500000e+01 1.500000e+01 9.809800e-01 2.952700e-01 4.743500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 6.892200e-01 2.066300e-01 3.300400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 4.874100e-01 1.468200e-01 2.336700e-01 +3.150000e+02 3.500000e+01 3.500000e+01 2.282500e-01 6.894600e-02 1.101900e-01 +4.150000e+02 6.500000e+01 6.500000e+01 6.858200e-02 2.065800e-02 3.296500e-02 +5.825000e+02 1.025000e+02 1.025000e+02 8.857500e-03 2.785100e-03 4.508500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d106-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d106-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.282000e+00 2.856700e-01 6.114500e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.691700e+00 4.555400e-01 8.108800e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.808800e+00 4.382900e-01 8.470800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.790200e+00 4.345600e-01 9.083900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.650100e+00 3.842600e-01 8.355900e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.277600e+00 2.625100e-01 7.166600e-01 +2.350000e+02 1.500000e+01 1.500000e+01 9.316100e-01 1.882400e-01 4.509400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 5.948100e-01 1.383300e-01 2.783100e-01 +3.150000e+02 3.500000e+01 3.500000e+01 3.283500e-01 8.045000e-02 1.330400e-01 +4.150000e+02 6.500000e+01 6.500000e+01 9.358300e-02 2.241700e-02 4.588500e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.479700e-02 3.010100e-03 6.567300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d107-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d107-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 9.110900e-01 1.588982e-01 1.548867e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.716400e-01 1.018759e-01 9.759468e-02 +6.550000e+02 4.000000e+01 4.000000e+01 5.921600e-01 7.745728e-02 8.440039e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.260100e-01 4.972377e-02 4.414964e-02 +8.325000e+02 4.750000e+01 4.750000e+01 3.207500e-01 3.728159e-02 3.134651e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.109000e-01 2.949601e-02 3.550327e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.450100e-01 1.674060e-02 2.071307e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.819000e-02 1.536497e-02 1.352539e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.642700e-02 1.940322e-02 1.038693e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.980900e-02 7.758158e-03 6.992196e-03 +1.750000e+03 2.500000e+02 2.500000e+02 2.265900e-02 3.901552e-03 4.085785e-03 +3.000000e+03 1.000000e+03 1.000000e+03 1.295800e-03 3.913357e-04 3.826879e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d107-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d107-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.749000e-01 6.962400e-02 7.161800e-02 +5.800000e+02 3.500000e+01 3.500000e+01 5.696800e-01 6.748400e-02 7.435200e-02 +6.550000e+02 4.000000e+01 4.000000e+01 4.559200e-01 6.081700e-02 4.467700e-02 +7.400000e+02 4.500000e+01 4.500000e+01 3.484500e-01 4.783200e-02 4.020400e-02 +8.325000e+02 4.750000e+01 4.750000e+01 2.588900e-01 4.026200e-02 3.184800e-02 +9.325000e+02 5.250000e+01 5.250000e+01 1.867500e-01 2.524300e-02 2.079800e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.329000e-01 1.810700e-02 1.948800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.485300e-02 1.387400e-02 1.198400e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.533400e-02 1.085500e-02 8.814600e-03 +1.425000e+03 7.500000e+01 7.500000e+01 4.172400e-02 5.692800e-03 5.957800e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.852500e-02 3.335100e-03 2.679400e-03 +3.000000e+03 1.000000e+03 1.000000e+03 1.532600e-03 2.376600e-04 2.115200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d107-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d107-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.933500e-01 2.056700e-01 3.275100e-01 +5.800000e+02 3.500000e+01 3.500000e+01 5.915400e-01 1.772200e-01 2.835800e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.668500e-01 1.406400e-01 2.255000e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.584700e-01 1.101100e-01 1.794000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.709900e-01 8.322000e-02 1.345300e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.900500e-01 5.910400e-02 9.647700e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.331600e-01 4.170800e-02 6.846400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.995300e-02 3.139500e-02 5.163300e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.808800e-02 2.163600e-02 3.588400e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.331100e-02 1.395100e-02 2.331900e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.884200e-02 6.274900e-03 1.076900e-02 +3.000000e+03 1.000000e+03 1.000000e+03 1.560900e-03 5.455800e-04 9.647100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d107-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d107-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.985600e-01 1.620900e-01 3.070800e-01 +5.800000e+02 3.500000e+01 3.500000e+01 6.104800e-01 1.425200e-01 3.447700e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.834200e-01 1.095100e-01 2.226400e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.709300e-01 8.393800e-02 1.596900e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.861100e-01 6.263000e-02 1.323400e-01 +9.325000e+02 5.250000e+01 5.250000e+01 2.093300e-01 5.141200e-02 9.288200e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.469000e-01 2.522100e-02 7.490800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.101900e-01 1.950300e-02 4.855200e-02 +1.275000e+03 7.500000e+01 7.500000e+01 8.093100e-02 1.666400e-02 2.972600e-02 +1.425000e+03 7.500000e+01 7.500000e+01 5.113300e-02 9.438600e-03 2.281700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 2.359700e-02 5.260200e-03 9.532100e-03 +3.000000e+03 1.000000e+03 1.000000e+03 2.190700e-03 3.414200e-04 1.014400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d108-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d108-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.322900e+00 2.052019e-01 2.008205e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.274700e+00 3.189118e-01 3.174077e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.881600e+00 2.311125e-01 2.476128e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.126500e+00 1.507024e-01 1.157130e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.430300e-01 3.666611e-02 3.595725e-02 +6.000000e+02 3.000000e+02 3.000000e+02 8.547800e-03 3.085704e-03 3.089450e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d108-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d108-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 9.556900e-01 1.426000e-01 1.002700e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.632900e+00 2.089400e-01 1.928300e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.452100e+00 1.867900e-01 1.838100e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.005100e+00 1.299600e-01 1.279200e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.108300e-01 3.934900e-02 3.405800e-02 +6.000000e+02 3.000000e+02 3.000000e+02 1.116400e-02 1.334800e-03 1.773700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d108-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d108-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.020800e+00 3.047500e-01 4.887200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.708300e+00 5.206200e-01 8.451500e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.481700e+00 4.521800e-01 7.315400e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.002800e+00 3.116200e-01 5.094200e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.148700e-01 9.850100e-02 1.610700e-01 +6.000000e+02 3.000000e+02 3.000000e+02 1.240100e-02 3.905500e-03 6.361600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d108-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d108-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.086100e+00 2.350100e-01 4.995300e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.846000e+00 4.406100e-01 7.994400e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.630600e+00 3.675200e-01 6.734600e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.076500e+00 2.144000e-01 5.511900e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.287400e-01 7.637500e-02 1.597300e-01 +6.000000e+02 3.000000e+02 3.000000e+02 1.247900e-02 2.462800e-03 5.497400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d109-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d109-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.427500e+01 1.496705e+01 9.122976e+00 +4.500000e-01 1.500000e-01 1.500000e-01 9.548000e+01 1.571207e+01 1.537634e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.600600e+02 2.651159e+01 2.948628e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.386300e+02 4.524406e+01 4.650106e+01 +8.500000e-01 5.000000e-02 5.000000e-02 7.594100e+02 9.625282e+01 9.274535e+01 +9.500000e-01 5.000000e-02 5.000000e-02 1.045600e+03 1.349422e+02 1.341298e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d109-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d109-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.609600e+01 6.268100e+00 4.698600e+00 +4.500000e-01 1.500000e-01 1.500000e-01 9.736800e+01 1.435600e+01 1.352900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.118900e+02 3.012500e+01 2.940000e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.577100e+02 4.684900e+01 3.778700e+01 +8.500000e-01 5.000000e-02 5.000000e-02 5.700600e+02 7.219900e+01 6.879200e+01 +9.500000e-01 5.000000e-02 5.000000e-02 7.844200e+02 1.002500e+02 8.880500e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d109-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d109-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.637100e+01 1.494500e+01 2.496500e+01 +4.500000e-01 1.500000e-01 1.500000e-01 9.160200e+01 2.926500e+01 4.862100e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.019100e+02 6.405400e+01 1.055700e+02 +7.500000e-01 5.000000e-02 5.000000e-02 3.559100e+02 1.112700e+02 1.826100e+02 +8.500000e-01 5.000000e-02 5.000000e-02 5.954700e+02 1.807200e+02 2.911900e+02 +9.500000e-01 5.000000e-02 5.000000e-02 8.576700e+02 2.551200e+02 4.074800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d109-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d109-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.130600e+01 9.606300e+00 2.474900e+01 +4.500000e-01 1.500000e-01 1.500000e-01 8.626100e+01 1.905000e+01 4.357300e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.054500e+02 4.413400e+01 9.224000e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.810800e+02 7.425200e+01 1.830400e+02 +8.500000e-01 5.000000e-02 5.000000e-02 6.637100e+02 1.435700e+02 3.065000e+02 +9.500000e-01 5.000000e-02 5.000000e-02 9.604300e+02 2.219200e+02 4.183300e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d110-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d110-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.309600e+00 4.165370e-01 3.534697e-01 +1.275000e+02 1.250000e+01 1.250000e+01 2.097600e+00 2.465289e-01 2.532859e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.567900e+00 1.617279e-01 1.576783e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.374100e-01 6.806971e-02 6.868258e-02 +2.825000e+02 3.250000e+01 3.250000e+01 3.204600e-01 2.768212e-02 2.745194e-02 +3.525000e+02 3.750000e+01 3.750000e+01 1.097400e-01 1.318318e-02 1.399842e-02 +4.350000e+02 4.500000e+01 4.500000e+01 3.719100e-02 6.349371e-03 6.233725e-03 +5.825000e+02 1.025000e+02 1.025000e+02 8.869200e-03 2.721005e-03 2.612747e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.380300e-07 6.263013e-03 6.263008e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d110-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d110-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.788400e+00 3.026300e-01 1.971400e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.681200e+00 2.229900e-01 1.975800e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.250200e+00 1.363900e-01 1.673400e-01 +2.200000e+02 3.000000e+01 3.000000e+01 6.486800e-01 7.338500e-02 7.466100e-02 +2.825000e+02 3.250000e+01 3.250000e+01 2.656500e-01 3.279500e-02 3.134000e-02 +3.525000e+02 3.750000e+01 3.750000e+01 1.002500e-01 1.424200e-02 8.753200e-03 +4.350000e+02 4.500000e+01 4.500000e+01 3.307200e-02 4.235100e-03 5.561900e-03 +5.825000e+02 1.025000e+02 1.025000e+02 6.981200e-03 9.980600e-04 9.399700e-04 +8.425000e+02 1.575000e+02 1.575000e+02 5.993900e-04 1.825100e-04 1.561300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d110-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d110-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.685600e+00 5.301900e-01 8.797400e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.672500e+00 5.137900e-01 8.347300e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.318500e+00 4.007900e-01 6.457800e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.110200e-01 2.143200e-01 3.436000e-01 +2.825000e+02 3.250000e+01 3.250000e+01 2.913200e-01 8.854600e-02 1.424500e-01 +3.525000e+02 3.750000e+01 3.750000e+01 1.122400e-01 3.456200e-02 5.565800e-02 +4.350000e+02 4.500000e+01 4.500000e+01 4.111900e-02 1.235000e-02 1.966000e-02 +5.825000e+02 1.025000e+02 1.025000e+02 9.051300e-03 2.747000e-03 4.374100e-03 +8.425000e+02 1.575000e+02 1.575000e+02 5.472200e-04 1.747300e-04 2.841000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d110-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d110-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.743200e+00 3.746100e-01 8.016600e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.693500e+00 4.213300e-01 7.914800e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.390000e+00 3.060800e-01 6.211300e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.808500e-01 1.474700e-01 4.022100e-01 +2.825000e+02 3.250000e+01 3.250000e+01 3.411600e-01 7.759400e-02 1.660200e-01 +3.525000e+02 3.750000e+01 3.750000e+01 1.373800e-01 3.107400e-02 5.632200e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.063200e-02 1.427800e-02 1.403200e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.128600e-02 2.130900e-03 5.189300e-03 +8.425000e+02 1.575000e+02 1.575000e+02 8.921200e-04 2.212200e-04 5.403600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d111-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d111-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.934400e+00 2.047777e-01 2.060855e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.554500e+00 1.147123e-01 1.160608e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.148600e+00 7.958526e-02 7.788120e-02 +7.400000e+02 4.500000e+01 4.500000e+01 7.872700e-01 5.305027e-02 5.174950e-02 +8.325000e+02 4.750000e+01 4.750000e+01 5.362300e-01 4.052583e-02 3.776656e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.784800e-01 2.161550e-02 2.500310e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.505000e-01 1.974661e-02 1.394663e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.739800e-01 1.214582e-02 8.120632e-03 +1.275000e+03 7.500000e+01 7.500000e+01 1.133300e-01 7.347170e-03 7.403166e-03 +1.425000e+03 7.500000e+01 7.500000e+01 7.190800e-02 7.881528e-03 1.177839e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.443000e-02 3.375883e-03 3.932118e-03 +2.350000e+03 3.500000e+02 3.500000e+02 7.209200e-03 1.282826e-03 1.334459e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.041900e-03 2.878364e-04 2.626336e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d111-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d111-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.642100e+00 2.224900e-01 1.048000e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.280700e+00 1.377300e-01 1.273100e-01 +6.550000e+02 4.000000e+01 4.000000e+01 9.243800e-01 9.858100e-02 8.465500e-02 +7.400000e+02 4.500000e+01 4.500000e+01 6.538000e-01 7.784700e-02 5.199500e-02 +8.325000e+02 4.750000e+01 4.750000e+01 4.503400e-01 4.545300e-02 4.479600e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.181700e-01 3.284500e-02 2.535500e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.185000e-01 2.233400e-02 1.953400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.579900e-01 1.483300e-02 2.066600e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.090300e-01 9.760300e-03 9.055100e-03 +1.425000e+03 7.500000e+01 7.500000e+01 7.073300e-02 7.780500e-03 3.461500e-03 +1.750000e+03 2.500000e+02 2.500000e+02 3.316800e-02 2.504200e-03 2.777300e-03 +2.350000e+03 3.500000e+02 3.500000e+02 8.734700e-03 6.407600e-04 6.425400e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.212400e-03 1.337400e-04 1.543400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d111-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d111-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.880700e+00 4.180500e-01 6.047600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.478800e+00 3.320800e-01 4.824600e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.064500e+00 2.412500e-01 3.519000e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.629200e-01 1.761300e-01 2.584000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 5.197000e-01 1.209900e-01 1.789600e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.649800e-01 8.578500e-02 1.272200e-01 +1.042500e+03 5.750000e+01 5.750000e+01 2.483800e-01 5.903100e-02 8.813500e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.733800e-01 4.181800e-02 6.280800e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.198100e-01 2.886900e-02 4.345000e-02 +1.425000e+03 7.500000e+01 7.500000e+01 7.811100e-02 1.921100e-02 2.916800e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.568000e-02 8.919700e-03 1.364200e-02 +2.350000e+03 3.500000e+02 3.500000e+02 9.058400e-03 2.335400e-03 3.635200e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.192200e-03 3.207500e-04 5.047000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d111-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d111-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.628100e+00 2.993500e-01 6.745500e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.279400e+00 2.076000e-01 4.473400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 9.358600e-01 1.605300e-01 3.396800e-01 +7.400000e+02 4.500000e+01 4.500000e+01 6.718400e-01 1.099100e-01 2.416500e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.790800e-01 7.642600e-02 1.506700e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.409300e-01 4.338300e-02 1.233500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 2.365700e-01 3.459200e-02 7.409400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.688300e-01 2.454700e-02 6.020900e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.199900e-01 1.771900e-02 4.314600e-02 +1.425000e+03 7.500000e+01 7.500000e+01 8.160500e-02 1.549200e-02 1.858400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.742900e-02 5.936600e-03 1.075600e-02 +2.350000e+03 3.500000e+02 3.500000e+02 9.699000e-03 1.718800e-03 2.130700e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.324400e-03 2.172600e-04 3.806100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d112-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d112-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.579600e+00 2.711065e-01 2.643542e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.958800e+00 5.026961e-01 5.257734e-01 +6.250000e+01 1.250000e+01 1.250000e+01 4.334200e+00 3.792103e-01 3.718256e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.998200e+00 2.164359e-01 2.116842e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.979600e+00 1.334556e-01 1.287057e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.492000e+00 1.237087e-01 1.085712e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.918100e-01 5.857638e-02 6.881132e-02 +2.250000e+02 3.500000e+01 3.500000e+01 4.240200e-01 4.365110e-02 4.182401e-02 +3.250000e+02 6.500000e+01 6.500000e+01 9.793900e-02 1.567364e-02 1.537346e-02 +6.450000e+02 2.550000e+02 2.550000e+02 5.061200e-03 1.404259e-03 1.386970e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d112-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d112-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.804400e+00 2.658700e-01 6.646200e-02 +3.750000e+01 1.250000e+01 1.250000e+01 3.770700e+00 3.970400e-01 3.774700e-01 +6.250000e+01 1.250000e+01 1.250000e+01 3.474700e+00 3.558700e-01 3.319800e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.670600e+00 2.791500e-01 2.253000e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.902400e+00 1.977700e-01 1.693700e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.329700e+00 1.605800e-01 1.222500e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.809000e-01 8.616900e-02 8.474500e-02 +2.250000e+02 3.500000e+01 3.500000e+01 4.329000e-01 4.424100e-02 3.108600e-02 +3.250000e+02 6.500000e+01 6.500000e+01 1.126000e-01 1.057300e-02 1.004400e-02 +6.450000e+02 2.550000e+02 2.550000e+02 6.649600e-03 7.184800e-04 4.637200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d112-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d112-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.121400e+00 4.360100e-01 6.128600e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.193800e+00 9.078900e-01 1.303500e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.752500e+00 8.527900e-01 1.247000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.964300e+00 6.888600e-01 1.015400e+00 +1.150000e+02 1.500000e+01 1.500000e+01 2.143700e+00 5.061400e-01 7.530900e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.526300e+00 3.652700e-01 5.453000e-01 +1.750000e+02 1.500000e+01 1.500000e+01 1.068700e+00 2.598600e-01 3.887800e-01 +2.250000e+02 3.500000e+01 3.500000e+01 5.398000e-01 1.320000e-01 1.977300e-01 +3.250000e+02 6.500000e+01 6.500000e+01 1.535300e-01 3.824600e-02 5.733000e-02 +6.450000e+02 2.550000e+02 2.550000e+02 1.039400e-02 2.702600e-03 4.093300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d112-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d112-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.856200e+00 1.978500e-01 6.439900e-01 +3.750000e+01 1.250000e+01 1.250000e+01 3.939000e+00 6.173000e-01 1.379000e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.624400e+00 5.748400e-01 1.373800e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.762400e+00 4.109300e-01 9.952400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.951300e+00 3.472300e-01 6.723300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.344600e+00 2.294300e-01 4.235100e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.966700e-01 1.489700e-01 3.301800e-01 +2.250000e+02 3.500000e+01 3.500000e+01 4.410700e-01 8.725500e-02 1.531300e-01 +3.250000e+02 6.500000e+01 6.500000e+01 1.184800e-01 2.013000e-02 3.517000e-02 +6.450000e+02 2.550000e+02 2.550000e+02 8.714200e-03 2.430900e-03 2.757300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d113-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d113-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 5.586400e+01 1.118706e+01 1.104381e+01 +3.500000e-01 5.000000e-02 5.000000e-02 7.833700e+01 1.351436e+01 1.384003e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.288400e+02 1.549411e+01 1.432772e+01 +5.500000e-01 5.000000e-02 5.000000e-02 2.049900e+02 1.895132e+01 2.163838e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.402900e+02 3.049171e+01 2.859075e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.767000e+02 4.588403e+01 4.887892e+01 +7.750000e-01 2.500000e-02 2.500000e-02 7.672700e+02 5.741062e+01 5.452588e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.143300e+03 8.074666e+01 7.674454e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.653700e+03 1.302137e+02 1.240733e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.228500e+03 1.588063e+02 1.556113e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.867300e+03 2.246193e+02 2.329989e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d113-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d113-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 6.373000e+01 7.492800e+00 7.065600e+00 +3.500000e-01 5.000000e-02 5.000000e-02 8.990700e+01 1.271000e+01 1.286600e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.226300e+02 1.766100e+01 1.461900e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.825600e+02 1.828600e+01 1.752200e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.127800e+02 3.363300e+01 2.949200e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.867400e+02 5.180100e+01 6.072000e+01 +7.750000e-01 2.500000e-02 2.500000e-02 6.810400e+02 7.480700e+01 5.491100e+01 +8.250000e-01 2.500000e-02 2.500000e-02 9.436000e+02 9.818500e+01 8.198000e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.323700e+03 1.334200e+02 9.886700e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.792900e+03 1.825600e+02 1.661600e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.268900e+03 2.638000e+02 1.420800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d113-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d113-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 7.362100e+01 1.803800e+01 2.728200e+01 +3.500000e-01 5.000000e-02 5.000000e-02 1.007000e+02 2.448200e+01 3.672200e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.347300e+02 3.243200e+01 4.847100e+01 +5.500000e-01 5.000000e-02 5.000000e-02 2.064100e+02 5.044600e+01 7.559700e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.389400e+02 8.167600e+01 1.224700e+02 +7.250000e-01 2.500000e-02 2.500000e-02 5.284200e+02 1.264000e+02 1.881400e+02 +7.750000e-01 2.500000e-02 2.500000e-02 7.345100e+02 1.744500e+02 2.595400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 1.043000e+03 2.465300e+02 3.651400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.480000e+03 3.411800e+02 5.011000e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.107200e+03 4.715700e+02 6.848300e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.724500e+03 5.878600e+02 8.420200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d113-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d113-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 6.158000e+01 1.220800e+01 2.139600e+01 +3.500000e-01 5.000000e-02 5.000000e-02 8.181400e+01 1.449300e+01 3.341900e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.147200e+02 2.020900e+01 3.300600e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.722700e+02 3.036500e+01 5.917900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.023600e+02 5.512700e+01 8.862700e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.652900e+02 7.566200e+01 1.763100e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.752300e+02 1.073700e+02 2.398400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.776800e+02 1.698200e+02 3.293100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.399600e+03 2.173500e+02 5.034200e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.938600e+03 3.075400e+02 6.884800e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.453700e+03 3.440500e+02 8.884500e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d114-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d114-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.269800e+02 8.348051e+00 8.261689e+00 +2.600000e+00 2.000000e-01 2.000000e-01 1.721100e+02 1.090471e+01 1.051043e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.081400e+02 1.294466e+01 1.299410e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.453600e+02 1.571388e+01 1.569201e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.530200e+02 1.746229e+01 1.794819e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.623600e+02 1.267874e+01 1.194071e+01 +4.600000e+00 2.000000e-01 2.000000e-01 9.276200e+01 7.698652e+00 7.934809e+00 +5.000000e+00 2.000000e-01 2.000000e-01 5.314900e+01 5.404704e+00 5.484141e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.617900e+01 1.942031e+00 2.003112e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.693000e-01 2.767259e-01 2.785675e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d114-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d114-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.076800e+02 1.043800e+01 8.709800e+00 +2.600000e+00 2.000000e-01 2.000000e-01 1.414800e+02 1.430800e+01 1.121600e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.825800e+02 2.318800e+01 8.498100e+00 +3.400000e+00 2.000000e-01 2.000000e-01 2.124500e+02 2.186700e+01 2.008200e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.062300e+02 2.360800e+01 1.781600e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.347600e+02 1.579900e+01 1.281300e+01 +4.600000e+00 2.000000e-01 2.000000e-01 8.099200e+01 8.587900e+00 1.024600e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.632300e+01 3.728200e+00 5.458600e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.523900e+01 1.658400e+00 1.293000e+00 +7.600000e+00 1.200000e+00 1.200000e+00 6.115400e-01 5.622500e-02 1.297900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d114-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d114-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.576800e+02 3.702000e+01 5.438600e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.890800e+02 4.376200e+01 6.410100e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.189000e+02 5.019500e+01 7.340100e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.361200e+02 5.356900e+01 7.828900e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.142900e+02 4.805700e+01 7.020000e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.379900e+02 3.135400e+01 4.597100e+01 +4.600000e+00 2.000000e-01 2.000000e-01 8.136100e+01 1.880900e+01 2.809400e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.554800e+01 1.057700e+01 1.586100e+01 +5.800000e+00 6.000000e-01 6.000000e-01 1.437000e+01 3.448400e+00 5.234100e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.877800e-01 1.400700e-01 2.165900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d114-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d114-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.217000e+02 2.136800e+01 5.508500e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.570500e+02 2.875600e+01 5.705200e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.931000e+02 3.311000e+01 6.632700e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.192100e+02 3.491800e+01 7.817500e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.015900e+02 3.189300e+01 6.867400e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.315700e+02 2.023700e+01 4.475300e+01 +4.600000e+00 2.000000e-01 2.000000e-01 7.956000e+01 1.362300e+01 2.580300e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.674200e+01 2.718300e+00 1.337300e+01 +5.800000e+00 6.000000e-01 6.000000e-01 1.587400e+01 2.351900e+00 3.766100e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.667600e-01 5.681500e-02 1.605200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d115-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d115-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.665800e+00 6.678500e-01 6.858559e-01 +1.050000e+02 1.000000e+01 1.000000e+01 4.712300e+00 4.874926e-01 5.099653e-01 +1.275000e+02 1.250000e+01 1.250000e+01 4.073500e+00 3.278462e-01 3.091421e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.179200e+00 1.990791e-01 1.957019e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.453400e+00 1.378531e-01 1.350295e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.734100e+00 8.475521e-02 7.626382e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.042200e+00 5.064959e-02 5.032267e-02 +2.650000e+02 1.500000e+01 1.500000e+01 6.199300e-01 5.535075e-02 5.525754e-02 +2.975000e+02 1.750000e+01 1.750000e+01 3.973900e-01 2.747221e-02 2.414900e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.201800e-01 1.781863e-02 1.807301e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.403800e-01 1.432198e-02 1.458703e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.246900e-02 7.396627e-03 7.142820e-03 +5.825000e+02 1.025000e+02 1.025000e+02 9.758700e-03 1.920456e-03 1.968488e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d115-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d115-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.432300e+00 3.867900e-01 4.608600e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.795000e+00 5.281400e-01 3.132500e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.426400e+00 3.683200e-01 3.154800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 2.839700e+00 3.036700e-01 2.007900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.191500e+00 2.194300e-01 1.954000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.537100e+00 1.514900e-01 1.093400e-01 +2.350000e+02 1.500000e+01 1.500000e+01 9.712100e-01 1.018300e-01 6.519200e-02 +2.650000e+02 1.500000e+01 1.500000e+01 6.008100e-01 5.279200e-02 5.211700e-02 +2.975000e+02 1.750000e+01 1.750000e+01 3.638600e-01 3.233400e-02 2.857900e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.147700e-01 1.950300e-02 1.533300e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.244700e-01 1.198400e-02 1.009600e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.540200e-02 5.604400e-03 3.732800e-03 +5.825000e+02 1.025000e+02 1.025000e+02 1.054900e-02 1.160700e-03 1.025300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d115-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d115-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.274700e+00 7.190500e-01 1.045400e+00 +1.050000e+02 1.000000e+01 1.000000e+01 3.733000e+00 8.290900e-01 1.209400e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.642900e+00 8.199300e-01 1.195500e+00 +1.525000e+02 1.250000e+01 1.250000e+01 3.233700e+00 7.320600e-01 1.067800e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.694400e+00 6.155400e-01 9.005700e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.937000e+00 4.512200e-01 6.646500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.280800e+00 3.024400e-01 4.471100e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.154200e-01 1.955600e-01 2.906500e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.032500e-01 1.230400e-01 1.837300e-01 +3.325000e+02 1.750000e+01 1.750000e+01 3.077000e-01 7.597300e-02 1.138100e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.843100e-01 4.597500e-02 6.892100e-02 +4.350000e+02 4.500000e+01 4.500000e+01 8.196700e-02 2.092900e-02 3.159100e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.661400e-02 4.346800e-03 6.610300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d115-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d115-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.247700e+00 3.663900e-01 1.274300e+00 +1.050000e+02 1.000000e+01 1.000000e+01 3.572600e+00 5.606600e-01 1.204500e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.416600e+00 5.932200e-01 1.058400e+00 +1.525000e+02 1.250000e+01 1.250000e+01 2.991300e+00 4.270100e-01 1.017700e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.347200e+00 3.826900e-01 8.677800e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.681400e+00 2.743900e-01 6.893000e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.053300e+00 1.782000e-01 3.952300e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.836400e-01 1.242200e-01 2.270900e-01 +2.975000e+02 1.750000e+01 1.750000e+01 4.186800e-01 7.698900e-02 1.473300e-01 +3.325000e+02 1.750000e+01 1.750000e+01 2.620500e-01 5.768200e-02 7.882800e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.516800e-01 3.156300e-02 4.312400e-02 +4.350000e+02 4.500000e+01 4.500000e+01 6.819800e-02 1.272900e-02 2.067600e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.469100e-02 2.229200e-03 5.345600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d116-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d116-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.023600e-01 1.130462e-01 1.130462e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.684200e+00 3.060627e-01 3.060627e-01 +9.250000e-01 2.500000e-02 2.500000e-02 5.084000e+00 7.082546e-01 7.082546e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.746000e+00 1.974846e+00 1.974846e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d116-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d116-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.365400e-01 0.000000e+00 5.099400e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.739800e+00 3.354900e-02 3.581100e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.069900e+00 3.253400e-01 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.659300e+00 5.351000e-01 4.739900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d116-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d116-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.306000e-01 1.453200e-02 1.676400e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.810800e+00 7.618100e-02 8.004900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.103200e+00 2.293600e-01 2.443100e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.425300e+00 2.637300e-01 2.731000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d117-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d117-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.257200e-03 2.465346e-03 2.465346e-03 +1.400000e+02 2.500000e+01 2.500000e+01 6.199800e-03 1.093463e-03 1.093463e-03 +1.925000e+02 2.750000e+01 2.750000e+01 3.385000e-03 6.762096e-04 6.762096e-04 +2.500000e+02 3.000000e+01 3.000000e+01 1.877600e-03 5.037593e-04 5.037593e-04 +3.575000e+02 7.750000e+01 7.750000e+01 5.946800e-04 2.631693e-04 2.631693e-04 +5.600000e+02 1.250000e+02 1.250000e+02 1.800100e-04 1.291442e-04 1.291442e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d117-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d117-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.239800e-03 5.017000e-04 9.408800e-05 +1.400000e+02 2.500000e+01 2.500000e+01 4.804500e-03 2.900700e-05 4.066500e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.669900e-03 1.729000e-04 7.828200e-05 +2.500000e+02 3.000000e+01 3.000000e+01 2.402700e-03 2.034300e-04 0.000000e+00 +3.575000e+02 7.750000e+01 7.750000e+01 1.185100e-03 2.747100e-05 1.869300e-04 +5.600000e+02 1.250000e+02 1.250000e+02 3.267100e-04 3.025200e-05 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d117-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d117-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.768300e-03 2.965100e-04 3.865600e-04 +1.400000e+02 2.500000e+01 2.500000e+01 5.255000e-03 2.604300e-04 3.155800e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.835400e-03 2.121300e-04 2.214200e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.379100e-03 1.599600e-04 1.621900e-04 +3.575000e+02 7.750000e+01 7.750000e+01 1.025100e-03 6.532900e-05 7.927300e-05 +5.600000e+02 1.250000e+02 1.250000e+02 2.311300e-04 2.442600e-05 3.342300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d118-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d118-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.892900e+00 7.182502e-01 7.182502e-01 +3.000000e-01 1.000000e-01 1.000000e-01 1.680700e+00 4.740168e-01 4.740168e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.421300e-01 2.328305e-01 2.328305e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d118-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d118-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.780400e+00 2.156200e-01 2.168200e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.659500e+00 1.473200e-01 3.328400e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.867100e-01 8.866000e-03 1.235300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d118-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d118-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.804200e+00 9.483400e-02 9.917100e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.670100e+00 7.318600e-02 7.585200e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.752300e-01 1.368700e-02 1.493600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d119-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d119-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.358900e-01 2.310755e-01 2.310755e-01 +1.000000e+00 5.000000e-01 5.000000e-01 8.261700e-02 1.109725e-01 1.109725e-01 +5.000000e+00 3.500000e+00 3.500000e+00 8.149600e-02 1.171497e-01 1.171497e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d119-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d119-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.871300e-01 5.594200e-03 3.429900e-03 +1.000000e+00 5.000000e-01 5.000000e-01 9.468100e-02 2.927000e-03 4.937900e-03 +5.000000e+00 3.500000e+00 3.500000e+00 1.819300e-02 5.601600e-04 3.261200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d119-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d119-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.835900e-01 2.379900e-02 2.432100e-02 +1.000000e+00 5.000000e-01 5.000000e-01 8.941800e-02 7.570800e-03 8.527600e-03 +5.000000e+00 3.500000e+00 3.500000e+00 2.699100e-02 4.159500e-03 5.133800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d120-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d120-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 2.066400e-03 3.387979e-04 3.387979e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.585900e-03 1.985014e-04 1.985014e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.109000e-03 1.666473e-04 1.666473e-04 +1.425000e+03 7.500000e+01 7.500000e+01 7.989400e-04 1.911995e-04 1.911995e-04 +1.750000e+03 2.500000e+02 2.500000e+02 4.819700e-04 8.001193e-05 8.001193e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.159600e-04 2.753683e-05 2.753683e-05 +3.350000e+03 6.500000e+02 6.500000e+02 2.032200e-05 7.512427e-06 7.512427e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d120-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d120-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.776800e-03 1.456400e-04 1.308500e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.454200e-03 9.904800e-05 1.735200e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.146000e-03 0.000000e+00 9.799000e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.653700e-04 3.626500e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 4.798000e-04 1.186900e-05 8.028800e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.508700e-04 5.670100e-06 1.065200e-05 +3.350000e+03 6.500000e+02 6.500000e+02 2.284100e-05 2.336100e-06 2.329000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d120-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d120-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.704200e-03 7.203900e-05 7.770800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 1.407700e-03 6.547200e-05 6.820500e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.136800e-03 4.804000e-05 5.452800e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.539800e-04 4.163800e-05 4.429600e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.888400e-04 1.725500e-05 1.779300e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.612200e-04 8.374800e-06 9.443100e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.532300e-05 2.435500e-06 3.029600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d121-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d121-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.257200e-03 6.442300e-04 6.442300e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.913900e-03 1.177899e-03 1.177899e-03 +6.250000e+01 1.250000e+01 1.250000e+01 8.067000e-03 7.212043e-04 7.212043e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.753700e-03 6.128160e-04 6.128160e-04 +1.300000e+02 3.000000e+01 3.000000e+01 2.662800e-03 4.035903e-04 4.035903e-04 +2.100000e+02 5.000000e+01 5.000000e+01 7.339100e-04 3.123464e-04 3.123464e-04 +3.775000e+02 1.175000e+02 1.175000e+02 1.642100e-04 5.264875e-05 5.264875e-05 +6.975000e+02 2.025000e+02 2.025000e+02 8.526300e-06 1.036673e-05 1.036673e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d121-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d121-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.495700e-03 0.000000e+00 1.008900e-03 +3.750000e+01 1.250000e+01 1.250000e+01 7.123200e-03 2.261500e-04 6.968700e-05 +6.250000e+01 1.250000e+01 1.250000e+01 6.530500e-03 1.064200e-04 6.587700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.283000e-03 1.991700e-04 3.218000e-05 +1.300000e+02 3.000000e+01 3.000000e+01 3.408700e-03 5.727800e-05 0.000000e+00 +2.100000e+02 5.000000e+01 5.000000e+01 1.473500e-03 8.284200e-05 0.000000e+00 +3.775000e+02 1.175000e+02 1.175000e+02 3.184400e-04 8.217900e-06 8.099800e-05 +6.975000e+02 2.025000e+02 2.025000e+02 3.082200e-05 3.614800e-06 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d121-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d121-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.766100e-03 2.140500e-04 2.350700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.678500e-03 3.056400e-04 3.240100e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.720100e-03 2.859300e-04 3.185400e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.420200e-03 2.567900e-04 2.766100e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.466100e-03 1.325500e-04 1.401200e-04 +2.100000e+02 5.000000e+01 5.000000e+01 1.389800e-03 6.501600e-05 6.730900e-05 +3.775000e+02 1.175000e+02 1.175000e+02 2.443900e-04 1.778500e-05 2.066400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.481800e-05 3.335900e-06 3.868100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d122-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d122-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.128100e-01 6.931408e-02 6.931408e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.292600e+00 1.754933e-01 1.754933e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.849300e+00 2.906862e-01 2.906862e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.428100e+00 4.306034e-01 4.306034e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.708900e+00 8.452775e-01 8.452775e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d122-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d122-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.587700e-01 5.176900e-03 2.325000e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.197200e+00 6.864700e-02 0.000000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 2.376700e+00 5.536800e-02 0.000000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 3.964500e+00 1.953300e-02 3.789900e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.264900e+00 1.530600e-01 2.724500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d122-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d122-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.381100e-01 1.017100e-02 1.108400e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.219100e+00 6.088900e-02 6.469100e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.467100e+00 8.661800e-02 9.201500e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.032300e+00 1.566000e-01 1.788000e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.261800e+00 1.788900e-01 1.903600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d123-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d123-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.847200e-02 2.251447e-02 2.251447e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.706800e-01 2.670302e-02 2.670302e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.068800e-01 3.931611e-02 3.931611e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.929200e-01 7.162762e-02 7.162762e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.695400e-01 5.304497e-02 5.304497e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.352300e-01 7.909049e-02 7.909049e-02 +7.000000e+00 1.800000e+00 1.800000e+00 7.745700e-02 1.941613e-02 1.941613e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d123-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d123-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 6.834100e-02 2.985400e-03 4.022800e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.694500e-01 9.073300e-03 2.084000e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.806500e-01 1.497700e-02 1.495200e-04 +4.200000e+00 2.000000e-01 2.000000e-01 3.504300e-01 1.630900e-02 2.860300e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.899700e-01 1.044300e-03 7.664500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.913300e-01 1.002500e-02 4.957900e-02 +7.000000e+00 1.800000e+00 1.800000e+00 6.800400e-02 3.137100e-03 9.999400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d123-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d123-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.412600e-02 4.536000e-03 5.975800e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.451400e-01 7.427700e-03 9.474700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.525900e-01 1.385800e-02 1.670600e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.316000e-01 1.587800e-02 1.669200e-02 +4.600000e+00 2.000000e-01 2.000000e-01 4.138100e-01 1.773700e-02 2.019600e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.121500e-01 1.770100e-02 2.105400e-02 +7.000000e+00 1.800000e+00 1.800000e+00 7.681400e-02 2.547300e-03 3.641800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d124-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d124-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.391500e-03 1.374241e-03 1.374241e-03 +1.275000e+02 1.250000e+01 1.250000e+01 7.056900e-03 7.344399e-04 7.344399e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.575600e-03 6.293049e-04 6.293049e-04 +1.775000e+02 1.250000e+01 1.250000e+01 2.875100e-03 4.954216e-04 4.954216e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.567000e-03 3.226880e-04 3.226880e-04 +4.675000e+02 2.175000e+02 2.175000e+02 4.588300e-04 1.004593e-04 1.004593e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d124-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d124-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.130900e-03 2.415800e-04 6.232700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.748200e-03 1.496600e-04 1.098200e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.150200e-03 1.595500e-04 1.408800e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.320400e-03 1.017000e-04 6.212500e-05 +2.200000e+02 3.000000e+01 3.000000e+01 3.072500e-03 4.842900e-05 3.440300e-04 +4.675000e+02 2.175000e+02 2.175000e+02 5.875800e-04 3.647300e-05 3.251500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d124-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d124-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.687900e-03 2.226200e-04 2.669300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.238100e-03 2.758500e-04 3.253600e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.468500e-03 2.582700e-04 3.195000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.457300e-03 2.331800e-04 2.694300e-04 +2.200000e+02 3.000000e+01 3.000000e+01 3.068900e-03 1.248900e-04 1.447400e-04 +4.675000e+02 2.175000e+02 2.175000e+02 4.889500e-04 1.851400e-05 2.496300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d125-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d125-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 2.594400e-03 4.190878e-04 4.190878e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.553700e-03 2.612375e-04 2.612375e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.072900e-03 1.985562e-04 1.985562e-04 +1.425000e+03 7.500000e+01 7.500000e+01 8.580400e-04 1.864359e-04 1.864359e-04 +1.750000e+03 2.500000e+02 2.500000e+02 4.344900e-04 1.704024e-04 1.704024e-04 +2.350000e+03 3.500000e+02 3.500000e+02 8.611900e-05 4.402697e-05 4.402697e-05 +3.350000e+03 6.500000e+02 6.500000e+02 1.387300e-05 1.362833e-05 1.362833e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d125-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d125-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.869000e-03 8.297400e-05 1.403700e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.514600e-03 8.065100e-05 8.493300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.174600e-03 3.970400e-05 5.986900e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.704500e-04 5.492200e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 4.639200e-04 8.550100e-06 3.618800e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.386100e-04 6.042900e-06 1.018900e-05 +3.350000e+03 6.500000e+02 6.500000e+02 1.991800e-05 2.218200e-06 1.967000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d125-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d125-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.811700e-03 6.565500e-05 7.262200e-05 +1.150000e+03 5.000000e+01 5.000000e+01 1.467600e-03 5.909100e-05 6.342100e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.161500e-03 4.292300e-05 4.829600e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.521900e-04 3.676600e-05 3.954900e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.755500e-04 1.504300e-05 1.586300e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.484300e-04 7.102900e-06 7.838100e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.179700e-05 1.997300e-06 2.419000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d126-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d126-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.316600e-02 1.167391e-01 1.167391e-01 +7.500000e-01 5.000000e-02 5.000000e-02 1.077800e+00 2.641903e-01 2.641903e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.940700e+00 4.358110e-01 4.358110e-01 +9.250000e-01 2.500000e-02 2.500000e-02 5.160700e+00 8.712068e-01 8.712068e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.198000e+00 2.041773e+00 2.041773e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d126-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d126-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.466500e-01 2.039700e-03 1.887900e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.174000e+00 7.784000e-02 0.000000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 2.377200e+00 8.026200e-02 2.695900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.012100e+00 6.297600e-02 2.827100e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.432300e+00 1.540300e-01 1.159600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d126-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d126-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.307800e-01 8.851600e-03 1.017500e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.213800e+00 5.371000e-02 5.589200e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.450700e+00 7.631600e-02 7.704000e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.073100e+00 1.391400e-01 1.458700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.367000e+00 1.597200e-01 1.715200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d127-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d127-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.580200e-01 5.158983e-02 5.158983e-02 +3.200000e+00 4.000000e-01 4.000000e-01 2.251000e-01 4.386656e-02 4.386656e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.738800e-01 4.135038e-02 4.135038e-02 +4.800000e+00 4.000000e-01 4.000000e-01 3.212500e-01 7.000266e-02 7.000266e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.090600e-01 6.827894e-02 6.827894e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.791200e-02 1.692342e-02 1.692342e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d127-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d127-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.733600e-02 5.356100e-03 3.796600e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.961000e-01 6.955800e-03 1.301800e-02 +4.000000e+00 4.000000e-01 4.000000e-01 3.223100e-01 7.804600e-03 8.098900e-03 +4.800000e+00 4.000000e-01 4.000000e-01 3.665900e-01 1.322700e-02 1.837700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.061100e-01 1.516000e-03 4.688500e-03 +7.400000e+00 1.400000e+00 1.400000e+00 1.758400e-02 1.554300e-03 9.895200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d127-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d127-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.695900e-02 4.781400e-03 7.292300e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.697600e-01 7.101500e-03 9.693300e-03 +4.000000e+00 4.000000e-01 4.000000e-01 3.024600e-01 9.479000e-03 1.106800e-02 +4.800000e+00 4.000000e-01 4.000000e-01 3.953700e-01 1.083800e-02 1.239700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.304800e-01 8.274600e-03 1.024900e-02 +7.400000e+00 1.400000e+00 1.400000e+00 2.142100e-02 1.348400e-03 2.010000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d128-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d128-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.642600e-03 1.960698e-03 1.960698e-03 +1.275000e+02 1.250000e+01 1.250000e+01 6.181900e-03 1.086276e-03 1.086276e-03 +1.525000e+02 1.250000e+01 1.250000e+01 5.108300e-03 9.268621e-04 9.268621e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.381100e-03 6.160713e-04 6.160713e-04 +2.050000e+02 1.500000e+01 1.500000e+01 2.577200e-03 4.961571e-04 4.961571e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.464700e-03 5.046414e-04 5.046414e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.591500e-03 3.863047e-04 3.863047e-04 +4.150000e+02 6.500000e+01 6.500000e+01 7.435300e-04 1.969364e-04 1.969364e-04 +5.825000e+02 1.025000e+02 1.025000e+02 1.397800e-04 8.768520e-05 8.768520e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d128-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d128-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.591600e-03 3.631500e-04 4.697300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.321200e-03 2.273500e-04 7.368200e-05 +1.525000e+02 1.250000e+01 1.250000e+01 4.875200e-03 1.269000e-04 3.029000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.188200e-03 2.541400e-05 8.894900e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.505400e-03 6.468700e-05 4.064000e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.725200e-03 7.818100e-05 6.547600e-05 +3.000000e+02 5.000000e+01 5.000000e+01 1.741000e-03 9.813200e-05 6.747100e-05 +4.150000e+02 6.500000e+01 6.500000e+01 6.680600e-04 2.667300e-05 1.152700e-04 +5.825000e+02 1.025000e+02 1.025000e+02 1.551800e-04 9.030200e-06 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d128-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d128-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.155200e-03 1.874000e-04 2.542300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.851400e-03 2.362300e-04 2.796300e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.218100e-03 2.230800e-04 2.756400e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.373900e-03 2.042400e-04 2.336300e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.536600e-03 1.676500e-04 1.888100e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.755400e-03 1.479800e-04 1.593700e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.546600e-03 6.072400e-05 7.170500e-05 +4.150000e+02 6.500000e+01 6.500000e+01 5.305400e-04 3.119300e-05 4.312000e-05 +5.825000e+02 1.025000e+02 1.025000e+02 1.028900e-04 1.093900e-05 1.551400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d129-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d129-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.327800e+00 1.389135e+00 1.389135e+00 +3.000000e-01 1.000000e-01 1.000000e-01 1.539000e+00 2.244209e-01 2.244209e-01 +5.000000e-01 1.000000e-01 1.000000e-01 8.173400e-01 4.726766e-01 4.726766e-01 +8.000000e-01 2.000000e-01 2.000000e-01 1.579400e-01 1.700791e-01 1.700791e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d129-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d129-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.579100e+00 1.214900e-01 2.907000e-03 +3.000000e-01 1.000000e-01 1.000000e-01 1.669400e+00 0.000000e+00 4.594200e-02 +5.000000e-01 1.000000e-01 1.000000e-01 5.755300e-01 1.829200e-02 1.262200e-01 +8.000000e-01 2.000000e-01 2.000000e-01 8.800700e-02 1.777400e-03 3.412700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d129-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d129-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.616300e+00 5.581000e-02 6.133300e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.674600e+00 4.465000e-02 4.573200e-02 +5.000000e-01 1.000000e-01 1.000000e-01 5.580900e-01 2.577600e-02 2.870700e-02 +8.000000e-01 2.000000e-01 2.000000e-01 7.551800e-02 6.704700e-03 7.677700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d130-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d130-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 7.954800e-01 3.269501e-01 3.269501e-01 +1.000000e+00 5.000000e-01 5.000000e-01 1.242000e-01 1.342327e-01 1.342327e-01 +5.000000e+00 3.500000e+00 3.500000e+00 8.032600e-02 1.275911e-01 1.275911e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d130-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d130-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.785900e-01 7.975500e-03 4.351500e-03 +1.000000e+00 5.000000e-01 5.000000e-01 1.021400e-01 3.845900e-03 5.014800e-03 +5.000000e+00 3.500000e+00 3.500000e+00 1.927000e-02 8.246800e-04 2.957400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d130-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d130-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.725200e-01 1.440000e-02 1.481500e-02 +1.000000e+00 5.000000e-01 5.000000e-01 9.830500e-02 4.833500e-03 5.449800e-03 +5.000000e+00 3.500000e+00 3.500000e+00 2.917600e-02 2.633200e-03 3.563400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d131-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d131-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 8.262700e-02 1.237262e-01 1.237262e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.538700e+00 5.351295e-01 5.351295e-01 +9.500000e-01 5.000000e-02 5.000000e-02 6.344200e+00 1.601282e+00 1.601282e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d131-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d131-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.340000e-01 5.373100e-03 1.138000e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.696700e+00 2.749400e-02 7.501500e-03 +9.500000e-01 5.000000e-02 5.000000e-02 4.968600e+00 4.877900e-02 5.255200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d131-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d131-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.375100e-01 2.459900e-02 2.536700e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.746800e+00 1.248000e-01 1.334300e-01 +9.500000e-01 5.000000e-02 5.000000e-02 4.843900e+00 2.939100e-01 3.181300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d132-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d132-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 5.114000e-03 9.542262e-04 9.542262e-04 +4.525000e+02 2.325000e+02 2.325000e+02 6.108400e-04 2.507862e-04 2.507862e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d132-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d132-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 4.123000e-03 4.194100e-05 1.085200e-04 +4.525000e+02 2.325000e+02 2.325000e+02 9.092000e-04 3.134500e-05 1.458200e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d132-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d132-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 4.524800e-03 2.417200e-04 2.695300e-04 +4.525000e+02 2.325000e+02 2.325000e+02 7.882300e-04 5.535900e-05 6.577500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d133-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d133-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.243600e+00 3.735556e-01 3.735556e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.709500e-01 1.938156e-01 1.938156e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d133-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d133-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.287500e+00 0.000000e+00 1.302300e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.416900e-01 7.956400e-03 1.157900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d133-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d133-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.317500e+00 1.016600e-01 1.022900e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.216800e-01 1.901900e-02 2.048700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d134-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d134-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.675400e-01 7.910694e-02 7.910694e-02 +1.000000e+00 5.000000e-01 5.000000e-01 3.246400e-02 9.812075e-02 9.812075e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d134-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d134-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.112700e-01 1.310100e-02 0.000000e+00 +1.000000e+00 5.000000e-01 5.000000e-01 8.873400e-02 0.000000e+00 1.020200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d134-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d134-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.203000e-01 4.101300e-02 4.142100e-02 +1.000000e+00 5.000000e-01 5.000000e-01 7.970200e-02 1.207000e-02 1.335500e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d135-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d135-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.060600e+00 2.919681e+00 2.919681e+00 +8.000000e-01 1.000000e-01 1.000000e-01 3.390500e+01 1.401911e+01 1.401911e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.023500e+02 3.653857e+01 3.653857e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.358100e+02 4.366729e+01 4.366729e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d135-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d135-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.355200e+00 6.702500e-01 2.109900e+00 +8.000000e-01 1.000000e-01 1.000000e-01 3.203400e+01 5.241700e+00 7.890400e+00 +9.250000e-01 2.500000e-02 2.500000e-02 7.493700e+01 1.208700e+01 1.774600e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.042000e+02 1.573000e+01 2.590800e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d135-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d135-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.463200e+00 2.812500e-01 4.039600e-01 +8.000000e-01 1.000000e-01 1.000000e-01 3.504600e+01 1.474400e+00 2.058600e+00 +9.250000e-01 2.500000e-02 2.500000e-02 7.941600e+01 4.439100e+00 4.752700e+00 +9.750000e-01 2.500000e-02 2.500000e-02 1.050000e+02 5.104400e+00 6.932000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d136-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d136-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 9.893700e-01 8.486929e-01 8.486929e-01 +4.400000e+00 8.000000e-01 8.000000e-01 4.799600e+00 1.899958e+00 1.899958e+00 +5.600000e+00 4.000000e-01 4.000000e-01 8.789000e+00 3.581552e+00 3.581552e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.197200e+00 7.472867e-01 7.472867e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d136-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d136-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 1.569300e+00 2.406500e-01 4.016700e-01 +4.400000e+00 8.000000e-01 8.000000e-01 5.065000e+00 8.139200e-01 1.313100e+00 +5.600000e+00 4.000000e-01 4.000000e-01 6.571300e+00 1.022000e+00 1.836800e+00 +7.400000e+00 1.400000e+00 1.400000e+00 9.072200e-01 1.443100e-01 2.461900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d136-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d136-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 1.288000e+00 9.993400e-02 1.400400e-01 +4.400000e+00 8.000000e-01 8.000000e-01 5.131300e+00 1.994700e-01 2.381100e-01 +5.600000e+00 4.000000e-01 4.000000e-01 7.452000e+00 3.399500e-01 5.729900e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.115000e+00 7.028900e-02 1.142000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d137-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d137-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.422700e-01 8.477553e-02 8.477553e-02 +1.400000e+02 2.500000e+01 2.500000e+01 1.215400e-01 4.175641e-02 4.175641e-02 +1.925000e+02 2.750000e+01 2.750000e+01 6.635900e-02 2.673253e-02 2.673253e-02 +2.500000e+02 3.000000e+01 3.000000e+01 3.680800e-02 1.739959e-02 1.739959e-02 +3.575000e+02 7.750000e+01 7.750000e+01 1.165800e-02 8.279260e-03 8.279260e-03 +5.600000e+02 1.250000e+02 1.250000e+02 3.528800e-03 3.175272e-03 3.175272e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d137-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d137-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.701200e-02 1.165900e-02 1.630800e-02 +1.400000e+02 2.500000e+01 2.500000e+01 8.726900e-02 1.246800e-02 2.832200e-02 +1.925000e+02 2.750000e+01 2.750000e+01 6.666100e-02 1.029800e-02 1.754400e-02 +2.500000e+02 3.000000e+01 3.000000e+01 4.364300e-02 7.126000e-03 1.014400e-02 +3.575000e+02 7.750000e+01 7.750000e+01 2.152600e-02 3.619900e-03 8.907700e-03 +5.600000e+02 1.250000e+02 1.250000e+02 5.934300e-03 1.058900e-03 1.059400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d137-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d137-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 9.167000e-02 5.700400e-03 9.657400e-03 +1.400000e+02 2.500000e+01 2.500000e+01 1.010300e-01 5.006800e-03 7.355700e-03 +1.925000e+02 2.750000e+01 2.750000e+01 7.373500e-02 4.078300e-03 5.263900e-03 +2.500000e+02 3.000000e+01 3.000000e+01 4.573800e-02 3.075300e-03 3.371400e-03 +3.575000e+02 7.750000e+01 7.750000e+01 1.970800e-02 1.256000e-03 1.478400e-03 +5.600000e+02 1.250000e+02 1.250000e+02 4.443400e-03 4.695800e-04 6.250000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d138-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d138-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.657200e+01 3.750452e+00 3.750452e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.638000e+00 3.045752e+00 3.045752e+00 +5.000000e+00 3.500000e+00 3.500000e+00 1.615800e+00 2.799342e+00 2.799342e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d138-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d138-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.633400e+01 2.647400e+00 3.836800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.743300e+00 2.592200e-01 5.361400e-01 +5.000000e+00 3.500000e+00 3.500000e+00 3.349700e-01 3.766400e-02 9.854700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d138-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d138-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.710200e+01 4.606200e-01 8.725200e-01 +1.000000e+00 5.000000e-01 5.000000e-01 1.730600e+00 1.465300e-01 1.663700e-01 +5.000000e+00 3.500000e+00 3.500000e+00 5.223900e-01 8.050500e-02 9.046300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d139-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d139-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.967000e+00 4.111985e+00 4.111985e+00 +7.500000e-01 5.000000e-02 5.000000e-02 5.691300e+01 1.449033e+01 1.449033e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.254600e+02 2.475365e+01 2.475365e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.949700e+02 4.410050e+01 4.410050e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.513700e+02 5.102258e+01 5.102258e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d139-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d139-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.044000e+01 1.596100e+00 3.236600e+00 +7.500000e-01 5.000000e-02 5.000000e-02 4.830100e+01 7.897300e+00 6.428600e+00 +8.500000e-01 5.000000e-02 5.000000e-02 9.588600e+01 1.390000e+01 1.668600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.599500e+02 2.010600e+01 3.136500e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.124100e+02 2.646000e+01 4.343600e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d139-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d139-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 9.713800e+00 4.149200e-01 4.991100e-01 +7.500000e-01 5.000000e-02 5.000000e-02 4.973500e+01 2.484000e+00 3.085300e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.006500e+02 3.533700e+00 5.445000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 1.645000e+02 6.388800e+00 7.474400e+00 +9.750000e-01 2.500000e-02 2.500000e-02 2.146600e+02 7.298200e+00 1.126600e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d140-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d140-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 3.411300e+00 1.353607e+00 1.353607e+00 +3.200000e+00 4.000000e-01 4.000000e-01 7.419800e+00 1.935078e+00 1.935078e+00 +3.800000e+00 2.000000e-01 2.000000e-01 8.993400e+00 2.629859e+00 2.629859e+00 +4.200000e+00 2.000000e-01 2.000000e-01 1.273300e+01 4.117456e+00 4.117456e+00 +4.600000e+00 2.000000e-01 2.000000e-01 1.606500e+01 4.215204e+00 4.215204e+00 +5.000000e+00 2.000000e-01 2.000000e-01 1.892000e+01 5.206451e+00 5.206451e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.367200e+00 9.963553e-01 9.963553e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d140-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d140-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 2.757200e+00 2.856800e-01 4.122200e-01 +3.200000e+00 4.000000e-01 4.000000e-01 6.836500e+00 1.081500e+00 1.955700e+00 +3.800000e+00 2.000000e-01 2.000000e-01 1.132300e+01 1.574400e+00 1.561100e+00 +4.200000e+00 2.000000e-01 2.000000e-01 1.413800e+01 1.863600e+00 4.243300e+00 +4.600000e+00 2.000000e-01 2.000000e-01 1.573300e+01 1.928800e+00 3.127700e+00 +5.000000e+00 2.000000e-01 2.000000e-01 1.578800e+01 2.475500e+00 2.837200e+00 +7.000000e+00 1.800000e+00 1.800000e+00 2.743600e+00 3.962800e-01 6.027500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d140-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d140-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 2.208100e+00 1.850500e-01 2.195600e-01 +3.200000e+00 4.000000e-01 4.000000e-01 5.921000e+00 3.030200e-01 3.544900e-01 +3.800000e+00 2.000000e-01 2.000000e-01 1.030500e+01 5.653400e-01 6.553600e-01 +4.200000e+00 2.000000e-01 2.000000e-01 1.352800e+01 6.477500e-01 6.885100e-01 +4.600000e+00 2.000000e-01 2.000000e-01 1.688200e+01 7.236100e-01 9.713500e-01 +5.000000e+00 2.000000e-01 2.000000e-01 1.681400e+01 7.221500e-01 1.004100e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.133700e+00 1.039200e-01 2.169200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d141-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d141-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 3.192300e-01 1.120025e-01 1.120025e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.047800e-01 7.255875e-02 7.255875e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.408100e-01 5.214738e-02 5.214738e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.241700e-01 4.096810e-02 4.096810e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.108600e-01 2.379134e-02 2.379134e-02 +4.675000e+02 2.175000e+02 2.175000e+02 1.981600e-02 5.650998e-03 5.650998e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d141-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d141-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.058900e-01 2.813800e-02 3.543100e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.306600e-01 3.016000e-02 3.937900e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.066700e-01 2.396600e-02 3.607400e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.733700e-01 2.204000e-02 3.342500e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.232900e-01 1.758800e-02 3.371500e-02 +4.675000e+02 2.175000e+02 2.175000e+02 2.357800e-02 3.758700e-03 6.331500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d141-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d141-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.314000e-01 9.056700e-03 1.507300e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.537800e-01 1.122200e-02 1.632900e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.224700e-01 1.050700e-02 1.406000e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.813300e-01 9.486200e-03 1.208100e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.248500e-01 5.080900e-03 6.374900e-03 +4.675000e+02 2.175000e+02 2.175000e+02 1.989200e-02 7.532100e-04 9.231200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d142-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d142-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.829000e+00 1.063194e+01 1.063194e+01 +7.500000e-01 5.000000e-02 5.000000e-02 7.063200e+01 4.429856e+01 4.429856e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.927300e+02 8.025927e+01 8.025927e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.382100e+02 1.371993e+02 1.371993e+02 +9.750000e-01 2.500000e-02 2.500000e-02 4.062000e+02 1.660804e+02 1.660804e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d142-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d142-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.277500e+01 1.784700e+00 3.744300e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.080600e+01 8.843000e+00 9.730000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.231300e+02 1.735900e+01 2.371100e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.078000e+02 2.311600e+01 4.653400e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.813600e+02 3.676700e+01 5.111300e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d142-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d142-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.204700e+01 4.620800e-01 5.575400e-01 +7.500000e-01 5.000000e-02 5.000000e-02 6.336500e+01 2.803800e+00 3.373100e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.279300e+02 3.983900e+00 5.374100e+00 +9.250000e-01 2.500000e-02 2.500000e-02 2.126300e+02 7.263500e+00 9.085400e+00 +9.750000e-01 2.500000e-02 2.500000e-02 2.801700e+02 8.337800e+00 1.225100e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d143-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d143-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.011900e+01 6.015301e+00 6.015301e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.441500e+01 7.616625e+00 7.616625e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.753800e+01 1.010305e+01 1.010305e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.057100e+01 1.376363e+01 1.376363e+01 +5.600000e+00 4.000000e-01 4.000000e-01 1.338700e+01 9.289119e+00 9.289119e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.147000e+00 7.083976e-01 7.083976e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d143-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d143-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.041500e+00 6.305600e-01 6.808800e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.015700e+01 1.416100e+00 2.615100e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.669400e+01 2.062600e+00 3.861900e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.898800e+01 2.606200e+00 3.640800e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.067500e+01 1.482900e+00 2.199400e+00 +7.400000e+00 1.400000e+00 1.400000e+00 9.107600e-01 1.466000e-01 2.447600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d143-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d143-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 4.017500e+00 2.496100e-01 3.626100e-01 +3.200000e+00 4.000000e-01 4.000000e-01 8.862000e+00 3.707200e-01 4.803700e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.578900e+01 4.948300e-01 5.839000e-01 +4.800000e+00 4.000000e-01 4.000000e-01 2.063900e+01 5.657500e-01 9.146400e-01 +5.600000e+00 4.000000e-01 4.000000e-01 1.203200e+01 4.319600e-01 7.398200e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.118200e+00 7.038900e-02 1.151500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d144-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d144-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 3.586100e-01 2.847792e-01 2.847792e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.928800e-01 2.004844e-01 2.004844e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.246600e-01 1.533856e-01 1.533856e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.148800e-01 1.301488e-01 1.301488e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.637900e-01 9.830358e-02 9.830358e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.566400e-01 8.339904e-02 8.339904e-02 +3.000000e+02 5.000000e+01 5.000000e+01 1.011500e-01 5.663508e-02 5.663508e-02 +4.150000e+02 6.500000e+01 6.500000e+01 4.725400e-02 2.339085e-02 2.339085e-02 +5.825000e+02 1.025000e+02 1.025000e+02 8.883300e-03 5.141496e-03 5.141496e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d144-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d144-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.360800e-01 3.254100e-02 3.997100e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.736000e-01 3.329400e-02 4.618700e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.506700e-01 2.991800e-02 6.328300e-02 +1.775000e+02 1.250000e+01 1.250000e+01 2.153400e-01 2.457100e-02 4.439500e-02 +2.050000e+02 1.500000e+01 1.500000e+01 1.802300e-01 2.677100e-02 5.693700e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.401200e-01 1.564900e-02 2.655800e-02 +3.000000e+02 5.000000e+01 5.000000e+01 8.951600e-02 1.349100e-02 2.013200e-02 +4.150000e+02 6.500000e+01 6.500000e+01 3.434900e-02 4.557400e-03 1.402800e-02 +5.825000e+02 1.025000e+02 1.025000e+02 7.978700e-03 1.068200e-03 1.368800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d144-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d144-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.682500e-01 9.751300e-03 1.674800e-02 +1.275000e+02 1.250000e+01 1.250000e+01 3.044800e-01 1.229200e-02 1.774700e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.715300e-01 1.160800e-02 1.485000e-02 +1.775000e+02 1.250000e+01 1.250000e+01 2.276000e-01 1.062800e-02 1.307900e-02 +2.050000e+02 1.500000e+01 1.500000e+01 1.840300e-01 8.723800e-03 1.193600e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.433800e-01 7.700300e-03 8.618100e-03 +3.000000e+02 5.000000e+01 5.000000e+01 8.047900e-02 3.159800e-03 3.674600e-03 +4.150000e+02 6.500000e+01 6.500000e+01 2.760700e-02 1.623200e-03 2.186300e-03 +5.825000e+02 1.025000e+02 1.025000e+02 5.354000e-03 5.692300e-04 7.890300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d145-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d145-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.081500e+01 1.340513e+01 1.340513e+01 +1.000000e+00 5.000000e-01 5.000000e-01 7.933800e+00 1.453248e+01 1.453248e+01 +5.000000e+00 3.500000e+00 3.500000e+00 5.131300e+00 1.108318e+01 1.108318e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d145-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d145-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 4.550600e+01 6.389100e+00 8.944800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.290500e+00 4.758300e-01 1.213800e+00 +5.000000e+00 3.500000e+00 3.500000e+00 9.981000e-01 1.181700e-01 2.592400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d145-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d145-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 4.554800e+01 7.517200e-01 1.603100e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.131800e+00 2.523200e-01 2.853600e-01 +5.000000e+00 3.500000e+00 3.500000e+00 1.523100e+00 1.374600e-01 1.651300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d146-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d146-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.779900e-01 8.090187e-01 8.090187e-01 +8.000000e-01 1.000000e-01 1.000000e-01 8.901100e+00 3.877624e+00 3.877624e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.670100e+01 1.155229e+01 1.155229e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d146-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d146-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.499800e+00 2.920200e-01 4.895300e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.087500e+01 1.950100e+00 3.323400e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.184500e+01 5.320200e+00 9.142800e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d146-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d146-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.652300e+00 1.711300e-01 2.110200e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.215200e+01 8.682100e-01 1.171900e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.369700e+01 2.044600e+00 2.568500e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d147-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d147-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 5.926800e-01 2.795387e-01 2.795387e-01 +5.600000e+00 4.000000e-01 4.000000e-01 2.243100e+00 8.148347e-01 8.148347e-01 +7.400000e+00 1.400000e+00 1.400000e+00 7.249500e-01 3.906053e-01 3.906053e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d147-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d147-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 9.124100e-01 1.824300e-01 2.578300e-01 +5.600000e+00 4.000000e-01 4.000000e-01 2.269900e+00 2.817400e-01 7.024200e-01 +7.400000e+00 1.400000e+00 1.400000e+00 6.537700e-01 1.258600e-01 2.023800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d147-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d147-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 8.459900e-01 5.914900e-02 6.840600e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.672200e+00 2.035700e-01 2.902100e-01 +7.400000e+00 1.400000e+00 1.400000e+00 8.064800e-01 5.977800e-02 9.021300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d148-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d148-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 2.891900e-02 1.133468e-02 1.133468e-02 +4.525000e+02 2.325000e+02 2.325000e+02 3.454200e-03 1.637921e-03 1.637921e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d148-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d148-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 2.582200e-02 3.978900e-03 7.630100e-03 +4.525000e+02 2.325000e+02 2.325000e+02 5.694300e-03 1.162800e-03 1.730700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d148-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d148-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 3.105100e-02 1.658800e-03 2.820300e-03 +4.525000e+02 2.325000e+02 2.325000e+02 5.409100e-03 3.798900e-04 4.199000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d149-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d149-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.570500e+00 1.202954e+00 1.202954e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.869100e-01 6.709501e-01 6.709501e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d149-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d149-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.753000e+00 1.067200e+00 1.685900e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.601900e-01 6.930800e-02 1.839700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194/d149-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194/d149-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.246700e+00 2.783900e-01 4.721300e-01 +1.000000e+00 5.000000e-01 5.000000e-01 5.409900e-01 8.192500e-02 8.663100e-02 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.info b/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.info new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.info @@ -0,0 +1,50 @@ +Name: ATLAS_2017_I1517194_EL +Year: 2017 +Summary: Electroweak Wjj production at 8 TeV +Experiment: ATLAS +Collider: LHC +InspireID: 1517194 +Status: VALIDATED +Authors: + - Christian Johnson + - Christian Gutschow +References: + - Eur.Phys.J. C77 (2017) no.7, 474 + - arXiv:1703.04362 [hep-ex] +Keywords: + - VJETS + - ELECTROWEAK + - VBF + - VJJ +RunInfo: + pp -> electroweak electron + neutrino + 2 jets at 8 TeV +Luminosity_fb: 20.2 +NeedCrossSection: yes +Beams: [p+, p+] +Energies: [8000] +PtCuts: [30.,30.,25.] +Description: + 'Measurements of the electroweak production of a $W$ boson in association with two jets at high dijet invariant mass + are performed using $\sqrt{s} = 7$ and 8 TeV proton-proton collision data produced by the Large Hadron Collider, + corresponding respectively to 4.7 and 20.2 fb$^{-1}$ of integrated luminosity collected by the ATLAS detector. + The measurements are sensitive to the production of a $W$ boson via a triple-gauge-boson vertex and include both + the fiducial and differential cross sections of the electroweak process.' +BibKey: Aaboud:2017fye +BibTex: '@article{Aaboud:2017fye, + author = "Aaboud, Morad and others", + title = "{Measurements of electroweak $Wjj$ production and + constraints on anomalous gauge couplings with the ATLAS + detector}", + collaboration = "ATLAS", + journal = "Eur. Phys. J.", + volume = "C77", + year = "2017", + number = "7", + pages = "474", + doi = "10.1140/epjc/s10052-017-5007-2", + eprint = "1703.04362", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-2017-008", + SLACcitation = "%%CITATION = ARXIV:1703.04362;%%" +}' diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.plot b/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.plot @@ -0,0 +1,898 @@ +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d.. +RatioPlotYMax=2.0 +RatioPlotYMin=0.0 +LegendAlign=r +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d11-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d12-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d13-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d14-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d15-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d16-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d17-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d18-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d19-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d20-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d21-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d22-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d23-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d24-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d25-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d26-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d27-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d28-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d29-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d30-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d31-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d32-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d33-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d34-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d35-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d36-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d37-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d38-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d39-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d40-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d41-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d42-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d43-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d44-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d45-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d46-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d47-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d48-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d49-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d50-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d51-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d52-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d53-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d54-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d55-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d56-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d57-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d58-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d59-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d60-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d61-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d62-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d63-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d64-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d65-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d66-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d67-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d68-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d69-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d70-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d71-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d72-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d73-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d74-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d75-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d76-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d77-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d78-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d79-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d80-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d81-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d82-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d83-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d84-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d85-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d86-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d87-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d88-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d89-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d90-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d91-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d92-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d93-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d94-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d95-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d96-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d97-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d98-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d99-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d100-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d101-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d102-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d103-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d104-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d105-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d106-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d107-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d108-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d109-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d110-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d111-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d112-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d113-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d114-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d115-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d116-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d117-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d118-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d119-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d120-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d121-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d122-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d123-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d124-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d125-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d126-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d127-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d128-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d129-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d130-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d131-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d132-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d133-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d134-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d135-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d136-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d137-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d138-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d139-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d140-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d141-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d142-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d143-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d144-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d145-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d146-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d147-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d148-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_EL/d149-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to e\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.yoda b/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194_EL.yoda @@ -0,0 +1,8081 @@ +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d01-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d01-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.600000e+01 5.000000e+00 5.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d01-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d01-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.300000e+01 5.000000e+00 5.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d01-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d01-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.000000e+01 8.000000e+00 8.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d01-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d01-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.900000e+01 5.000000e-01 5.000000e-01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d02-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d02-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t2 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.450000e+02 3.900000e+01 3.900000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d02-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d02-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t2 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.550000e+02 5.100000e+01 5.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d03-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d03-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +9.600000e+01 8.000000e+00 8.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d03-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d03-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +8.900000e+01 7.000000e+00 7.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d03-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d03-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.300000e+01 1.100000e+01 1.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d03-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d03-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.100000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d04-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d04-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.630000e+02 2.100000e+01 2.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d04-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d04-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.340000e+02 2.600000e+01 2.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d04-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d04-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +6.400000e+01 3.600000e+01 3.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d04-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d04-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.200000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d05-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d05-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t5 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.700000e+03 1.100000e+02 1.100000e+02 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d05-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d05-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t5 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.420000e+03 1.500000e+02 1.500000e+02 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d06-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d06-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.300000e+01 2.000000e+00 2.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d06-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d06-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.400000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d06-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d06-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.600000e+00 2.100000e+00 2.100000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d06-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d06-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +6.900000e+00 2.000000e-01 2.000000e-01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d07-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d07-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t7 +Type: Scatter1D +--- +# xval xerr- xerr+ +3.130000e+02 3.000000e+01 3.000000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d07-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d07-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t7 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.650000e+02 3.200000e+01 3.200000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d08-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d08-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t8 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.920000e+02 3.600000e+01 3.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d08-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d08-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t8 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.350000e+02 2.800000e+01 2.800000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d09-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d09-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t9 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.440000e+02 3.502856e+01 3.502856e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d09-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d09-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t9 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.440000e+02 1.100000e+01 1.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d10-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d10-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.460000e+02 3.500000e+01 3.500000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d10-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d10-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.650000e+02 3.900000e+01 3.900000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d10-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d10-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.590000e+02 2.700000e+01 2.700000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_EL/d10-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d10-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.980000e+02 1.200000e+01 1.200000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d11-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d11-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.749800e-03 4.232811e-04 4.287836e-04 +7.500000e+01 2.500000e+01 2.500000e+01 6.616100e-03 3.022254e-04 3.100313e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.693800e-03 2.513928e-04 2.465816e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.981800e-03 1.724307e-04 1.687993e-04 +2.625000e+02 3.750000e+01 3.750000e+01 8.348400e-04 3.433320e-04 3.434536e-04 +3.975000e+02 9.750000e+01 9.750000e+01 7.549200e-05 6.703945e-04 6.703707e-04 +6.975000e+02 2.025000e+02 2.025000e+02 9.695400e-06 7.108535e-06 7.150889e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d11-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d11-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.239800e-03 1.671900e-04 1.537800e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.782700e-03 3.074600e-04 1.785100e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.876600e-03 1.339900e-04 1.442600e-04 +1.925000e+02 3.250000e+01 3.250000e+01 2.098800e-03 8.731500e-05 1.083800e-04 +2.625000e+02 3.750000e+01 3.750000e+01 9.471300e-04 6.157900e-05 6.167300e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.586000e-04 1.886600e-05 1.904300e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.074400e-05 3.918100e-06 3.685900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d11-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d11-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.484800e-03 3.184600e-04 8.493000e-05 +7.500000e+01 2.500000e+01 2.500000e+01 5.866100e-03 3.147500e-05 2.220000e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.747800e-03 1.022400e-04 4.123400e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.962700e-03 5.974100e-05 2.347300e-04 +2.625000e+02 3.750000e+01 3.750000e+01 9.212000e-04 3.596300e-05 2.579900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.621700e-04 1.833200e-05 1.460400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.420000e-05 1.322200e-06 1.930400e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d12-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d12-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 9.751100e-02 3.977561e-02 4.084700e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.765900e-01 5.286942e-02 5.808940e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.206100e+00 1.194382e-01 1.181789e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.246600e+00 1.386490e-01 1.371997e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.370700e+00 2.434256e-01 2.357765e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.842400e+00 3.555396e-01 3.616982e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d12-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d12-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 1.590100e-01 8.723300e-03 1.304800e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.869100e-01 2.390800e-02 4.090400e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.207900e+00 1.359500e-01 5.919100e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.344600e+00 9.678800e-02 7.534300e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.009600e+00 1.747300e-01 1.377000e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.347600e+00 2.075000e-01 1.826800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d12-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d12-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 1.335100e-01 4.507200e-03 1.568300e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.138700e-01 1.995400e-02 0.000000e+00 +7.500000e-01 5.000000e-02 5.000000e-02 1.068000e+00 4.893100e-02 9.925600e-03 +8.500000e-01 5.000000e-02 5.000000e-02 2.306300e+00 4.182800e-02 5.384700e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.241400e+00 1.185300e-01 1.532600e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.019500e+00 5.855200e-02 1.348000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d13-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d13-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.338100e-02 1.322149e-02 1.110759e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.236800e-01 1.453089e-02 1.377971e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.349200e-01 2.236358e-02 2.037699e-02 +4.800000e+00 4.000000e-01 4.000000e-01 2.834600e-01 3.255250e-02 3.248636e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.637300e-01 1.988253e-02 2.680273e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.309500e-02 9.407138e-03 8.677072e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d13-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d13-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 8.621500e-02 5.062100e-03 5.536000e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.400100e-01 7.046500e-03 6.643900e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.166400e-01 8.359100e-03 9.630700e-03 +4.800000e+00 4.000000e-01 4.000000e-01 3.167200e-01 1.178000e-02 1.072300e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.420800e-01 1.576300e-02 1.181000e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.237900e-02 4.155600e-03 2.035000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d13-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d13-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.090400e-01 4.823400e-03 1.074600e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.739800e-01 6.866900e-03 7.563000e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.314000e-01 1.125200e-03 7.648700e-03 +4.800000e+00 4.000000e-01 4.000000e-01 2.958200e-01 5.396400e-03 1.608000e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.899700e-01 5.055600e-03 1.239900e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.279600e-02 5.418600e-03 2.819200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d14-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d14-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.211900e-03 9.080313e-04 1.006137e-03 +1.400000e+02 2.500000e+01 2.500000e+01 4.935800e-03 2.966745e-04 2.758397e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.289800e-03 2.412451e-04 2.491068e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.146000e-03 2.152008e-04 2.015250e-04 +3.150000e+02 3.500000e+01 3.500000e+01 1.223400e-03 3.176380e-04 3.070309e-04 +3.925000e+02 4.250000e+01 4.250000e+01 9.110500e-04 1.164833e-04 1.114131e-04 +5.075000e+02 7.250000e+01 7.250000e+01 4.933900e-04 6.944737e-05 6.261648e-05 +7.300000e+02 1.500000e+02 1.500000e+02 8.824000e-05 2.004914e-05 1.974540e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d14-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d14-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.313200e-03 3.447100e-04 3.244800e-04 +1.400000e+02 2.500000e+01 2.500000e+01 4.565400e-03 1.476900e-04 1.601200e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.443000e-03 1.423500e-04 1.276700e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.332100e-03 1.155800e-04 1.053900e-04 +3.150000e+02 3.500000e+01 3.500000e+01 1.532800e-03 8.221700e-05 8.194200e-05 +3.925000e+02 4.250000e+01 4.250000e+01 9.368800e-04 5.091600e-05 5.667400e-05 +5.075000e+02 7.250000e+01 7.250000e+01 5.123200e-04 2.957000e-05 3.837100e-05 +7.300000e+02 1.500000e+02 1.500000e+02 1.008700e-04 9.784700e-06 8.927000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d14-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d14-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.274200e-03 3.095900e-04 1.827800e-04 +1.400000e+02 2.500000e+01 2.500000e+01 3.896800e-03 7.233700e-05 1.225600e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.224100e-03 8.615000e-05 7.443500e-05 +2.500000e+02 3.000000e+01 3.000000e+01 2.296100e-03 1.045900e-04 0.000000e+00 +3.150000e+02 3.500000e+01 3.500000e+01 1.655500e-03 7.178700e-05 7.007500e-05 +3.925000e+02 4.250000e+01 4.250000e+01 1.085700e-03 3.625200e-05 5.417900e-05 +5.075000e+02 7.250000e+01 7.250000e+01 6.390900e-04 4.034300e-05 3.477800e-05 +7.300000e+02 1.500000e+02 1.500000e+02 1.320800e-04 0.000000e+00 5.523000e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d15-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d15-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.935900e+00 1.770283e-01 1.752405e-01 +2.500000e-01 1.000000e-01 1.000000e-01 1.570100e+00 1.140556e-01 1.134172e-01 +5.000000e-01 1.500000e-01 1.500000e-01 1.058600e+00 6.660687e-02 6.792790e-02 +8.250000e-01 1.750000e-01 1.750000e-01 1.895200e-01 2.497173e-02 2.547942e-02 +1.500000e+00 5.000000e-01 5.000000e-01 1.168600e-02 3.338337e-03 3.320034e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d15-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d15-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.810300e+00 1.208200e-01 5.936800e-02 +2.500000e-01 1.000000e-01 1.000000e-01 1.670500e+00 6.907000e-02 6.500500e-02 +5.000000e-01 1.500000e-01 1.500000e-01 1.022200e+00 3.154400e-02 8.198000e-02 +8.250000e-01 1.750000e-01 1.750000e-01 2.131000e-01 1.859700e-02 1.637900e-02 +1.500000e+00 5.000000e-01 5.000000e-01 1.310600e-02 2.038200e-03 2.017800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d15-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d15-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.783400e+00 4.256400e-02 5.687700e-04 +2.500000e-01 1.000000e-01 1.000000e-01 1.615900e+00 0.000000e+00 6.360500e-02 +5.000000e-01 1.500000e-01 1.500000e-01 1.042200e+00 1.258100e-02 0.000000e+00 +8.250000e-01 1.750000e-01 1.750000e-01 2.307200e-01 2.185600e-02 1.116500e-03 +1.500000e+00 5.000000e-01 5.000000e-01 1.588700e-02 6.493200e-04 1.492400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d16-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d16-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.632100e+00 8.139210e-02 8.650309e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.839900e+00 9.080709e-02 9.079465e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.151400e+00 1.621326e-01 1.621340e-01 +6.750000e-01 1.250000e-01 1.250000e-01 4.450200e-01 4.802816e-02 4.379319e-02 +9.000000e-01 1.000000e-01 1.000000e-01 8.375700e-02 1.696566e-02 1.654870e-02 +1.100000e+00 1.000000e-01 1.000000e-01 2.444000e-02 8.960275e-03 9.146675e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d16-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d16-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.641100e+00 5.361500e-02 9.437600e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.834200e+00 6.979500e-02 4.664700e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.258900e+00 6.173500e-02 4.656100e-02 +6.750000e-01 1.250000e-01 1.250000e-01 3.905900e-01 1.993100e-02 2.938600e-02 +9.000000e-01 1.000000e-01 1.000000e-01 7.355400e-02 9.763500e-03 1.101500e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.878200e-02 4.898400e-03 5.685500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d16-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d16-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.469100e+00 1.254200e-01 7.854200e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.710900e+00 5.139400e-02 0.000000e+00 +4.750000e-01 7.500000e-02 7.500000e-02 1.444500e+00 4.751000e-02 1.492600e-01 +6.750000e-01 1.250000e-01 1.250000e-01 4.911600e-01 1.906200e-02 2.794500e-02 +9.000000e-01 1.000000e-01 1.000000e-01 9.905700e-02 1.735600e-02 4.798700e-03 +1.100000e+00 1.000000e-01 1.000000e-01 2.372400e-02 6.956100e-04 5.791000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d17-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d17-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.453100e-01 2.915590e-02 3.067239e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.652800e-01 1.821431e-02 1.778858e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.127600e-01 1.177660e-02 1.213810e-02 +3.000000e+00 5.000000e-01 5.000000e-01 5.119200e-02 1.000771e-02 8.594720e-03 +6.000000e+00 2.500000e+00 2.500000e+00 2.545900e-02 8.098885e-03 7.657466e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d17-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d17-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.713800e-01 1.753300e-02 2.481000e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.659600e-01 1.415800e-02 1.203300e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.088600e-01 6.584100e-03 7.909100e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.887500e-02 1.007500e-02 3.023800e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.492000e-02 2.059200e-03 2.499600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d17-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d17-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.319500e-01 2.661200e-02 1.470700e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.883800e-01 2.408000e-03 1.495100e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.247000e-01 1.134800e-02 1.348000e-02 +3.000000e+00 5.000000e-01 5.000000e-01 4.325500e-02 5.562300e-03 0.000000e+00 +6.000000e+00 2.500000e+00 2.500000e+00 1.171900e-02 0.000000e+00 4.214800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d18-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d18-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.440400e-03 1.444966e-04 1.591914e-04 +5.800000e+02 3.500000e+01 3.500000e+01 3.204600e-03 1.031389e-04 1.037089e-04 +6.550000e+02 4.000000e+01 4.000000e+01 2.167800e-03 5.068799e-05 4.855705e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.470600e-03 5.533391e-05 3.547807e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.771800e-04 3.221458e-05 4.100677e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.087400e-04 2.092369e-05 2.283223e-05 +1.042500e+03 5.750000e+01 5.750000e+01 3.716000e-04 2.189913e-05 1.686269e-05 +1.150000e+03 5.000000e+01 5.000000e+01 2.132600e-04 1.484543e-05 1.327452e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.349800e-04 1.005004e-05 9.475520e-06 +1.425000e+03 7.500000e+01 7.500000e+01 8.606100e-05 7.638507e-06 7.559277e-06 +1.750000e+03 2.500000e+02 2.500000e+02 2.592100e-05 4.816414e-06 4.932878e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.134000e-06 9.226464e-07 6.248307e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.995900e-07 9.477605e-08 9.183850e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d18-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d18-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.327300e-03 8.959800e-05 6.073900e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.231200e-03 6.876500e-05 5.383300e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.199600e-03 2.816700e-05 2.209800e-04 +7.400000e+02 4.500000e+01 4.500000e+01 1.458300e-03 4.772800e-05 2.290900e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.367200e-04 2.534400e-05 2.149900e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.019500e-04 1.968300e-05 2.233300e-05 +1.042500e+03 5.750000e+01 5.750000e+01 3.734400e-04 1.441100e-05 9.575900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 2.386900e-04 9.187000e-06 1.263300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.464900e-04 6.239300e-06 5.689100e-06 +1.425000e+03 7.500000e+01 7.500000e+01 8.480900e-05 5.210700e-06 4.098200e-06 +1.750000e+03 2.500000e+02 2.500000e+02 2.961900e-05 1.367000e-06 1.856200e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.342600e-06 4.945700e-07 4.660800e-07 +3.350000e+03 6.500000e+02 6.500000e+02 2.395100e-07 7.790500e-08 7.294600e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d18-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d18-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.216800e-03 6.697900e-05 5.900400e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.184000e-03 3.231100e-05 2.809700e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.170600e-03 1.266500e-05 9.978400e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.446000e-03 6.956800e-06 5.955400e-06 +8.325000e+02 4.750000e+01 4.750000e+01 9.513000e-04 7.448400e-06 8.316700e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.213000e-04 8.686500e-06 9.835200e-06 +1.042500e+03 5.750000e+01 5.750000e+01 3.894000e-04 7.584600e-06 8.678800e-06 +1.150000e+03 5.000000e+01 5.000000e+01 2.527200e-04 6.468300e-06 7.434000e-06 +1.275000e+03 7.500000e+01 7.500000e+01 1.538600e-04 4.744300e-06 5.490300e-06 +1.425000e+03 7.500000e+01 7.500000e+01 9.608800e-05 4.001700e-06 5.471800e-06 +1.750000e+03 2.500000e+02 2.500000e+02 3.347500e-05 1.720700e-06 2.048000e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.742900e-06 3.186000e-07 3.818100e-07 +3.350000e+03 6.500000e+02 6.500000e+02 2.798700e-07 2.478700e-08 3.030100e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d18-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d18-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.056200e-03 0.000000e+00 8.612300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.039100e-03 0.000000e+00 9.947800e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.138100e-03 0.000000e+00 6.928600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.438800e-03 1.350100e-05 7.192600e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.003600e-03 1.038500e-04 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 6.275600e-04 3.510700e-06 1.274000e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.088800e-04 1.119200e-05 0.000000e+00 +1.150000e+03 5.000000e+01 5.000000e+01 2.760400e-04 1.666400e-05 0.000000e+00 +1.275000e+03 7.500000e+01 7.500000e+01 1.768400e-04 7.752600e-06 1.623600e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.029100e-04 5.546300e-06 6.072800e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.181800e-05 2.889700e-06 2.327600e-06 +2.350000e+03 3.500000e+02 3.500000e+02 6.797600e-06 2.692200e-07 5.952000e-08 +3.350000e+03 6.500000e+02 6.500000e+02 5.375300e-07 1.629000e-07 1.112500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d19-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d19-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.771700e-03 1.665906e-04 1.679781e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.135000e-03 2.472353e-04 2.857557e-04 +6.250000e+01 1.250000e+01 1.250000e+01 8.020600e-03 3.544786e-04 3.577800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.862500e-03 1.536794e-04 1.511097e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.882600e-03 1.629814e-04 1.499845e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.400100e-03 1.735127e-04 1.533771e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.470600e-03 1.385143e-04 1.326091e-04 +2.075000e+02 1.750000e+01 1.750000e+01 8.778400e-04 8.351002e-05 7.955276e-05 +2.425000e+02 1.750000e+01 1.750000e+01 5.066500e-04 3.164659e-05 3.288326e-05 +2.800000e+02 2.000000e+01 2.000000e+01 2.900700e-04 2.658457e-05 2.569169e-05 +3.975000e+02 9.750000e+01 9.750000e+01 5.744000e-05 1.314632e-05 1.329779e-05 +6.975000e+02 2.025000e+02 2.025000e+02 3.443700e-06 1.236977e-06 1.347234e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d19-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d19-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.122500e-03 2.377800e-04 8.118200e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.598800e-03 1.612200e-04 1.580800e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.809600e-03 2.112400e-04 9.228700e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.815200e-03 8.969100e-05 1.013400e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.965400e-03 1.058700e-04 6.823300e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.620900e-03 9.381800e-05 6.233500e-05 +1.750000e+02 1.500000e+01 1.500000e+01 1.710900e-03 6.542500e-05 4.296700e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.046900e-03 4.482200e-05 4.096700e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.156500e-04 3.230400e-05 3.392600e-05 +2.800000e+02 2.000000e+01 2.000000e+01 3.581000e-04 3.086100e-05 1.729900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 9.328500e-05 8.335000e-06 4.098800e-06 +6.975000e+02 2.025000e+02 2.025000e+02 4.269500e-06 8.239300e-07 6.547400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d19-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d19-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.310300e-03 2.135100e-04 1.843000e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.337100e-03 2.183100e-04 1.891500e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.348600e-03 3.977300e-05 2.923400e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.676900e-03 4.768000e-05 4.924400e-05 +1.150000e+02 1.500000e+01 1.500000e+01 3.922900e-03 5.625400e-05 6.831000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.776300e-03 9.436500e-05 1.168300e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.785000e-03 4.319200e-05 5.379400e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.106300e-03 2.750900e-05 3.121600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.841300e-04 1.913100e-05 2.118700e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.047100e-04 1.270500e-05 1.404500e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.148100e-04 4.107200e-06 4.443700e-06 +6.975000e+02 2.025000e+02 2.025000e+02 5.954800e-06 2.747900e-07 2.902200e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d19-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d19-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.071800e-03 7.261800e-05 3.997500e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.574000e-03 1.162800e-04 1.328500e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.877600e-03 2.836300e-04 0.000000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 5.778600e-03 0.000000e+00 3.900900e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.934900e-03 4.599900e-05 1.268900e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.758000e-03 2.008100e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.716100e-03 2.574700e-05 1.737100e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.021400e-03 5.501200e-05 7.856900e-06 +2.425000e+02 1.750000e+01 1.750000e+01 5.876200e-04 3.429700e-05 1.182700e-04 +2.800000e+02 2.000000e+01 2.000000e+01 3.370800e-04 2.142500e-05 4.763200e-05 +3.975000e+02 9.750000e+01 9.750000e+01 9.380200e-05 5.579300e-06 0.000000e+00 +6.975000e+02 2.025000e+02 2.025000e+02 5.149500e-06 6.574600e-07 3.153900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d20-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d20-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 5.940800e-02 1.317334e-02 1.263845e-02 +4.000000e-01 1.000000e-01 1.000000e-01 1.244000e-01 1.711124e-02 1.808593e-02 +5.500000e-01 5.000000e-02 5.000000e-02 2.259900e-01 4.134359e-02 4.101133e-02 +6.250000e-01 2.500000e-02 2.500000e-02 4.310900e-01 3.877452e-02 3.251981e-02 +6.750000e-01 2.500000e-02 2.500000e-02 5.768200e-01 5.031359e-02 4.845475e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.748100e-01 2.352047e-01 2.342052e-01 +7.750000e-01 2.500000e-02 2.500000e-02 1.431400e+00 6.251322e-02 6.227322e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.119800e+00 6.563713e-02 6.561217e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.058100e+00 7.745330e-02 7.826197e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.346500e+00 1.068673e-01 1.103522e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.855400e+00 1.268200e-01 1.257618e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d20-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d20-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 9.500500e-02 6.065600e-03 4.343500e-03 +4.000000e-01 1.000000e-01 1.000000e-01 1.654000e-01 4.748400e-03 6.766200e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.277500e-01 1.899100e-02 9.461300e-03 +6.250000e-01 2.500000e-02 2.500000e-02 4.855500e-01 2.436800e-02 1.983900e-02 +6.750000e-01 2.500000e-02 2.500000e-02 6.551700e-01 1.910700e-02 3.326800e-02 +7.250000e-01 2.500000e-02 2.500000e-02 9.611200e-01 4.323300e-02 2.289300e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.352500e+00 3.829100e-02 3.698400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.003300e+00 4.650100e-02 3.551800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.956900e+00 5.402100e-02 5.587800e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.210100e+00 1.088500e-01 6.004500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.488200e+00 8.542400e-02 2.846700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d20-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d20-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 8.984800e-02 2.468200e-03 2.902100e-03 +4.000000e-01 1.000000e-01 1.000000e-01 1.597600e-01 5.564900e-03 8.136400e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.333800e-01 1.970000e-02 2.483600e-02 +6.250000e-01 2.500000e-02 2.500000e-02 4.330800e-01 8.620600e-03 1.002600e-02 +6.750000e-01 2.500000e-02 2.500000e-02 6.027200e-01 1.105800e-02 1.310500e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.619600e-01 1.440900e-02 1.685700e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.271200e+00 1.866400e-02 2.118800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.892200e+00 1.823100e-02 2.035100e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.849000e+00 6.445700e-03 7.303600e-03 +9.250000e-01 2.500000e-02 2.500000e-02 4.276200e+00 4.736100e-02 3.932600e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.968700e+00 1.375600e-01 1.118400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d20-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d20-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 8.741000e-02 6.002900e-03 1.561500e-02 +4.000000e-01 1.000000e-01 1.000000e-01 1.486300e-01 4.625000e-03 1.209200e-03 +5.500000e-01 5.000000e-02 5.000000e-02 2.762100e-01 3.935100e-03 5.499000e-03 +6.250000e-01 2.500000e-02 2.500000e-02 4.486600e-01 3.522900e-02 7.930400e-03 +6.750000e-01 2.500000e-02 2.500000e-02 5.925600e-01 0.000000e+00 1.334800e-01 +7.250000e-01 2.500000e-02 2.500000e-02 8.671400e-01 0.000000e+00 1.883000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.264500e+00 6.197300e-03 4.311500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.012700e+00 6.342200e-02 2.327800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.917200e+00 0.000000e+00 1.106500e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.405900e+00 1.372300e-01 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.819800e+00 9.804100e-02 1.199400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d21-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d21-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.834100e-01 1.560863e-02 1.265172e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.103900e-01 1.438733e-02 1.483056e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.598600e-01 1.295458e-02 1.378529e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.673400e-01 1.262829e-02 1.272665e-02 +3.800000e+00 2.000000e-01 2.000000e-01 3.823200e-01 1.468431e-02 1.540477e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.273400e-01 2.903756e-02 2.956039e-02 +4.800000e+00 4.000000e-01 4.000000e-01 7.306600e-02 6.444668e-03 6.944151e-03 +5.800000e+00 6.000000e-01 6.000000e-01 7.564100e-03 2.980279e-03 1.409301e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.444000e-05 6.368777e-05 5.526415e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d21-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d21-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.697300e-01 1.330300e-02 1.034100e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.125800e-01 1.158500e-02 7.799200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.543400e-01 5.982800e-03 3.940900e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.674200e-01 1.099300e-02 5.939900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.947200e-01 5.186900e-03 7.095400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.183000e-01 1.605500e-02 4.775000e-03 +4.800000e+00 4.000000e-01 4.000000e-01 7.827300e-02 3.313300e-03 2.017700e-03 +5.800000e+00 6.000000e-01 6.000000e-01 8.711800e-03 4.518600e-04 1.131500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 3.968100e-05 2.123100e-05 4.692500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d21-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d21-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.697300e-01 6.193400e-03 6.375700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.745000e-01 3.701800e-03 3.341900e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.631500e-01 1.789100e-03 1.517200e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.399400e-01 1.249100e-03 1.873000e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.343600e-01 5.382700e-03 4.828000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 1.775400e-01 2.925800e-03 2.870600e-03 +4.800000e+00 4.000000e-01 4.000000e-01 5.926700e-02 1.611700e-03 1.896800e-03 +5.800000e+00 6.000000e-01 6.000000e-01 7.319000e-03 4.508800e-04 5.522900e-04 +7.600000e+00 1.200000e+00 1.200000e+00 4.830200e-05 4.906100e-06 6.252100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d21-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d21-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.098700e-01 2.573700e-03 1.575600e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.439500e-01 3.798600e-03 2.151100e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.848900e-01 2.224400e-02 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.566900e-01 1.668100e-03 4.104700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.514800e-01 7.027200e-04 2.169200e-02 +4.200000e+00 2.000000e-01 2.000000e-01 1.866400e-01 3.426200e-03 1.624400e-03 +4.800000e+00 4.000000e-01 4.000000e-01 6.674700e-02 2.036000e-03 0.000000e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.068200e-02 7.713500e-04 1.641900e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.578200e-04 3.405200e-05 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d22-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d22-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.388000e-03 4.975407e-04 5.599362e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.018200e-03 2.580735e-04 2.767615e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.820600e-03 1.941004e-04 2.077425e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.299200e-03 1.483642e-04 1.483644e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.304900e-03 1.654952e-04 1.606496e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.745100e-03 1.369758e-04 1.374536e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.431500e-03 9.879302e-05 9.193812e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.526100e-03 7.596880e-05 6.456659e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.702500e-04 4.695736e-05 5.217334e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.443200e-04 6.360786e-05 6.124815e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.943800e-04 2.632154e-05 2.572892e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.496300e-04 1.730628e-05 1.676646e-05 +4.575000e+02 2.250000e+01 2.250000e+01 8.145300e-05 1.175250e-05 1.107143e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.625100e-05 5.547672e-06 5.448345e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.068100e-05 2.657746e-06 2.575246e-06 +8.425000e+02 1.575000e+02 1.575000e+02 5.869200e-07 4.266142e-07 4.151498e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d22-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d22-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.915000e-03 4.964300e-04 1.112100e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.875800e-03 1.244800e-04 1.396700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.883500e-03 1.008100e-04 6.921800e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.328100e-03 1.103000e-04 1.083300e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.349300e-03 1.493200e-04 1.086200e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.825900e-03 1.552300e-04 6.192000e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.425600e-03 6.284200e-05 7.292800e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.498300e-03 8.801600e-05 4.130800e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.873700e-04 3.762500e-05 4.230300e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.112700e-04 3.399200e-05 2.095900e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.952300e-04 2.400800e-05 1.614900e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.623100e-04 1.468600e-05 1.149700e-05 +4.575000e+02 2.250000e+01 2.250000e+01 8.975500e-05 9.267100e-06 7.890200e-06 +5.300000e+02 5.000000e+01 5.000000e+01 3.505200e-05 4.447700e-06 3.988900e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.086900e-05 2.004100e-06 1.758700e-06 +8.425000e+02 1.575000e+02 1.575000e+02 1.546300e-06 4.088400e-07 4.524600e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d22-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d22-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.317500e-03 1.055300e-04 1.081200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.462000e-03 1.142300e-04 1.047500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.247500e-03 1.100500e-05 1.534300e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.107400e-03 5.019600e-05 4.071500e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.824200e-03 3.300700e-05 3.122200e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.258700e-03 2.723000e-05 2.975100e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.841300e-03 2.738300e-05 2.780400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.844500e-03 2.273200e-05 2.267200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.127000e-03 2.055900e-05 2.169400e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.913400e-04 1.457200e-05 1.522500e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.961000e-04 1.201800e-05 1.289300e-05 +4.125000e+02 2.250000e+01 2.250000e+01 2.268900e-04 7.501500e-06 8.057600e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.283600e-04 3.885000e-06 4.208300e-06 +5.300000e+02 5.000000e+01 5.000000e+01 5.249100e-05 2.199100e-06 2.379700e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.628200e-05 8.408800e-07 9.309900e-07 +8.425000e+02 1.575000e+02 1.575000e+02 2.382200e-06 1.390900e-07 1.542100e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d22-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d22-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.495700e-03 8.486400e-05 1.967500e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.826500e-03 8.422000e-05 2.457500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.566200e-03 0.000000e+00 1.552100e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.448600e-03 4.563300e-05 1.646200e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.743300e-03 3.242700e-04 8.462000e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.096500e-03 4.776300e-05 1.350700e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.736100e-03 1.944500e-04 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 1.678700e-03 6.022500e-07 5.423100e-05 +2.975000e+02 1.750000e+01 1.750000e+01 9.884900e-04 0.000000e+00 1.110200e-04 +3.325000e+02 1.750000e+01 1.750000e+01 6.009400e-04 2.521500e-05 3.396300e-07 +3.700000e+02 2.000000e+01 2.000000e+01 3.612900e-04 1.601000e-05 2.103800e-05 +4.125000e+02 2.250000e+01 2.250000e+01 2.155900e-04 3.543600e-05 0.000000e+00 +4.575000e+02 2.250000e+01 2.250000e+01 1.092100e-04 2.428700e-06 4.792000e-06 +5.300000e+02 5.000000e+01 5.000000e+01 4.622000e-05 4.877400e-06 4.323600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.567800e-05 0.000000e+00 1.910600e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.466200e-06 5.122400e-07 4.625500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d23-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d23-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.258400e-03 2.478400e-04 2.465506e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.317000e-03 4.732787e-04 4.975421e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.335500e-03 2.929429e-04 2.899776e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.543400e-03 2.794172e-04 2.773066e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.532000e-03 2.552473e-04 2.486133e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.887200e-03 2.285658e-04 2.546337e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.656500e-03 1.536124e-04 1.446930e-04 +2.250000e+02 3.500000e+01 3.500000e+01 9.632900e-04 1.614283e-04 1.612225e-04 +3.775000e+02 1.175000e+02 1.175000e+02 2.131500e-04 2.621424e-05 2.707416e-05 +6.975000e+02 2.025000e+02 2.025000e+02 9.516400e-06 5.034262e-06 5.433003e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d23-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d23-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.528200e-03 1.405600e-04 1.683900e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.247400e-03 2.281100e-04 3.308900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.673100e-03 2.222800e-04 2.188800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.450300e-03 2.732900e-04 1.859700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.162500e-03 1.765200e-04 1.659600e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.991400e-03 2.047300e-04 1.181500e-04 +1.750000e+02 1.500000e+01 1.500000e+01 2.111500e-03 1.062500e-04 1.279900e-04 +2.250000e+02 3.500000e+01 3.500000e+01 1.188400e-03 5.249100e-05 6.289000e-05 +3.775000e+02 1.175000e+02 1.175000e+02 2.516800e-04 1.395700e-05 1.453300e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.784200e-05 2.873500e-06 2.562100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d23-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d23-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.482800e-03 0.000000e+00 7.189300e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.102400e-03 2.311000e-04 4.403700e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.712400e-03 9.401500e-05 4.128700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.438900e-03 2.221700e-04 6.095100e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.079300e-03 3.305300e-05 9.262400e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.988700e-03 1.729900e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 2.095100e-03 2.791900e-05 6.174700e-05 +2.250000e+02 3.500000e+01 3.500000e+01 1.214200e-03 1.386900e-04 0.000000e+00 +3.775000e+02 1.175000e+02 1.175000e+02 2.696700e-04 9.227000e-06 5.146700e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.057000e-05 1.321200e-06 2.035000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d24-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d24-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 7.792800e-02 1.833950e-02 2.044247e-02 +5.000000e-01 1.000000e-01 1.000000e-01 2.777000e-01 3.353918e-02 3.287087e-02 +6.500000e-01 5.000000e-02 5.000000e-02 5.535500e-01 1.147128e-01 1.149884e-01 +7.500000e-01 5.000000e-02 5.000000e-02 1.213500e+00 9.393261e-02 8.723704e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.941600e+00 1.238391e-01 1.213781e-01 +8.750000e-01 2.500000e-02 2.500000e-02 3.154000e+00 1.771312e-01 1.804688e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.147900e+00 1.903174e-01 1.964199e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.488100e+00 2.557388e-01 2.468413e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d24-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d24-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.481400e-01 7.422900e-03 1.018000e-02 +5.000000e-01 1.000000e-01 1.000000e-01 2.978800e-01 1.936400e-02 1.543200e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.244600e-01 3.123400e-02 4.417800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.183200e+00 8.480900e-02 4.072400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.941900e+00 1.156800e-01 8.972900e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.802800e+00 9.223500e-02 1.075400e-01 +9.250000e-01 2.500000e-02 2.500000e-02 3.972600e+00 1.421300e-01 1.463800e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.290700e+00 1.398500e-01 1.998700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d24-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d24-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.402500e-01 4.252400e-03 5.770500e-03 +5.000000e-01 1.000000e-01 1.000000e-01 2.961400e-01 2.774800e-02 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.922800e-01 3.841900e-02 5.191000e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.102700e+00 1.762800e-02 2.989200e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.913100e+00 1.261300e-01 0.000000e+00 +8.750000e-01 2.500000e-02 2.500000e-02 2.759400e+00 0.000000e+00 7.099200e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.061100e+00 9.978600e-02 2.478700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.569800e+00 3.652600e-03 2.650900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d25-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d25-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.027700e-01 9.284787e-03 9.227062e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.838100e-01 1.233425e-02 1.257055e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.438500e-01 1.876639e-02 1.754049e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.291500e-01 3.401404e-02 3.406569e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.785700e-01 2.200760e-02 2.200187e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.159900e-01 2.129066e-02 2.405541e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.788200e-01 1.544991e-02 1.579130e-02 +6.000000e+00 4.000000e-01 4.000000e-01 1.215900e-01 1.367189e-02 1.521664e-02 +7.600000e+00 1.200000e+00 1.200000e+00 6.214200e-03 2.677408e-03 2.737504e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d25-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d25-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.066400e-02 4.421900e-03 4.128500e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.714600e-01 7.679800e-03 5.540700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.656100e-01 1.087200e-02 1.152200e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.485400e-01 1.454300e-02 1.433000e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.994800e-01 1.183400e-02 2.470300e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.057100e-01 1.219700e-02 1.611700e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.951700e-01 1.185300e-02 1.213600e-02 +6.000000e+00 4.000000e-01 4.000000e-01 1.098900e-01 1.019300e-02 4.662600e-03 +7.600000e+00 1.200000e+00 1.200000e+00 6.909200e-03 6.352300e-04 1.011000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d25-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d25-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.076300e-01 3.993700e-03 8.913900e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.962200e-01 9.356800e-03 2.597900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.810500e-01 6.926700e-03 8.369800e-04 +4.200000e+00 2.000000e-01 2.000000e-01 3.349500e-01 4.193800e-04 2.094800e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.700100e-01 1.136200e-02 3.674700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.729400e-01 6.101600e-03 3.562200e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.694300e-01 1.992400e-02 5.923400e-03 +6.000000e+00 4.000000e-01 4.000000e-01 1.083900e-01 3.305500e-03 1.056900e-03 +7.600000e+00 1.200000e+00 1.200000e+00 7.858400e-03 5.538000e-04 1.633700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d26-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d26-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 7.061400e-03 1.064172e-03 1.166735e-03 +1.050000e+02 1.000000e+01 1.000000e+01 6.470000e-03 3.293624e-04 3.673980e-04 +1.250000e+02 1.000000e+01 1.000000e+01 6.337500e-03 3.588134e-04 3.547634e-04 +1.475000e+02 1.250000e+01 1.250000e+01 5.433300e-03 3.102824e-04 2.928755e-04 +1.725000e+02 1.250000e+01 1.250000e+01 3.797800e-03 2.339298e-04 2.325058e-04 +1.975000e+02 1.250000e+01 1.250000e+01 2.992900e-03 2.077934e-04 2.042392e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.608500e-03 1.839223e-04 1.741546e-04 +2.575000e+02 1.750000e+01 1.750000e+01 1.702400e-03 3.165812e-04 3.128749e-04 +2.975000e+02 2.250000e+01 2.250000e+01 1.628000e-03 1.310364e-04 1.308917e-04 +3.525000e+02 3.250000e+01 3.250000e+01 9.601900e-04 8.899306e-05 8.566333e-05 +5.350000e+02 1.500000e+02 1.500000e+02 1.960700e-04 1.723922e-05 1.863530e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d26-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d26-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.578400e-03 5.966600e-04 3.197200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.212200e-03 2.801000e-04 3.227200e-04 +1.250000e+02 1.000000e+01 1.000000e+01 5.955100e-03 2.508000e-04 4.340100e-04 +1.475000e+02 1.250000e+01 1.250000e+01 5.489000e-03 2.305000e-04 2.332200e-04 +1.725000e+02 1.250000e+01 1.250000e+01 4.288800e-03 1.579800e-04 1.869900e-04 +1.975000e+02 1.250000e+01 1.250000e+01 3.477000e-03 1.483100e-04 1.883500e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.772200e-03 1.528500e-04 1.139600e-04 +2.575000e+02 1.750000e+01 1.750000e+01 2.035600e-03 1.042500e-04 9.601300e-05 +2.975000e+02 2.250000e+01 2.250000e+01 1.496700e-03 7.260700e-05 7.050600e-05 +3.525000e+02 3.250000e+01 3.250000e+01 9.374200e-04 5.267400e-05 4.572600e-05 +5.350000e+02 1.500000e+02 1.500000e+02 1.963800e-04 1.181100e-05 1.111400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d26-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d26-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.831200e-03 4.644500e-04 4.732400e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.519100e-03 1.282800e-04 7.878400e-04 +1.250000e+02 1.000000e+01 1.000000e+01 5.305900e-03 8.813600e-05 0.000000e+00 +1.475000e+02 1.250000e+01 1.250000e+01 5.052000e-03 2.434500e-04 0.000000e+00 +1.725000e+02 1.250000e+01 1.250000e+01 4.294600e-03 4.349200e-06 1.952300e-04 +1.975000e+02 1.250000e+01 1.250000e+01 3.480000e-03 5.434700e-05 1.523500e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.806800e-03 1.424300e-04 2.433900e-04 +2.575000e+02 1.750000e+01 1.750000e+01 2.143500e-03 5.080400e-05 8.905100e-05 +2.975000e+02 2.250000e+01 2.250000e+01 1.584100e-03 6.944500e-05 2.519100e-06 +3.525000e+02 3.250000e+01 3.250000e+01 1.094700e-03 4.639700e-05 0.000000e+00 +5.350000e+02 1.500000e+02 1.500000e+02 2.456800e-04 1.835600e-05 2.551400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d27-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d27-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.257700e-03 1.623662e-04 1.653812e-04 +3.750000e+01 1.250000e+01 1.250000e+01 6.563800e-03 2.487683e-04 2.756686e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.973900e-03 2.053310e-04 2.372230e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.919800e-03 1.744184e-04 1.741189e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.670500e-03 1.955170e-04 1.381912e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.886200e-03 1.007903e-04 9.622518e-05 +2.425000e+02 1.750000e+01 1.750000e+01 8.675200e-04 1.233013e-04 1.234435e-04 +2.800000e+02 2.000000e+01 2.000000e+01 6.001300e-04 5.349723e-05 5.411056e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.514500e-04 2.874679e-05 2.858273e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.329700e-05 2.901476e-06 3.023483e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d27-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d27-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.755900e-03 1.017500e-04 7.707800e-05 +3.750000e+01 1.250000e+01 1.250000e+01 6.177100e-03 1.755200e-04 1.251900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.487600e-03 1.485600e-04 1.361700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.600100e-03 1.306300e-04 1.369300e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.926100e-03 8.067300e-05 6.140100e-05 +1.925000e+02 3.250000e+01 3.250000e+01 2.004200e-03 4.039700e-05 4.930600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 1.050700e-03 4.280800e-05 4.607100e-05 +2.800000e+02 2.000000e+01 2.000000e+01 6.548500e-04 3.254000e-05 4.616100e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.038700e-04 9.460900e-06 7.438700e-06 +6.975000e+02 2.025000e+02 2.025000e+02 1.462000e-05 1.617800e-06 1.771000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d27-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d27-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.744500e-03 0.000000e+00 2.339700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 6.356200e-03 1.458600e-04 2.980300e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.649100e-03 1.653000e-04 3.590900e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.556100e-03 4.738600e-05 1.476900e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.854600e-03 9.694100e-05 1.502500e-06 +1.925000e+02 3.250000e+01 3.250000e+01 1.953600e-03 6.338800e-05 4.010600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 1.029700e-03 4.858100e-05 1.291200e-05 +2.800000e+02 2.000000e+01 2.000000e+01 6.563300e-04 2.005900e-05 7.254200e-06 +3.975000e+02 9.750000e+01 9.750000e+01 2.035700e-04 8.780400e-06 2.288400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.754000e-05 1.256100e-06 9.459300e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d28-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d28-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 8.706500e-02 2.170353e-02 2.178045e-02 +3.750000e-01 1.250000e-01 1.250000e-01 1.265700e-01 4.358021e-02 2.914534e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.748600e-01 3.738424e-02 4.124443e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.011700e+00 7.569924e-02 7.551336e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.398700e+00 8.535977e-02 8.444028e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.036100e+00 9.061304e-02 8.999392e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.042100e+00 1.075387e-01 1.036678e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.212000e+00 1.340380e-01 1.617700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.331700e+00 2.198388e-01 2.293161e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d28-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d28-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 1.243900e-01 5.131200e-03 1.539400e-02 +3.750000e-01 1.250000e-01 1.250000e-01 2.045100e-01 1.311900e-02 6.579400e-03 +6.000000e-01 1.000000e-01 1.000000e-01 5.148300e-01 1.374800e-02 1.912400e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.030800e+00 3.500500e-02 5.802000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.446300e+00 8.176300e-02 3.934900e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.991200e+00 5.634400e-02 6.071800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.812400e+00 5.698900e-02 6.058900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.918900e+00 9.251200e-02 6.713300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.096700e+00 1.557500e-01 8.200400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d28-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d28-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 1.046400e-01 3.977000e-03 1.583100e-03 +3.750000e-01 1.250000e-01 1.250000e-01 1.648700e-01 3.159600e-05 7.198300e-03 +6.000000e-01 1.000000e-01 1.000000e-01 4.451500e-01 2.469100e-02 5.824100e-03 +7.250000e-01 2.500000e-02 2.500000e-02 9.015000e-01 1.333400e-02 1.073400e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.353000e+00 0.000000e+00 6.110200e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.031900e+00 1.544200e-01 0.000000e+00 +8.750000e-01 2.500000e-02 2.500000e-02 2.827800e+00 3.145600e-02 9.867400e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.134200e+00 1.714900e-02 8.474300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.623500e+00 0.000000e+00 1.282500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d29-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d29-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.430700e-01 1.253435e-02 1.231821e-02 +2.600000e+00 2.000000e-01 2.000000e-01 1.790300e-01 1.345455e-02 1.506671e-02 +3.000000e+00 2.000000e-01 2.000000e-01 1.997600e-01 1.358385e-02 1.421876e-02 +3.400000e+00 2.000000e-01 2.000000e-01 2.630500e-01 1.357823e-02 1.792132e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.858900e-01 1.594253e-02 1.480967e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.386800e-01 1.754336e-02 1.759609e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.687900e-01 1.381005e-02 1.354887e-02 +5.000000e+00 2.000000e-01 2.000000e-01 3.283800e-01 1.920619e-02 2.248360e-02 +5.600000e+00 4.000000e-01 4.000000e-01 1.646500e-01 2.112049e-02 1.518484e-02 +7.400000e+00 1.400000e+00 1.400000e+00 9.151600e-03 2.320183e-03 2.192566e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d29-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d29-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.280800e-01 4.758900e-03 4.389700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 1.568500e-01 4.937800e-03 4.781300e-03 +3.000000e+00 2.000000e-01 2.000000e-01 1.955100e-01 6.700000e-03 5.085700e-03 +3.400000e+00 2.000000e-01 2.000000e-01 2.413800e-01 5.695000e-03 9.029900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.949700e-01 8.067700e-03 6.334000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.452600e-01 6.758400e-03 1.114200e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.761700e-01 7.417700e-03 1.191400e-02 +5.000000e+00 2.000000e-01 2.000000e-01 3.576400e-01 1.030500e-02 8.193400e-03 +5.600000e+00 4.000000e-01 4.000000e-01 1.684000e-01 5.452200e-03 3.752600e-03 +7.400000e+00 1.400000e+00 1.400000e+00 9.619900e-03 9.155800e-04 4.311900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d29-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d29-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.568600e-01 1.511500e-02 6.459200e-04 +2.600000e+00 2.000000e-01 2.000000e-01 1.910300e-01 8.064500e-04 4.665200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 2.302600e-01 8.200800e-03 1.013200e-02 +3.400000e+00 2.000000e-01 2.000000e-01 2.696500e-01 0.000000e+00 4.731600e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.036400e-01 1.827400e-03 7.172600e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.307800e-01 6.617800e-03 2.997700e-03 +4.600000e+00 2.000000e-01 2.000000e-01 3.329300e-01 4.209300e-03 2.642500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.061800e-01 4.385700e-03 1.351500e-02 +5.600000e+00 4.000000e-01 4.000000e-01 1.529600e-01 3.437700e-03 7.283700e-03 +7.400000e+00 1.400000e+00 1.400000e+00 1.039600e-02 1.316000e-03 8.042500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d30-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d30-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.704800e-03 5.786448e-04 5.807020e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.227000e-03 6.148538e-04 4.409379e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.355700e-03 2.211034e-04 2.218206e-04 +1.525000e+02 1.250000e+01 1.250000e+01 4.681600e-03 1.876372e-04 1.781726e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.751700e-03 1.616567e-04 1.639011e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.110000e-03 1.444692e-04 1.560933e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.619900e-03 1.296107e-04 1.426961e-04 +2.650000e+02 1.500000e+01 1.500000e+01 2.080900e-03 1.782366e-04 1.793572e-04 +2.975000e+02 1.750000e+01 1.750000e+01 1.918000e-03 1.083583e-04 1.236735e-04 +3.325000e+02 1.750000e+01 1.750000e+01 1.464200e-03 1.512991e-04 1.650513e-04 +3.700000e+02 2.000000e+01 2.000000e+01 1.158300e-03 7.593764e-05 8.961609e-05 +4.125000e+02 2.250000e+01 2.250000e+01 7.211700e-04 6.090580e-05 5.800696e-05 +4.575000e+02 2.250000e+01 2.250000e+01 4.317400e-04 4.128534e-05 3.979584e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.047400e-04 2.085416e-05 2.066163e-05 +7.300000e+02 1.500000e+02 1.500000e+02 2.924600e-05 5.181227e-06 5.514166e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d30-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d30-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.437700e-03 2.230800e-04 2.381700e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.225800e-03 2.767100e-04 1.200700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.251900e-03 1.201000e-04 2.268100e-04 +1.525000e+02 1.250000e+01 1.250000e+01 4.670800e-03 1.036400e-04 1.991500e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.984900e-03 9.313200e-05 1.327500e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.343600e-03 9.703100e-05 7.760900e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.721100e-03 7.529100e-05 7.913600e-05 +2.650000e+02 1.500000e+01 1.500000e+01 2.209900e-03 8.930000e-05 6.330600e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.781400e-03 5.228200e-05 6.618200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 1.418800e-03 6.033800e-05 5.262400e-05 +3.700000e+02 2.000000e+01 2.000000e+01 1.045200e-03 4.326200e-05 4.865100e-05 +4.125000e+02 2.250000e+01 2.250000e+01 6.916200e-04 3.261800e-05 2.888700e-05 +4.575000e+02 2.250000e+01 2.250000e+01 4.236500e-04 2.255500e-05 2.370100e-05 +5.300000e+02 5.000000e+01 5.000000e+01 1.947200e-04 1.421700e-05 1.172900e-05 +7.300000e+02 1.500000e+02 1.500000e+02 3.171700e-05 2.949400e-06 2.716600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d30-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d30-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.211800e-03 3.042300e-04 3.552600e-04 +1.050000e+02 1.000000e+01 1.000000e+01 4.461900e-03 0.000000e+00 4.569800e-04 +1.275000e+02 1.250000e+01 1.250000e+01 4.473100e-03 1.056900e-04 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 4.290300e-03 1.220900e-04 0.000000e+00 +1.775000e+02 1.250000e+01 1.250000e+01 3.976900e-03 5.031500e-05 0.000000e+00 +2.050000e+02 1.500000e+01 1.500000e+01 3.256600e-03 0.000000e+00 1.321200e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.786900e-03 6.025400e-05 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.357500e-03 0.000000e+00 8.507400e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.966600e-03 6.833900e-05 7.402300e-05 +3.325000e+02 1.750000e+01 1.750000e+01 1.672100e-03 4.136400e-05 1.510000e-05 +3.700000e+02 2.000000e+01 2.000000e+01 1.257900e-03 6.745200e-05 0.000000e+00 +4.125000e+02 2.250000e+01 2.250000e+01 8.565200e-04 1.101700e-04 2.713300e-06 +4.575000e+02 2.250000e+01 2.250000e+01 5.077800e-04 2.648200e-06 2.871000e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.504900e-04 1.100700e-05 2.467000e-05 +7.300000e+02 1.500000e+02 1.500000e+02 4.310800e-05 7.085000e-07 1.368100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d31-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d31-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.789000e+00 7.290329e-02 7.287356e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.582600e+00 7.671012e-02 7.482703e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.500900e+00 7.179555e-02 7.216504e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.106300e+00 6.265183e-02 5.067478e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.775100e-01 4.661478e-02 4.753280e-02 +7.500000e-01 1.000000e-01 1.000000e-01 3.650300e-01 2.890584e-02 2.938186e-02 +1.025000e+00 1.750000e-01 1.750000e-01 1.114400e-01 9.694101e-03 9.780663e-03 +1.850000e+00 6.500000e-01 6.500000e-01 9.433400e-03 1.232201e-03 1.246403e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d31-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d31-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.613000e+00 4.421500e-02 2.545300e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.565600e+00 3.100800e-02 4.651200e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.584800e+00 3.716700e-02 5.156000e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.183700e+00 1.901300e-02 3.285300e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.755200e-01 2.356900e-02 3.262800e-02 +7.500000e-01 1.000000e-01 1.000000e-01 3.992400e-01 1.308700e-02 1.307100e-02 +1.025000e+00 1.750000e-01 1.750000e-01 1.105900e-01 6.835800e-03 4.705500e-03 +1.850000e+00 6.500000e-01 6.500000e-01 7.813600e-03 6.471200e-04 6.451700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d31-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d31-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.622400e+00 4.205100e-03 2.895500e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.558300e+00 0.000000e+00 2.982000e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.556800e+00 0.000000e+00 2.726000e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.158300e+00 1.185900e-02 0.000000e+00 +6.000000e-01 5.000000e-02 5.000000e-02 7.657600e-01 2.603800e-02 1.830100e-03 +7.500000e-01 1.000000e-01 1.000000e-01 4.100700e-01 1.227900e-02 2.983300e-03 +1.025000e+00 1.750000e-01 1.750000e-01 1.244700e-01 8.628700e-03 0.000000e+00 +1.850000e+00 6.500000e-01 6.500000e-01 8.707600e-03 7.867400e-04 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d32-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d32-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.237200e+00 7.213350e-02 7.015125e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.466400e+00 1.038116e-01 8.555071e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.649600e+00 4.762733e-02 4.750989e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.427300e+00 5.380471e-02 5.434899e-02 +6.750000e-01 1.250000e-01 1.250000e-01 6.488400e-01 2.961493e-02 3.110388e-02 +9.000000e-01 1.000000e-01 1.000000e-01 1.522100e-01 1.512202e-02 1.526235e-02 +1.750000e+00 7.500000e-01 7.500000e-01 9.076000e-03 1.246709e-03 1.355970e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d32-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d32-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.287400e+00 3.781000e-02 6.025500e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.477600e+00 5.827900e-02 4.128500e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.694100e+00 3.660300e-02 2.931100e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.396600e+00 2.933300e-02 3.526100e-02 +6.750000e-01 1.250000e-01 1.250000e-01 6.244600e-01 1.603100e-02 1.809900e-02 +9.000000e-01 1.000000e-01 1.000000e-01 1.460900e-01 1.024100e-02 8.134300e-03 +1.750000e+00 7.500000e-01 7.500000e-01 6.797500e-03 4.949300e-04 6.945100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d32-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d32-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.192800e+00 6.288400e-02 4.246400e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.397100e+00 7.380800e-02 2.195100e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.613800e+00 0.000000e+00 2.917300e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.441400e+00 1.179200e-02 5.354800e-02 +6.750000e-01 1.250000e-01 1.250000e-01 7.026000e-01 2.780900e-02 9.095100e-03 +9.000000e-01 1.000000e-01 1.000000e-01 1.771200e-01 1.216100e-02 7.301300e-03 +1.750000e+00 7.500000e-01 7.500000e-01 8.006300e-03 5.803800e-04 5.083400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d33-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d33-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.393500e-01 2.046922e-02 1.981563e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.923000e-01 1.044840e-02 9.031703e-03 +2.000000e+00 5.000000e-01 5.000000e-01 1.174800e-01 8.355426e-03 9.773928e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.733500e-02 5.198399e-03 5.468499e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.353500e-02 3.708086e-03 3.370465e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d33-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d33-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.474800e-01 1.055500e-02 1.394400e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.919700e-01 8.680100e-03 6.940400e-03 +2.000000e+00 5.000000e-01 5.000000e-01 1.117600e-01 4.303400e-03 3.381900e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.529200e-02 2.780700e-03 2.294700e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.349000e-02 1.089000e-03 1.037400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d33-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d33-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.228100e-01 2.099700e-02 1.563000e-02 +1.000000e+00 5.000000e-01 5.000000e-01 3.077200e-01 8.596300e-03 1.270600e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.213500e-01 7.037800e-03 6.302600e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.816700e-02 1.169500e-03 1.169800e-03 +6.000000e+00 2.500000e+00 2.500000e+00 9.951600e-03 0.000000e+00 1.158600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d34-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d34-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.737500e-03 1.666680e-04 1.850338e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.921900e-03 6.047142e-05 6.091175e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.124600e-03 2.855445e-05 2.857154e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.472600e-03 2.917853e-05 2.275483e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.000300e-03 2.430507e-05 2.304261e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.689200e-04 2.167312e-05 2.336882e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.484100e-04 1.673976e-05 1.533606e-05 +1.150000e+03 5.000000e+01 5.000000e+01 2.937000e-04 1.499780e-05 1.309657e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.893900e-04 1.337960e-05 1.066005e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.209200e-04 8.375443e-06 1.088039e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.968000e-05 3.780448e-06 4.312506e-06 +2.350000e+03 3.500000e+02 3.500000e+02 8.636700e-06 1.116252e-06 9.972329e-07 +3.350000e+03 6.500000e+02 6.500000e+02 8.821400e-07 2.022031e-07 1.899388e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d34-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d34-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.643700e-03 8.146100e-05 2.662300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.853800e-03 1.940300e-05 2.587500e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.064700e-03 1.499400e-05 8.612500e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.456700e-03 2.873500e-05 1.187400e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.002000e-03 1.017100e-05 1.075200e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.842000e-04 8.243100e-06 1.212200e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.599900e-04 6.143000e-06 1.678700e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.178400e-04 6.939300e-06 1.238900e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.102500e-04 5.147200e-06 5.221800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.307600e-04 3.959200e-06 3.100100e-06 +1.750000e+03 2.500000e+02 2.500000e+02 5.488200e-05 1.225500e-06 1.150300e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.158000e-05 5.154300e-07 5.177500e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.213000e-06 9.985200e-08 1.359400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d34-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d34-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.618200e-03 6.847200e-05 6.017500e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.849700e-03 3.701800e-05 3.216100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.052900e-03 1.594100e-05 1.315600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.458200e-03 1.114000e-06 9.146000e-07 +8.325000e+02 4.750000e+01 4.750000e+01 1.010400e-03 6.761400e-06 7.484600e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.917300e-04 8.662100e-06 1.000900e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.584500e-04 8.445500e-06 9.649900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.190100e-04 7.767700e-06 8.926800e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.119300e-04 6.337300e-06 7.338900e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.337400e-04 5.026900e-06 6.102400e-06 +1.750000e+03 2.500000e+02 2.500000e+02 5.519400e-05 2.702400e-06 3.198300e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.139900e-05 7.966200e-07 9.631000e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.200700e-06 1.172900e-07 1.468400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d34-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d34-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.419400e-03 2.626300e-05 5.177600e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.715500e-03 8.987800e-06 4.218100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.999800e-03 0.000000e+00 2.834800e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.433200e-03 9.737800e-06 2.960100e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.041500e-03 5.033900e-05 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 7.136400e-04 2.509100e-07 5.515000e-06 +1.042500e+03 5.750000e+01 5.750000e+01 4.869900e-04 2.471000e-06 7.331000e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.432200e-04 4.655800e-06 4.298100e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.380700e-04 6.638500e-06 8.833200e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.504600e-04 7.648400e-06 2.034700e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.552800e-05 2.774300e-06 1.296900e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.399400e-05 5.862100e-07 9.503400e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.561600e-06 1.630900e-07 4.800100e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d35-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d35-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.933500e-03 1.324270e-04 1.319493e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.076500e-03 2.131621e-04 2.487014e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.869700e-03 1.732412e-04 1.825174e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.002900e-03 8.404852e-05 8.337837e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.080100e-03 1.263419e-04 1.181810e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.865600e-03 1.729448e-04 1.439489e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.838500e-03 1.101198e-04 1.039252e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.080300e-03 5.540438e-05 5.189075e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.179600e-04 2.886477e-05 3.012354e-05 +2.800000e+02 2.000000e+01 2.000000e+01 3.684100e-04 2.177920e-05 2.205978e-05 +3.975000e+02 9.750000e+01 9.750000e+01 7.096900e-05 9.637562e-06 9.983116e-06 +6.975000e+02 2.025000e+02 2.025000e+02 3.443500e-06 7.049974e-07 7.278381e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d35-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d35-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.378700e-03 1.517600e-04 2.223800e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.469400e-03 5.101500e-05 9.025600e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.440900e-03 8.244400e-05 5.268400e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.978500e-03 5.811300e-05 5.480200e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.359900e-03 4.094500e-05 5.730000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.055200e-03 4.307600e-05 3.026300e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.039900e-03 2.614000e-05 3.703500e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.260800e-03 2.183900e-05 1.994800e-05 +2.425000e+02 1.750000e+01 1.750000e+01 7.283000e-04 1.380700e-05 2.572100e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.181900e-04 1.488400e-05 1.552900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.091700e-04 3.234800e-06 3.558500e-06 +6.975000e+02 2.025000e+02 2.025000e+02 5.000600e-06 5.161700e-07 3.977300e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d35-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d35-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.571100e-03 1.697800e-04 1.550400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.492700e-03 1.936100e-04 1.751200e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.208200e-03 3.438500e-05 2.906200e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.853800e-03 4.013100e-05 4.118000e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.251100e-03 5.415300e-05 6.164000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.028000e-03 6.964700e-05 8.156600e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.051300e-03 4.503300e-05 5.197900e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.272000e-03 2.845900e-05 3.138100e-05 +2.425000e+02 1.750000e+01 1.750000e+01 7.714900e-04 1.860300e-05 1.992900e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.548600e-04 1.108800e-05 1.158100e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.260500e-04 3.504100e-06 3.557000e-06 +6.975000e+02 2.025000e+02 2.025000e+02 6.537500e-06 2.475100e-07 2.579500e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d35-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d35-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.356900e-03 5.197500e-05 2.060400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.602500e-03 1.209700e-04 6.166400e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.512700e-03 1.501000e-04 5.842200e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.991900e-03 0.000000e+00 1.600700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.327700e-03 1.226200e-05 8.728600e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.046000e-03 1.050400e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.995200e-03 2.327300e-05 1.004600e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.202900e-03 4.973400e-05 0.000000e+00 +2.425000e+02 1.750000e+01 1.750000e+01 7.151500e-04 8.055100e-06 1.557800e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.119800e-04 1.447900e-05 2.620800e-06 +3.975000e+02 9.750000e+01 9.750000e+01 1.087000e-04 5.432200e-06 3.744600e-06 +6.975000e+02 2.025000e+02 2.025000e+02 6.240200e-06 5.432900e-07 6.584400e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d36-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d36-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 8.122500e-02 1.352140e-02 1.326180e-02 +2.250000e-01 7.500000e-02 7.500000e-02 1.143700e-01 1.663477e-02 1.142533e-02 +3.500000e-01 5.000000e-02 5.000000e-02 1.271500e-01 1.512681e-02 1.596400e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.161500e-01 1.867401e-02 1.905356e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.501200e-01 2.792869e-02 2.667234e-02 +6.250000e-01 2.500000e-02 2.500000e-02 5.917600e-01 4.321160e-02 3.926561e-02 +6.750000e-01 2.500000e-02 2.500000e-02 7.344900e-01 4.441159e-02 4.303239e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.009500e+00 6.632819e-02 6.590522e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.519000e+00 3.722584e-02 3.723416e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.206900e+00 3.835284e-02 3.784168e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.029600e+00 5.015113e-02 5.043382e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.928900e+00 7.383253e-02 7.527868e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.006300e+00 9.790021e-02 1.114479e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d36-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d36-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.202300e-01 6.211600e-03 3.741400e-03 +2.250000e-01 7.500000e-02 7.500000e-02 1.409700e-01 3.038600e-03 4.526800e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.901900e-01 4.926700e-03 5.335500e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.664800e-01 5.314100e-03 8.613400e-03 +5.500000e-01 5.000000e-02 5.000000e-02 4.124900e-01 6.902700e-03 8.398800e-03 +6.250000e-01 2.500000e-02 2.500000e-02 6.083600e-01 1.381700e-02 1.152200e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.041500e-01 1.701300e-02 1.363700e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.107700e+00 2.066300e-02 1.472900e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.518200e+00 2.071200e-02 1.947000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.090800e+00 2.068100e-02 2.676800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.869400e+00 2.542300e-02 3.118400e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.800300e+00 3.654600e-02 4.110300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.679200e+00 7.771600e-02 6.736700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d36-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d36-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.176200e-01 3.778900e-03 4.656300e-03 +2.250000e-01 7.500000e-02 7.500000e-02 1.375700e-01 4.262000e-03 5.147900e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.808400e-01 6.312800e-03 8.116400e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.441600e-01 6.809900e-03 8.501300e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.905200e-01 1.402100e-02 1.647000e-02 +6.250000e-01 2.500000e-02 2.500000e-02 5.466100e-01 1.315500e-02 1.498300e-02 +6.750000e-01 2.500000e-02 2.500000e-02 7.337600e-01 1.618400e-02 1.883900e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.016900e+00 2.104600e-02 2.477700e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.422900e+00 2.068500e-02 2.250500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.009400e+00 1.773700e-02 1.814300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.840200e+00 4.614300e-03 4.046000e-03 +9.250000e-01 2.500000e-02 2.500000e-02 3.950600e+00 5.492300e-02 4.720000e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.083000e+00 1.370900e-01 1.194200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d36-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d36-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.046500e-01 3.535600e-03 8.375800e-04 +2.250000e-01 7.500000e-02 7.500000e-02 1.217600e-01 2.058000e-03 9.735300e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.587500e-01 4.002300e-03 1.130700e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.222200e-01 5.742900e-04 4.499800e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.518000e-01 1.010000e-02 0.000000e+00 +6.250000e-01 2.500000e-02 2.500000e-02 5.401200e-01 3.005400e-02 2.790100e-03 +6.750000e-01 2.500000e-02 2.500000e-02 7.204000e-01 7.377300e-03 3.319600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.026600e+00 1.074000e-02 5.218800e-03 +7.750000e-01 2.500000e-02 2.500000e-02 1.454700e+00 3.734400e-03 3.749400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.097200e+00 2.579900e-02 5.751100e-03 +8.750000e-01 2.500000e-02 2.500000e-02 2.942800e+00 2.987300e-02 2.919000e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.039700e+00 5.567300e-02 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.033700e+00 1.585000e-02 8.495600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d37-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d37-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.985700e-01 1.264129e-02 1.152023e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.687100e-01 1.111696e-02 1.148468e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.271100e-01 8.868828e-03 1.018768e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.621200e-01 6.921333e-03 7.511135e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.161900e-01 8.640365e-03 8.613727e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.586500e-01 9.151680e-03 8.764364e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.411400e-01 6.786680e-03 7.270510e-03 +5.000000e+00 2.000000e-01 2.000000e-01 6.789800e-02 5.659691e-03 5.623306e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.495100e-02 4.305751e-03 3.045384e-03 +6.200000e+00 2.000000e-01 2.000000e-01 7.071900e-03 1.694080e-03 1.603269e-03 +7.600000e+00 1.200000e+00 1.200000e+00 4.397200e-04 1.957244e-04 1.706019e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d37-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d37-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.926100e-01 3.939500e-03 6.037100e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.558500e-01 3.746400e-03 5.975100e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.221100e-01 6.806300e-03 9.456900e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.601500e-01 3.170700e-03 3.596300e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.175800e-01 3.367500e-03 3.143000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.593300e-01 6.356700e-03 4.381600e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.482900e-01 4.272500e-03 2.168500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 7.739500e-02 1.447900e-03 3.490300e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.780200e-02 8.388300e-04 6.688100e-04 +6.200000e+00 2.000000e-01 2.000000e-01 7.506600e-03 1.106900e-03 4.043100e-04 +7.600000e+00 1.200000e+00 1.200000e+00 5.968300e-04 4.654200e-05 8.824600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d37-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d37-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.591600e-01 3.434700e-03 2.984200e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.005800e-01 2.739500e-03 2.366900e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.335600e-01 2.705100e-03 2.007400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.421000e-01 1.271900e-03 1.053900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.767300e-01 1.434400e-03 1.638400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.322300e-01 2.152600e-03 2.474100e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.283400e-01 2.583100e-03 3.185700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 6.750400e-02 2.119900e-03 2.513800e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.488900e-02 1.221100e-03 1.629100e-03 +6.200000e+00 2.000000e-01 2.000000e-01 6.623800e-03 5.518200e-04 8.267500e-04 +7.600000e+00 1.200000e+00 1.200000e+00 5.661000e-04 6.045300e-05 9.118600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d37-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d37-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.276100e-01 5.166600e-03 7.224900e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.853200e-01 0.000000e+00 8.155000e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.378500e-01 1.011300e-02 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.483700e-01 3.856600e-03 2.567700e-04 +3.800000e+00 2.000000e-01 2.000000e-01 3.869000e-01 9.072800e-04 6.262900e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.362700e-01 9.595100e-04 2.763900e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.349000e-01 2.209400e-03 0.000000e+00 +5.000000e+00 2.000000e-01 2.000000e-01 7.258000e-02 3.110800e-03 4.607600e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.837600e-02 1.051000e-03 1.942900e-03 +6.200000e+00 2.000000e-01 2.000000e-01 8.507000e-03 1.396200e-03 6.039000e-05 +7.600000e+00 1.200000e+00 1.200000e+00 8.237200e-04 9.201200e-05 2.161600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d38-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d38-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.869000e-03 3.948115e-04 4.033031e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.557400e-03 2.631596e-04 2.844878e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.069300e-03 1.052295e-04 1.168430e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.146000e-03 1.066799e-04 9.007251e-05 +1.775000e+02 1.250000e+01 1.250000e+01 4.959700e-03 1.182551e-04 1.165410e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.550100e-03 1.126133e-04 1.104288e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.255600e-03 8.168077e-05 7.972379e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.423200e-03 7.170626e-05 6.679290e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.590200e-04 4.767594e-05 4.877268e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.796400e-04 3.442721e-05 3.512253e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.896300e-04 2.504993e-05 2.569215e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.568600e-04 1.225020e-05 1.136216e-05 +4.575000e+02 2.250000e+01 2.250000e+01 9.204500e-05 7.699796e-06 7.206928e-06 +5.300000e+02 5.000000e+01 5.000000e+01 3.546500e-05 3.495101e-06 3.369250e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.072900e-05 2.004789e-06 1.968167e-06 +8.425000e+02 1.575000e+02 1.575000e+02 8.339400e-07 4.776545e-07 4.762887e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d38-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d38-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.436400e-03 2.621100e-04 1.198200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.304600e-03 1.894900e-04 6.331200e-05 +1.275000e+02 1.250000e+01 1.250000e+01 7.010200e-03 5.837400e-05 2.559000e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.155500e-03 4.948800e-05 6.622200e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.032400e-03 4.417300e-05 6.964200e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.612600e-03 5.412500e-05 4.575400e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.326400e-03 3.693700e-05 4.843900e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.466300e-03 3.766600e-05 3.160500e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.918200e-04 1.844800e-05 2.695900e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.312500e-04 2.358500e-05 1.471100e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.085300e-04 1.075600e-05 1.423400e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.734100e-04 6.608300e-06 7.148200e-06 +4.575000e+02 2.250000e+01 2.250000e+01 9.624800e-05 4.621200e-06 5.063100e-06 +5.300000e+02 5.000000e+01 5.000000e+01 4.070400e-05 3.289000e-06 2.511600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.222500e-05 1.220900e-06 1.126500e-06 +8.425000e+02 1.575000e+02 1.575000e+02 1.957400e-06 3.419400e-07 2.825700e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d38-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d38-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.347700e-03 5.593500e-06 2.125700e-05 +1.050000e+02 1.000000e+01 1.000000e+01 6.296100e-03 3.499600e-05 4.331400e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.534200e-03 1.621500e-05 1.453300e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.079400e-03 3.335400e-05 2.739200e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.346200e-03 2.403300e-05 2.013900e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.902300e-03 9.939600e-06 9.665200e-06 +2.350000e+02 1.500000e+01 1.500000e+01 2.621200e-03 1.150100e-05 8.529200e-06 +2.650000e+02 1.500000e+01 1.500000e+01 1.716000e-03 1.480300e-05 1.257200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.045300e-03 1.269800e-05 1.169700e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.395200e-04 1.039300e-05 9.935800e-06 +3.700000e+02 2.000000e+01 2.000000e+01 3.847600e-04 7.477900e-06 7.646200e-06 +4.125000e+02 2.250000e+01 2.250000e+01 2.229400e-04 5.319300e-06 5.796600e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.229800e-04 3.147500e-06 3.560300e-06 +5.300000e+02 5.000000e+01 5.000000e+01 5.323500e-05 1.671100e-06 1.865300e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.583700e-05 6.502500e-07 7.454400e-07 +8.425000e+02 1.575000e+02 1.575000e+02 2.440700e-06 1.241700e-07 1.433200e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d38-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d38-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.467600e-03 9.445400e-05 2.360600e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.452300e-03 9.176200e-05 1.273600e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.593500e-03 7.974300e-05 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 6.153400e-03 0.000000e+00 2.644500e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.249700e-03 1.252900e-04 1.048800e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.835600e-03 0.000000e+00 1.197900e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.573000e-03 3.335500e-05 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 1.645000e-03 2.502300e-05 2.169700e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.016200e-03 6.174200e-06 3.150200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.441000e-04 2.990300e-05 0.000000e+00 +3.700000e+02 2.000000e+01 2.000000e+01 3.818400e-04 1.317600e-05 2.005300e-06 +4.125000e+02 2.250000e+01 2.250000e+01 2.231300e-04 1.822100e-05 5.658900e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.248600e-04 3.624900e-06 7.957200e-07 +5.300000e+02 5.000000e+01 5.000000e+01 5.546100e-05 1.851500e-06 4.965600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.801100e-05 0.000000e+00 2.178800e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.965100e-06 3.640400e-07 2.030200e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d39-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d39-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.364800e+00 4.846605e-02 4.635862e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.438400e+00 4.449730e-02 3.998126e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.374900e+00 4.223074e-02 3.748985e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.382400e+00 3.299463e-02 3.453453e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.179700e+00 3.464802e-02 3.301143e-02 +5.000000e-01 5.000000e-02 5.000000e-02 9.105100e-01 2.360182e-02 2.415564e-02 +6.000000e-01 5.000000e-02 5.000000e-02 8.281800e-01 2.391483e-02 2.558667e-02 +7.000000e-01 5.000000e-02 5.000000e-02 6.688400e-01 1.935545e-02 1.916168e-02 +8.000000e-01 5.000000e-02 5.000000e-02 4.460100e-01 1.780996e-02 1.922288e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.734100e-01 1.195067e-02 1.259264e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.806200e-01 1.542226e-02 1.597271e-02 +1.350000e+00 1.500000e-01 1.500000e-01 7.597300e-02 4.640969e-03 5.404275e-03 +1.650000e+00 1.500000e-01 1.500000e-01 2.107300e-02 2.790816e-03 2.953377e-03 +2.050000e+00 2.500000e-01 2.500000e-01 4.614500e-03 8.474705e-04 8.540180e-04 +2.650000e+00 3.500000e-01 3.500000e-01 4.433600e-04 1.912842e-04 1.796024e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d39-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d39-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.340000e+00 1.768700e-02 2.039800e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.348800e+00 1.951700e-02 1.607900e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.373300e+00 1.300200e-02 1.758900e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.418700e+00 2.053200e-02 1.947300e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.240500e+00 1.258900e-02 1.170700e-02 +5.000000e-01 5.000000e-02 5.000000e-02 9.534900e-01 1.867300e-02 1.011800e-02 +6.000000e-01 5.000000e-02 5.000000e-02 8.350400e-01 2.020900e-02 9.484200e-03 +7.000000e-01 5.000000e-02 5.000000e-02 6.629900e-01 8.855300e-03 1.124500e-02 +8.000000e-01 5.000000e-02 5.000000e-02 4.486800e-01 7.802100e-03 6.648800e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.894800e-01 4.710700e-03 5.610800e-03 +1.100000e+00 1.000000e-01 1.000000e-01 1.616600e-01 5.108400e-03 2.928100e-03 +1.350000e+00 1.500000e-01 1.500000e-01 6.796800e-02 1.961300e-03 1.556300e-03 +1.650000e+00 1.500000e-01 1.500000e-01 2.154800e-02 9.118300e-04 9.585000e-04 +2.050000e+00 2.500000e-01 2.500000e-01 4.198600e-03 3.015200e-04 3.839000e-04 +2.650000e+00 3.500000e-01 3.500000e-01 2.037400e-04 5.669200e-05 5.861100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d39-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d39-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.246500e+00 1.943300e-02 1.690500e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.252000e+00 2.007000e-02 1.785800e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.230100e+00 1.813900e-02 1.648500e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.257100e+00 1.764700e-02 1.598900e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.131600e+00 8.899400e-03 8.380200e-03 +5.000000e-01 5.000000e-02 5.000000e-02 9.962500e-01 7.983600e-03 9.595800e-03 +6.000000e-01 5.000000e-02 5.000000e-02 9.622300e-01 1.188700e-02 1.390700e-02 +7.000000e-01 5.000000e-02 5.000000e-02 7.572900e-01 1.006100e-02 1.134000e-02 +8.000000e-01 5.000000e-02 5.000000e-02 5.062100e-01 7.437400e-03 8.474900e-03 +9.250000e-01 7.500000e-02 7.500000e-02 3.514300e-01 8.886100e-03 9.969800e-03 +1.100000e+00 1.000000e-01 1.000000e-01 1.900700e-01 4.264200e-03 4.795900e-03 +1.350000e+00 1.500000e-01 1.500000e-01 8.502200e-02 1.929800e-03 2.018600e-03 +1.650000e+00 1.500000e-01 1.500000e-01 3.127600e-02 1.071000e-03 1.210700e-03 +2.050000e+00 2.500000e-01 2.500000e-01 5.223100e-03 2.560700e-04 2.875000e-04 +2.650000e+00 3.500000e-01 3.500000e-01 2.384800e-04 1.462000e-05 1.728000e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d39-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d39-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.403400e+00 3.298400e-02 0.000000e+00 +1.000000e-01 5.000000e-02 5.000000e-02 1.405200e+00 9.437700e-03 6.334600e-03 +2.000000e-01 5.000000e-02 5.000000e-02 1.413300e+00 1.851100e-02 2.031100e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.442900e+00 9.529100e-03 2.912800e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.225900e+00 1.891800e-02 2.859000e-03 +5.000000e-01 5.000000e-02 5.000000e-02 9.026700e-01 2.250600e-03 1.659600e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.963500e-01 1.087700e-02 1.878700e-02 +7.000000e-01 5.000000e-02 5.000000e-02 6.531900e-01 8.783100e-03 3.790500e-04 +8.000000e-01 5.000000e-02 5.000000e-02 4.262500e-01 0.000000e+00 1.540600e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.827300e-01 4.356200e-03 1.214400e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.580600e-01 3.746200e-03 1.291600e-03 +1.350000e+00 1.500000e-01 1.500000e-01 6.800000e-02 5.665800e-04 5.926800e-04 +1.650000e+00 1.500000e-01 1.500000e-01 2.147300e-02 7.799200e-04 4.937200e-04 +2.050000e+00 2.500000e-01 2.500000e-01 4.536500e-03 2.556900e-04 1.983600e-04 +2.650000e+00 3.500000e-01 3.500000e-01 1.892200e-04 6.747600e-05 6.935500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d40-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d40-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.092100e+00 3.106798e-02 3.155427e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.018500e+00 3.261042e-02 3.275854e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.162800e+00 2.888218e-02 2.932710e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.222600e+00 3.679887e-02 3.686037e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.265700e+00 4.198133e-02 3.813616e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.328900e+00 3.557280e-02 3.561967e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.357500e+00 3.641542e-02 3.624554e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.438400e+00 3.448402e-02 3.442345e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.314600e+00 3.158142e-02 3.158311e-02 +4.750000e-01 2.500000e-02 2.500000e-02 1.183600e+00 7.406805e-02 7.448768e-02 +5.250000e-01 2.500000e-02 2.500000e-02 1.161100e+00 3.762767e-02 3.800440e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.146800e+00 2.485644e-02 2.489803e-02 +6.250000e-01 2.500000e-02 2.500000e-02 1.010200e+00 3.103958e-02 3.050361e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.781000e-01 2.837291e-02 2.830434e-02 +7.250000e-01 2.500000e-02 2.500000e-02 7.318400e-01 2.162921e-02 2.185104e-02 +7.750000e-01 2.500000e-02 2.500000e-02 5.806800e-01 1.976100e-02 1.904239e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.710600e-01 1.722081e-02 1.747534e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.768200e-01 1.571927e-02 1.620136e-02 +9.250000e-01 2.500000e-02 2.500000e-02 2.961800e-01 1.371480e-02 1.385615e-02 +9.750000e-01 2.500000e-02 2.500000e-02 2.365800e-01 1.112368e-02 1.115901e-02 +1.025000e+00 2.500000e-02 2.500000e-02 1.879500e-01 1.031368e-02 1.003133e-02 +1.075000e+00 2.500000e-02 2.500000e-02 1.347400e-01 9.133185e-03 9.721705e-03 +1.125000e+00 2.500000e-02 2.500000e-02 1.007700e-01 7.617282e-03 7.873269e-03 +1.175000e+00 2.500000e-02 2.500000e-02 8.877400e-02 6.686759e-03 6.552150e-03 +1.250000e+00 5.000000e-02 5.000000e-02 5.083300e-02 3.534430e-03 3.516280e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.948700e-02 3.063042e-03 3.052132e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.072400e-02 1.203017e-03 1.201783e-03 +1.800000e+00 2.000000e-01 2.000000e-01 1.276900e-03 2.783425e-04 2.824434e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d40-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d40-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.058900e+00 2.440100e-02 2.870700e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.075000e+00 1.942100e-02 2.793500e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.117900e+00 1.888400e-02 3.722800e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.179800e+00 2.483900e-02 2.786300e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.265200e+00 3.155300e-02 1.714800e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.320200e+00 1.923900e-02 2.519200e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.412000e+00 5.713100e-02 1.568400e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.425600e+00 1.796800e-02 2.732000e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.363600e+00 2.205900e-02 1.904700e-02 +4.750000e-01 2.500000e-02 2.500000e-02 1.259300e+00 1.483900e-02 2.001100e-02 +5.250000e-01 2.500000e-02 2.500000e-02 1.189600e+00 1.625400e-02 1.656800e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.094900e+00 3.942300e-02 1.719900e-02 +6.250000e-01 2.500000e-02 2.500000e-02 1.008100e+00 1.360500e-02 1.420700e-01 +6.750000e-01 2.500000e-02 2.500000e-02 8.684100e-01 1.375800e-02 1.759400e-02 +7.250000e-01 2.500000e-02 2.500000e-02 7.206400e-01 1.408000e-02 1.219100e-02 +7.750000e-01 2.500000e-02 2.500000e-02 5.902600e-01 1.658200e-02 2.223300e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.710300e-01 9.983400e-03 1.482600e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.751400e-01 1.622500e-02 8.091700e-03 +9.250000e-01 2.500000e-02 2.500000e-02 2.900400e-01 1.133200e-02 9.283800e-03 +9.750000e-01 2.500000e-02 2.500000e-02 2.269700e-01 7.585900e-03 6.801000e-03 +1.025000e+00 2.500000e-02 2.500000e-02 1.741400e-01 7.122100e-03 5.601200e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.318600e-01 5.705100e-03 6.368000e-03 +1.125000e+00 2.500000e-02 2.500000e-02 9.990000e-02 4.566900e-03 5.090200e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.347300e-02 4.096900e-03 3.696500e-03 +1.250000e+00 5.000000e-02 5.000000e-02 4.924000e-02 2.277600e-03 2.281000e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.680000e-02 1.847100e-03 1.842600e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.073400e-02 7.668700e-04 9.794000e-04 +1.800000e+00 2.000000e-01 2.000000e-01 1.628600e-03 1.924300e-04 2.586500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d40-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d40-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.195900e+00 1.283400e-02 1.502300e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.201500e+00 1.065700e-02 1.185500e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.228500e+00 8.872800e-03 1.021600e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.275600e+00 6.065100e-03 6.637200e-03 +2.250000e-01 2.500000e-02 2.500000e-02 1.316900e+00 3.881300e-03 3.238400e-03 +2.750000e-01 2.500000e-02 2.500000e-02 1.352300e+00 2.811600e-03 3.149800e-03 +3.250000e-01 2.500000e-02 2.500000e-02 1.389300e+00 7.209400e-03 6.543600e-03 +3.750000e-01 2.500000e-02 2.500000e-02 1.372700e+00 7.557100e-03 7.226700e-03 +4.250000e-01 2.500000e-02 2.500000e-02 1.330400e+00 4.454500e-03 4.945200e-03 +4.750000e-01 2.500000e-02 2.500000e-02 1.222800e+00 7.781300e-03 6.579500e-03 +5.250000e-01 2.500000e-02 2.500000e-02 1.147500e+00 1.642500e-03 2.115600e-03 +5.750000e-01 2.500000e-02 2.500000e-02 1.035900e+00 5.270800e-03 5.003000e-03 +6.250000e-01 2.500000e-02 2.500000e-02 9.380800e-01 4.431300e-03 3.492500e-03 +6.750000e-01 2.500000e-02 2.500000e-02 8.012500e-01 4.041800e-03 3.306700e-03 +7.250000e-01 2.500000e-02 2.500000e-02 6.717300e-01 4.005300e-03 3.314500e-03 +7.750000e-01 2.500000e-02 2.500000e-02 5.560900e-01 1.436500e-03 1.014300e-03 +8.250000e-01 2.500000e-02 2.500000e-02 4.421000e-01 1.241600e-03 1.476800e-03 +8.750000e-01 2.500000e-02 2.500000e-02 3.563200e-01 1.775000e-03 1.817900e-03 +9.250000e-01 2.500000e-02 2.500000e-02 2.712100e-01 1.717300e-03 1.676500e-03 +9.750000e-01 2.500000e-02 2.500000e-02 2.147400e-01 1.241200e-03 1.471300e-03 +1.025000e+00 2.500000e-02 2.500000e-02 1.687000e-01 9.556200e-04 1.066900e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.313200e-01 9.833600e-04 1.150200e-03 +1.125000e+00 2.500000e-02 2.500000e-02 9.624500e-02 1.248900e-03 1.222400e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.322800e-02 1.067000e-03 1.110700e-03 +1.250000e+00 5.000000e-02 5.000000e-02 5.152800e-02 1.965200e-03 2.046800e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.555200e-02 5.289700e-04 5.892700e-04 +1.500000e+00 1.000000e-01 1.000000e-01 1.074700e-02 2.766600e-04 3.018000e-04 +1.800000e+00 2.000000e-01 2.000000e-01 1.577400e-03 9.334100e-05 1.177700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d40-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d40-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.006400e+00 2.651100e-02 4.459400e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.041000e+00 3.138200e-02 1.939700e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.085800e+00 2.771400e-02 4.315800e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.160700e+00 5.162200e-02 2.274600e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.241700e+00 2.946500e-02 4.578600e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.324100e+00 1.843700e-02 4.872300e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.374500e+00 1.193200e-02 1.566200e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.417800e+00 2.793200e-02 1.814500e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.368400e+00 1.022300e-02 9.238300e-03 +4.750000e-01 2.500000e-02 2.500000e-02 1.301800e+00 3.150100e-02 9.823400e-03 +5.250000e-01 2.500000e-02 2.500000e-02 1.204000e+00 2.169500e-02 2.649500e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.133300e+00 1.727300e-02 6.940400e-03 +6.250000e-01 2.500000e-02 2.500000e-02 1.024100e+00 2.797200e-02 3.219000e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.917100e-01 2.951600e-02 0.000000e+00 +7.250000e-01 2.500000e-02 2.500000e-02 7.427700e-01 4.053500e-02 0.000000e+00 +7.750000e-01 2.500000e-02 2.500000e-02 5.917100e-01 1.901600e-04 3.304800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.877000e-01 1.963300e-02 5.870300e-03 +8.750000e-01 2.500000e-02 2.500000e-02 3.724000e-01 5.587000e-03 4.653900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 2.982400e-01 7.696900e-03 1.102500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 2.318500e-01 0.000000e+00 1.112200e-02 +1.025000e+00 2.500000e-02 2.500000e-02 1.790100e-01 1.048900e-02 7.040500e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.332300e-01 7.665800e-03 4.872400e-03 +1.125000e+00 2.500000e-02 2.500000e-02 1.046500e-01 6.651300e-03 2.049700e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.552400e-02 0.000000e+00 8.733400e-03 +1.250000e+00 5.000000e-02 5.000000e-02 4.978900e-02 2.021200e-03 2.212300e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.532400e-02 1.114800e-03 2.417500e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.082000e-02 0.000000e+00 1.249500e-03 +1.800000e+00 2.000000e-01 2.000000e-01 1.752000e-03 1.180000e-04 5.657900e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d41-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d41-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.964000e-01 1.607332e-02 1.717396e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.848500e-01 7.374995e-03 6.654775e-03 +2.000000e+00 5.000000e-01 5.000000e-01 8.968700e-02 6.468044e-03 6.752842e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.270900e-02 3.138601e-03 2.722886e-03 +4.000000e+00 5.000000e-01 5.000000e-01 4.667900e-03 9.714106e-04 8.115541e-04 +6.500000e+00 2.000000e+00 2.000000e+00 1.683300e-03 4.780830e-04 4.506593e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d41-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d41-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.974500e-01 4.962600e-03 5.161900e-03 +1.000000e+00 5.000000e-01 5.000000e-01 2.853700e-01 3.791500e-03 2.628200e-03 +2.000000e+00 5.000000e-01 5.000000e-01 8.776600e-02 1.671000e-03 1.759900e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.271300e-02 7.866500e-04 5.123500e-04 +4.000000e+00 5.000000e-01 5.000000e-01 5.262600e-03 2.141000e-04 4.450100e-04 +6.500000e+00 2.000000e+00 2.000000e+00 1.437100e-03 1.139900e-04 1.704700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d41-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d41-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.285200e-01 2.975800e-02 2.687500e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.982700e-01 1.574400e-02 1.691700e-02 +2.000000e+00 5.000000e-01 5.000000e-01 6.750600e-02 7.575200e-03 8.807000e-03 +3.000000e+00 5.000000e-01 5.000000e-01 1.000000e-99 0.000000e+00 0.000000e+00 +4.000000e+00 5.000000e-01 5.000000e-01 1.000000e-99 0.000000e+00 0.000000e+00 +6.500000e+00 2.000000e+00 2.000000e+00 1.000000e-99 0.000000e+00 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d41-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d41-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.807900e-01 1.766100e-02 1.722700e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.978700e-01 1.318500e-02 9.317100e-03 +2.000000e+00 5.000000e-01 5.000000e-01 9.355500e-02 4.131100e-03 6.521300e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.286700e-02 2.761800e-04 1.435100e-03 +4.000000e+00 5.000000e-01 5.000000e-01 4.111000e-03 0.000000e+00 5.716300e-04 +6.500000e+00 2.000000e+00 2.000000e+00 8.071900e-04 8.568600e-05 7.494700e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d42-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d42-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.462800e-03 7.499147e-04 7.406124e-04 +7.500000e+01 2.500000e+01 2.500000e+01 7.215300e-03 5.754537e-04 5.787028e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.483700e-03 4.720876e-04 4.692823e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.239800e-03 1.940097e-04 1.965313e-04 +5.150000e+02 2.150000e+02 2.150000e+02 7.642600e-05 4.291271e-05 4.259800e-05 +8.150000e+02 8.500000e+01 8.500000e+01 3.737200e-06 3.442953e-04 3.442747e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d42-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d42-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.366300e-03 2.815300e-04 3.703300e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.617000e-03 3.670800e-04 3.587300e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.775800e-03 2.768900e-04 2.412400e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.481900e-03 9.808200e-05 1.029800e-04 +5.150000e+02 2.150000e+02 2.150000e+02 1.524100e-04 1.802100e-05 1.859600e-05 +8.150000e+02 8.500000e+01 8.500000e+01 7.551100e-06 6.318500e-06 6.374200e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d42-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d42-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.550900e-03 4.657300e-04 2.392800e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.704000e-03 2.641700e-04 2.175700e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.576100e-03 1.452600e-04 1.765400e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.457600e-03 7.701300e-05 2.489200e-04 +5.150000e+02 2.150000e+02 2.150000e+02 1.547500e-04 1.172200e-05 3.773100e-06 +8.150000e+02 8.500000e+01 8.500000e+01 1.225900e-05 6.416000e-08 7.997900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d43-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d43-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.825400e-01 4.804469e-02 5.256234e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.627400e+00 2.142801e-01 2.114021e-01 +9.500000e-01 5.000000e-02 5.000000e-02 5.467400e+00 4.834528e-01 4.842489e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d43-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d43-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.458000e-01 1.775100e-02 2.787700e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.731500e+00 1.090200e-01 8.821700e-02 +9.500000e-01 5.000000e-02 5.000000e-02 4.816400e+00 2.585600e-01 2.326400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d43-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d43-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.275600e-01 1.348500e-02 0.000000e+00 +8.000000e-01 1.000000e-01 1.000000e-01 1.633100e+00 1.205100e-01 1.407900e-02 +9.500000e-01 5.000000e-02 5.000000e-02 5.140800e+00 0.000000e+00 3.413200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d44-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d44-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 8.040500e-02 1.809084e-02 1.855774e-02 +4.400000e+00 8.000000e-01 8.000000e-01 2.001600e-01 2.488998e-02 2.451298e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.495500e-01 4.113629e-02 4.162140e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.026900e-01 1.709198e-02 1.605860e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d44-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d44-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 8.200600e-02 7.824900e-03 7.288100e-03 +4.400000e+00 8.000000e-01 8.000000e-01 2.052200e-01 1.095700e-02 1.105700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.500600e-01 2.387300e-02 1.992000e-02 +7.400000e+00 1.400000e+00 1.400000e+00 9.885600e-02 5.658200e-03 8.310200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d44-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d44-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.045100e-01 3.400700e-03 3.302800e-02 +4.400000e+00 8.000000e-01 8.000000e-01 2.127100e-01 7.506800e-03 0.000000e+00 +5.600000e+00 4.000000e-01 4.000000e-01 2.870300e-01 4.455300e-03 1.426800e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.013300e-01 1.218200e-02 7.319700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d45-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d45-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 5.044100e-03 8.141980e-04 7.683542e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.701600e-03 3.954643e-04 3.997386e-04 +2.675000e+02 4.750000e+01 4.750000e+01 1.582200e-03 2.584380e-04 2.475394e-04 +3.750000e+02 6.000000e+01 6.000000e+01 1.056700e-03 1.982897e-04 1.946652e-04 +5.600000e+02 1.250000e+02 1.250000e+02 4.964500e-04 9.283398e-05 1.016880e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d45-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d45-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 4.474700e-03 2.669800e-04 3.519000e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.799800e-03 2.287400e-04 2.140200e-04 +2.675000e+02 4.750000e+01 4.750000e+01 2.111300e-03 1.472800e-04 1.444400e-04 +3.750000e+02 6.000000e+01 6.000000e+01 1.014500e-03 9.289300e-05 8.840900e-05 +5.600000e+02 1.250000e+02 1.250000e+02 4.208800e-04 4.172900e-05 4.030600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d45-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d45-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 4.513200e-03 5.134400e-04 4.478600e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.297000e-03 1.464500e-04 5.099500e-05 +2.675000e+02 4.750000e+01 4.750000e+01 2.072700e-03 1.924800e-04 0.000000e+00 +3.750000e+02 6.000000e+01 6.000000e+01 1.129300e-03 0.000000e+00 1.010000e-04 +5.600000e+02 1.250000e+02 1.250000e+02 5.321100e-04 2.994500e-05 4.663600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d46-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d46-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.764900e+00 3.425195e-01 3.447472e-01 +7.000000e-01 3.000000e-01 3.000000e-01 4.900900e-01 7.924038e-02 7.482411e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d46-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d46-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.798700e+00 8.229200e-02 8.746100e-02 +7.000000e-01 3.000000e-01 3.000000e-01 4.675100e-01 4.090200e-02 3.642200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d46-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d46-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.780100e+00 7.337200e-02 3.594900e-02 +7.000000e-01 3.000000e-01 3.000000e-01 4.799400e-01 2.286300e-02 4.606900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d47-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d47-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.859400e+00 1.383831e-01 1.371311e-01 +5.250000e-01 1.250000e-01 1.250000e-01 8.648800e-01 1.483110e-01 1.494041e-01 +8.250000e-01 1.750000e-01 1.750000e-01 1.143000e-01 3.684675e-02 3.779701e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d47-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d47-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.962100e+00 6.646300e-02 7.265300e-02 +5.250000e-01 1.250000e-01 1.250000e-01 7.367100e-01 7.076100e-02 5.149600e-02 +8.250000e-01 1.750000e-01 1.750000e-01 8.849300e-02 1.510200e-02 1.640000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d47-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d47-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.787900e+00 7.472700e-02 4.901200e-02 +5.250000e-01 1.250000e-01 1.250000e-01 9.465600e-01 3.179200e-02 1.206000e-01 +8.250000e-01 1.750000e-01 1.750000e-01 1.377400e-01 3.181000e-02 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d48-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d48-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.259500e-01 4.071903e-02 4.353340e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.331100e-01 2.999246e-02 2.778104e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.409400e-01 3.220689e-02 3.230973e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d48-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d48-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.340400e-01 2.770900e-02 2.923400e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.317200e-01 2.357400e-02 1.444500e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.342300e-01 1.156500e-02 2.024000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d48-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d48-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.690500e-01 4.568600e-02 8.327700e-03 +1.000000e+00 5.000000e-01 5.000000e-01 2.610700e-01 1.182600e-03 2.935000e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.698800e-01 8.419100e-03 2.333900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d49-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d49-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.464200e-03 1.996778e-04 2.113957e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.836000e-03 9.182172e-05 8.486924e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.184800e-03 5.965306e-05 5.928028e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.544600e-03 5.350731e-05 5.426567e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.723800e-04 6.713703e-05 6.666637e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.727900e-04 3.266261e-05 3.194779e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.167100e-04 2.703154e-05 2.736909e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.463200e-04 2.138141e-05 1.994644e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.157300e-04 1.707022e-05 1.933633e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.148800e-04 1.051342e-05 1.244345e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.075600e-05 4.292400e-06 4.616306e-06 +2.350000e+03 3.500000e+02 3.500000e+02 6.020500e-06 1.381048e-06 1.010973e-06 +3.350000e+03 6.500000e+02 6.500000e+02 4.115900e-07 1.815897e-07 1.841067e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d49-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d49-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.362400e-03 1.517800e-04 7.976300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.763800e-03 4.917600e-05 4.543100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.078900e-03 3.484700e-05 6.022000e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.516000e-03 4.289100e-05 2.805600e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.084100e-03 3.456400e-05 2.558000e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.263800e-04 1.870300e-05 2.226500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.991600e-04 1.424200e-05 4.147700e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.393900e-04 1.345400e-05 3.205200e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.167400e-04 9.725900e-06 8.230800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.307500e-04 1.042800e-05 7.351200e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.830800e-05 2.449800e-06 2.340000e-06 +2.350000e+03 3.500000e+02 3.500000e+02 7.398900e-06 9.804100e-07 7.028100e-07 +3.350000e+03 6.500000e+02 6.500000e+02 3.216200e-07 1.115200e-07 1.137400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d49-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d49-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.340800e-03 6.275200e-05 5.554000e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.727800e-03 3.754100e-05 3.297400e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.047600e-03 1.641100e-05 1.416700e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.513300e-03 1.884800e-06 1.406900e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.093600e-03 7.142800e-06 6.258100e-06 +9.325000e+02 5.250000e+01 5.250000e+01 7.536900e-04 7.335400e-06 8.193300e-06 +1.042500e+03 5.750000e+01 5.750000e+01 4.879300e-04 7.938800e-06 8.993600e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.398100e-04 7.353300e-06 8.376900e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.316000e-04 6.621200e-06 7.595800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.364600e-04 4.720900e-06 5.463900e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.906600e-05 2.178600e-06 2.539400e-06 +2.350000e+03 3.500000e+02 3.500000e+02 7.462200e-06 4.830600e-07 5.763600e-07 +3.350000e+03 6.500000e+02 6.500000e+02 4.745900e-07 3.978200e-08 4.824000e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d49-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d49-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.076200e-03 2.259800e-05 0.000000e+00 +5.800000e+02 3.500000e+01 3.500000e+01 2.594500e-03 5.505600e-05 2.109200e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.979900e-03 0.000000e+00 5.741600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.483800e-03 2.652200e-05 1.098100e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.120500e-03 5.984700e-05 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 7.786500e-04 8.528000e-06 1.625300e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.361400e-04 3.902500e-06 2.148600e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.686100e-04 4.868100e-06 2.126300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.547800e-04 7.683900e-06 9.004900e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.563300e-04 6.102600e-06 4.274000e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.236300e-05 1.035100e-06 2.966500e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.072300e-05 6.190200e-07 1.829600e-06 +3.350000e+03 6.500000e+02 6.500000e+02 7.258400e-07 6.961000e-08 1.417800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d50-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d50-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.229500e-03 1.760392e-04 1.805021e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.636300e-03 2.391740e-04 2.509045e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.791700e-03 2.040372e-04 1.978798e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.903100e-03 1.655871e-04 1.657681e-04 +1.450000e+02 1.500000e+01 1.500000e+01 3.430400e-03 2.001677e-04 1.964339e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.805500e-03 1.314386e-04 1.261339e-04 +2.625000e+02 3.750000e+01 3.750000e+01 6.032300e-04 4.792068e-05 4.885793e-05 +5.150000e+02 2.150000e+02 2.150000e+02 3.539900e-05 1.118806e-05 1.125360e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d50-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d50-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.036300e-03 6.760400e-05 1.112300e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.179700e-03 2.209500e-04 1.171000e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.496100e-03 1.463100e-04 1.102000e-04 +1.150000e+02 1.500000e+01 1.500000e+01 5.046700e-03 1.101200e-04 9.157500e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.600100e-03 7.650000e-05 8.250700e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.899000e-03 3.695100e-05 6.108000e-05 +2.625000e+02 3.750000e+01 3.750000e+01 6.468500e-04 2.218100e-05 2.566600e-05 +5.150000e+02 2.150000e+02 2.150000e+02 5.800200e-05 2.510800e-06 3.390100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d50-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d50-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.334000e-03 5.676300e-05 5.180300e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.387100e-03 7.000000e-05 6.461300e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.563100e-03 1.731800e-05 1.512600e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.897500e-03 9.733100e-06 1.240000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.383800e-03 4.071700e-05 4.674900e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.772500e-03 2.564800e-05 2.992200e-05 +2.625000e+02 3.750000e+01 3.750000e+01 6.140200e-04 9.495300e-06 9.943300e-06 +5.150000e+02 2.150000e+02 2.150000e+02 5.777400e-05 1.226300e-06 1.374600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d50-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d50-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.381400e-03 1.635300e-04 0.000000e+00 +6.250000e+01 1.250000e+01 1.250000e+01 7.233900e-03 2.045000e-04 8.229600e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.471800e-03 0.000000e+00 2.897600e-04 +1.150000e+02 1.500000e+01 1.500000e+01 5.026500e-03 0.000000e+00 8.197700e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.461800e-03 8.954200e-06 9.398300e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.777400e-03 1.895000e-05 7.372300e-06 +2.625000e+02 3.750000e+01 3.750000e+01 6.069100e-04 2.572100e-06 2.378200e-05 +5.150000e+02 2.150000e+02 2.150000e+02 5.253100e-05 2.034200e-06 1.387600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d51-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d51-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.021200e-01 1.267664e-02 1.298212e-02 +4.500000e-01 1.500000e-01 1.500000e-01 2.207600e-01 2.769733e-02 2.627560e-02 +6.500000e-01 5.000000e-02 5.000000e-02 7.932300e-01 5.151811e-02 5.025837e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.471100e+00 6.159276e-02 6.083139e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.509000e+00 9.585503e-02 9.570895e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.183200e+00 1.134895e-01 1.150631e-01 +9.250000e-01 2.500000e-02 2.500000e-02 3.752800e+00 1.518879e-01 1.516537e-01 +9.750000e-01 2.500000e-02 2.500000e-02 4.089000e+00 1.543104e-01 1.577002e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d51-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d51-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.220100e-01 4.518900e-03 9.244800e-03 +4.500000e-01 1.500000e-01 1.500000e-01 3.111600e-01 7.224300e-03 1.256900e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.244500e-01 4.298100e-02 1.962800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.495500e+00 3.266400e-02 2.800800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.274100e+00 4.610200e-02 5.724300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.935100e+00 5.674800e-02 5.324900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.575100e+00 6.514400e-02 6.784100e-02 +9.750000e-01 2.500000e-02 2.500000e-02 3.976700e+00 9.147900e-02 7.812900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d51-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d51-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.156100e-01 4.403700e-03 5.437600e-03 +4.500000e-01 1.500000e-01 1.500000e-01 2.631000e-01 7.411500e-03 8.683900e-03 +6.500000e-01 5.000000e-02 5.000000e-02 7.011700e-01 1.146200e-02 1.265600e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.348100e+00 1.296400e-02 1.444500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.216700e+00 4.095600e-03 2.309800e-03 +8.750000e-01 2.500000e-02 2.500000e-02 2.999700e+00 2.146300e-02 1.822100e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.891400e+00 4.270000e-02 3.788700e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.521500e+00 7.078200e-02 6.142300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d51-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d51-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 9.199300e-02 0.000000e+00 6.011700e-03 +4.500000e-01 1.500000e-01 1.500000e-01 2.361700e-01 4.630400e-03 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 6.701500e-01 7.539200e-03 3.591600e-03 +7.500000e-01 5.000000e-02 5.000000e-02 1.411500e+00 0.000000e+00 4.634900e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.238700e+00 2.544500e-02 3.225400e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.063800e+00 1.115200e-01 0.000000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 3.933400e+00 0.000000e+00 5.605500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.631700e+00 8.503900e-02 2.714100e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d52-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d52-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.585100e-01 2.518342e-02 2.672197e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.202800e-01 2.460143e-02 2.534064e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.931000e-01 1.687880e-02 1.797093e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.616300e-01 1.809483e-02 1.809607e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.988300e-01 1.424917e-02 1.217896e-02 +4.800000e+00 4.000000e-01 4.000000e-01 6.914100e-02 8.368347e-03 7.255041e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.395000e-03 6.473179e-04 8.672093e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d52-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d52-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.378200e-01 6.433500e-03 9.734800e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.044000e-01 8.529400e-03 1.097200e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.542900e-01 1.031700e-02 7.285100e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.611600e-01 7.634000e-03 7.996200e-03 +4.000000e+00 4.000000e-01 4.000000e-01 3.109100e-01 4.790400e-03 9.374000e-03 +4.800000e+00 4.000000e-01 4.000000e-01 9.313200e-02 4.360800e-03 2.659600e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.804900e-03 4.094000e-04 4.730600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d52-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d52-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.923400e-01 4.908300e-03 3.857800e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.344800e-01 4.387700e-03 3.463600e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.633100e-01 3.133200e-03 2.570600e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.337800e-01 1.285400e-03 1.214900e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.888900e-01 2.503900e-03 3.145100e-03 +4.800000e+00 4.000000e-01 4.000000e-01 8.277700e-02 2.155300e-03 2.719400e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.639800e-03 1.792500e-04 2.194100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d52-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d52-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.778100e-01 1.067500e-02 0.000000e+00 +2.600000e+00 2.000000e-01 2.000000e-01 4.312200e-01 0.000000e+00 1.555600e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.550200e-01 6.082600e-03 2.484300e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.389700e-01 1.130300e-02 0.000000e+00 +4.000000e+00 4.000000e-01 4.000000e-01 2.945800e-01 0.000000e+00 7.117200e-03 +4.800000e+00 4.000000e-01 4.000000e-01 8.617900e-02 1.615400e-03 0.000000e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.939400e-03 1.614400e-04 6.160800e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d53-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d53-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.340500e-03 3.722522e-04 2.395128e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.653100e-03 3.321929e-04 3.467350e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.519100e-03 2.240276e-04 2.436738e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.379400e-03 2.045837e-04 1.978199e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.527800e-03 2.223416e-04 2.251322e-04 +2.050000e+02 1.500000e+01 1.500000e+01 4.385000e-03 1.520537e-04 1.592443e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.670000e-03 1.328195e-04 1.378058e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.797800e-03 9.739703e-05 1.082551e-04 +3.150000e+02 3.500000e+01 3.500000e+01 8.616300e-04 8.359779e-05 8.738209e-05 +4.150000e+02 6.500000e+01 6.500000e+01 2.206100e-04 4.065504e-05 4.063993e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.216700e-05 5.730018e-06 5.618282e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d53-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d53-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.933000e-03 1.368500e-04 2.093900e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.061200e-03 2.334000e-04 1.518500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.474500e-03 1.310900e-04 1.112400e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.137900e-03 1.142800e-04 1.156800e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.367000e-03 1.069000e-04 1.124600e-04 +2.050000e+02 1.500000e+01 1.500000e+01 4.026100e-03 9.907300e-05 8.043900e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.707900e-03 6.825300e-05 7.547100e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.767900e-03 6.554700e-05 5.563200e-05 +3.150000e+02 3.500000e+01 3.500000e+01 8.826800e-04 2.512700e-05 3.951400e-05 +4.150000e+02 6.500000e+01 6.500000e+01 2.406000e-04 9.303600e-06 1.188700e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.497400e-05 3.529500e-06 2.836700e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d53-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d53-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.368500e-03 7.678900e-05 1.016000e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.435400e-03 2.930000e-05 3.891400e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.012000e-03 2.458900e-05 2.809900e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.045600e-03 2.644600e-05 2.375300e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.498800e-03 4.430600e-05 3.706400e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.150100e-03 1.428900e-05 1.241200e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.914500e-03 1.523900e-05 1.148200e-05 +2.650000e+02 1.500000e+01 1.500000e+01 2.062300e-03 1.778200e-05 1.193900e-05 +3.150000e+02 3.500000e+01 3.500000e+01 9.659200e-04 1.178500e-05 9.862800e-06 +4.150000e+02 6.500000e+01 6.500000e+01 2.904800e-04 7.166700e-06 6.459100e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.739800e-05 1.258600e-06 1.421500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d53-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d53-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.181300e-03 1.496200e-04 6.003400e-05 +1.050000e+02 1.000000e+01 1.000000e+01 5.517600e-03 2.552600e-04 2.778900e-05 +1.275000e+02 1.250000e+01 1.250000e+01 5.899600e-03 8.435000e-05 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 5.839100e-03 6.783400e-05 6.978800e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.382100e-03 0.000000e+00 6.059300e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.166900e-03 0.000000e+00 1.995900e-04 +2.350000e+02 1.500000e+01 1.500000e+01 3.038600e-03 2.376700e-05 1.260300e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.940100e-03 2.828900e-05 5.446300e-05 +3.150000e+02 3.500000e+01 3.500000e+01 1.071000e-03 6.070700e-05 4.676800e-07 +4.150000e+02 6.500000e+01 6.500000e+01 3.052400e-04 2.268800e-06 8.337000e-06 +5.825000e+02 1.025000e+02 1.025000e+02 4.826200e-05 1.483400e-06 4.029900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d54-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d54-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.128800e-03 2.620050e-04 2.899555e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.649900e-03 1.365857e-04 1.343382e-04 +6.550000e+02 4.000000e+01 4.000000e+01 2.033600e-03 8.972807e-05 9.790188e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.463000e-03 7.369309e-05 6.555212e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.101500e-03 5.937838e-05 4.810172e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.242700e-04 6.319372e-05 7.426883e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.979900e-04 4.593612e-05 4.442757e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.372000e-04 3.600630e-05 3.230795e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.281200e-04 5.344951e-05 4.520928e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.710500e-04 2.235096e-05 2.038130e-05 +1.750000e+03 2.500000e+02 2.500000e+02 7.781400e-05 9.211709e-06 9.863134e-06 +3.000000e+03 1.000000e+03 1.000000e+03 4.450100e-06 1.035972e-06 1.055269e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d54-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d54-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.866500e-03 6.705400e-05 1.330400e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.419600e-03 4.278100e-05 5.760900e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.936500e-03 5.110200e-05 3.922100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.480000e-03 3.637000e-05 2.943700e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.099600e-03 3.895100e-05 2.495200e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.932000e-04 2.155700e-05 2.120500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.644900e-04 1.652600e-05 3.016000e-05 +1.150000e+03 5.000000e+01 5.000000e+01 4.028700e-04 2.143800e-05 1.508400e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.775000e-04 1.403900e-05 1.108400e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.772200e-04 8.951800e-06 9.651300e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.868200e-05 5.007200e-06 4.138300e-06 +3.000000e+03 1.000000e+03 1.000000e+03 6.509700e-06 4.254800e-07 4.360400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d54-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d54-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.857900e-03 6.863800e-05 6.031800e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.441400e-03 4.315400e-05 3.749800e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.924000e-03 2.031900e-05 1.742100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.478200e-03 5.211700e-06 7.140200e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.116600e-03 4.712300e-06 3.505100e-06 +9.325000e+02 5.250000e+01 5.250000e+01 7.835000e-04 6.910300e-06 7.682700e-06 +1.042500e+03 5.750000e+01 5.750000e+01 5.489300e-04 8.016600e-06 9.075900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 4.138100e-04 8.564600e-06 9.779600e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.804300e-04 7.022500e-06 8.104500e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.783300e-04 5.887600e-06 6.839400e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.794300e-05 3.586900e-06 4.234800e-06 +3.000000e+03 1.000000e+03 1.000000e+03 6.451900e-06 4.741000e-07 5.792000e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d54-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d54-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.694100e-03 4.588300e-05 1.186700e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.354400e-03 4.103500e-05 1.611100e-04 +6.550000e+02 4.000000e+01 4.000000e+01 1.864400e-03 3.899500e-05 9.574800e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.430600e-03 3.323100e-05 3.800600e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.103500e-03 1.491100e-06 4.704400e-05 +9.325000e+02 5.250000e+01 5.250000e+01 8.073400e-04 2.663000e-05 1.539800e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.665400e-04 0.000000e+00 3.498800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 4.249600e-04 1.117400e-05 2.483100e-05 +1.275000e+03 7.500000e+01 7.500000e+01 3.121300e-04 2.072200e-05 5.586200e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.972000e-04 2.960700e-06 1.049200e-05 +1.750000e+03 2.500000e+02 2.500000e+02 9.100700e-05 4.209700e-06 5.599100e-07 +3.000000e+03 1.000000e+03 1.000000e+03 8.448800e-06 1.072300e-08 7.075800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d55-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d55-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.549200e-03 2.524824e-04 2.841926e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.822300e-03 3.242681e-04 3.557233e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.470500e-03 2.433973e-04 2.439199e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.873900e-03 2.234423e-04 2.149565e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.179600e-03 1.084264e-04 9.723728e-05 +6.000000e+02 3.000000e+02 3.000000e+02 2.939500e-05 9.383853e-06 9.503880e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d55-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d55-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.059300e-03 1.180600e-04 6.540700e-05 +6.250000e+01 1.250000e+01 1.250000e+01 6.935900e-03 1.272000e-04 1.378500e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.167900e-03 1.183700e-04 1.659900e-04 +1.300000e+02 3.000000e+01 3.000000e+01 4.269300e-03 6.474800e-05 7.044300e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.320200e-03 2.689800e-05 2.864400e-05 +6.000000e+02 3.000000e+02 3.000000e+02 4.741800e-05 2.040700e-06 2.860900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d55-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d55-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.207900e-03 5.427800e-05 4.990900e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.049600e-03 2.618500e-05 2.292100e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.109500e-03 1.780300e-05 1.398800e-05 +1.300000e+02 3.000000e+01 3.000000e+01 4.136600e-03 2.373800e-05 2.731300e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.298100e-03 1.135600e-05 1.165400e-05 +6.000000e+02 3.000000e+02 3.000000e+02 5.116500e-05 8.963600e-07 1.009400e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d55-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d55-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.188400e-03 1.320500e-05 2.339400e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.118500e-03 2.043000e-04 0.000000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 6.287900e-03 2.211800e-04 0.000000e+00 +1.300000e+02 3.000000e+01 3.000000e+01 4.151200e-03 0.000000e+00 1.346200e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.267700e-03 4.865800e-05 1.848200e-05 +6.000000e+02 3.000000e+02 3.000000e+02 4.812100e-05 7.884400e-07 1.691700e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d56-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d56-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.514700e-01 3.751747e-02 2.130119e-02 +4.500000e-01 1.500000e-01 1.500000e-01 3.266500e-01 4.156937e-02 4.061237e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.897000e-01 8.108349e-02 7.509931e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.500600e+00 7.684479e-02 7.875645e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.598000e+00 1.087935e-01 1.104730e-01 +9.500000e-01 5.000000e-02 5.000000e-02 3.577300e+00 1.397788e-01 1.588906e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d56-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d56-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.957800e-01 9.968400e-03 5.864100e-03 +4.500000e-01 1.500000e-01 1.500000e-01 4.135400e-01 1.110700e-02 1.130700e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.999300e-01 2.371600e-02 2.675100e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.519300e+00 3.362200e-02 3.832600e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.421200e+00 3.580800e-02 3.858400e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.331600e+00 4.430300e-02 4.442800e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d56-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d56-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.912000e-01 4.280800e-03 5.141900e-03 +4.500000e-01 1.500000e-01 1.500000e-01 3.777800e-01 6.925600e-03 8.243600e-03 +6.500000e-01 5.000000e-02 5.000000e-02 8.328200e-01 1.257400e-02 1.376900e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.467100e+00 1.240800e-02 1.466400e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.454800e+00 1.489600e-02 1.157000e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.538400e+00 5.431100e-02 4.755200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d56-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d56-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.592800e-01 2.592000e-03 1.464100e-02 +4.500000e-01 1.500000e-01 1.500000e-01 3.326200e-01 4.178100e-04 9.219100e-03 +6.500000e-01 5.000000e-02 5.000000e-02 7.922100e-01 4.346700e-02 1.424800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.469400e+00 1.632700e-02 4.712500e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.559300e+00 4.775900e-03 2.721300e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.703400e+00 7.325300e-02 1.936400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d57-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d57-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.020900e-01 2.337438e-02 2.330605e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.414000e-01 2.128435e-02 2.437171e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.860900e-01 2.054651e-02 2.264921e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.789700e-01 2.085667e-02 2.428364e-02 +3.800000e+00 2.000000e-01 2.000000e-01 4.331800e-01 1.931064e-02 1.911455e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.794300e-01 1.788684e-02 1.655674e-02 +4.800000e+00 4.000000e-01 4.000000e-01 1.441300e-01 1.360667e-02 1.320912e-02 +5.800000e+00 6.000000e-01 6.000000e-01 2.921000e-02 1.074458e-02 5.853417e-03 +7.600000e+00 1.200000e+00 1.200000e+00 4.910500e-04 3.696222e-04 2.965312e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d57-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d57-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.131800e-01 5.568900e-03 8.317900e-03 +2.600000e+00 2.000000e-01 2.000000e-01 2.933900e-01 6.218800e-03 1.134900e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.813900e-01 7.088100e-03 1.214800e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.505100e-01 7.703700e-03 9.715100e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.414000e-01 1.342000e-02 7.637000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.084400e-01 9.782500e-03 7.649800e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.544100e-01 9.954000e-03 3.189100e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.264500e-02 3.213400e-03 1.571300e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.210600e-04 1.343000e-04 1.573100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d57-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d57-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.410400e-01 4.783500e-03 3.724600e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.167900e-01 5.495500e-03 4.349800e-03 +3.000000e+00 2.000000e-01 2.000000e-01 3.915800e-01 4.882400e-03 3.733400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.489200e-01 4.388700e-03 3.257900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.201900e-01 1.333200e-03 1.091000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.953200e-01 3.791500e-03 5.089900e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.432200e-01 3.242400e-03 3.960400e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.144700e-02 1.697800e-03 2.257300e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.951300e-04 1.019200e-04 1.461700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d57-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d57-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.522200e-01 5.291200e-03 3.194300e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.301700e-01 2.314200e-03 0.000000e+00 +3.000000e+00 2.000000e-01 2.000000e-01 3.968800e-01 0.000000e+00 1.996900e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.303700e-01 2.412700e-03 2.741700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.115800e-01 1.410000e-02 9.046400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.828900e-01 1.086800e-02 2.722400e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.429200e-01 1.452700e-03 1.802300e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.382500e-02 9.918600e-04 1.378600e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.427900e-03 1.394800e-04 5.183800e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d58-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d58-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.960100e-03 5.601968e-04 4.767125e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.229700e-03 2.698135e-04 2.745017e-04 +1.650000e+02 2.500000e+01 2.500000e+01 5.404000e-03 1.892948e-04 2.011164e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.541500e-03 1.721515e-04 1.769221e-04 +2.825000e+02 3.250000e+01 3.250000e+01 1.104500e-03 9.399695e-05 9.223029e-05 +3.525000e+02 3.750000e+01 3.750000e+01 3.782300e-04 4.733330e-05 4.776250e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.281800e-04 2.227873e-05 2.203128e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.056800e-05 8.897889e-06 8.752365e-06 +8.425000e+02 1.575000e+02 1.575000e+02 4.757400e-10 2.158605e-05 2.158603e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d58-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d58-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.596100e-03 3.457600e-04 1.069400e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.140900e-03 1.603300e-04 1.319400e-04 +1.650000e+02 2.500000e+01 2.500000e+01 5.310000e-03 7.480800e-05 1.583100e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.755200e-03 5.001100e-05 8.580900e-05 +2.825000e+02 3.250000e+01 3.250000e+01 1.128300e-03 3.521600e-05 3.907100e-05 +3.525000e+02 3.750000e+01 3.750000e+01 4.258100e-04 2.307300e-05 1.763000e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.404700e-04 9.069100e-06 1.346600e-05 +5.825000e+02 1.025000e+02 1.025000e+02 2.965200e-05 2.811900e-06 2.971000e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.545900e-06 6.840100e-07 6.527900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d58-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d58-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 6.945400e-03 8.267100e-05 1.108000e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.906400e-03 1.917200e-05 2.013900e-05 +1.650000e+02 2.500000e+01 2.500000e+01 5.440600e-03 3.022500e-05 2.197100e-05 +2.200000e+02 3.000000e+01 3.000000e+01 2.931100e-03 2.904300e-05 2.260200e-05 +2.825000e+02 3.250000e+01 3.250000e+01 1.201200e-03 1.480000e-05 1.198000e-05 +3.525000e+02 3.750000e+01 3.750000e+01 4.618700e-04 6.745900e-06 6.317300e-06 +4.350000e+02 4.500000e+01 4.500000e+01 1.697900e-04 6.088700e-06 5.403400e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.728700e-05 1.398200e-06 1.137000e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.267000e-06 1.110400e-07 1.279900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d58-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d58-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 6.721900e-03 2.133300e-05 2.546300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.530400e-03 2.421000e-04 1.258800e-05 +1.650000e+02 2.500000e+01 2.500000e+01 5.359900e-03 6.805600e-05 0.000000e+00 +2.200000e+02 3.000000e+01 3.000000e+01 3.011000e-03 0.000000e+00 1.196600e-04 +2.825000e+02 3.250000e+01 3.250000e+01 1.315600e-03 1.542800e-05 1.985900e-05 +3.525000e+02 3.750000e+01 3.750000e+01 5.297400e-04 4.476400e-05 1.635500e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.952400e-04 2.498500e-05 0.000000e+00 +5.825000e+02 1.025000e+02 1.025000e+02 4.351800e-05 1.402500e-07 2.010700e-06 +8.425000e+02 1.575000e+02 1.575000e+02 3.440100e-06 1.239600e-07 8.070700e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d59-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d59-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.537000e-03 1.772834e-04 1.928197e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.842500e-03 5.819066e-05 6.263716e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.100200e-03 4.681870e-05 4.496857e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.439500e-03 3.619757e-05 3.539646e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.804900e-04 3.805045e-05 3.593377e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.920500e-04 2.436671e-05 2.348867e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.580400e-04 2.311139e-05 2.131238e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.181200e-04 1.862461e-05 1.782577e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.072200e-04 1.402972e-05 1.300234e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.314800e-04 1.340325e-05 1.854704e-05 +1.750000e+03 2.500000e+02 2.500000e+02 6.295500e-05 4.854287e-06 5.491534e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.318200e-05 1.855430e-06 1.959019e-06 +3.350000e+03 6.500000e+02 6.500000e+02 1.905100e-06 4.335459e-07 4.003406e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d59-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d59-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.533800e-03 1.215600e-04 4.578800e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.756100e-03 3.323400e-05 5.062300e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.989200e-03 2.576500e-05 3.384400e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.406900e-03 3.537000e-05 2.042900e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.691000e-04 1.650300e-05 2.582800e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.846800e-04 1.385600e-05 1.406400e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.702000e-04 1.044800e-05 1.888800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.399900e-04 1.008700e-05 1.781500e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.346200e-04 7.144400e-06 1.023400e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.522100e-04 9.169600e-06 6.431700e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.137600e-05 2.767100e-06 3.571900e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.879700e-05 9.967600e-07 1.349200e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.609100e-06 2.379600e-07 3.590000e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d59-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d59-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.539200e-03 6.898200e-05 6.014000e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.783400e-03 3.631500e-05 3.130500e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.006100e-03 1.177600e-05 9.872800e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.435800e-03 3.024900e-06 3.135100e-06 +8.325000e+02 4.750000e+01 4.750000e+01 9.792100e-04 7.903700e-06 8.899900e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.869200e-04 9.667500e-06 1.106500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.674200e-04 9.532000e-06 1.099600e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.273300e-04 8.618600e-06 1.000300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.252300e-04 7.246900e-06 8.468800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.467300e-04 5.775100e-06 6.802900e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.747300e-05 3.424100e-06 4.077800e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.723200e-05 1.260300e-06 1.537800e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.278500e-06 2.334000e-07 2.946500e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d59-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d59-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.384800e-03 9.748300e-05 1.598600e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.659700e-03 3.182600e-05 1.973900e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.945600e-03 3.306300e-05 1.792100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.396700e-03 6.561700e-06 7.235800e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.959700e-04 2.656700e-05 1.527800e-07 +9.325000e+02 5.250000e+01 5.250000e+01 7.087700e-04 1.702200e-05 2.733000e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.918100e-04 1.358900e-05 1.068100e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.509700e-04 5.620100e-06 1.291000e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.494600e-04 6.587100e-06 1.179700e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.696500e-04 1.542400e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 7.781200e-05 3.638800e-06 3.344700e-06 +2.350000e+03 3.500000e+02 3.500000e+02 2.016300e-05 2.480400e-06 1.220400e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.753200e-06 1.980800e-07 3.293400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d60-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d60-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.710100e-03 1.829325e-04 1.857785e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.054400e-03 2.892417e-04 3.263673e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.914000e-03 1.567079e-04 1.543139e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.474500e-03 1.418444e-04 1.354520e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.614600e-03 1.939892e-04 1.822575e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.724300e-03 2.153469e-04 1.885156e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.628400e-03 1.053646e-04 1.011315e-04 +2.250000e+02 3.500000e+01 3.500000e+01 7.742300e-04 4.996039e-05 4.853135e-05 +3.250000e+02 6.500000e+01 6.500000e+01 1.788300e-04 1.661312e-05 1.753925e-05 +6.450000e+02 2.550000e+02 2.550000e+02 9.241300e-06 1.971697e-06 2.104979e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d60-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d60-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.882600e-03 2.072200e-04 6.438900e-05 +3.750000e+01 1.250000e+01 1.250000e+01 8.113600e-03 9.308000e-05 1.482900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.476800e-03 8.935300e-05 1.161800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.746600e-03 8.291700e-05 8.773200e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.093600e-03 6.117200e-05 6.436300e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.861200e-03 6.286400e-05 5.337000e-05 +1.750000e+02 1.500000e+01 1.500000e+01 1.895500e-03 4.107000e-05 5.535600e-05 +2.250000e+02 3.500000e+01 3.500000e+01 9.315100e-04 2.289500e-05 2.045200e-05 +3.250000e+02 6.500000e+01 6.500000e+01 2.422800e-04 7.179100e-06 9.367200e-06 +6.450000e+02 2.550000e+02 2.550000e+02 1.430800e-05 1.253200e-06 1.034600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d60-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d60-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.989000e-03 1.416000e-04 1.227700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.896200e-03 1.508700e-04 1.308100e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.072600e-03 2.375100e-05 2.090600e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.584200e-03 2.727300e-05 3.133300e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.037200e-03 3.591300e-05 4.522400e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.875300e-03 3.753400e-05 4.502100e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.012700e-03 3.629500e-05 4.133300e-05 +2.250000e+02 3.500000e+01 3.500000e+01 1.016400e-03 2.015800e-05 2.279700e-05 +3.250000e+02 6.500000e+01 6.500000e+01 2.888100e-04 7.442300e-06 8.013600e-06 +6.450000e+02 2.550000e+02 2.550000e+02 1.960600e-05 7.823300e-07 8.430800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d60-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d60-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.858600e-03 1.083200e-04 2.436400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.188400e-03 2.454600e-04 9.662900e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.534300e-03 0.000000e+00 3.665000e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.742500e-03 0.000000e+00 1.257700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.056400e-03 8.830300e-05 0.000000e+00 +1.450000e+02 1.500000e+01 1.500000e+01 2.795200e-03 1.041800e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.864000e-03 1.437800e-05 6.655600e-05 +2.250000e+02 3.500000e+01 3.500000e+01 9.169000e-04 5.235800e-05 0.000000e+00 +3.250000e+02 6.500000e+01 6.500000e+01 2.462900e-04 9.787600e-06 1.423500e-05 +6.450000e+02 2.550000e+02 2.550000e+02 1.811500e-05 2.899300e-06 2.472100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d61-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d61-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.017800e-01 1.362437e-02 1.440183e-02 +3.500000e-01 5.000000e-02 5.000000e-02 1.427300e-01 1.755702e-02 1.844077e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.347600e-01 1.911047e-02 1.769351e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.735000e-01 2.875614e-02 3.109851e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.200100e-01 5.213860e-02 4.875594e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.685600e-01 7.355007e-02 7.419387e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.398000e+00 5.384091e-02 5.125492e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.083100e+00 6.703512e-02 6.473012e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.013100e+00 7.244860e-02 6.892062e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.060300e+00 9.637095e-02 8.811582e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.224200e+00 1.368201e-01 1.611396e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d61-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d61-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.371300e-01 3.655300e-03 5.286600e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.934500e-01 9.496500e-03 1.204600e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.638600e-01 1.280300e-02 1.126500e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.928200e-01 1.118000e-02 1.290200e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.729900e-01 1.496600e-02 1.636600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.047300e+00 2.364600e-02 4.420900e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.465400e+00 3.685200e-02 2.797100e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.030300e+00 3.630900e-02 3.610200e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.848100e+00 4.791700e-02 5.670700e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.857800e+00 4.582700e-02 5.787900e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.882100e+00 1.135100e-01 5.105400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d61-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d61-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.385600e-01 2.832700e-03 3.549500e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.891400e-01 3.405400e-03 4.012300e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.536300e-01 3.773200e-03 4.445900e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.886500e-01 7.634400e-03 8.697300e-03 +6.500000e-01 5.000000e-02 5.000000e-02 6.374100e-01 9.694900e-03 1.192600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 9.975600e-01 1.289300e-02 1.470800e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.383900e+00 1.481100e-02 1.762000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.968000e+00 1.820200e-02 2.027300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.790700e+00 7.981000e-03 8.883600e-03 +9.250000e-01 2.500000e-02 2.500000e-02 3.963400e+00 3.363300e-02 2.808100e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.127400e+00 1.046700e-01 8.970500e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d61-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d61-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.280000e-01 5.879600e-03 0.000000e+00 +3.500000e-01 5.000000e-02 5.000000e-02 1.700600e-01 3.540400e-03 3.672300e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.384500e-01 1.108900e-02 0.000000e+00 +5.500000e-01 5.000000e-02 5.000000e-02 3.580800e-01 1.351400e-02 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 6.284800e-01 2.671300e-02 2.228500e-03 +7.250000e-01 2.500000e-02 2.500000e-02 9.671500e-01 1.578700e-02 2.034000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.403500e+00 4.781600e-02 2.510000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.032200e+00 4.323700e-02 2.043100e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.909300e+00 2.071200e-02 2.903900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.029500e+00 3.946400e-02 1.379900e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.100200e+00 0.000000e+00 1.294000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d62-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d62-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.324300e-01 1.120437e-02 1.026632e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.150300e-01 1.282128e-02 1.150696e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.809700e-01 1.159701e-02 1.186194e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.491000e-01 1.234324e-02 1.235734e-02 +3.800000e+00 2.000000e-01 2.000000e-01 4.631300e-01 1.109745e-02 1.165524e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.971800e-01 1.001354e-02 9.212471e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.697900e-01 7.399613e-03 7.898935e-03 +5.000000e+00 2.000000e-01 2.000000e-01 9.728100e-02 6.190592e-03 6.496378e-03 +5.800000e+00 6.000000e-01 6.000000e-01 2.961300e-02 2.490982e-03 2.677298e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.042000e-03 4.840271e-04 4.915910e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d62-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d62-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.316900e-01 4.071400e-03 5.071400e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.044200e-01 4.826500e-03 6.135200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 3.928600e-01 1.515000e-02 5.120400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.571300e-01 5.670200e-03 8.701500e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.437400e-01 6.822200e-03 5.903000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.899600e-01 5.191900e-03 5.502000e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.742700e-01 3.686200e-03 7.415700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 9.967300e-02 2.579100e-03 6.947600e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.278900e-02 1.044200e-03 8.575500e-04 +7.600000e+00 1.200000e+00 1.200000e+00 1.315800e-03 1.209800e-04 2.074000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d62-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d62-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.968300e-01 4.204600e-03 4.415700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.559000e-01 3.120500e-03 3.212200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.123100e-01 2.298300e-03 2.030600e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.446600e-01 1.859900e-03 1.555500e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.036900e-01 2.640600e-03 2.612600e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.596200e-01 3.111700e-03 2.801400e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.533400e-01 3.039000e-03 3.531600e-03 +5.000000e+00 2.000000e-01 2.000000e-01 8.557900e-02 2.688400e-03 3.167800e-03 +5.800000e+00 6.000000e-01 6.000000e-01 2.714300e-02 1.375300e-03 1.659500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.107700e-03 1.066400e-04 1.356900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d62-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d62-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.529600e-01 4.795900e-03 1.912800e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.264300e-01 9.110500e-03 1.435600e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.013700e-01 5.643400e-03 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.556500e-01 7.727700e-03 2.058700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.190200e-01 3.059300e-03 7.213500e-04 +4.200000e+00 2.000000e-01 2.000000e-01 2.734900e-01 3.752200e-03 1.902400e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.653700e-01 4.197100e-03 0.000000e+00 +5.000000e+00 2.000000e-01 2.000000e-01 9.715800e-02 4.634600e-03 1.335200e-02 +5.800000e+00 6.000000e-01 6.000000e-01 3.299600e-02 2.767600e-03 1.251500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.593800e-03 1.666000e-04 3.756000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d63-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d63-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.597000e-03 6.410279e-04 7.175628e-04 +1.050000e+02 1.000000e+01 1.000000e+01 8.682700e-03 3.006712e-04 3.650035e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.505700e-03 1.505876e-04 1.412089e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.857900e-03 1.808055e-04 1.727831e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.520500e-03 2.010371e-04 1.924766e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.195100e-03 1.721878e-04 1.558201e-04 +2.350000e+02 1.500000e+01 1.500000e+01 1.920200e-03 1.300336e-04 1.208145e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.142300e-03 1.115987e-04 1.085334e-04 +2.975000e+02 1.750000e+01 1.750000e+01 7.322200e-04 5.104252e-05 4.414265e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.056900e-04 2.982988e-05 3.087551e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.586600e-04 2.005086e-05 2.087936e-05 +4.350000e+02 4.500000e+01 4.500000e+01 9.667700e-05 1.040879e-05 1.008464e-05 +5.825000e+02 1.025000e+02 1.025000e+02 1.798100e-05 2.827337e-06 2.992954e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d63-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d63-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 7.389600e-03 1.191700e-04 3.547100e-04 +1.050000e+02 1.000000e+01 1.000000e+01 8.170500e-03 3.343000e-04 1.044600e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.376900e-03 8.894200e-05 1.317500e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.113700e-03 1.156400e-04 9.133100e-05 +1.775000e+02 1.250000e+01 1.250000e+01 4.718100e-03 7.099900e-05 1.090500e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.309400e-03 7.084500e-05 7.433000e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.091000e-03 6.414900e-05 4.732200e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.293500e-03 3.488000e-05 4.962200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 7.833800e-04 2.595500e-05 3.265200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.624000e-04 2.169000e-05 2.394600e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.679800e-04 1.427900e-05 1.892700e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.192800e-04 7.325000e-06 6.514400e-06 +5.825000e+02 1.025000e+02 1.025000e+02 2.271200e-05 2.598000e-06 2.056800e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d63-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d63-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.165900e-03 7.892800e-05 7.739500e-05 +1.050000e+02 1.000000e+01 1.000000e+01 7.036200e-03 6.513100e-05 6.530800e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.867400e-03 4.194900e-05 3.719800e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.090300e-03 2.789300e-05 2.275700e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.079500e-03 1.978800e-05 1.763600e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.649000e-03 2.084000e-05 2.343300e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.413600e-03 2.156800e-05 2.305400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.540300e-03 2.114100e-05 2.317100e-05 +2.975000e+02 1.750000e+01 1.750000e+01 9.495100e-04 1.876800e-05 2.042200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.796700e-04 1.327900e-05 1.454900e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.477200e-04 9.107700e-06 9.782700e-06 +4.350000e+02 4.500000e+01 4.500000e+01 1.546500e-04 5.233400e-06 5.679300e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.130300e-05 1.315300e-06 1.441600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d63-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d63-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.757100e-03 1.194100e-04 4.071500e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.433100e-03 1.479200e-04 2.407800e-05 +1.275000e+02 1.250000e+01 1.250000e+01 7.108400e-03 2.144300e-04 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 6.223700e-03 4.743400e-05 1.252000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.883600e-03 3.559500e-05 6.937000e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.498200e-03 1.475300e-05 2.303600e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.191500e-03 2.483800e-05 5.854400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.422400e-03 3.732900e-05 0.000000e+00 +2.975000e+02 1.750000e+01 1.750000e+01 8.711000e-04 4.319900e-05 8.767100e-07 +3.325000e+02 1.750000e+01 1.750000e+01 5.452100e-04 3.923000e-05 0.000000e+00 +3.700000e+02 2.000000e+01 2.000000e+01 3.155800e-04 1.819000e-05 1.109400e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.418900e-04 6.965100e-06 1.774200e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.056500e-05 9.495800e-07 4.727500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d64-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d64-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 2.674200e-01 4.491341e-02 4.525471e-02 +7.500000e+01 2.500000e+01 2.500000e+01 3.724900e-01 3.939895e-02 4.703968e-02 +1.300000e+02 3.000000e+01 3.000000e+01 2.079700e-01 2.739788e-02 2.350885e-02 +1.925000e+02 3.250000e+01 3.250000e+01 1.115800e-01 1.430191e-02 1.462209e-02 +2.625000e+02 3.750000e+01 3.750000e+01 4.700200e-02 1.992072e-02 1.996867e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.250300e-03 3.774957e-02 3.774449e-02 +6.975000e+02 2.025000e+02 2.025000e+02 5.458600e-04 4.095326e-04 4.107797e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d64-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d64-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 2.239700e-01 2.728900e-02 2.080900e-02 +7.500000e+01 2.500000e+01 2.500000e+01 3.054800e-01 3.943000e-02 3.231700e-02 +1.300000e+02 3.000000e+01 3.000000e+01 2.047900e-01 2.164900e-02 2.386800e-02 +1.925000e+02 3.250000e+01 3.250000e+01 1.108700e-01 1.228700e-02 1.570400e-02 +2.625000e+02 3.750000e+01 3.750000e+01 5.003400e-02 5.052900e-03 4.460700e-03 +3.975000e+02 9.750000e+01 9.750000e+01 1.366100e-02 1.616400e-03 1.518500e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.095800e-03 2.037400e-04 2.103500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d64-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d64-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 3.071800e-01 5.188900e-02 8.759200e-02 +7.500000e+01 2.500000e+01 2.500000e+01 4.018000e-01 6.570600e-02 1.603900e-01 +1.300000e+02 3.000000e+01 3.000000e+01 2.567100e-01 5.092800e-02 1.023200e-01 +1.925000e+02 3.250000e+01 3.250000e+01 1.344300e-01 2.596600e-02 7.378000e-02 +2.625000e+02 3.750000e+01 3.750000e+01 6.309800e-02 1.273100e-02 2.078300e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.795700e-02 4.193500e-03 5.390200e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.657600e-03 3.662100e-04 7.480000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d65-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d65-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 5.520100e+00 2.510942e+00 2.559797e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.698000e+01 4.953234e+00 5.259319e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.827800e+01 8.337523e+00 8.039806e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.271800e+02 1.647799e+01 1.591515e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.474300e+02 2.868073e+01 2.765007e+01 +9.750000e-01 2.500000e-02 2.500000e-02 3.307400e+02 2.781169e+01 2.893715e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d65-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d65-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 8.402700e+00 8.305200e-01 1.209400e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.572900e+01 2.931400e+00 4.718800e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.382600e+01 7.372200e+00 7.963400e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.239000e+02 1.470500e+01 1.391600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.118700e+02 2.422000e+01 1.813300e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.825800e+02 3.478400e+01 2.253000e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d65-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d65-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 9.150600e+00 1.864200e+00 4.995100e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.836600e+01 6.116800e+00 1.033800e+01 +7.500000e-01 5.000000e-02 5.000000e-02 7.319900e+01 1.231600e+01 2.342400e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.580600e+02 2.766900e+01 6.570400e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.906900e+02 5.783000e+01 1.037100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 4.125600e+02 6.495900e+01 1.526100e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d66-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d66-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.239400e+00 5.621497e-01 5.416009e-01 +3.200000e+00 4.000000e-01 4.000000e-01 6.939200e+00 6.535603e-01 6.334484e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.318100e+01 1.157089e+00 1.069418e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.590400e+01 2.170391e+00 2.123716e+00 +5.600000e+00 4.000000e-01 4.000000e-01 2.040800e+01 2.625320e+00 3.189703e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.417900e+00 7.354390e-01 6.604592e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d66-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d66-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 4.555800e+00 5.744500e-01 5.165200e-01 +3.200000e+00 4.000000e-01 4.000000e-01 7.398600e+00 8.278200e-01 7.556400e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.144800e+01 1.197700e+00 1.233200e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.673600e+01 1.722100e+00 1.402400e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.807600e+01 2.023900e+00 2.263500e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.239400e+00 3.862600e-01 2.853700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d66-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d66-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.473100e+00 1.529300e+00 3.883900e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.192400e+01 2.392800e+00 3.974200e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.586000e+01 2.853400e+00 6.805400e+00 +4.800000e+00 4.000000e-01 4.000000e-01 2.027500e+01 3.681400e+00 7.261200e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.987400e+01 3.369800e+00 8.794800e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.933100e+00 5.047500e-01 6.107300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d67-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d67-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.903900e-01 7.502811e-02 8.013669e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.750100e-01 3.924753e-02 3.612656e-02 +1.925000e+02 2.750000e+01 2.750000e+01 1.833000e-01 1.943026e-02 2.300746e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.195700e-01 1.460465e-02 1.214861e-02 +3.150000e+02 3.500000e+01 3.500000e+01 6.816600e-02 1.704474e-02 1.669931e-02 +3.925000e+02 4.250000e+01 4.250000e+01 5.076100e-02 5.870752e-03 5.757623e-03 +5.075000e+02 7.250000e+01 7.250000e+01 2.749000e-02 3.412071e-03 3.229625e-03 +7.300000e+02 1.500000e+02 1.500000e+02 4.916500e-03 1.154162e-03 1.147772e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d67-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d67-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.275100e-01 3.310400e-02 4.021500e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.408100e-01 2.843500e-02 2.583700e-02 +1.925000e+02 2.750000e+01 2.750000e+01 1.816100e-01 2.001200e-02 1.553200e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.230200e-01 1.478200e-02 1.009200e-02 +3.150000e+02 3.500000e+01 3.500000e+01 8.085000e-02 7.994600e-03 8.493600e-03 +3.925000e+02 4.250000e+01 4.250000e+01 4.941800e-02 5.306900e-03 5.850600e-03 +5.075000e+02 7.250000e+01 7.250000e+01 2.702300e-02 2.931100e-03 3.213800e-03 +7.300000e+02 1.500000e+02 1.500000e+02 5.320900e-03 8.264500e-04 5.590800e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d67-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d67-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.923200e-01 4.814700e-02 9.105100e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.665100e-01 4.240900e-02 1.054600e-01 +1.925000e+02 2.750000e+01 2.750000e+01 2.205000e-01 4.364300e-02 8.326400e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.570400e-01 3.138500e-02 5.388200e-02 +3.150000e+02 3.500000e+01 3.500000e+01 1.132200e-01 2.396300e-02 5.003700e-02 +3.925000e+02 4.250000e+01 4.250000e+01 7.425500e-02 1.452500e-02 2.641600e-02 +5.075000e+02 7.250000e+01 7.250000e+01 4.370800e-02 9.631300e-03 1.718500e-02 +7.300000e+02 1.500000e+02 1.500000e+02 9.033100e-03 1.487100e-03 6.215500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d68-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d68-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 9.950900e+01 1.942476e+01 1.854141e+01 +2.500000e-01 1.000000e-01 1.000000e-01 8.070900e+01 1.408074e+01 1.343267e+01 +5.000000e-01 1.500000e-01 1.500000e-01 5.441500e+01 1.029418e+01 1.044141e+01 +8.250000e-01 1.750000e-01 1.750000e-01 9.741800e+00 1.900542e+00 1.972275e+00 +1.500000e+00 5.000000e-01 5.000000e-01 6.006700e-01 2.042429e-01 2.014581e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d68-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d68-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 7.690900e+01 1.619700e+01 8.542800e+00 +2.500000e-01 1.000000e-01 1.000000e-01 7.096900e+01 1.318800e+01 1.102600e+01 +5.000000e-01 1.500000e-01 1.500000e-01 4.342600e+01 4.416600e+00 6.735800e+00 +8.250000e-01 1.750000e-01 1.750000e-01 9.053000e+00 1.338500e+00 9.468000e-01 +1.500000e+00 5.000000e-01 5.000000e-01 5.568000e-01 1.107200e-01 9.573200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d68-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d68-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.108800e+02 2.293100e+01 5.061700e+01 +2.500000e-01 1.000000e-01 1.000000e-01 1.004700e+02 1.689300e+01 4.855200e+01 +5.000000e-01 1.500000e-01 1.500000e-01 6.479800e+01 1.333100e+01 2.844800e+01 +8.250000e-01 1.750000e-01 1.750000e-01 1.434400e+01 3.951300e+00 5.709500e+00 +1.500000e+00 5.000000e-01 5.000000e-01 9.877500e-01 2.295100e-01 5.180400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d69-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d69-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 9.167600e+01 8.744966e+00 9.993516e+00 +3.000000e-01 1.000000e-01 1.000000e-01 1.033500e+02 1.315957e+01 1.305025e+01 +4.750000e-01 7.500000e-02 7.500000e-02 6.467700e+01 1.181920e+01 1.180156e+01 +6.750000e-01 1.250000e-01 1.250000e-01 2.499700e+01 3.321205e+00 2.895415e+00 +9.000000e-01 1.000000e-01 1.000000e-01 4.704700e+00 9.374202e-01 9.543161e-01 +1.100000e+00 1.000000e-01 1.000000e-01 1.372800e+00 5.085533e-01 5.090083e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d69-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d69-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 8.662100e+01 6.075200e+00 7.395600e+00 +3.000000e-01 1.000000e-01 1.000000e-01 9.681400e+01 1.297600e+01 1.040300e+01 +4.750000e-01 7.500000e-02 7.500000e-02 6.644700e+01 9.621600e+00 6.649700e+00 +6.750000e-01 1.250000e-01 1.250000e-01 2.061600e+01 2.597700e+00 3.408100e+00 +9.000000e-01 1.000000e-01 1.000000e-01 3.882400e+00 7.499600e-01 8.866100e-01 +1.100000e+00 1.000000e-01 1.000000e-01 9.913800e-01 2.754400e-01 3.793300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d69-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d69-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.005500e+02 1.355700e+01 2.667400e+01 +3.000000e-01 1.000000e-01 1.000000e-01 1.171000e+02 2.349900e+01 4.233100e+01 +4.750000e-01 7.500000e-02 7.500000e-02 9.886900e+01 1.943700e+01 5.203700e+01 +6.750000e-01 1.250000e-01 1.250000e-01 3.361800e+01 6.727700e+00 1.553500e+01 +9.000000e-01 1.000000e-01 1.000000e-01 6.780200e+00 2.126500e+00 2.802800e+00 +1.100000e+00 1.000000e-01 1.000000e-01 1.623900e+00 3.248900e-01 1.118000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d70-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d70-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.074200e+01 2.901229e+00 3.069764e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.495500e+01 2.066467e+00 2.003503e+00 +2.000000e+00 5.000000e-01 5.000000e-01 6.357000e+00 1.046056e+00 1.122947e+00 +3.000000e+00 5.000000e-01 5.000000e-01 2.886000e+00 7.992817e-01 6.571748e-01 +6.000000e+00 2.500000e+00 2.500000e+00 1.435200e+00 5.450652e-01 4.914309e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d70-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d70-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.019200e+01 2.376700e+00 2.457800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.405400e+01 2.142600e+00 1.756100e+00 +2.000000e+00 5.000000e-01 5.000000e-01 5.752600e+00 7.362300e-01 9.443400e-01 +3.000000e+00 5.000000e-01 5.000000e-01 2.054200e+00 6.968700e-01 2.687600e-01 +6.000000e+00 2.500000e+00 2.500000e+00 7.883900e-01 1.387900e-01 2.023900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d70-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d70-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.645800e+01 6.348600e+00 1.145400e+01 +1.000000e+00 5.000000e-01 5.000000e-01 1.976500e+01 3.454400e+00 8.995000e+00 +2.000000e+00 5.000000e-01 5.000000e-01 8.546400e+00 2.081500e+00 4.554500e+00 +3.000000e+00 5.000000e-01 5.000000e-01 2.964600e+00 8.147700e-01 9.282500e-01 +6.000000e+00 2.500000e+00 2.500000e+00 8.032000e-01 1.145500e-01 3.909200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d71-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d71-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.415600e+00 1.986454e-01 2.133789e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.743300e+00 1.299251e-01 1.343406e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.179300e+00 7.270734e-02 7.321741e-02 +7.400000e+02 4.500000e+01 4.500000e+01 8.000100e-01 4.943582e-02 4.272418e-02 +8.325000e+02 4.750000e+01 4.750000e+01 5.315900e-01 3.537647e-02 4.513574e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.311600e-01 2.183101e-02 2.696344e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.021500e-01 2.018193e-02 1.723141e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.160100e-01 1.162131e-02 9.688182e-03 +1.275000e+03 7.500000e+01 7.500000e+01 7.343200e-02 7.372960e-03 6.168185e-03 +1.425000e+03 7.500000e+01 7.500000e+01 4.681700e-02 4.873837e-03 4.807159e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.410100e-02 2.775143e-03 2.904789e-03 +2.350000e+03 3.500000e+02 3.500000e+02 2.248900e-03 5.788196e-04 3.754865e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.085800e-04 5.300238e-05 5.091667e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d71-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d71-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.969200e+00 2.690900e-01 1.946600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.470400e+00 1.817200e-01 1.657400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.000900e+00 1.328000e-01 2.237600e-01 +7.400000e+02 4.500000e+01 4.500000e+01 6.636100e-01 1.062100e-01 7.794700e-02 +8.325000e+02 4.750000e+01 4.750000e+01 4.262500e-01 5.759400e-02 4.364300e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.739200e-01 3.568500e-02 3.587300e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.699400e-01 2.336700e-02 1.684900e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.086100e-01 1.400600e-02 1.659000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.666000e-02 9.762500e-03 8.835900e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.859200e-02 5.034200e-03 4.425600e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.347800e-02 1.539800e-03 1.919000e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.976100e-03 2.840300e-04 2.513800e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.089900e-04 3.707200e-05 3.430300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d71-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d71-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.056200e+00 4.627500e-01 6.714700e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.552700e+00 3.593300e-01 5.301400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.057800e+00 2.419800e-01 3.546300e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.049000e-01 1.626500e-01 2.394000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.634900e-01 1.088200e-01 1.622100e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.024700e-01 7.286500e-02 1.094500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.893800e-01 4.552500e-02 6.812800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.230700e-01 2.992800e-02 4.511000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 7.513800e-02 1.846900e-02 2.797300e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.677100e-02 1.236000e-02 1.962400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.630500e-02 4.027900e-03 6.092800e-03 +2.350000e+03 3.500000e+02 3.500000e+02 2.306300e-03 6.167600e-04 9.615900e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.366400e-04 3.831500e-05 6.055100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d71-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d71-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.975000e+00 3.615700e-01 8.545600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.479800e+00 2.551400e-01 6.320200e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.041100e+00 1.671700e-01 4.564400e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.005600e-01 1.353200e-01 2.863100e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.886400e-01 1.314300e-01 1.449800e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.055600e-01 5.207500e-02 1.218400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.990800e-01 4.164500e-02 7.744400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.344000e-01 3.122300e-02 4.936500e-02 +1.275000e+03 7.500000e+01 7.500000e+01 8.610500e-02 1.420100e-02 2.970300e-02 +1.425000e+03 7.500000e+01 7.500000e+01 5.010900e-02 8.459200e-03 1.657700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 2.036100e-02 4.202000e-03 9.873600e-03 +2.350000e+03 3.500000e+02 3.500000e+02 3.309800e-03 7.252700e-04 1.386600e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.617200e-04 1.134100e-04 6.592500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d72-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d72-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.608800e+00 2.444261e-01 2.441014e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.994200e+00 4.615159e-01 4.827298e-01 +6.250000e+01 1.250000e+01 1.250000e+01 4.384900e+00 4.262507e-01 4.407255e-01 +8.750000e+01 1.250000e+01 1.250000e+01 3.205100e+00 2.156284e-01 2.213289e-01 +1.150000e+02 1.500000e+01 1.500000e+01 2.122700e+00 1.368441e-01 1.320994e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.312200e+00 1.052806e-01 9.578950e-02 +1.750000e+02 1.500000e+01 1.500000e+01 8.039800e-01 7.431028e-02 7.563143e-02 +2.075000e+02 1.750000e+01 1.750000e+01 4.799200e-01 5.407814e-02 5.051290e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.769900e-01 2.559383e-02 2.834501e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.585800e-01 2.203793e-02 2.026432e-02 +3.975000e+02 9.750000e+01 9.750000e+01 3.140300e-02 8.332853e-03 8.254493e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.882700e-03 7.983694e-04 8.074512e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d72-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d72-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.875900e+00 3.425300e-01 6.209600e-01 +3.750000e+01 1.250000e+01 1.250000e+01 3.912800e+00 4.769000e-01 4.861200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 3.553600e+00 4.906100e-01 3.903400e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.646200e+00 3.397200e-01 3.238300e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.804400e+00 2.422700e-01 2.159600e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.192600e+00 1.508800e-01 1.236300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 7.785300e-01 1.011300e-01 6.947300e-02 +2.075000e+02 1.750000e+01 1.750000e+01 4.763700e-01 6.753400e-02 4.427900e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.801400e-01 2.907400e-02 2.482100e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.629500e-01 2.337900e-02 1.633500e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.244800e-02 5.189000e-03 2.135900e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.942800e-03 2.696000e-04 2.439500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d72-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d72-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.100100e+00 4.189000e-01 5.808200e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.063700e+00 8.731800e-01 1.251300e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.580000e+00 8.206600e-01 1.202300e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.766700e+00 6.605300e-01 9.814900e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.912000e+00 4.652000e-01 7.007300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.354100e+00 3.498800e-01 5.411300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.696100e-01 2.181600e-01 3.335600e-01 +2.075000e+02 1.750000e+01 1.750000e+01 5.394700e-01 1.356100e-01 2.055300e-01 +2.425000e+02 1.750000e+01 1.750000e+01 3.334100e-01 8.460600e-02 1.282600e-01 +2.800000e+02 2.000000e+01 2.000000e+01 1.971800e-01 5.055500e-02 7.684200e-02 +3.975000e+02 9.750000e+01 9.750000e+01 5.599800e-02 1.454600e-02 2.212400e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.896300e-03 7.754000e-04 1.183300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d72-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d72-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.982400e+00 2.688200e-01 7.563800e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.174400e+00 7.277300e-01 1.787700e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.835400e+00 8.292200e-01 1.533600e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.813400e+00 4.737500e-01 1.213200e+00 +1.150000e+02 1.500000e+01 1.500000e+01 1.915800e+00 3.763300e-01 8.659100e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.342800e+00 3.293400e-01 4.489400e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.355200e-01 1.582400e-01 3.490300e-01 +2.075000e+02 1.750000e+01 1.750000e+01 4.972900e-01 1.147400e-01 2.066200e-01 +2.425000e+02 1.750000e+01 1.750000e+01 2.861000e-01 6.359200e-02 9.284700e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.641100e-01 2.400200e-02 5.206000e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.566900e-02 1.055200e-02 1.474900e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.507100e-03 6.248900e-04 1.155500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d73-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d73-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.259200e+01 9.394090e+00 8.680227e+00 +4.000000e-01 1.000000e-01 1.000000e-01 6.824900e+01 1.221602e+01 1.280593e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.239800e+02 2.442462e+01 2.432244e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.365000e+02 2.418363e+01 1.910719e+01 +6.750000e-01 2.500000e-02 2.500000e-02 3.164500e+02 2.460514e+01 2.709276e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.799300e+02 1.373115e+02 1.368762e+02 +7.750000e-01 2.500000e-02 2.500000e-02 7.852600e+02 5.284852e+01 6.030013e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.163000e+03 8.378977e+01 8.799065e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.677700e+03 1.275951e+02 1.307555e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.384500e+03 1.899326e+02 1.936158e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.212400e+03 2.530477e+02 2.558266e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d73-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d73-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.323200e+01 6.333200e+00 3.119600e+00 +4.000000e-01 1.000000e-01 1.000000e-01 7.526600e+01 8.462900e+00 9.371900e+00 +5.500000e-01 5.000000e-02 5.000000e-02 1.491400e+02 2.541700e+01 1.710200e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.209500e+02 3.509200e+01 3.085700e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.981400e+02 4.193200e+01 4.393500e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.373600e+02 6.749200e+01 4.075700e+01 +7.750000e-01 2.500000e-02 2.500000e-02 6.154700e+02 7.359400e+01 6.547700e+01 +8.250000e-01 2.500000e-02 2.500000e-02 9.116200e+02 1.179500e+02 1.052600e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.345500e+03 1.659300e+02 1.638400e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.915800e+03 2.433400e+02 2.181100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.497400e+03 3.612500e+02 4.226200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d73-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d73-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.375000e+01 1.108600e+01 1.690900e+01 +4.000000e-01 1.000000e-01 1.000000e-01 7.793300e+01 2.018700e+01 3.206900e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.627100e+02 4.517800e+01 7.210600e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.114800e+02 5.235700e+01 7.913400e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.941100e+02 7.246200e+01 1.095000e+02 +7.250000e-01 2.500000e-02 2.500000e-02 4.201600e+02 1.029900e+02 1.551900e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.193300e+02 1.508500e+02 2.263500e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.222500e+02 2.210500e+02 3.297400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.388700e+03 3.238100e+02 4.785500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.082800e+03 4.691000e+02 6.836100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.909500e+03 6.339900e+02 9.081600e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d73-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d73-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.256000e+01 9.324700e+00 1.319500e+01 +4.000000e-01 1.000000e-01 1.000000e-01 7.237000e+01 1.535900e+01 3.025600e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.344900e+02 2.669700e+01 5.513000e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.184500e+02 4.520700e+01 7.154500e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.885200e+02 5.168800e+01 1.176500e+02 +7.250000e-01 2.500000e-02 2.500000e-02 4.222100e+02 7.557700e+01 1.845800e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.157100e+02 1.049400e+02 2.798900e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.800100e+02 2.083000e+02 4.000400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.420400e+03 2.332200e+02 6.533500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.145300e+03 4.553400e+02 8.358500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.833700e+03 4.822200e+02 1.107600e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d74-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d74-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.091100e+02 1.402670e+01 1.367168e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.238300e+02 1.418280e+01 1.464034e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.508100e+02 1.570909e+01 1.630807e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.548900e+02 1.680456e+01 1.726047e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.085200e+02 1.648540e+01 1.729891e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.239900e+02 1.942287e+01 2.008674e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.985000e+01 4.397196e+00 4.895263e+00 +5.800000e+00 6.000000e-01 6.000000e-01 4.125500e+00 1.785458e+00 8.646571e-01 +7.600000e+00 1.200000e+00 1.200000e+00 4.605400e-02 3.548376e-02 3.060149e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d74-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d74-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.682500e+02 1.911100e+01 1.705200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.877400e+02 2.302200e+01 1.780900e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.067500e+02 2.724000e+01 4.304200e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.127000e+02 2.959100e+01 2.353200e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.796200e+02 2.303400e+01 2.226300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.933600e+01 1.952700e+01 1.126700e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.561800e+01 5.320800e+00 4.564200e+00 +5.800000e+00 6.000000e-01 6.000000e-01 3.964300e+00 3.798400e-01 9.810600e-01 +7.600000e+00 1.200000e+00 1.200000e+00 1.805700e-02 9.709000e-03 2.504800e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d74-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d74-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.290900e+02 5.415400e+01 7.983400e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.313500e+02 5.433300e+01 7.991700e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.257000e+02 5.194100e+01 7.631300e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.144600e+02 5.025900e+01 7.480700e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.629000e+02 3.641200e+01 5.317800e+01 +4.200000e+00 2.000000e-01 2.000000e-01 8.647600e+01 1.982200e+01 2.937800e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.884000e+01 6.717800e+00 1.018600e+01 +5.800000e+00 6.000000e-01 6.000000e-01 3.563700e+00 8.811000e-01 1.425800e+00 +7.600000e+00 1.200000e+00 1.200000e+00 2.293000e-02 5.544400e-03 8.364100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d74-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d74-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.995700e+02 3.832400e+01 8.540200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.161600e+02 3.189100e+01 9.208600e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.361000e+02 5.285900e+01 8.408300e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.223600e+02 3.994100e+01 9.154700e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.711300e+02 3.226800e+01 7.569300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.087400e+01 1.709200e+01 3.585100e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.249900e+01 6.881100e+00 1.188200e+01 +5.800000e+00 6.000000e-01 6.000000e-01 5.201100e+00 8.860400e-01 2.234300e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.684500e-02 2.217500e-02 2.512900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d75-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d75-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.474600e+00 4.513922e-01 4.906002e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.817400e+00 3.467802e-01 3.619172e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.709900e+00 2.775314e-01 2.966466e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.426300e+00 2.473760e-01 2.188008e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.885500e+00 1.772587e-01 1.786117e-01 +2.050000e+02 1.500000e+01 1.500000e+01 2.037100e+00 1.139894e-01 1.159287e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.322600e+00 6.547812e-02 6.509956e-02 +2.650000e+02 1.500000e+01 1.500000e+01 8.300900e-01 4.913497e-02 4.526458e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.733500e-01 2.818240e-02 3.180290e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.416800e-01 3.326100e-02 3.264959e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.601200e-01 1.262026e-02 1.280743e-02 +4.125000e+02 2.250000e+01 2.250000e+01 8.138600e-02 9.159946e-03 8.966827e-03 +4.575000e+02 2.250000e+01 2.250000e+01 4.430500e-02 6.159585e-03 6.015320e-03 +5.300000e+02 5.000000e+01 5.000000e+01 1.427900e-02 3.023692e-03 2.966646e-03 +6.325000e+02 5.250000e+01 5.250000e+01 5.809600e-03 1.447559e-03 1.407017e-03 +8.425000e+02 1.575000e+02 1.575000e+02 3.192400e-04 2.349571e-04 2.265932e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d75-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d75-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.691600e+00 5.538800e-01 3.010300e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.128800e+00 4.155600e-01 3.963100e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.132300e+00 4.416500e-01 7.005100e-01 +1.525000e+02 1.250000e+01 1.250000e+01 2.879600e+00 3.603200e-01 3.115000e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.434100e+00 2.976700e-01 2.874300e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.741000e+00 2.273500e-01 1.783500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.103800e+00 1.276600e-01 1.050200e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.818000e-01 8.567600e-02 5.664200e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.037900e-01 4.674100e-02 3.902800e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.326500e-01 3.004600e-02 1.663400e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.343400e-01 1.635600e-02 9.528000e-03 +4.125000e+02 2.250000e+01 2.250000e+01 7.385600e-02 8.839400e-03 8.698400e-03 +4.575000e+02 2.250000e+01 2.250000e+01 4.084200e-02 5.505900e-03 4.583800e-03 +5.300000e+02 5.000000e+01 5.000000e+01 1.595000e-02 1.828200e-03 1.577400e-03 +6.325000e+02 5.250000e+01 5.250000e+01 4.946100e-03 1.038100e-03 7.978700e-04 +8.425000e+02 1.575000e+02 1.575000e+02 7.036200e-04 1.671500e-04 1.736300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d75-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d75-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.101300e+00 4.511200e-01 6.576400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 2.663100e+00 5.794100e-01 8.389100e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.045100e+00 7.054600e-01 1.051600e+00 +1.525000e+02 1.250000e+01 1.250000e+01 2.977300e+00 6.763600e-01 9.886300e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.838300e+00 6.630100e-01 9.766500e-01 +2.050000e+02 1.500000e+01 1.500000e+01 2.074600e+00 4.874400e-01 7.207400e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.386000e+00 3.322000e-01 4.937400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.986100e-01 2.172400e-01 3.231500e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.496300e-01 1.353700e-01 2.027900e-01 +3.325000e+02 1.750000e+01 1.750000e+01 3.368700e-01 8.370200e-02 1.255400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.930200e-01 4.933400e-02 7.466400e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.106700e-01 2.851700e-02 4.324900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 6.263200e-02 1.600400e-02 2.424700e-02 +5.300000e+02 5.000000e+01 5.000000e+01 2.554700e-02 6.756100e-03 1.032100e-02 +6.325000e+02 5.250000e+01 5.250000e+01 7.936300e-03 2.158200e-03 3.332400e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.160000e-03 3.214500e-04 4.988500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d75-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d75-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.188800e+00 3.477800e-01 8.848000e-01 +1.050000e+02 1.000000e+01 1.000000e+01 2.836800e+00 5.356900e-01 1.211800e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.196900e+00 5.550400e-01 1.406300e+00 +1.525000e+02 1.250000e+01 1.250000e+01 3.139700e+00 6.049600e-01 1.335500e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.796300e+00 5.255700e-01 9.938500e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.994500e+00 3.917300e-01 7.904300e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.332100e+00 3.259900e-01 4.493100e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.173100e-01 1.530200e-01 3.694800e-01 +2.975000e+02 1.750000e+01 1.750000e+01 4.812700e-01 5.977900e-02 2.580000e-01 +3.325000e+02 1.750000e+01 1.750000e+01 2.925800e-01 5.854100e-02 1.017000e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.759000e-01 3.122300e-02 6.793000e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.049600e-01 2.999000e-02 2.634900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 5.317300e-02 8.767800e-03 2.365200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 2.250300e-02 6.137300e-03 8.894600e-03 +6.325000e+02 5.250000e+01 5.250000e+01 7.633200e-03 7.187800e-04 4.316800e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.200700e-03 3.819800e-04 2.757200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d76-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d76-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.087800e-01 4.281009e-02 4.256285e-02 +3.750000e+01 1.250000e+01 1.250000e+01 7.984000e-01 8.448911e-02 8.972912e-02 +6.250000e+01 1.250000e+01 1.250000e+01 7.041700e-01 6.612812e-02 5.708515e-02 +8.750000e+01 1.250000e+01 1.250000e+01 5.321400e-01 4.150655e-02 4.281049e-02 +1.150000e+02 1.500000e+01 1.500000e+01 3.390600e-01 2.796040e-02 2.700158e-02 +1.450000e+02 1.500000e+01 1.500000e+01 2.771500e-01 2.555827e-02 3.259398e-02 +1.750000e+02 1.500000e+01 1.500000e+01 1.590200e-01 1.852536e-02 1.688511e-02 +2.250000e+02 3.500000e+01 3.500000e+01 9.247100e-02 1.755659e-02 1.700525e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.046100e-02 3.483494e-03 3.448098e-03 +6.975000e+02 2.025000e+02 2.025000e+02 9.135300e-04 5.418348e-04 5.435699e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d76-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d76-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.126900e-01 2.520400e-02 3.117500e-02 +3.750000e+01 1.250000e+01 1.250000e+01 6.423100e-01 5.055000e-02 7.936300e-02 +6.250000e+01 1.250000e+01 1.250000e+01 5.914100e-01 6.345500e-02 4.912000e-02 +8.750000e+01 1.250000e+01 1.250000e+01 4.830300e-01 4.930400e-02 4.401200e-02 +1.150000e+02 1.500000e+01 1.500000e+01 3.689000e-01 3.256400e-02 3.069500e-02 +1.450000e+02 1.500000e+01 1.500000e+01 2.651200e-01 3.069900e-02 1.247100e-02 +1.750000e+02 1.500000e+01 1.500000e+01 1.871300e-01 2.147500e-02 1.730200e-02 +2.250000e+02 3.500000e+01 3.500000e+01 1.053200e-01 1.055100e-02 1.023300e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.230600e-02 1.722400e-03 1.640200e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.581200e-03 2.373000e-04 2.266600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d76-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d76-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.397000e-01 2.514400e-02 1.266800e-01 +3.750000e+01 1.250000e+01 1.250000e+01 6.927500e-01 8.516200e-02 1.792200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 6.547100e-01 9.976400e-02 2.494900e-01 +8.750000e+01 1.250000e+01 1.250000e+01 5.305000e-01 9.168900e-02 1.674400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 3.978900e-01 5.852800e-02 1.240000e-01 +1.450000e+02 1.500000e+01 1.500000e+01 2.915100e-01 5.425500e-02 7.554500e-02 +1.750000e+02 1.500000e+01 1.500000e+01 2.043500e-01 2.879900e-02 5.797500e-02 +2.250000e+02 3.500000e+01 3.500000e+01 1.184300e-01 2.824900e-02 2.431300e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.630300e-02 3.446000e-03 1.045700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.006400e-03 3.923500e-04 8.622500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d77-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d77-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 7.519900e+00 2.321114e+00 2.384740e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.679800e+01 4.691930e+00 4.498031e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.341600e+01 1.157207e+01 1.169160e+01 +7.500000e-01 5.000000e-02 5.000000e-02 1.171000e+02 1.120355e+01 1.013444e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.873600e+02 1.601033e+01 1.496033e+01 +8.750000e-01 2.500000e-02 2.500000e-02 3.043500e+02 2.868889e+01 2.886343e+01 +9.250000e-01 2.500000e-02 2.500000e-02 4.002600e+02 3.493286e+01 3.610713e+01 +9.750000e-01 2.500000e-02 2.500000e-02 5.295900e+02 4.400955e+01 4.310709e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d77-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d77-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.311200e+01 1.449400e+00 1.670800e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.636600e+01 3.089700e+00 2.952400e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.527100e+01 5.121500e+00 6.217600e+00 +7.500000e-01 5.000000e-02 5.000000e-02 1.047300e+02 1.156600e+01 7.577400e+00 +8.250000e-01 2.500000e-02 2.500000e-02 1.718800e+02 1.799500e+01 1.449400e+01 +8.750000e-01 2.500000e-02 2.500000e-02 2.480800e+02 2.195600e+01 1.937600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.516200e+02 3.175100e+01 3.940000e+01 +9.750000e-01 2.500000e-02 2.500000e-02 4.682900e+02 3.856600e+01 3.326400e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d77-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d77-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.368400e+01 2.258100e+00 3.579800e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.889500e+01 5.533300e+00 5.176200e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.779100e+01 1.133300e+01 1.597600e+01 +7.500000e-01 5.000000e-02 5.000000e-02 1.076000e+02 1.657800e+01 3.618500e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.866700e+02 3.604000e+01 4.896000e+01 +8.750000e-01 2.500000e-02 2.500000e-02 2.692400e+02 3.183000e+01 8.255500e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.962600e+02 6.234700e+01 1.126200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 5.434600e+02 7.657400e+01 1.930300e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d78-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d78-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.820400e+00 8.249588e-01 8.326482e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.756400e+01 1.168185e+00 1.177140e+00 +3.800000e+00 2.000000e-01 2.000000e-01 2.330100e+01 1.977673e+00 1.786061e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.145200e+01 3.527567e+00 3.524170e+00 +4.600000e+00 2.000000e-01 2.000000e-01 3.617400e+01 3.111277e+00 2.496711e+00 +5.000000e+00 2.000000e-01 2.000000e-01 3.975000e+01 3.459769e+00 3.847957e+00 +5.400000e+00 2.000000e-01 2.000000e-01 2.664300e+01 2.343107e+00 2.366723e+00 +6.000000e+00 4.000000e-01 4.000000e-01 1.161900e+01 1.765713e+00 1.903634e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.938000e-01 2.750364e-01 2.776955e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d78-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d78-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 8.024800e+00 7.481900e-01 5.866500e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.517600e+01 1.363500e+00 8.667600e-01 +3.800000e+00 2.000000e-01 2.000000e-01 2.350900e+01 2.088000e+00 1.665800e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.085000e+01 2.968500e+00 1.876900e+00 +4.600000e+00 2.000000e-01 2.000000e-01 3.535800e+01 3.058900e+00 5.057900e+00 +5.000000e+00 2.000000e-01 2.000000e-01 3.591000e+01 3.538300e+00 3.357600e+00 +5.400000e+00 2.000000e-01 2.000000e-01 2.612600e+01 2.867700e+00 2.040000e+00 +6.000000e+00 4.000000e-01 4.000000e-01 9.726500e+00 1.245000e+00 1.018200e+00 +7.600000e+00 1.200000e+00 1.200000e+00 6.115400e-01 5.622500e-02 1.297900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d78-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d78-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.050100e+01 1.808700e+00 4.292900e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.914600e+01 3.471700e+00 6.093500e+00 +3.800000e+00 2.000000e-01 2.000000e-01 2.742300e+01 4.321400e+00 8.361700e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.268200e+01 4.483800e+00 1.086000e+01 +4.600000e+00 2.000000e-01 2.000000e-01 3.610300e+01 6.019700e+00 1.085800e+01 +5.000000e+00 2.000000e-01 2.000000e-01 3.638900e+01 3.030000e+00 1.018000e+01 +5.400000e+00 2.000000e-01 2.000000e-01 2.628900e+01 3.828900e+00 5.384700e+00 +6.000000e+00 4.000000e-01 4.000000e-01 1.057600e+01 1.557600e+00 2.983400e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.667600e-01 5.681500e-02 1.605200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d79-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d79-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.672900e-01 1.283284e-01 1.395802e-01 +1.050000e+02 1.000000e+01 1.000000e+01 6.114000e-01 6.343564e-02 6.633891e-02 +1.250000e+02 1.000000e+01 1.000000e+01 5.988800e-01 5.511955e-02 5.249953e-02 +1.475000e+02 1.250000e+01 1.250000e+01 5.134400e-01 5.272883e-02 4.578762e-02 +1.725000e+02 1.250000e+01 1.250000e+01 3.588800e-01 3.374518e-02 2.980955e-02 +1.975000e+02 1.250000e+01 1.250000e+01 2.828200e-01 2.074717e-02 2.012721e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.465000e-01 1.908910e-02 1.803991e-02 +2.575000e+02 1.750000e+01 1.750000e+01 1.608700e-01 2.961223e-02 2.911250e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.538400e-01 1.000783e-02 1.008376e-02 +3.525000e+02 3.250000e+01 3.250000e+01 9.073600e-02 7.289540e-03 7.041303e-03 +5.350000e+02 1.500000e+02 1.500000e+02 1.852800e-02 1.661871e-03 1.817394e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d79-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d79-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.924000e-01 7.545600e-02 6.181500e-02 +1.050000e+02 1.000000e+01 1.000000e+01 5.483500e-01 5.016800e-02 6.953800e-02 +1.250000e+02 1.000000e+01 1.000000e+01 5.256600e-01 6.097800e-02 8.149600e-02 +1.475000e+02 1.250000e+01 1.250000e+01 4.845100e-01 4.727000e-02 2.968700e-02 +1.725000e+02 1.250000e+01 1.250000e+01 3.785700e-01 3.402800e-02 3.129500e-02 +1.975000e+02 1.250000e+01 1.250000e+01 3.069100e-01 2.527900e-02 2.378800e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.447000e-01 2.550100e-02 1.436600e-02 +2.575000e+02 1.750000e+01 1.750000e+01 1.796800e-01 1.607700e-02 1.257400e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.321200e-01 1.231400e-02 1.061600e-02 +3.525000e+02 3.250000e+01 3.250000e+01 8.274600e-02 7.921900e-03 5.743200e-03 +5.350000e+02 1.500000e+02 1.500000e+02 1.733400e-02 1.607500e-03 1.136100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d79-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d79-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.666200e-01 5.114400e-02 1.285700e-01 +1.050000e+02 1.000000e+01 1.000000e+01 5.362900e-01 3.190200e-02 1.679900e-01 +1.250000e+02 1.000000e+01 1.000000e+01 5.155800e-01 7.619700e-02 1.457700e-01 +1.475000e+02 1.250000e+01 1.250000e+01 4.909100e-01 8.641500e-02 1.170000e-01 +1.725000e+02 1.250000e+01 1.250000e+01 4.173200e-01 5.892800e-02 1.503100e-01 +1.975000e+02 1.250000e+01 1.250000e+01 3.381500e-01 4.784000e-02 9.492700e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.727400e-01 4.908000e-02 1.128800e-01 +2.575000e+02 1.750000e+01 1.750000e+01 2.082900e-01 3.261500e-02 7.396100e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.539200e-01 2.740200e-02 4.535800e-02 +3.525000e+02 3.250000e+01 3.250000e+01 1.063700e-01 1.880300e-02 3.072000e-02 +5.350000e+02 1.500000e+02 1.500000e+02 2.387300e-02 4.790300e-03 7.053500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d80-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d80-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 8.546800e-01 8.612225e-02 7.912468e-02 +3.750000e+01 1.250000e+01 1.250000e+01 1.722100e+00 1.695759e-01 1.694289e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.829700e+00 1.588628e-01 1.642612e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.553100e+00 1.322698e-01 1.478433e-01 +1.300000e+02 3.000000e+01 3.000000e+01 9.629900e-01 1.177879e-01 8.760995e-02 +1.925000e+02 3.250000e+01 3.250000e+01 4.948700e-01 4.828867e-02 4.378868e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.276000e-01 3.738451e-02 3.755716e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.574500e-01 2.042846e-02 2.016106e-02 +3.975000e+02 9.750000e+01 9.750000e+01 3.973300e-02 8.807956e-03 8.492160e-03 +6.975000e+02 2.025000e+02 2.025000e+02 3.488700e-03 7.847399e-04 8.642819e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d80-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d80-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 6.460100e-01 9.349400e-02 6.639100e-02 +3.750000e+01 1.250000e+01 1.250000e+01 1.448000e+00 1.662900e-01 1.544200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.520800e+00 2.040700e-01 1.740800e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.312700e+00 1.501500e-01 1.647700e-01 +1.300000e+02 3.000000e+01 3.000000e+01 9.203100e-01 1.126200e-01 1.069400e-01 +1.925000e+02 3.250000e+01 3.250000e+01 4.698100e-01 5.616300e-02 5.496900e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.462900e-01 3.263300e-02 2.491600e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.535000e-01 1.313900e-02 1.577600e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.778900e-02 6.300400e-03 4.425600e-03 +6.975000e+02 2.025000e+02 2.025000e+02 3.427000e-03 3.940400e-04 4.199200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d80-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d80-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 7.780000e-01 8.816100e-02 3.056400e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.801800e+00 2.478100e-01 6.374600e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.884900e+00 3.691500e-01 7.408700e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.575000e+00 2.500000e-01 6.653100e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.092700e+00 2.151300e-01 4.219100e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.538200e-01 1.123600e-01 2.242100e-01 +2.425000e+02 1.750000e+01 1.750000e+01 2.919000e-01 6.249100e-02 9.346700e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.860600e-01 3.746100e-02 7.458800e-02 +3.975000e+02 9.750000e+01 9.750000e+01 5.770700e-02 1.065300e-02 1.880200e-02 +6.975000e+02 2.025000e+02 2.025000e+02 4.972300e-03 1.072000e-03 1.877000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d81-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d81-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.302100e+01 7.646984e+00 7.235272e+00 +3.750000e-01 1.250000e-01 1.250000e-01 3.346800e+01 1.401554e+01 8.684749e+00 +6.000000e-01 1.000000e-01 1.000000e-01 1.255600e+02 1.642000e+01 1.715345e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.675100e+02 2.695763e+01 2.902101e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.698200e+02 3.379826e+01 3.701121e+01 +8.250000e-01 2.500000e-02 2.500000e-02 5.383800e+02 4.780003e+01 4.492155e+01 +8.750000e-01 2.500000e-02 2.500000e-02 8.043800e+02 6.960621e+01 6.579602e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.113700e+03 9.127146e+01 9.587340e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.409800e+03 1.074742e+02 1.066351e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d81-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d81-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.916200e+01 2.912700e+00 5.335800e+00 +3.750000e-01 1.250000e-01 1.250000e-01 4.794600e+01 6.722000e+00 5.485200e+00 +6.000000e-01 1.000000e-01 1.000000e-01 1.207000e+02 1.627700e+01 1.727300e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.416600e+02 3.077700e+01 3.978400e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.390800e+02 4.503100e+01 3.079300e+01 +8.250000e-01 2.500000e-02 2.500000e-02 4.668300e+02 5.311000e+01 5.642600e+01 +8.750000e-01 2.500000e-02 2.500000e-02 6.593600e+02 7.662600e+01 7.962000e+01 +9.250000e-01 2.500000e-02 2.500000e-02 9.187700e+02 1.141800e+02 1.043400e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.194900e+03 1.412200e+02 9.735700e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d81-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d81-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.967200e+01 5.932200e+00 9.878100e+00 +3.750000e-01 1.250000e-01 1.250000e-01 4.675100e+01 8.243100e+00 2.085400e+01 +6.000000e-01 1.000000e-01 1.000000e-01 1.262300e+02 2.556200e+01 4.486100e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.556300e+02 4.740000e+01 9.881500e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.836500e+02 5.978400e+01 1.719300e+02 +8.250000e-01 2.500000e-02 2.500000e-02 5.761800e+02 1.360000e+02 1.727100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 8.018600e+02 1.223500e+02 3.151600e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.172300e+03 1.867200e+02 4.640100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.594600e+03 2.723700e+02 6.336200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d82-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d82-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.761100e+01 3.456050e+00 3.420067e+00 +2.600000e+00 2.000000e-01 2.000000e-01 4.706400e+01 3.788729e+00 3.818097e+00 +3.000000e+00 2.000000e-01 2.000000e-01 5.251400e+01 4.227319e+00 4.144895e+00 +3.400000e+00 2.000000e-01 2.000000e-01 6.915200e+01 4.739150e+00 5.247235e+00 +3.800000e+00 2.000000e-01 2.000000e-01 7.515600e+01 5.817993e+00 5.141712e+00 +4.200000e+00 2.000000e-01 2.000000e-01 8.903400e+01 7.203957e+00 6.757537e+00 +4.600000e+00 2.000000e-01 2.000000e-01 9.695100e+01 9.096673e+00 7.540531e+00 +5.000000e+00 2.000000e-01 2.000000e-01 8.632700e+01 9.180567e+00 1.022418e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.328400e+01 8.771251e+00 6.448629e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.405800e+00 7.574342e-01 6.852392e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d82-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d82-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.002800e+01 3.442700e+00 3.056500e+00 +2.600000e+00 2.000000e-01 2.000000e-01 3.677300e+01 4.418500e+00 3.821700e+00 +3.000000e+00 2.000000e-01 2.000000e-01 4.583700e+01 5.917900e+00 4.089500e+00 +3.400000e+00 2.000000e-01 2.000000e-01 5.659000e+01 5.753100e+00 6.190500e+00 +3.800000e+00 2.000000e-01 2.000000e-01 6.915600e+01 8.471800e+00 6.454300e+00 +4.200000e+00 2.000000e-01 2.000000e-01 8.094400e+01 9.034900e+00 9.059200e+00 +4.600000e+00 2.000000e-01 2.000000e-01 8.819200e+01 1.024200e+01 1.232100e+01 +5.000000e+00 2.000000e-01 2.000000e-01 8.384700e+01 1.179800e+01 9.276300e+00 +5.600000e+00 4.000000e-01 4.000000e-01 3.948100e+01 5.011100e+00 4.857200e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.255400e+00 3.980800e-01 2.832600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d82-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d82-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.447900e+01 1.136600e+01 1.740400e+01 +2.600000e+00 2.000000e-01 2.000000e-01 5.416800e+01 9.518500e+00 2.271900e+01 +3.000000e+00 2.000000e-01 2.000000e-01 6.529200e+01 1.341800e+01 2.728000e+01 +3.400000e+00 2.000000e-01 2.000000e-01 7.646300e+01 1.244100e+01 3.134100e+01 +3.800000e+00 2.000000e-01 2.000000e-01 8.610200e+01 1.509900e+01 3.601700e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.379700e+01 1.766300e+01 3.356600e+01 +4.600000e+00 2.000000e-01 2.000000e-01 9.440600e+01 1.761400e+01 3.743900e+01 +5.000000e+00 2.000000e-01 2.000000e-01 8.682100e+01 1.334600e+01 3.175300e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.337200e+01 6.362300e+00 1.574200e+01 +7.400000e+00 1.400000e+00 1.400000e+00 2.947900e+00 5.055900e-01 6.195800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d83-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d83-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.230900e+00 2.363524e-01 2.208020e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.367500e+00 2.699029e-01 1.971903e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.401200e+00 1.569007e-01 1.398365e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.224800e+00 1.113375e-01 9.117330e-02 +1.775000e+02 1.250000e+01 1.250000e+01 9.815500e-01 8.478990e-02 8.393441e-02 +2.050000e+02 1.500000e+01 1.500000e+01 8.136600e-01 5.240337e-02 5.084697e-02 +2.350000e+02 1.500000e+01 1.500000e+01 6.854200e-01 4.803824e-02 4.945945e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.444200e-01 5.055078e-02 4.844646e-02 +2.975000e+02 1.750000e+01 1.750000e+01 5.018000e-01 3.177053e-02 3.279758e-02 +3.325000e+02 1.750000e+01 1.750000e+01 3.830600e-01 3.868264e-02 4.028094e-02 +3.700000e+02 2.000000e+01 2.000000e+01 3.030500e-01 2.151354e-02 2.319422e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.886800e-01 1.553877e-02 1.418631e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.129500e-01 1.066773e-02 1.014564e-02 +5.300000e+02 5.000000e+01 5.000000e+01 5.356500e-02 6.216788e-03 6.002569e-03 +7.300000e+02 1.500000e+02 1.500000e+02 7.651500e-03 1.465704e-03 1.534366e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d83-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d83-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.039900e+00 1.611800e-01 1.698200e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.224500e+00 1.710600e-01 1.401200e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.230700e+00 1.620600e-01 1.894200e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.094500e+00 1.256300e-01 1.221100e-01 +1.775000e+02 1.250000e+01 1.250000e+01 9.337600e-01 1.004600e-01 1.012000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 7.834900e-01 1.081600e-01 7.402400e-02 +2.350000e+02 1.500000e+01 1.500000e+01 6.376300e-01 7.086200e-02 6.465700e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.178300e-01 6.202500e-02 4.300600e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.174200e-01 4.358100e-02 4.600200e-02 +3.325000e+02 1.750000e+01 1.750000e+01 3.324600e-01 3.657400e-02 2.870000e-02 +3.700000e+02 2.000000e+01 2.000000e+01 2.449200e-01 2.993200e-02 2.903200e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.620600e-01 1.975900e-02 1.527800e-02 +4.575000e+02 2.250000e+01 2.250000e+01 9.927100e-02 1.168200e-02 1.401800e-02 +5.300000e+02 5.000000e+01 5.000000e+01 4.562900e-02 5.759600e-03 3.406500e-03 +7.300000e+02 1.500000e+02 1.500000e+02 7.432100e-03 8.321700e-04 6.613600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d83-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d83-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.193500e+00 1.333100e-01 3.407400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.264400e+00 1.563100e-01 5.121700e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.267500e+00 2.238800e-01 4.767600e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.215700e+00 2.394700e-01 4.412900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.126900e+00 2.102700e-01 4.224000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 9.228200e-01 1.453900e-01 4.038200e-01 +2.350000e+02 1.500000e+01 1.500000e+01 7.897200e-01 1.531800e-01 2.964800e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.680500e-01 1.176200e-01 2.909900e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.572800e-01 1.033900e-01 2.439400e-01 +3.325000e+02 1.750000e+01 1.750000e+01 4.738300e-01 8.338800e-02 1.748400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 3.564400e-01 7.142800e-02 1.213200e-01 +4.125000e+02 2.250000e+01 2.250000e+01 2.427100e-01 6.847700e-02 7.604900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.438900e-01 2.485000e-02 6.675300e-02 +5.300000e+02 5.000000e+01 5.000000e+01 7.098200e-02 1.507400e-02 2.817900e-02 +7.300000e+02 1.500000e+02 1.500000e+02 1.221600e-02 2.064100e-03 6.538900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d84-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d84-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 4.347400e+02 5.795541e+01 6.211122e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.845800e+02 5.274486e+01 5.032847e+01 +3.000000e-01 5.000000e-02 5.000000e-02 3.647200e+02 5.068410e+01 5.084223e+01 +4.500000e-01 1.000000e-01 1.000000e-01 2.688400e+02 4.779646e+01 4.023696e+01 +6.000000e-01 5.000000e-02 5.000000e-02 1.889400e+02 2.910514e+01 2.964744e+01 +7.500000e-01 1.000000e-01 1.000000e-01 8.870300e+01 1.384812e+01 1.426679e+01 +1.025000e+00 1.750000e-01 1.750000e-01 2.708000e+01 4.515114e+00 4.539786e+00 +1.850000e+00 6.500000e-01 6.500000e-01 2.292300e+00 4.370611e-01 4.426839e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d84-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d84-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.321700e+02 5.383300e+01 4.128500e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.224100e+02 4.767800e+01 4.784700e+01 +3.000000e-01 5.000000e-02 5.000000e-02 3.263500e+02 5.051200e+01 4.407900e+01 +4.500000e-01 1.000000e-01 1.000000e-01 2.437600e+02 3.066900e+01 3.452800e+01 +6.000000e-01 5.000000e-02 5.000000e-02 1.597000e+02 2.220900e+01 2.097700e+01 +7.500000e-01 1.000000e-01 1.000000e-01 8.221600e+01 1.097900e+01 9.676500e+00 +1.025000e+00 1.750000e-01 1.750000e-01 2.277500e+01 3.576700e+00 1.967800e+00 +1.850000e+00 6.500000e-01 6.500000e-01 1.609100e+00 2.676200e-01 2.410200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d84-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d84-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 4.378000e+02 8.450300e+01 1.977600e+02 +2.000000e-01 5.000000e-02 5.000000e-02 4.204900e+02 8.073100e+01 1.929300e+02 +3.000000e-01 5.000000e-02 5.000000e-02 4.200800e+02 8.238600e+01 1.944700e+02 +4.500000e-01 1.000000e-01 1.000000e-01 3.125500e+02 6.555000e+01 1.322200e+02 +6.000000e-01 5.000000e-02 5.000000e-02 2.066400e+02 4.837800e+01 8.167300e+01 +7.500000e-01 1.000000e-01 1.000000e-01 1.106500e+02 2.555100e+01 4.710600e+01 +1.025000e+00 1.750000e-01 1.750000e-01 3.358800e+01 8.781200e+00 1.261500e+01 +1.850000e+00 6.500000e-01 6.500000e-01 2.349700e+00 5.707100e-01 1.011300e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d85-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d85-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.247200e+02 2.503460e+01 2.851347e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.848800e+02 5.262616e+01 3.346398e+01 +3.250000e-01 7.500000e-02 7.500000e-02 4.329600e+02 3.719179e+01 3.749501e+01 +4.750000e-01 7.500000e-02 7.500000e-02 3.746100e+02 3.679920e+01 3.706925e+01 +6.750000e-01 1.250000e-01 1.250000e-01 1.703000e+02 1.989806e+01 1.730539e+01 +9.000000e-01 1.000000e-01 1.000000e-01 3.995000e+01 5.329199e+00 5.208289e+00 +1.750000e+00 7.500000e-01 7.500000e-01 2.382200e+00 3.930711e-01 3.966423e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d85-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d85-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.018300e+02 2.525500e+01 2.559800e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.464100e+02 3.608800e+01 3.342900e+01 +3.250000e-01 7.500000e-02 7.500000e-02 3.971700e+02 5.379100e+01 4.828200e+01 +4.750000e-01 7.500000e-02 7.500000e-02 3.274300e+02 4.371800e+01 3.635600e+01 +6.750000e-01 1.250000e-01 1.250000e-01 1.464000e+02 2.012900e+01 1.994100e+01 +9.000000e-01 1.000000e-01 1.000000e-01 3.425100e+01 5.986100e+00 4.486000e+00 +1.750000e+00 7.500000e-01 7.500000e-01 1.593600e+00 2.331500e-01 2.907300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d85-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d85-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.382400e+02 4.966400e+01 1.057100e+02 +2.000000e-01 5.000000e-02 5.000000e-02 3.961600e+02 6.686700e+01 1.237500e+02 +3.250000e-01 7.500000e-02 7.500000e-02 4.576100e+02 7.642000e+01 1.879100e+02 +4.750000e-01 7.500000e-02 7.500000e-02 4.087400e+02 7.475900e+01 1.786400e+02 +6.750000e-01 1.250000e-01 1.250000e-01 1.992300e+02 4.159300e+01 8.039300e+01 +9.000000e-01 1.000000e-01 1.000000e-01 5.022400e+01 1.168900e+01 2.223400e+01 +1.750000e+00 7.500000e-01 7.500000e-01 2.270300e+00 4.911400e-01 1.075100e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d86-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d86-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.414400e+02 8.672454e+00 7.780229e+00 +1.000000e+00 5.000000e-01 5.000000e-01 7.665500e+01 8.583108e+00 7.459364e+00 +2.000000e+00 5.000000e-01 5.000000e-01 3.080900e+01 4.180022e+00 4.464411e+00 +3.000000e+00 5.000000e-01 5.000000e-01 9.790800e+00 2.027761e+00 1.998234e+00 +6.000000e+00 2.500000e+00 2.500000e+00 3.549500e+00 1.178194e+00 1.009966e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d86-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d86-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.283600e+02 1.287900e+01 1.183900e+01 +1.000000e+00 5.000000e-01 5.000000e-01 6.845200e+01 9.888400e+00 8.883300e+00 +2.000000e+00 5.000000e-01 5.000000e-01 2.620200e+01 3.683300e+00 3.543100e+00 +3.000000e+00 5.000000e-01 5.000000e-01 8.274100e+00 1.530400e+00 1.346200e+00 +6.000000e+00 2.500000e+00 2.500000e+00 3.162600e+00 4.991000e-01 4.510400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d86-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d86-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.482500e+02 2.285400e+01 4.891200e+01 +1.000000e+00 5.000000e-01 5.000000e-01 8.725800e+01 1.738000e+01 3.863700e+01 +2.000000e+00 5.000000e-01 5.000000e-01 3.441100e+01 7.705900e+00 1.574400e+01 +3.000000e+00 5.000000e-01 5.000000e-01 1.082300e+01 2.179800e+00 4.632600e+00 +6.000000e+00 2.500000e+00 2.500000e+00 2.821900e+00 3.718700e-01 1.463200e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d87-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d87-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.345400e+00 6.283506e-01 6.385587e-01 +5.800000e+02 3.500000e+01 3.500000e+01 4.960800e+00 3.555689e-01 3.514885e-01 +6.550000e+02 4.000000e+01 4.000000e+01 3.607100e+00 2.477671e-01 2.512099e-01 +7.400000e+02 4.500000e+01 4.500000e+01 2.500100e+00 1.661609e-01 1.490339e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.698200e+00 1.253064e-01 1.200099e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.135700e+00 7.611003e-02 9.353712e-02 +1.042500e+03 5.750000e+01 5.750000e+01 7.612900e-01 5.902181e-02 5.512267e-02 +1.150000e+03 5.000000e+01 5.000000e+01 4.986300e-01 4.476704e-02 3.211264e-02 +1.275000e+03 7.500000e+01 7.500000e+01 3.215300e-01 3.539612e-02 2.299664e-02 +1.425000e+03 7.500000e+01 7.500000e+01 2.053000e-01 1.960732e-02 2.564483e-02 +1.750000e+03 2.500000e+02 2.500000e+02 8.434500e-02 9.472271e-03 1.062872e-02 +2.350000e+03 3.500000e+02 3.500000e+02 1.466300e-02 2.688886e-03 2.399257e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.497700e-03 4.270761e-04 3.916612e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d87-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d87-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.189500e+00 6.646800e-01 4.813300e-01 +5.800000e+02 3.500000e+01 3.500000e+01 4.064400e+00 4.873900e-01 4.491200e-01 +6.550000e+02 4.000000e+01 4.000000e+01 2.940600e+00 3.623100e-01 3.876200e-01 +7.400000e+02 4.500000e+01 4.500000e+01 2.074700e+00 2.906300e-01 2.113500e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.427100e+00 1.793300e-01 1.504700e-01 +9.325000e+02 5.250000e+01 5.250000e+01 9.744700e-01 1.204500e-01 1.030300e-01 +1.042500e+03 5.750000e+01 5.750000e+01 6.551300e-01 8.060800e-02 7.529300e-02 +1.150000e+03 5.000000e+01 5.000000e+01 4.526800e-01 5.282000e-02 6.030800e-02 +1.275000e+03 7.500000e+01 7.500000e+01 2.994500e-01 3.891800e-02 3.251400e-02 +1.425000e+03 7.500000e+01 7.500000e+01 1.862400e-01 2.447800e-02 1.554400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 7.816500e-02 9.135900e-03 8.739000e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.649200e-02 1.713100e-03 1.375700e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.727600e-03 1.849300e-04 1.868400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d87-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d87-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.421500e+00 1.325300e+00 1.985600e+00 +5.800000e+02 3.500000e+01 3.500000e+01 4.268400e+00 1.064600e+00 1.610500e+00 +6.550000e+02 4.000000e+01 4.000000e+01 3.073400e+00 7.723900e-01 1.171600e+00 +7.400000e+02 4.500000e+01 4.500000e+01 2.184200e+00 5.600800e-01 8.571600e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.512900e+00 3.939700e-01 6.068100e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.035900e+00 2.749000e-01 4.269400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 6.863500e-01 1.839600e-01 2.869700e-01 +1.150000e+03 5.000000e+01 5.000000e+01 4.767700e-01 1.302100e-01 2.047800e-01 +1.275000e+03 7.500000e+01 7.500000e+01 3.177100e-01 8.769500e-02 1.388000e-01 +1.425000e+03 7.500000e+01 7.500000e+01 2.005600e-01 5.687800e-02 9.136200e-02 +1.750000e+03 2.500000e+02 2.500000e+02 8.242300e-02 2.368700e-02 3.828700e-02 +2.350000e+03 3.500000e+02 3.500000e+02 1.697600e-02 5.169700e-03 8.610000e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.768800e-03 5.715800e-04 9.824900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d87-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d87-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.245900e+00 1.046600e+00 2.291600e+00 +5.800000e+02 3.500000e+01 3.500000e+01 4.166000e+00 7.955300e-01 1.822200e+00 +6.550000e+02 4.000000e+01 4.000000e+01 3.068100e+00 5.780100e-01 1.336000e+00 +7.400000e+02 4.500000e+01 4.500000e+01 2.198800e+00 4.371200e-01 9.161400e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.597800e+00 3.599300e-01 5.767300e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.094800e+00 2.048300e-01 4.545500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 7.471200e-01 1.389900e-01 3.049900e-01 +1.150000e+03 5.000000e+01 5.000000e+01 5.265600e-01 9.647500e-02 2.111000e-01 +1.275000e+03 7.500000e+01 7.500000e+01 3.652300e-01 5.967500e-02 1.373000e-01 +1.425000e+03 7.500000e+01 7.500000e+01 2.308300e-01 4.210600e-02 7.928000e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.005300e-01 1.783600e-02 4.013200e-02 +2.350000e+03 3.500000e+02 3.500000e+02 2.146900e-02 3.521900e-03 7.645500e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.395800e-03 5.135400e-04 1.198300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d88-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d88-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 6.686800e+00 6.362590e-01 6.131993e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.373000e+01 1.237871e+00 1.291998e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.337800e+01 1.099245e+00 1.113073e+00 +8.750000e+01 1.250000e+01 1.250000e+01 1.020500e+01 7.321694e-01 7.441399e-01 +1.150000e+02 1.500000e+01 1.500000e+01 6.936000e+00 4.835363e-01 4.427047e-01 +1.450000e+02 1.500000e+01 1.500000e+01 4.871300e+00 4.563773e-01 3.811436e-01 +1.750000e+02 1.500000e+01 1.500000e+01 3.125300e+00 2.446411e-01 2.454333e-01 +2.075000e+02 1.750000e+01 1.750000e+01 1.836400e+00 1.628755e-01 1.472490e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.050500e+00 9.161548e-02 1.008043e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.262700e-01 7.411697e-02 7.248302e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.206400e-01 2.266544e-02 2.255991e-02 +6.975000e+02 2.025000e+02 2.025000e+02 5.853700e-03 1.238371e-03 1.310000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d88-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d88-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.812200e+00 7.881100e-01 7.603200e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.063800e+01 1.265400e+00 1.234200e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.059800e+01 1.325600e+00 1.134200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 8.514900e+00 1.058100e+00 9.114000e-01 +1.150000e+02 1.500000e+01 1.500000e+01 6.209700e+00 7.671000e-01 7.232000e-01 +1.450000e+02 1.500000e+01 1.500000e+01 4.351500e+00 5.547000e-01 4.442300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 2.905400e+00 3.307500e-01 3.042800e-01 +2.075000e+02 1.750000e+01 1.750000e+01 1.795700e+00 2.291700e-01 1.699700e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.037300e+00 1.075200e-01 1.064500e-01 +2.800000e+02 2.000000e+01 2.000000e+01 5.956100e-01 7.400100e-02 5.484300e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.554900e-01 1.658700e-02 1.475700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 7.122200e-03 7.693000e-04 5.454900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d88-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d88-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.348700e+00 1.197000e+00 1.742800e+00 +3.750000e+01 1.250000e+01 1.250000e+01 1.122200e+01 2.678700e+00 3.995600e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.078700e+01 2.730100e+00 4.157200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 8.765100e+00 2.285400e+00 3.510600e+00 +1.150000e+02 1.500000e+01 1.500000e+01 6.365800e+00 1.690500e+00 2.623900e+00 +1.450000e+02 1.500000e+01 1.500000e+01 4.535400e+00 1.239000e+00 1.948000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 3.070000e+00 8.363200e-01 1.311800e+00 +2.075000e+02 1.750000e+01 1.750000e+01 1.905700e+00 5.197300e-01 8.125000e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.155900e+00 3.167400e-01 4.947000e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.816100e-01 1.869100e-01 2.913600e-01 +3.975000e+02 9.750000e+01 9.750000e+01 1.888400e-01 5.226500e-02 8.144700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 9.781400e-03 2.780300e-03 4.349400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d88-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d88-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.150100e+00 7.406100e-01 2.057300e+00 +3.750000e+01 1.250000e+01 1.250000e+01 1.166400e+01 2.178500e+00 4.761500e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.152600e+01 2.413900e+00 4.801200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 9.192700e+00 1.649700e+00 3.884100e+00 +1.150000e+02 1.500000e+01 1.500000e+01 6.639500e+00 1.298700e+00 2.947600e+00 +1.450000e+02 1.500000e+01 1.500000e+01 4.673100e+00 9.886800e-01 1.890700e+00 +1.750000e+02 1.500000e+01 1.500000e+01 3.060900e+00 6.205400e-01 1.322500e+00 +2.075000e+02 1.750000e+01 1.750000e+01 1.845400e+00 4.101900e-01 7.583000e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.097200e+00 2.220700e-01 4.785800e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.320400e-01 1.189400e-01 2.311100e-01 +3.975000e+02 9.750000e+01 9.750000e+01 1.667700e-01 3.584900e-02 5.748000e-02 +6.975000e+02 2.025000e+02 2.025000e+02 9.573600e-03 2.066400e-03 3.171200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d89-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d89-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.385800e+02 3.239514e+01 3.056628e+01 +2.250000e-01 7.500000e-02 7.500000e-02 1.951300e+02 4.141045e+01 3.119311e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.169200e+02 3.649278e+01 3.761133e+01 +4.500000e-01 5.000000e-02 5.000000e-02 3.687800e+02 4.708633e+01 4.735659e+01 +5.500000e-01 5.000000e-02 5.000000e-02 5.973400e+02 6.784832e+01 6.418598e+01 +6.250000e-01 2.500000e-02 2.500000e-02 1.009600e+03 9.293142e+01 8.422428e+01 +6.750000e-01 2.500000e-02 2.500000e-02 1.253100e+03 9.759674e+01 1.006047e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.722200e+03 1.415085e+02 1.488028e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.591500e+03 1.797726e+02 1.835356e+02 +8.250000e-01 2.500000e-02 2.500000e-02 3.765200e+03 2.764705e+02 2.684448e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.168800e+03 3.773654e+02 3.749603e+02 +9.250000e-01 2.500000e-02 2.500000e-02 6.703100e+03 4.744396e+02 4.736964e+02 +9.750000e-01 2.500000e-02 2.500000e-02 8.541300e+03 6.196934e+02 6.302609e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d89-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d89-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.712500e+02 2.328800e+01 2.031300e+01 +2.250000e-01 7.500000e-02 7.500000e-02 2.007800e+02 2.529700e+01 2.049800e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.708900e+02 3.701700e+01 3.215900e+01 +4.500000e-01 5.000000e-02 5.000000e-02 3.795500e+02 4.916400e+01 5.146200e+01 +5.500000e-01 5.000000e-02 5.000000e-02 5.875100e+02 7.516400e+01 7.132500e+01 +6.250000e-01 2.500000e-02 2.500000e-02 8.664900e+02 1.208400e+02 1.000100e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.145400e+03 1.594900e+02 1.317400e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.577700e+03 2.174400e+02 1.737000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.162400e+03 2.583800e+02 2.217400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 2.978000e+03 3.504300e+02 3.354300e+02 +8.750000e-01 2.500000e-02 2.500000e-02 4.086900e+03 4.855200e+02 4.219000e+02 +9.250000e-01 2.500000e-02 2.500000e-02 5.412700e+03 6.471000e+02 5.975100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 6.664600e+03 8.707200e+02 6.753600e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d89-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d89-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.762300e+02 4.934000e+01 7.879400e+01 +2.250000e-01 7.500000e-02 7.500000e-02 2.058900e+02 5.747000e+01 9.143700e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.711900e+02 7.649000e+01 1.232500e+02 +4.500000e-01 5.000000e-02 5.000000e-02 3.657500e+02 1.012500e+02 1.611000e+02 +5.500000e-01 5.000000e-02 5.000000e-02 5.852100e+02 1.654900e+02 2.637600e+02 +6.250000e-01 2.500000e-02 2.500000e-02 8.188900e+02 2.243600e+02 3.522600e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.100100e+03 2.997600e+02 4.705600e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.521600e+03 4.130900e+02 6.481000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.130800e+03 5.686900e+02 8.822000e+02 +8.250000e-01 2.500000e-02 2.500000e-02 3.007200e+03 7.898300e+02 1.216600e+03 +8.750000e-01 2.500000e-02 2.500000e-02 4.251700e+03 1.086500e+03 1.657100e+03 +9.250000e-01 2.500000e-02 2.500000e-02 5.916400e+03 1.462500e+03 2.204800e+03 +9.750000e-01 2.500000e-02 2.500000e-02 7.612900e+03 1.816500e+03 2.698500e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d89-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d89-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.605600e+02 3.541500e+01 6.150200e+01 +2.250000e-01 7.500000e-02 7.500000e-02 1.868100e+02 3.720000e+01 8.916700e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.435700e+02 5.204100e+01 1.019900e+02 +4.500000e-01 5.000000e-02 5.000000e-02 3.409500e+02 6.501800e+01 1.514000e+02 +5.500000e-01 5.000000e-02 5.000000e-02 5.397700e+02 1.168500e+02 2.200200e+02 +6.250000e-01 2.500000e-02 2.500000e-02 8.286900e+02 1.730700e+02 3.025800e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.105300e+03 2.099200e+02 4.431300e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.575100e+03 3.042800e+02 6.656500e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.232000e+03 3.918100e+02 1.008600e+03 +8.250000e-01 2.500000e-02 2.500000e-02 3.217700e+03 6.539700e+02 1.331300e+03 +8.750000e-01 2.500000e-02 2.500000e-02 4.515100e+03 8.594000e+02 1.925600e+03 +9.250000e-01 2.500000e-02 2.500000e-02 6.198000e+03 1.264400e+03 2.500100e+03 +9.750000e-01 2.500000e-02 2.500000e-02 7.723100e+03 1.387900e+03 3.173800e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d90-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d90-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.077600e+02 3.462433e+01 3.362834e+01 +2.600000e+00 2.000000e-01 2.000000e-01 6.270400e+02 3.931143e+01 3.957405e+01 +3.000000e+00 2.000000e-01 2.000000e-01 7.263600e+02 4.470956e+01 4.586098e+01 +3.400000e+00 2.000000e-01 2.000000e-01 7.859100e+02 5.164003e+01 5.295506e+01 +3.800000e+00 2.000000e-01 2.000000e-01 7.077900e+02 5.530817e+01 5.384023e+01 +4.200000e+00 2.000000e-01 2.000000e-01 4.398700e+02 3.673335e+01 3.512347e+01 +4.600000e+00 2.000000e-01 2.000000e-01 2.400300e+02 2.221590e+01 2.274785e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.154700e+02 1.446053e+01 1.405010e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.243200e+01 9.426323e+00 6.896334e+00 +6.200000e+00 2.000000e-01 2.000000e-01 1.202700e+01 3.301047e+00 3.078377e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.478100e-01 3.664103e-01 3.132278e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d90-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d90-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.167600e+02 4.547600e+01 4.181200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 5.068400e+02 5.699200e+01 4.931700e+01 +3.000000e+00 2.000000e-01 2.000000e-01 6.012200e+02 7.730800e+01 6.630100e+01 +3.400000e+00 2.000000e-01 2.000000e-01 6.554000e+02 8.032000e+01 7.149600e+01 +3.800000e+00 2.000000e-01 2.000000e-01 5.947600e+02 7.543400e+01 6.385300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 3.693700e+02 5.368700e+01 4.448200e+01 +4.600000e+00 2.000000e-01 2.000000e-01 2.112100e+02 2.990600e+01 2.417500e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.102300e+02 1.471400e+01 1.419000e+01 +5.600000e+00 4.000000e-01 4.000000e-01 3.959900e+01 5.101100e+00 4.811500e+00 +6.200000e+00 2.000000e-01 2.000000e-01 1.069200e+01 2.646100e+00 1.101200e+00 +7.600000e+00 1.200000e+00 1.200000e+00 8.500700e-01 6.860900e-02 1.690100e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d90-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d90-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.380500e+02 1.362000e+02 2.055300e+02 +2.600000e+00 2.000000e-01 2.000000e-01 6.000900e+02 1.519000e+02 2.296500e+02 +3.000000e+00 2.000000e-01 2.000000e-01 6.491400e+02 1.640400e+02 2.488300e+02 +3.400000e+00 2.000000e-01 2.000000e-01 6.621100e+02 1.685000e+02 2.572100e+02 +3.800000e+00 2.000000e-01 2.000000e-01 5.639300e+02 1.428500e+02 2.187200e+02 +4.200000e+00 2.000000e-01 2.000000e-01 3.478300e+02 9.099600e+01 1.415100e+02 +4.600000e+00 2.000000e-01 2.000000e-01 1.921300e+02 5.169100e+01 8.195400e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.011100e+02 2.798900e+01 4.487600e+01 +5.600000e+00 4.000000e-01 4.000000e-01 3.720400e+01 1.085000e+01 1.797400e+01 +6.200000e+00 2.000000e-01 2.000000e-01 9.907200e+00 3.151000e+00 5.605000e+00 +7.600000e+00 1.200000e+00 1.200000e+00 8.464300e-01 2.840000e-01 5.216000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d90-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d90-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.026400e+02 1.035700e+02 2.239800e+02 +2.600000e+00 2.000000e-01 2.000000e-01 5.912000e+02 1.082000e+02 2.596600e+02 +3.000000e+00 2.000000e-01 2.000000e-01 6.717900e+02 1.423900e+02 2.722900e+02 +3.400000e+00 2.000000e-01 2.000000e-01 6.879300e+02 1.342800e+02 2.848200e+02 +3.800000e+00 2.000000e-01 2.000000e-01 5.936200e+02 1.139300e+02 2.469100e+02 +4.200000e+00 2.000000e-01 2.000000e-01 3.625100e+02 6.665900e+01 1.489800e+02 +4.600000e+00 2.000000e-01 2.000000e-01 2.069800e+02 4.201700e+01 8.118200e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.113600e+02 1.582500e+01 3.950300e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.353700e+01 6.415000e+00 1.580300e+01 +6.200000e+00 2.000000e-01 2.000000e-01 1.305200e+01 2.727600e+00 2.389800e+00 +7.600000e+00 1.200000e+00 1.200000e+00 1.263800e+00 1.343500e-01 3.251800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d91-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d91-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.163300e+01 1.457982e+00 1.409526e+00 +1.050000e+02 1.000000e+01 1.000000e+01 1.279900e+01 1.308648e+00 1.298884e+00 +1.275000e+02 1.250000e+01 1.250000e+01 1.197200e+01 9.187943e-01 9.310671e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.040900e+01 6.983664e-01 6.436609e-01 +1.775000e+02 1.250000e+01 1.250000e+01 8.399800e+00 4.930730e-01 4.808062e-01 +2.050000e+02 1.500000e+01 1.500000e+01 6.012400e+00 3.049790e-01 2.986977e-01 +2.350000e+02 1.500000e+01 1.500000e+01 3.820000e+00 1.819593e-01 1.815982e-01 +2.650000e+02 1.500000e+01 1.500000e+01 2.410300e+00 1.304611e-01 1.238769e-01 +2.975000e+02 1.750000e+01 1.750000e+01 1.454800e+00 8.170435e-02 8.658265e-02 +3.325000e+02 1.750000e+01 1.750000e+01 8.123100e-01 5.041611e-02 5.304323e-02 +3.700000e+02 2.000000e+01 2.000000e+01 4.905100e-01 4.323071e-02 4.585957e-02 +4.125000e+02 2.250000e+01 2.250000e+01 2.656600e-01 2.211866e-02 2.000179e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.558900e-01 1.491181e-02 1.383376e-02 +5.300000e+02 5.000000e+01 5.000000e+01 6.006300e-02 7.026720e-03 6.682852e-03 +6.325000e+02 5.250000e+01 5.250000e+01 1.817100e-02 3.713347e-03 3.630039e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.412400e-03 8.271355e-04 8.225211e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d91-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d91-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 9.167100e+00 1.467600e+00 1.126000e+00 +1.050000e+02 1.000000e+01 1.000000e+01 1.040400e+01 1.455700e+00 1.138200e+00 +1.275000e+02 1.250000e+01 1.250000e+01 9.984400e+00 1.281800e+00 1.259100e+00 +1.525000e+02 1.250000e+01 1.250000e+01 8.767000e+00 1.040500e+00 9.026900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 7.167400e+00 8.299700e-01 7.835400e-01 +2.050000e+02 1.500000e+01 1.500000e+01 5.145300e+00 6.172900e-01 4.774200e-01 +2.350000e+02 1.500000e+01 1.500000e+01 3.313300e+00 3.656800e-01 3.232700e-01 +2.650000e+02 1.500000e+01 1.500000e+01 2.088400e+00 2.361100e-01 1.918000e-01 +2.975000e+02 1.750000e+01 1.750000e+01 1.270200e+00 1.327000e-01 1.306500e-01 +3.325000e+02 1.750000e+01 1.750000e+01 7.566400e-01 8.487200e-02 4.965600e-02 +3.700000e+02 2.000000e+01 2.000000e+01 4.394200e-01 4.849800e-02 4.406300e-02 +4.125000e+02 2.250000e+01 2.250000e+01 2.469700e-01 2.745000e-02 2.244800e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.370800e-01 1.516300e-02 1.641200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 5.797400e-02 6.763700e-03 3.551500e-03 +6.325000e+02 5.250000e+01 5.250000e+01 1.741100e-02 2.438800e-03 1.845500e-03 +8.425000e+02 1.575000e+02 1.575000e+02 2.787800e-03 4.042100e-04 3.313600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d91-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d91-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.009900e+00 2.028500e+00 3.149900e+00 +1.050000e+02 1.000000e+01 1.000000e+01 9.429800e+00 2.366500e+00 3.623600e+00 +1.275000e+02 1.250000e+01 1.250000e+01 9.781600e+00 2.490900e+00 3.820600e+00 +1.525000e+02 1.250000e+01 1.250000e+01 9.104700e+00 2.301000e+00 3.499600e+00 +1.775000e+02 1.250000e+01 1.250000e+01 8.004500e+00 2.031700e+00 3.087800e+00 +2.050000e+02 1.500000e+01 1.500000e+01 5.844000e+00 1.498000e+00 2.286500e+00 +2.350000e+02 1.500000e+01 1.500000e+01 3.926600e+00 1.018300e+00 1.557100e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.567600e+00 6.739900e-01 1.032700e+00 +2.975000e+02 1.750000e+01 1.750000e+01 1.564700e+00 4.148300e-01 6.377500e-01 +3.325000e+02 1.750000e+01 1.750000e+01 9.581800e-01 2.569600e-01 3.963400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 5.759000e-01 1.558000e-01 2.403300e-01 +4.125000e+02 2.250000e+01 2.250000e+01 3.337600e-01 9.139300e-02 1.414900e-01 +4.575000e+02 2.250000e+01 2.250000e+01 1.840600e-01 5.042800e-02 7.824000e-02 +5.300000e+02 5.000000e+01 5.000000e+01 7.972500e-02 2.227800e-02 3.464600e-02 +6.325000e+02 5.250000e+01 5.250000e+01 2.374100e-02 6.799300e-03 1.069900e-02 +8.425000e+02 1.575000e+02 1.575000e+02 3.652400e-03 1.064200e-03 1.681200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d91-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d91-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.388400e+00 1.329500e+00 3.479200e+00 +1.050000e+02 1.000000e+01 1.000000e+01 9.899200e+00 1.960200e+00 4.097100e+00 +1.275000e+02 1.250000e+01 1.250000e+01 1.011600e+01 2.010500e+00 4.103000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 9.440600e+00 1.792300e+00 3.947200e+00 +1.775000e+02 1.250000e+01 1.250000e+01 8.054100e+00 1.544000e+00 3.254500e+00 +2.050000e+02 1.500000e+01 1.500000e+01 5.884600e+00 1.114000e+00 2.684300e+00 +2.350000e+02 1.500000e+01 1.500000e+01 3.947500e+00 8.044100e-01 1.603300e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.523800e+00 5.188700e-01 1.095500e+00 +2.975000e+02 1.750000e+01 1.750000e+01 1.559100e+00 2.811500e-01 7.008000e-01 +3.325000e+02 1.750000e+01 1.750000e+01 9.881800e-01 2.219100e-01 3.556300e-01 +3.700000e+02 2.000000e+01 2.000000e+01 5.858200e-01 1.187100e-01 2.147400e-01 +4.125000e+02 2.250000e+01 2.250000e+01 3.423300e-01 8.872900e-02 1.057400e-01 +4.575000e+02 2.250000e+01 2.250000e+01 1.915600e-01 3.840500e-02 7.859200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 8.508900e-02 1.874100e-02 3.255600e-02 +6.325000e+02 5.250000e+01 5.250000e+01 2.763300e-02 3.482600e-03 1.520300e-02 +8.425000e+02 1.575000e+02 1.575000e+02 4.549000e-03 1.121400e-03 4.244900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d92-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d92-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 2.004000e+03 2.669950e+02 2.532186e+02 +1.000000e-01 5.000000e-02 5.000000e-02 2.112200e+03 2.638339e+02 2.532517e+02 +2.000000e-01 5.000000e-02 5.000000e-02 2.018900e+03 2.589280e+02 2.464791e+02 +3.000000e-01 5.000000e-02 5.000000e-02 2.029900e+03 2.615069e+02 2.640057e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.732300e+03 2.633165e+02 2.499944e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.337000e+03 2.024652e+02 1.992508e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.216100e+03 1.879114e+02 1.863348e+02 +7.000000e-01 5.000000e-02 5.000000e-02 9.821400e+02 1.492019e+02 1.446003e+02 +8.000000e-01 5.000000e-02 5.000000e-02 6.549300e+02 9.720235e+01 9.906715e+01 +9.250000e-01 7.500000e-02 7.500000e-02 4.014700e+02 6.243126e+01 6.498550e+01 +1.100000e+00 1.000000e-01 1.000000e-01 2.652300e+02 5.174281e+01 5.190148e+01 +1.350000e+00 1.500000e-01 1.500000e-01 1.115600e+02 2.057846e+01 2.120185e+01 +1.650000e+00 1.500000e-01 1.500000e-01 3.094300e+01 7.743732e+00 7.619970e+00 +2.050000e+00 2.500000e-01 2.500000e-01 6.776000e+00 2.000931e+00 1.900796e+00 +2.650000e+00 3.500000e-01 3.500000e-01 6.510400e-01 3.417055e-01 3.102679e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d92-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d92-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.567400e+03 2.039300e+02 1.984600e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.577700e+03 2.285200e+02 1.834500e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.606300e+03 2.160100e+02 2.042200e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.659400e+03 2.168000e+02 2.131000e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.451000e+03 1.935200e+02 1.638500e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.115300e+03 1.495400e+02 1.217100e+02 +6.000000e-01 5.000000e-02 5.000000e-02 9.767500e+02 1.380700e+02 1.037600e+02 +7.000000e-01 5.000000e-02 5.000000e-02 7.754900e+02 1.041100e+02 9.247600e+01 +8.000000e-01 5.000000e-02 5.000000e-02 5.248100e+02 6.686700e+01 1.333900e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.386100e+02 4.272100e+01 3.808000e+01 +1.100000e+00 1.000000e-01 1.000000e-01 1.891000e+02 2.639800e+01 1.704100e+01 +1.350000e+00 1.500000e-01 1.500000e-01 7.950200e+01 1.129200e+01 8.854900e+00 +1.650000e+00 1.500000e-01 1.500000e-01 2.520400e+01 3.801300e+00 2.876400e+00 +2.050000e+00 2.500000e-01 2.500000e-01 4.911000e+00 7.866200e-01 7.678600e-01 +2.650000e+00 3.500000e-01 3.500000e-01 2.383100e-01 7.195200e-02 7.958000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d92-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d92-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.415600e+03 4.393400e+02 7.146200e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.422500e+03 4.407900e+02 7.171400e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.396600e+03 4.335900e+02 7.068400e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.427500e+03 4.438600e+02 7.240300e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.282900e+03 4.035400e+02 6.628100e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.128500e+03 3.659100e+02 6.104800e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.089800e+03 3.574300e+02 5.994600e+02 +7.000000e-01 5.000000e-02 5.000000e-02 8.591800e+02 2.823500e+02 4.738800e+02 +8.000000e-01 5.000000e-02 5.000000e-02 5.732900e+02 1.889500e+02 3.177500e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.983700e+02 1.341700e+02 2.278800e+02 +1.100000e+00 1.000000e-01 1.000000e-01 2.157300e+02 7.223900e+01 1.223700e+02 +1.350000e+00 1.500000e-01 1.500000e-01 9.648200e+01 3.232400e+01 5.436700e+01 +1.650000e+00 1.500000e-01 1.500000e-01 3.548600e+01 1.216800e+01 2.033000e+01 +2.050000e+00 2.500000e-01 2.500000e-01 5.952500e+00 2.100900e+00 3.647700e+00 +2.650000e+00 3.500000e-01 3.500000e-01 2.716300e-01 9.814000e-02 1.736900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d92-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d92-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.855800e+03 4.407700e+02 8.686100e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.858100e+03 4.098600e+02 8.931200e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.868800e+03 3.979300e+02 8.663800e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.908000e+03 4.346400e+02 9.787100e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.621100e+03 3.630100e+02 7.886400e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.193600e+03 2.611300e+02 5.891200e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.053000e+03 2.471300e+02 5.153900e+02 +7.000000e-01 5.000000e-02 5.000000e-02 8.637500e+02 1.992600e+02 3.999800e+02 +8.000000e-01 5.000000e-02 5.000000e-02 5.636500e+02 1.177500e+02 2.916200e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.738600e+02 8.372500e+01 1.720400e+02 +1.100000e+00 1.000000e-01 1.000000e-01 2.090100e+02 5.066300e+01 9.360700e+01 +1.350000e+00 1.500000e-01 1.500000e-01 8.991900e+01 1.970700e+01 4.232200e+01 +1.650000e+00 1.500000e-01 1.500000e-01 2.839400e+01 6.484700e+00 1.468300e+01 +2.050000e+00 2.500000e-01 2.500000e-01 5.998800e+00 1.140700e+00 2.396100e+00 +2.650000e+00 3.500000e-01 3.500000e-01 2.502100e-01 1.134800e-01 2.568700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d93-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d93-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.854500e+03 1.392862e+02 1.424013e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.729500e+03 1.256021e+02 1.309524e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.974600e+03 1.342602e+02 1.416856e+02 +1.750000e-01 2.500000e-02 2.500000e-02 2.076100e+03 1.712336e+02 1.392548e+02 +2.250000e-01 2.500000e-02 2.500000e-02 2.149300e+03 1.787284e+02 1.643144e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.256600e+03 1.661413e+02 1.631526e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.305200e+03 1.714270e+02 1.676101e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.442700e+03 1.706935e+02 1.573677e+02 +4.250000e-01 2.500000e-02 2.500000e-02 2.232300e+03 1.646229e+02 1.437125e+02 +4.750000e-01 2.500000e-02 2.500000e-02 2.009800e+03 1.755803e+02 1.795133e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.971700e+03 1.359661e+02 1.429800e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.947500e+03 1.238870e+02 1.337143e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.715400e+03 1.167966e+02 1.102475e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.491100e+03 9.812216e+01 9.746407e+01 +7.250000e-01 2.500000e-02 2.500000e-02 1.242800e+03 7.367909e+01 8.344958e+01 +7.750000e-01 2.500000e-02 2.500000e-02 9.860700e+02 7.374213e+01 6.988655e+01 +8.250000e-01 2.500000e-02 2.500000e-02 7.999100e+02 5.148815e+01 5.561172e+01 +8.750000e-01 2.500000e-02 2.500000e-02 6.398900e+02 3.807850e+01 4.632887e+01 +9.250000e-01 2.500000e-02 2.500000e-02 5.029500e+02 3.365246e+01 3.713072e+01 +9.750000e-01 2.500000e-02 2.500000e-02 4.017500e+02 2.904657e+01 2.896229e+01 +1.025000e+00 2.500000e-02 2.500000e-02 3.191600e+02 2.211350e+01 2.131723e+01 +1.075000e+00 2.500000e-02 2.500000e-02 2.288100e+02 1.785009e+01 1.773006e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.711300e+02 1.426725e+01 1.471588e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.507500e+02 1.353921e+01 1.257293e+01 +1.250000e+00 5.000000e-02 5.000000e-02 8.632100e+01 7.585372e+00 7.867592e+00 +1.350000e+00 5.000000e-02 5.000000e-02 5.007300e+01 5.882454e+00 5.621114e+00 +1.500000e+00 1.000000e-01 1.000000e-01 1.821000e+01 2.317406e+00 2.084775e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.168300e+00 5.117025e-01 5.212289e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d93-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d93-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.508200e+03 1.584600e+02 1.483800e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.531200e+03 1.624900e+02 1.401100e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.592200e+03 1.575500e+02 1.578200e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.680400e+03 1.817200e+02 1.455900e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.802000e+03 2.159100e+02 1.758000e+02 +2.750000e-01 2.500000e-02 2.500000e-02 1.880300e+03 2.296900e+02 1.994500e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.011100e+03 2.735800e+02 1.490700e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.030500e+03 2.511100e+02 2.315600e+02 +4.250000e-01 2.500000e-02 2.500000e-02 1.942200e+03 2.450300e+02 1.887100e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.793500e+03 2.210800e+02 2.065000e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.694300e+03 2.224300e+02 1.795100e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.559500e+03 2.420200e+02 1.761500e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.435800e+03 1.818300e+02 3.443900e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.236900e+03 1.634400e+02 1.504100e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.026400e+03 1.334100e+02 1.162000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 8.407000e+02 1.224400e+02 1.200900e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.708800e+02 9.013300e+01 8.450900e+01 +8.750000e-01 2.500000e-02 2.500000e-02 5.343000e+02 8.322600e+01 5.769500e+01 +9.250000e-01 2.500000e-02 2.500000e-02 4.131000e+02 6.351800e+01 5.190300e+01 +9.750000e-01 2.500000e-02 2.500000e-02 3.232700e+02 4.456300e+01 3.899100e+01 +1.025000e+00 2.500000e-02 2.500000e-02 2.480300e+02 3.750200e+01 2.868300e+01 +1.075000e+00 2.500000e-02 2.500000e-02 1.878100e+02 2.796400e+01 2.714800e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.422900e+02 1.981100e+01 2.038300e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.046500e+02 1.639800e+01 1.343100e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.013100e+01 1.038700e+01 9.331100e+00 +1.350000e+00 5.000000e-02 5.000000e-02 3.817100e+01 6.390100e+00 6.026600e+00 +1.500000e+00 1.000000e-01 1.000000e-01 1.528800e+01 2.495700e+00 2.875200e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.319600e+00 4.327500e-01 5.803400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d93-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d93-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.788800e+03 4.681900e+02 7.238800e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.798500e+03 4.677900e+02 7.199600e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.840000e+03 4.768300e+02 7.337500e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.909400e+03 4.917200e+02 7.537700e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.971700e+03 5.035000e+02 7.702000e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.027600e+03 5.157100e+02 7.892800e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.079500e+03 5.252400e+02 8.001700e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.055100e+03 5.182200e+02 7.898700e+02 +4.250000e-01 2.500000e-02 2.500000e-02 1.991800e+03 5.054600e+02 7.726500e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.830700e+03 4.626700e+02 7.038300e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.718500e+03 4.411100e+02 6.780600e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.550600e+03 3.924800e+02 5.988700e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.404800e+03 3.572300e+02 5.442400e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.200800e+03 3.045100e+02 4.634400e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.006200e+03 2.554100e+02 3.888200e+02 +7.750000e-01 2.500000e-02 2.500000e-02 8.333700e+02 2.132100e+02 3.256600e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.624400e+02 1.707800e+02 2.614200e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.341500e+02 1.387700e+02 2.131900e+02 +9.250000e-01 2.500000e-02 2.500000e-02 4.061800e+02 1.059300e+02 1.627200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.218500e+02 8.378900e+01 1.285100e+02 +1.025000e+00 2.500000e-02 2.500000e-02 2.528100e+02 6.580500e+01 1.010100e+02 +1.075000e+00 2.500000e-02 2.500000e-02 1.970200e+02 5.147500e+01 7.893100e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.443200e+02 3.835200e+01 5.912800e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.095400e+02 2.923700e+01 4.525200e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.723600e+01 2.197000e+01 3.454800e+01 +1.350000e+00 5.000000e-02 5.000000e-02 3.828300e+01 1.039300e+01 1.623600e+01 +1.500000e+00 1.000000e-01 1.000000e-01 1.613800e+01 4.441800e+00 6.957200e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.361900e+00 7.088000e-01 1.171300e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d93-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d93-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.544100e+03 2.433100e+02 5.838400e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.597200e+03 2.847700e+02 5.953500e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.665800e+03 2.686200e+02 6.318100e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.780800e+03 3.161100e+02 6.276500e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.905000e+03 3.644000e+02 7.595300e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.031500e+03 3.760100e+02 8.038700e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.108900e+03 3.883000e+02 8.859400e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.175300e+03 4.343800e+02 8.931900e+02 +4.250000e-01 2.500000e-02 2.500000e-02 2.099400e+03 4.185100e+02 8.907700e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.997300e+03 4.251100e+02 8.510400e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.847200e+03 3.461700e+02 8.248800e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.738800e+03 3.575200e+02 7.373800e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.571300e+03 3.383700e+02 7.226100e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.368100e+03 2.936400e+02 5.562500e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.139600e+03 2.698000e+02 4.358800e+02 +7.750000e-01 2.500000e-02 2.500000e-02 9.078300e+02 1.346000e+02 4.310700e+02 +8.250000e-01 2.500000e-02 2.500000e-02 7.482600e+02 1.676100e+02 3.235800e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.713600e+02 1.011600e+02 3.026700e+02 +9.250000e-01 2.500000e-02 2.500000e-02 4.575800e+02 9.798500e+01 2.140200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.557200e+02 6.552400e+01 1.719200e+02 +1.025000e+00 2.500000e-02 2.500000e-02 2.746400e+02 6.075400e+01 1.240900e+02 +1.075000e+00 2.500000e-02 2.500000e-02 2.044100e+02 4.900500e+01 9.549500e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.605700e+02 3.927200e+01 6.517000e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.158700e+02 2.070900e+01 6.710000e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.638900e+01 1.726900e+01 3.369100e+01 +1.350000e+00 5.000000e-02 5.000000e-02 3.885300e+01 8.890800e+00 2.040400e+01 +1.500000e+00 1.000000e-01 1.000000e-01 1.660100e+01 3.015200e+00 9.609400e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.688100e+00 5.346700e-01 1.147400e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d94-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d94-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.012600e+03 5.337420e+01 5.472897e+01 +1.000000e+00 5.000000e-01 5.000000e-01 4.836400e+02 4.265705e+01 4.042195e+01 +2.000000e+00 5.000000e-01 5.000000e-01 1.522800e+02 1.960786e+01 1.954737e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.855700e+01 7.497954e+00 6.466930e+00 +4.000000e+00 5.000000e-01 5.000000e-01 7.925500e+00 2.062354e+00 1.694143e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.858000e+00 9.319546e-01 8.598858e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d94-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d94-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.509500e+02 1.008000e+02 8.228700e+01 +1.000000e+00 5.000000e-01 5.000000e-01 4.064600e+02 5.521900e+01 4.595000e+01 +2.000000e+00 5.000000e-01 5.000000e-01 1.250100e+02 1.633900e+01 1.555100e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.235100e+01 4.899000e+00 3.842200e+00 +4.000000e+00 5.000000e-01 5.000000e-01 7.495600e+00 9.653900e-01 1.432100e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.046900e+00 3.251200e-01 4.462700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d94-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d94-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.408100e+02 2.110000e+02 3.068000e+02 +1.000000e+00 5.000000e-01 5.000000e-01 4.470200e+02 1.320300e+02 2.105300e+02 +2.000000e+00 5.000000e-01 5.000000e-01 1.011600e+02 3.435000e+01 5.802700e+01 +3.000000e+00 5.000000e-01 5.000000e-01 6.145900e-01 0.000000e+00 0.000000e+00 +4.000000e+00 5.000000e-01 5.000000e-01 2.000000e-99 0.000000e+00 0.000000e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.000000e-99 0.000000e+00 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d94-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d94-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.911000e+02 1.509400e+02 3.318100e+02 +1.000000e+00 5.000000e-01 5.000000e-01 4.570200e+02 1.046700e+02 2.100800e+02 +2.000000e+00 5.000000e-01 5.000000e-01 1.435400e+02 3.286200e+01 7.379000e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.508500e+01 7.124300e+00 1.769100e+01 +4.000000e+00 5.000000e-01 5.000000e-01 6.307400e+00 9.342100e-01 3.861500e+00 +6.500000e+00 2.000000e+00 2.000000e+00 1.238500e+00 2.545000e-01 3.283900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d95-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d95-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 5.874900e-02 1.324906e-02 1.240497e-02 +7.500000e+01 2.500000e+01 2.500000e+01 9.498400e-02 1.592544e-02 1.470177e-02 +1.300000e+02 3.000000e+01 3.000000e+01 4.586100e-02 8.749442e-03 7.678501e-03 +2.300000e+02 7.000000e+01 7.000000e+01 1.632200e-02 3.132506e-03 3.457378e-03 +5.150000e+02 2.150000e+02 2.150000e+02 1.006100e-03 5.756198e-04 5.664343e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d95-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d95-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 6.033900e-02 5.201800e-03 5.724300e-03 +7.500000e+01 2.500000e+01 2.500000e+01 7.762200e-02 1.063500e-02 7.972400e-03 +1.300000e+02 3.000000e+01 3.000000e+01 5.217900e-02 6.130000e-03 5.684300e-03 +2.300000e+02 7.000000e+01 7.000000e+01 2.047900e-02 2.249500e-03 2.401700e-03 +5.150000e+02 2.150000e+02 2.150000e+02 2.106100e-03 3.194200e-04 3.445200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d95-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d95-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 8.308500e-02 1.079000e-02 2.195600e-02 +7.500000e+01 2.500000e+01 2.500000e+01 1.041400e-01 1.671300e-02 4.075200e-02 +1.300000e+02 3.000000e+01 3.000000e+01 6.528800e-02 1.279000e-02 1.865800e-02 +2.300000e+02 7.000000e+01 7.000000e+01 2.661100e-02 5.735800e-03 1.306200e-02 +5.150000e+02 2.150000e+02 2.150000e+02 2.825200e-03 6.625600e-04 8.601000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d96-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d96-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.427500e+00 8.575259e-01 8.622934e-01 +8.000000e-01 1.000000e-01 1.000000e-01 2.164200e+01 3.867042e+00 3.248226e+00 +9.500000e-01 5.000000e-02 5.000000e-02 7.270800e+01 1.019935e+01 9.433521e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d96-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d96-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 3.398700e+00 3.200700e-01 6.315900e-01 +8.000000e-01 1.000000e-01 1.000000e-01 2.394200e+01 3.318200e+00 2.258000e+00 +9.500000e-01 5.000000e-02 5.000000e-02 6.659700e+01 6.209700e+00 4.462200e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d96-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d96-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.158000e+00 9.062200e-01 1.287400e+00 +8.000000e-01 1.000000e-01 1.000000e-01 2.984100e+01 4.913000e+00 8.748200e+00 +9.500000e-01 5.000000e-02 5.000000e-02 9.393500e+01 1.526800e+01 3.573200e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d97-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d97-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.042000e+00 2.180337e-01 2.166378e-01 +4.400000e+00 8.000000e-01 8.000000e-01 2.593900e+00 3.371296e-01 3.088335e-01 +5.600000e+00 4.000000e-01 4.000000e-01 4.529700e+00 7.709864e-01 7.392904e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.330800e+00 3.734668e-01 3.154054e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d97-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d97-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.122000e+00 1.535800e-01 1.096500e-01 +4.400000e+00 8.000000e-01 8.000000e-01 2.807700e+00 2.830900e-01 2.426100e-01 +5.600000e+00 4.000000e-01 4.000000e-01 4.789300e+00 6.183900e-01 3.969900e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.352500e+00 1.326300e-01 1.845300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d97-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d97-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.887200e+00 3.199800e-01 1.275400e+00 +4.400000e+00 8.000000e-01 8.000000e-01 3.841200e+00 7.167900e-01 1.204300e+00 +5.600000e+00 4.000000e-01 4.000000e-01 5.183100e+00 9.569800e-01 2.108700e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.829800e+00 3.144700e-01 3.756300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d98-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d98-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 6.456000e-02 1.790904e-02 1.516966e-02 +1.800000e+02 4.000000e+01 4.000000e+01 4.737800e-02 7.729065e-03 7.460089e-03 +2.675000e+02 4.750000e+01 4.750000e+01 2.025100e-02 3.525959e-03 3.127624e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.352600e-02 2.489235e-03 2.377726e-03 +5.600000e+02 1.250000e+02 1.250000e+02 6.354100e-03 1.136201e-03 1.153537e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d98-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d98-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 6.004900e-02 6.597700e-03 7.504900e-03 +1.800000e+02 4.000000e+01 4.000000e+01 5.099200e-02 5.523500e-03 4.591400e-03 +2.675000e+02 4.750000e+01 4.750000e+01 2.833200e-02 3.254000e-03 2.663400e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.361500e-02 1.800900e-03 1.393600e-03 +5.600000e+02 1.250000e+02 1.250000e+02 5.648100e-03 7.691400e-04 7.387400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d98-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d98-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 7.937500e-02 1.064600e-02 2.201400e-02 +1.800000e+02 4.000000e+01 4.000000e+01 5.798500e-02 1.209400e-02 2.093000e-02 +2.675000e+02 4.750000e+01 4.750000e+01 3.645300e-02 7.944700e-03 8.914500e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.986100e-02 2.817600e-03 8.124700e-03 +5.600000e+02 1.250000e+02 1.250000e+02 9.358400e-03 1.777400e-03 4.263000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d99-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d99-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.587300e+01 5.107230e+00 4.670509e+00 +7.000000e-01 3.000000e-01 3.000000e-01 4.407800e+00 8.937790e-01 8.322673e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d99-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d99-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.650400e+01 2.185400e+00 2.651000e+00 +7.000000e-01 3.000000e-01 3.000000e-01 4.289500e+00 5.409600e-01 6.522500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d99-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d99-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.630900e+01 4.804900e+00 1.328900e+01 +7.000000e-01 3.000000e-01 3.000000e-01 7.093300e+00 1.625500e+00 3.412100e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d100-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d100-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.443200e+01 3.358132e+00 3.450598e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.136400e+01 3.206306e+00 2.324743e+00 +8.250000e-01 1.750000e-01 1.750000e-01 1.501800e+00 5.158532e-01 5.032079e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d100-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d100-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.707000e+01 2.413500e+00 2.268100e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.016400e+01 1.639400e+00 1.010900e+00 +8.250000e-01 1.750000e-01 1.750000e-01 1.220900e+00 2.434400e-01 2.627700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d100-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d100-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 3.254600e+01 5.455900e+00 9.249700e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.723100e+01 2.937000e+00 8.779800e+00 +8.250000e-01 1.750000e-01 1.750000e-01 2.507400e+00 8.521500e-01 7.612800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d101-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d101-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.252300e+00 1.003388e+00 9.687704e-01 +1.000000e+00 5.000000e-01 5.000000e-01 3.073300e+00 6.788961e-01 5.561707e-01 +3.000000e+00 1.500000e+00 1.500000e+00 1.858100e+00 5.350092e-01 5.029681e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d101-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d101-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.735300e+00 7.026900e-01 5.658500e-01 +1.000000e+00 5.000000e-01 5.000000e-01 3.192500e+00 5.716400e-01 2.904800e-01 +3.000000e+00 1.500000e+00 1.500000e+00 1.849300e+00 2.181300e-01 4.216700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d101-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d101-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.037200e+01 1.659300e+00 2.412800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 4.758700e+00 8.353000e-01 2.176900e+00 +3.000000e+00 1.500000e+00 1.500000e+00 3.096500e+00 6.270700e-01 1.623600e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d102-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d102-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.078600e+00 1.375043e-01 1.335721e-01 +5.800000e+02 3.500000e+01 3.500000e+01 8.830000e-01 8.820350e-02 8.160317e-02 +6.550000e+02 4.000000e+01 4.000000e+01 6.802500e-01 6.941339e-02 6.417338e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.809000e-01 4.593229e-02 4.950006e-02 +8.325000e+02 4.750000e+01 4.750000e+01 3.027500e-01 3.592337e-02 3.305425e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.094700e-01 1.978769e-02 1.908621e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.608800e-01 1.379026e-02 1.439896e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.078200e-01 1.139356e-02 8.991321e-03 +1.275000e+03 7.500000e+01 7.500000e+01 6.716700e-02 8.280411e-03 9.436231e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.576800e-02 4.113652e-03 5.353288e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.268900e-02 1.810116e-03 1.969695e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.874500e-03 5.472270e-04 3.790943e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.281500e-04 5.981958e-05 5.863538e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d102-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d102-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 8.926900e-01 1.097600e-01 1.143400e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.337500e-01 1.014800e-01 8.296000e-02 +6.550000e+02 4.000000e+01 4.000000e+01 5.519100e-01 7.098800e-02 8.231900e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.024800e-01 5.963000e-02 4.281100e-02 +8.325000e+02 4.750000e+01 4.750000e+01 2.878200e-01 3.697700e-02 3.155200e-02 +9.325000e+02 5.250000e+01 5.250000e+01 1.928500e-01 2.772000e-02 2.245800e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.325200e-01 1.797200e-02 2.089800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.010400e-02 1.147200e-02 1.275000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 5.754100e-02 9.250100e-03 6.763600e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.471200e-02 6.809400e-03 3.559500e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.282500e-02 2.094600e-03 1.681900e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.964300e-03 3.959000e-04 2.603600e-04 +3.350000e+03 6.500000e+02 6.500000e+02 8.538600e-05 2.888600e-05 3.188200e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d102-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d102-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 7.912600e-01 2.356300e-01 3.752800e-01 +5.800000e+02 3.500000e+01 3.500000e+01 6.453100e-01 1.925600e-01 3.074500e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.842500e-01 1.452600e-01 2.328600e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.578500e-01 1.081600e-01 1.736300e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.587800e-01 7.820000e-02 1.255000e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.784000e-01 5.458300e-02 8.843000e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.154500e-01 3.554900e-02 5.776300e-02 +1.150000e+03 5.000000e+01 5.000000e+01 8.036800e-02 2.520400e-02 4.130300e-02 +1.275000e+03 7.500000e+01 7.500000e+01 5.470900e-02 1.709300e-02 2.804100e-02 +1.425000e+03 7.500000e+01 7.500000e+01 3.236000e-02 1.008500e-02 1.650700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.160000e-02 3.701900e-03 6.109700e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.766300e-03 5.795500e-04 9.795000e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.101300e-04 3.561700e-05 5.885600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d102-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d102-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 9.442500e-01 2.217800e-01 4.539400e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.963900e-01 1.906200e-01 3.995700e-01 +6.550000e+02 4.000000e+01 4.000000e+01 6.077400e-01 1.409900e-01 3.183300e-01 +7.400000e+02 4.500000e+01 4.500000e+01 4.554500e-01 1.075800e-01 2.280200e-01 +8.325000e+02 4.750000e+01 4.750000e+01 3.439300e-01 8.882000e-02 1.511600e-01 +9.325000e+02 5.250000e+01 5.250000e+01 2.390100e-01 5.789500e-02 1.165400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.645700e-01 3.763800e-02 7.879200e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.131400e-01 2.145700e-02 5.317100e-02 +1.275000e+03 7.500000e+01 7.500000e+01 7.820500e-02 1.773700e-02 3.477700e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.798500e-02 1.021600e-02 2.147800e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.914200e-02 3.778700e-03 1.006900e-02 +2.350000e+03 3.500000e+02 3.500000e+02 3.291400e-03 6.802200e-04 1.928200e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.228000e-04 4.651700e-05 7.725700e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d103-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d103-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.317100e+00 1.662208e-01 1.560145e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.377900e+00 2.383366e-01 2.360401e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.114900e+00 2.095572e-01 1.959945e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.526800e+00 1.335790e-01 1.361221e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.068200e+00 1.148175e-01 1.100250e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.622300e-01 5.386598e-02 5.118310e-02 +2.625000e+02 3.750000e+01 3.750000e+01 1.878500e-01 2.124380e-02 2.260063e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.102300e-02 3.707778e-03 3.772826e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d103-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d103-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.071500e+00 1.451000e-01 1.393100e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.905900e+00 2.717500e-01 2.225300e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.724400e+00 2.553500e-01 1.837400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.339700e+00 1.915300e-01 1.716300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 9.556800e-01 1.242400e-01 1.154100e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.041100e-01 6.082900e-02 7.070500e-02 +2.625000e+02 3.750000e+01 3.750000e+01 1.717100e-01 2.189300e-02 1.888900e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.539700e-02 1.907400e-03 2.367400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d103-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d103-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.025200e+00 3.016300e-01 4.789400e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.746600e+00 5.177800e-01 8.253500e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.552500e+00 4.687500e-01 7.514300e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.158900e+00 3.520200e-01 5.674900e-01 +1.450000e+02 1.500000e+01 1.500000e+01 8.005200e-01 2.489200e-01 4.060000e-01 +1.925000e+02 3.250000e+01 3.250000e+01 4.193600e-01 1.311100e-01 2.146000e-01 +2.625000e+02 3.750000e+01 3.750000e+01 1.452400e-01 4.550900e-02 7.417600e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.365700e-02 4.326000e-03 7.050100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d103-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d103-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.344700e+00 3.459100e-01 6.262800e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.220100e+00 5.672400e-01 1.092600e+00 +8.750000e+01 1.250000e+01 1.250000e+01 1.986200e+00 3.963300e-01 1.002100e+00 +1.150000e+02 1.500000e+01 1.500000e+01 1.542700e+00 3.501400e-01 7.927800e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.062400e+00 2.263400e-01 5.405800e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.455000e-01 1.314700e-01 2.584200e-01 +2.625000e+02 3.750000e+01 3.750000e+01 1.862600e-01 3.796400e-02 9.110500e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.612200e-02 3.845700e-03 6.963700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d104-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d104-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.194600e+01 6.164026e+00 6.091542e+00 +4.500000e-01 1.500000e-01 1.500000e-01 6.906200e+01 1.111902e+01 1.017829e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.481600e+02 2.683081e+01 2.604132e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.602300e+02 3.992553e+01 4.030188e+01 +8.250000e-01 2.500000e-02 2.500000e-02 7.849300e+02 7.846769e+01 7.762066e+01 +8.750000e-01 2.500000e-02 2.500000e-02 9.958400e+02 9.472413e+01 9.582386e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.174000e+03 1.219903e+02 1.195064e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.279200e+03 1.442066e+02 1.373947e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d104-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d104-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.239300e+01 4.407000e+00 5.976200e+00 +4.500000e-01 1.500000e-01 1.500000e-01 8.260900e+01 9.607700e+00 1.179100e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.188800e+02 3.878000e+01 2.081300e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.970500e+02 5.861400e+01 5.088700e+01 +8.250000e-01 2.500000e-02 2.500000e-02 6.037600e+02 7.500900e+01 8.361700e+01 +8.750000e-01 2.500000e-02 2.500000e-02 7.792400e+02 1.042900e+02 9.046200e+01 +9.250000e-01 2.500000e-02 2.500000e-02 9.491400e+02 1.353100e+02 1.078500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.055800e+03 1.328000e+02 1.232000e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d104-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d104-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 2.731600e+01 8.990000e+00 1.520300e+01 +4.500000e-01 1.500000e-01 1.500000e-01 6.230900e+01 2.007600e+01 3.337900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 1.658300e+02 5.206100e+01 8.514600e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.190700e+02 9.867400e+01 1.603500e+02 +8.250000e-01 2.500000e-02 2.500000e-02 5.245600e+02 1.583200e+02 2.538200e+02 +8.750000e-01 2.500000e-02 2.500000e-02 7.095700e+02 2.116700e+02 3.377500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 9.207600e+02 2.723200e+02 4.330500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.069500e+03 3.134300e+02 4.955400e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d104-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d104-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 2.823700e+01 5.189300e+00 1.595500e+01 +4.500000e-01 1.500000e-01 1.500000e-01 7.249300e+01 1.804100e+01 3.539900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.057000e+02 4.742000e+01 9.726900e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.332700e+02 9.266500e+01 2.147100e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.871700e+02 1.624200e+02 3.248100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 9.404500e+02 2.333300e+02 4.317700e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.207400e+03 2.729700e+02 6.167700e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.421700e+03 3.464800e+02 7.012800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d105-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d105-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.122000e+02 1.378747e+01 1.380599e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.315300e+02 1.435557e+01 1.417091e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.543200e+02 1.478781e+01 1.471536e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.444700e+02 1.466204e+01 1.458784e+01 +4.000000e+00 4.000000e-01 4.000000e-01 9.352000e+01 1.023297e+01 8.861253e+00 +4.800000e+00 4.000000e-01 4.000000e-01 2.163800e+01 3.713625e+00 3.160063e+00 +7.000000e+00 1.800000e+00 1.800000e+00 1.062500e+00 2.460275e-01 3.311533e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d105-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d105-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 8.968700e+01 1.057600e+01 1.083800e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.073600e+02 1.271300e+01 1.246500e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.206100e+02 1.716200e+01 1.310400e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.224300e+02 1.619400e+01 1.452800e+01 +4.000000e+00 4.000000e-01 4.000000e-01 8.254300e+01 1.173900e+01 1.258300e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.472600e+01 4.240800e+00 2.577700e+00 +7.000000e+00 1.800000e+00 1.800000e+00 1.010200e+00 2.236900e-01 1.725500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d105-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d105-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 9.278400e+01 2.746300e+01 4.342600e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.028200e+02 3.053500e+01 4.849000e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.096100e+02 3.273900e+01 5.223800e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.026800e+02 3.086600e+01 4.951700e+01 +4.000000e+00 4.000000e-01 4.000000e-01 6.834600e+01 2.109100e+01 3.436500e+01 +4.800000e+00 4.000000e-01 4.000000e-01 1.958400e+01 6.280600e+00 1.048600e+01 +7.000000e+00 1.800000e+00 1.800000e+00 8.589900e-01 2.893700e-01 4.949900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d105-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d105-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.159700e+02 2.875900e+01 5.190000e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.323700e+02 2.846600e+01 7.192100e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.396700e+02 3.409100e+01 6.664400e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.347400e+02 3.416600e+01 6.224300e+01 +4.000000e+00 4.000000e-01 4.000000e-01 9.042200e+01 1.947100e+01 4.696200e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.645300e+01 6.194500e+00 1.221300e+01 +7.000000e+00 1.800000e+00 1.800000e+00 1.209200e+00 2.682700e-01 5.639100e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d106-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d106-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.355200e+00 2.128349e-01 1.447406e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.765000e+00 2.276836e-01 2.227523e-01 +1.275000e+02 1.250000e+01 1.250000e+01 2.035400e+00 2.008478e-01 2.097645e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.991800e+00 1.870991e-01 1.673110e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.725900e+00 1.426544e-01 1.396621e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.369100e+00 1.107719e-01 1.099527e-01 +2.350000e+02 1.500000e+01 1.500000e+01 8.336300e-01 7.129823e-02 7.290835e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.613100e-01 5.021629e-02 5.395497e-02 +3.150000e+02 3.500000e+01 3.500000e+01 2.690200e-01 3.322067e-02 3.541971e-02 +4.150000e+02 6.500000e+01 6.500000e+01 6.887900e-02 1.398064e-02 1.388875e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.004300e-02 1.987628e-03 1.952282e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d106-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d106-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.308600e+00 1.926600e-01 1.876600e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.607900e+00 2.357600e-01 2.261800e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.717500e+00 2.507500e-01 2.160800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.628200e+00 2.297500e-01 1.972400e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.423700e+00 1.929100e-01 1.677000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.068000e+00 1.444800e-01 1.143800e-01 +2.350000e+02 1.500000e+01 1.500000e+01 7.183400e-01 9.018700e-02 9.093100e-02 +2.650000e+02 1.500000e+01 1.500000e+01 4.689700e-01 6.093400e-02 4.755000e-02 +3.150000e+02 3.500000e+01 3.500000e+01 2.341500e-01 2.540800e-02 2.904400e-02 +4.150000e+02 6.500000e+01 6.500000e+01 6.382500e-02 7.698700e-03 9.501600e-03 +5.825000e+02 1.025000e+02 1.025000e+02 9.277700e-03 1.681800e-03 1.138000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d106-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d106-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.031500e+00 3.247300e-01 5.376400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.285700e+00 3.935000e-01 6.393700e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.421100e+00 4.315900e-01 6.965200e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.428300e+00 4.300000e-01 6.900500e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.300400e+00 3.873100e-01 6.172100e-01 +2.050000e+02 1.500000e+01 1.500000e+01 9.809800e-01 2.952700e-01 4.743500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 6.892200e-01 2.066300e-01 3.300400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 4.874100e-01 1.468200e-01 2.336700e-01 +3.150000e+02 3.500000e+01 3.500000e+01 2.282500e-01 6.894600e-02 1.101900e-01 +4.150000e+02 6.500000e+01 6.500000e+01 6.858200e-02 2.065800e-02 3.296500e-02 +5.825000e+02 1.025000e+02 1.025000e+02 8.857500e-03 2.785100e-03 4.508500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d106-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d106-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.282000e+00 2.856700e-01 6.114500e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.691700e+00 4.555400e-01 8.108800e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.808800e+00 4.382900e-01 8.470800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.790200e+00 4.345600e-01 9.083900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.650100e+00 3.842600e-01 8.355900e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.277600e+00 2.625100e-01 7.166600e-01 +2.350000e+02 1.500000e+01 1.500000e+01 9.316100e-01 1.882400e-01 4.509400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 5.948100e-01 1.383300e-01 2.783100e-01 +3.150000e+02 3.500000e+01 3.500000e+01 3.283500e-01 8.045000e-02 1.330400e-01 +4.150000e+02 6.500000e+01 6.500000e+01 9.358300e-02 2.241700e-02 4.588500e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.479700e-02 3.010100e-03 6.567300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d107-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d107-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 9.110900e-01 1.588982e-01 1.548867e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.716400e-01 1.018759e-01 9.759468e-02 +6.550000e+02 4.000000e+01 4.000000e+01 5.921600e-01 7.745728e-02 8.440039e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.260100e-01 4.972377e-02 4.414964e-02 +8.325000e+02 4.750000e+01 4.750000e+01 3.207500e-01 3.728159e-02 3.134651e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.109000e-01 2.949601e-02 3.550327e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.450100e-01 1.674060e-02 2.071307e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.819000e-02 1.536497e-02 1.352539e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.642700e-02 1.940322e-02 1.038693e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.980900e-02 7.758158e-03 6.992196e-03 +1.750000e+03 2.500000e+02 2.500000e+02 2.265900e-02 3.901552e-03 4.085785e-03 +3.000000e+03 1.000000e+03 1.000000e+03 1.295800e-03 3.913357e-04 3.826879e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d107-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d107-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.749000e-01 6.962400e-02 7.161800e-02 +5.800000e+02 3.500000e+01 3.500000e+01 5.696800e-01 6.748400e-02 7.435200e-02 +6.550000e+02 4.000000e+01 4.000000e+01 4.559200e-01 6.081700e-02 4.467700e-02 +7.400000e+02 4.500000e+01 4.500000e+01 3.484500e-01 4.783200e-02 4.020400e-02 +8.325000e+02 4.750000e+01 4.750000e+01 2.588900e-01 4.026200e-02 3.184800e-02 +9.325000e+02 5.250000e+01 5.250000e+01 1.867500e-01 2.524300e-02 2.079800e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.329000e-01 1.810700e-02 1.948800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.485300e-02 1.387400e-02 1.198400e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.533400e-02 1.085500e-02 8.814600e-03 +1.425000e+03 7.500000e+01 7.500000e+01 4.172400e-02 5.692800e-03 5.957800e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.852500e-02 3.335100e-03 2.679400e-03 +3.000000e+03 1.000000e+03 1.000000e+03 1.532600e-03 2.376600e-04 2.115200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d107-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d107-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.933500e-01 2.056700e-01 3.275100e-01 +5.800000e+02 3.500000e+01 3.500000e+01 5.915400e-01 1.772200e-01 2.835800e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.668500e-01 1.406400e-01 2.255000e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.584700e-01 1.101100e-01 1.794000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.709900e-01 8.322000e-02 1.345300e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.900500e-01 5.910400e-02 9.647700e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.331600e-01 4.170800e-02 6.846400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.995300e-02 3.139500e-02 5.163300e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.808800e-02 2.163600e-02 3.588400e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.331100e-02 1.395100e-02 2.331900e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.884200e-02 6.274900e-03 1.076900e-02 +3.000000e+03 1.000000e+03 1.000000e+03 1.560900e-03 5.455800e-04 9.647100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d107-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d107-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.985600e-01 1.620900e-01 3.070800e-01 +5.800000e+02 3.500000e+01 3.500000e+01 6.104800e-01 1.425200e-01 3.447700e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.834200e-01 1.095100e-01 2.226400e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.709300e-01 8.393800e-02 1.596900e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.861100e-01 6.263000e-02 1.323400e-01 +9.325000e+02 5.250000e+01 5.250000e+01 2.093300e-01 5.141200e-02 9.288200e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.469000e-01 2.522100e-02 7.490800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.101900e-01 1.950300e-02 4.855200e-02 +1.275000e+03 7.500000e+01 7.500000e+01 8.093100e-02 1.666400e-02 2.972600e-02 +1.425000e+03 7.500000e+01 7.500000e+01 5.113300e-02 9.438600e-03 2.281700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 2.359700e-02 5.260200e-03 9.532100e-03 +3.000000e+03 1.000000e+03 1.000000e+03 2.190700e-03 3.414200e-04 1.014400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d108-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d108-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.322900e+00 2.052019e-01 2.008205e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.274700e+00 3.189118e-01 3.174077e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.881600e+00 2.311125e-01 2.476128e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.126500e+00 1.507024e-01 1.157130e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.430300e-01 3.666611e-02 3.595725e-02 +6.000000e+02 3.000000e+02 3.000000e+02 8.547800e-03 3.085704e-03 3.089450e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d108-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d108-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 9.556900e-01 1.426000e-01 1.002700e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.632900e+00 2.089400e-01 1.928300e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.452100e+00 1.867900e-01 1.838100e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.005100e+00 1.299600e-01 1.279200e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.108300e-01 3.934900e-02 3.405800e-02 +6.000000e+02 3.000000e+02 3.000000e+02 1.116400e-02 1.334800e-03 1.773700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d108-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d108-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.020800e+00 3.047500e-01 4.887200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.708300e+00 5.206200e-01 8.451500e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.481700e+00 4.521800e-01 7.315400e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.002800e+00 3.116200e-01 5.094200e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.148700e-01 9.850100e-02 1.610700e-01 +6.000000e+02 3.000000e+02 3.000000e+02 1.240100e-02 3.905500e-03 6.361600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d108-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d108-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.086100e+00 2.350100e-01 4.995300e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.846000e+00 4.406100e-01 7.994400e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.630600e+00 3.675200e-01 6.734600e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.076500e+00 2.144000e-01 5.511900e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.287400e-01 7.637500e-02 1.597300e-01 +6.000000e+02 3.000000e+02 3.000000e+02 1.247900e-02 2.462800e-03 5.497400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d109-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d109-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.427500e+01 1.496705e+01 9.122976e+00 +4.500000e-01 1.500000e-01 1.500000e-01 9.548000e+01 1.571207e+01 1.537634e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.600600e+02 2.651159e+01 2.948628e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.386300e+02 4.524406e+01 4.650106e+01 +8.500000e-01 5.000000e-02 5.000000e-02 7.594100e+02 9.625282e+01 9.274535e+01 +9.500000e-01 5.000000e-02 5.000000e-02 1.045600e+03 1.349422e+02 1.341298e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d109-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d109-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.609600e+01 6.268100e+00 4.698600e+00 +4.500000e-01 1.500000e-01 1.500000e-01 9.736800e+01 1.435600e+01 1.352900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.118900e+02 3.012500e+01 2.940000e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.577100e+02 4.684900e+01 3.778700e+01 +8.500000e-01 5.000000e-02 5.000000e-02 5.700600e+02 7.219900e+01 6.879200e+01 +9.500000e-01 5.000000e-02 5.000000e-02 7.844200e+02 1.002500e+02 8.880500e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d109-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d109-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.637100e+01 1.494500e+01 2.496500e+01 +4.500000e-01 1.500000e-01 1.500000e-01 9.160200e+01 2.926500e+01 4.862100e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.019100e+02 6.405400e+01 1.055700e+02 +7.500000e-01 5.000000e-02 5.000000e-02 3.559100e+02 1.112700e+02 1.826100e+02 +8.500000e-01 5.000000e-02 5.000000e-02 5.954700e+02 1.807200e+02 2.911900e+02 +9.500000e-01 5.000000e-02 5.000000e-02 8.576700e+02 2.551200e+02 4.074800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d109-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d109-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.130600e+01 9.606300e+00 2.474900e+01 +4.500000e-01 1.500000e-01 1.500000e-01 8.626100e+01 1.905000e+01 4.357300e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.054500e+02 4.413400e+01 9.224000e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.810800e+02 7.425200e+01 1.830400e+02 +8.500000e-01 5.000000e-02 5.000000e-02 6.637100e+02 1.435700e+02 3.065000e+02 +9.500000e-01 5.000000e-02 5.000000e-02 9.604300e+02 2.219200e+02 4.183300e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d110-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d110-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.309600e+00 4.165370e-01 3.534697e-01 +1.275000e+02 1.250000e+01 1.250000e+01 2.097600e+00 2.465289e-01 2.532859e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.567900e+00 1.617279e-01 1.576783e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.374100e-01 6.806971e-02 6.868258e-02 +2.825000e+02 3.250000e+01 3.250000e+01 3.204600e-01 2.768212e-02 2.745194e-02 +3.525000e+02 3.750000e+01 3.750000e+01 1.097400e-01 1.318318e-02 1.399842e-02 +4.350000e+02 4.500000e+01 4.500000e+01 3.719100e-02 6.349371e-03 6.233725e-03 +5.825000e+02 1.025000e+02 1.025000e+02 8.869200e-03 2.721005e-03 2.612747e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.380300e-07 6.263013e-03 6.263008e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d110-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d110-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.788400e+00 3.026300e-01 1.971400e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.681200e+00 2.229900e-01 1.975800e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.250200e+00 1.363900e-01 1.673400e-01 +2.200000e+02 3.000000e+01 3.000000e+01 6.486800e-01 7.338500e-02 7.466100e-02 +2.825000e+02 3.250000e+01 3.250000e+01 2.656500e-01 3.279500e-02 3.134000e-02 +3.525000e+02 3.750000e+01 3.750000e+01 1.002500e-01 1.424200e-02 8.753200e-03 +4.350000e+02 4.500000e+01 4.500000e+01 3.307200e-02 4.235100e-03 5.561900e-03 +5.825000e+02 1.025000e+02 1.025000e+02 6.981200e-03 9.980600e-04 9.399700e-04 +8.425000e+02 1.575000e+02 1.575000e+02 5.993900e-04 1.825100e-04 1.561300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d110-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d110-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.685600e+00 5.301900e-01 8.797400e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.672500e+00 5.137900e-01 8.347300e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.318500e+00 4.007900e-01 6.457800e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.110200e-01 2.143200e-01 3.436000e-01 +2.825000e+02 3.250000e+01 3.250000e+01 2.913200e-01 8.854600e-02 1.424500e-01 +3.525000e+02 3.750000e+01 3.750000e+01 1.122400e-01 3.456200e-02 5.565800e-02 +4.350000e+02 4.500000e+01 4.500000e+01 4.111900e-02 1.235000e-02 1.966000e-02 +5.825000e+02 1.025000e+02 1.025000e+02 9.051300e-03 2.747000e-03 4.374100e-03 +8.425000e+02 1.575000e+02 1.575000e+02 5.472200e-04 1.747300e-04 2.841000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d110-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d110-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.743200e+00 3.746100e-01 8.016600e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.693500e+00 4.213300e-01 7.914800e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.390000e+00 3.060800e-01 6.211300e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.808500e-01 1.474700e-01 4.022100e-01 +2.825000e+02 3.250000e+01 3.250000e+01 3.411600e-01 7.759400e-02 1.660200e-01 +3.525000e+02 3.750000e+01 3.750000e+01 1.373800e-01 3.107400e-02 5.632200e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.063200e-02 1.427800e-02 1.403200e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.128600e-02 2.130900e-03 5.189300e-03 +8.425000e+02 1.575000e+02 1.575000e+02 8.921200e-04 2.212200e-04 5.403600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d111-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d111-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.934400e+00 2.047777e-01 2.060855e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.554500e+00 1.147123e-01 1.160608e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.148600e+00 7.958526e-02 7.788120e-02 +7.400000e+02 4.500000e+01 4.500000e+01 7.872700e-01 5.305027e-02 5.174950e-02 +8.325000e+02 4.750000e+01 4.750000e+01 5.362300e-01 4.052583e-02 3.776656e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.784800e-01 2.161550e-02 2.500310e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.505000e-01 1.974661e-02 1.394663e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.739800e-01 1.214582e-02 8.120632e-03 +1.275000e+03 7.500000e+01 7.500000e+01 1.133300e-01 7.347170e-03 7.403166e-03 +1.425000e+03 7.500000e+01 7.500000e+01 7.190800e-02 7.881528e-03 1.177839e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.443000e-02 3.375883e-03 3.932118e-03 +2.350000e+03 3.500000e+02 3.500000e+02 7.209200e-03 1.282826e-03 1.334459e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.041900e-03 2.878364e-04 2.626336e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d111-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d111-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.642100e+00 2.224900e-01 1.048000e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.280700e+00 1.377300e-01 1.273100e-01 +6.550000e+02 4.000000e+01 4.000000e+01 9.243800e-01 9.858100e-02 8.465500e-02 +7.400000e+02 4.500000e+01 4.500000e+01 6.538000e-01 7.784700e-02 5.199500e-02 +8.325000e+02 4.750000e+01 4.750000e+01 4.503400e-01 4.545300e-02 4.479600e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.181700e-01 3.284500e-02 2.535500e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.185000e-01 2.233400e-02 1.953400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.579900e-01 1.483300e-02 2.066600e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.090300e-01 9.760300e-03 9.055100e-03 +1.425000e+03 7.500000e+01 7.500000e+01 7.073300e-02 7.780500e-03 3.461500e-03 +1.750000e+03 2.500000e+02 2.500000e+02 3.316800e-02 2.504200e-03 2.777300e-03 +2.350000e+03 3.500000e+02 3.500000e+02 8.734700e-03 6.407600e-04 6.425400e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.212400e-03 1.337400e-04 1.543400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d111-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d111-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.880700e+00 4.180500e-01 6.047600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.478800e+00 3.320800e-01 4.824600e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.064500e+00 2.412500e-01 3.519000e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.629200e-01 1.761300e-01 2.584000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 5.197000e-01 1.209900e-01 1.789600e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.649800e-01 8.578500e-02 1.272200e-01 +1.042500e+03 5.750000e+01 5.750000e+01 2.483800e-01 5.903100e-02 8.813500e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.733800e-01 4.181800e-02 6.280800e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.198100e-01 2.886900e-02 4.345000e-02 +1.425000e+03 7.500000e+01 7.500000e+01 7.811100e-02 1.921100e-02 2.916800e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.568000e-02 8.919700e-03 1.364200e-02 +2.350000e+03 3.500000e+02 3.500000e+02 9.058400e-03 2.335400e-03 3.635200e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.192200e-03 3.207500e-04 5.047000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d111-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d111-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.628100e+00 2.993500e-01 6.745500e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.279400e+00 2.076000e-01 4.473400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 9.358600e-01 1.605300e-01 3.396800e-01 +7.400000e+02 4.500000e+01 4.500000e+01 6.718400e-01 1.099100e-01 2.416500e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.790800e-01 7.642600e-02 1.506700e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.409300e-01 4.338300e-02 1.233500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 2.365700e-01 3.459200e-02 7.409400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.688300e-01 2.454700e-02 6.020900e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.199900e-01 1.771900e-02 4.314600e-02 +1.425000e+03 7.500000e+01 7.500000e+01 8.160500e-02 1.549200e-02 1.858400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.742900e-02 5.936600e-03 1.075600e-02 +2.350000e+03 3.500000e+02 3.500000e+02 9.699000e-03 1.718800e-03 2.130700e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.324400e-03 2.172600e-04 3.806100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d112-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d112-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.579600e+00 2.711065e-01 2.643542e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.958800e+00 5.026961e-01 5.257734e-01 +6.250000e+01 1.250000e+01 1.250000e+01 4.334200e+00 3.792103e-01 3.718256e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.998200e+00 2.164359e-01 2.116842e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.979600e+00 1.334556e-01 1.287057e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.492000e+00 1.237087e-01 1.085712e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.918100e-01 5.857638e-02 6.881132e-02 +2.250000e+02 3.500000e+01 3.500000e+01 4.240200e-01 4.365110e-02 4.182401e-02 +3.250000e+02 6.500000e+01 6.500000e+01 9.793900e-02 1.567364e-02 1.537346e-02 +6.450000e+02 2.550000e+02 2.550000e+02 5.061200e-03 1.404259e-03 1.386970e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d112-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d112-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.804400e+00 2.658700e-01 6.646200e-02 +3.750000e+01 1.250000e+01 1.250000e+01 3.770700e+00 3.970400e-01 3.774700e-01 +6.250000e+01 1.250000e+01 1.250000e+01 3.474700e+00 3.558700e-01 3.319800e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.670600e+00 2.791500e-01 2.253000e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.902400e+00 1.977700e-01 1.693700e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.329700e+00 1.605800e-01 1.222500e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.809000e-01 8.616900e-02 8.474500e-02 +2.250000e+02 3.500000e+01 3.500000e+01 4.329000e-01 4.424100e-02 3.108600e-02 +3.250000e+02 6.500000e+01 6.500000e+01 1.126000e-01 1.057300e-02 1.004400e-02 +6.450000e+02 2.550000e+02 2.550000e+02 6.649600e-03 7.184800e-04 4.637200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d112-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d112-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.121400e+00 4.360100e-01 6.128600e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.193800e+00 9.078900e-01 1.303500e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.752500e+00 8.527900e-01 1.247000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.964300e+00 6.888600e-01 1.015400e+00 +1.150000e+02 1.500000e+01 1.500000e+01 2.143700e+00 5.061400e-01 7.530900e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.526300e+00 3.652700e-01 5.453000e-01 +1.750000e+02 1.500000e+01 1.500000e+01 1.068700e+00 2.598600e-01 3.887800e-01 +2.250000e+02 3.500000e+01 3.500000e+01 5.398000e-01 1.320000e-01 1.977300e-01 +3.250000e+02 6.500000e+01 6.500000e+01 1.535300e-01 3.824600e-02 5.733000e-02 +6.450000e+02 2.550000e+02 2.550000e+02 1.039400e-02 2.702600e-03 4.093300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d112-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d112-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.856200e+00 1.978500e-01 6.439900e-01 +3.750000e+01 1.250000e+01 1.250000e+01 3.939000e+00 6.173000e-01 1.379000e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.624400e+00 5.748400e-01 1.373800e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.762400e+00 4.109300e-01 9.952400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.951300e+00 3.472300e-01 6.723300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.344600e+00 2.294300e-01 4.235100e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.966700e-01 1.489700e-01 3.301800e-01 +2.250000e+02 3.500000e+01 3.500000e+01 4.410700e-01 8.725500e-02 1.531300e-01 +3.250000e+02 6.500000e+01 6.500000e+01 1.184800e-01 2.013000e-02 3.517000e-02 +6.450000e+02 2.550000e+02 2.550000e+02 8.714200e-03 2.430900e-03 2.757300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d113-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d113-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 5.586400e+01 1.118706e+01 1.104381e+01 +3.500000e-01 5.000000e-02 5.000000e-02 7.833700e+01 1.351436e+01 1.384003e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.288400e+02 1.549411e+01 1.432772e+01 +5.500000e-01 5.000000e-02 5.000000e-02 2.049900e+02 1.895132e+01 2.163838e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.402900e+02 3.049171e+01 2.859075e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.767000e+02 4.588403e+01 4.887892e+01 +7.750000e-01 2.500000e-02 2.500000e-02 7.672700e+02 5.741062e+01 5.452588e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.143300e+03 8.074666e+01 7.674454e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.653700e+03 1.302137e+02 1.240733e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.228500e+03 1.588063e+02 1.556113e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.867300e+03 2.246193e+02 2.329989e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d113-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d113-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 6.373000e+01 7.492800e+00 7.065600e+00 +3.500000e-01 5.000000e-02 5.000000e-02 8.990700e+01 1.271000e+01 1.286600e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.226300e+02 1.766100e+01 1.461900e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.825600e+02 1.828600e+01 1.752200e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.127800e+02 3.363300e+01 2.949200e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.867400e+02 5.180100e+01 6.072000e+01 +7.750000e-01 2.500000e-02 2.500000e-02 6.810400e+02 7.480700e+01 5.491100e+01 +8.250000e-01 2.500000e-02 2.500000e-02 9.436000e+02 9.818500e+01 8.198000e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.323700e+03 1.334200e+02 9.886700e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.792900e+03 1.825600e+02 1.661600e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.268900e+03 2.638000e+02 1.420800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d113-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d113-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 7.362100e+01 1.803800e+01 2.728200e+01 +3.500000e-01 5.000000e-02 5.000000e-02 1.007000e+02 2.448200e+01 3.672200e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.347300e+02 3.243200e+01 4.847100e+01 +5.500000e-01 5.000000e-02 5.000000e-02 2.064100e+02 5.044600e+01 7.559700e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.389400e+02 8.167600e+01 1.224700e+02 +7.250000e-01 2.500000e-02 2.500000e-02 5.284200e+02 1.264000e+02 1.881400e+02 +7.750000e-01 2.500000e-02 2.500000e-02 7.345100e+02 1.744500e+02 2.595400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 1.043000e+03 2.465300e+02 3.651400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.480000e+03 3.411800e+02 5.011000e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.107200e+03 4.715700e+02 6.848300e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.724500e+03 5.878600e+02 8.420200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d113-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d113-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 6.158000e+01 1.220800e+01 2.139600e+01 +3.500000e-01 5.000000e-02 5.000000e-02 8.181400e+01 1.449300e+01 3.341900e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.147200e+02 2.020900e+01 3.300600e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.722700e+02 3.036500e+01 5.917900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.023600e+02 5.512700e+01 8.862700e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.652900e+02 7.566200e+01 1.763100e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.752300e+02 1.073700e+02 2.398400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.776800e+02 1.698200e+02 3.293100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.399600e+03 2.173500e+02 5.034200e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.938600e+03 3.075400e+02 6.884800e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.453700e+03 3.440500e+02 8.884500e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d114-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d114-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.269800e+02 8.348051e+00 8.261689e+00 +2.600000e+00 2.000000e-01 2.000000e-01 1.721100e+02 1.090471e+01 1.051043e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.081400e+02 1.294466e+01 1.299410e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.453600e+02 1.571388e+01 1.569201e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.530200e+02 1.746229e+01 1.794819e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.623600e+02 1.267874e+01 1.194071e+01 +4.600000e+00 2.000000e-01 2.000000e-01 9.276200e+01 7.698652e+00 7.934809e+00 +5.000000e+00 2.000000e-01 2.000000e-01 5.314900e+01 5.404704e+00 5.484141e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.617900e+01 1.942031e+00 2.003112e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.693000e-01 2.767259e-01 2.785675e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d114-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d114-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.076800e+02 1.043800e+01 8.709800e+00 +2.600000e+00 2.000000e-01 2.000000e-01 1.414800e+02 1.430800e+01 1.121600e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.825800e+02 2.318800e+01 8.498100e+00 +3.400000e+00 2.000000e-01 2.000000e-01 2.124500e+02 2.186700e+01 2.008200e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.062300e+02 2.360800e+01 1.781600e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.347600e+02 1.579900e+01 1.281300e+01 +4.600000e+00 2.000000e-01 2.000000e-01 8.099200e+01 8.587900e+00 1.024600e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.632300e+01 3.728200e+00 5.458600e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.523900e+01 1.658400e+00 1.293000e+00 +7.600000e+00 1.200000e+00 1.200000e+00 6.115400e-01 5.622500e-02 1.297900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d114-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d114-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.576800e+02 3.702000e+01 5.438600e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.890800e+02 4.376200e+01 6.410100e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.189000e+02 5.019500e+01 7.340100e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.361200e+02 5.356900e+01 7.828900e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.142900e+02 4.805700e+01 7.020000e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.379900e+02 3.135400e+01 4.597100e+01 +4.600000e+00 2.000000e-01 2.000000e-01 8.136100e+01 1.880900e+01 2.809400e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.554800e+01 1.057700e+01 1.586100e+01 +5.800000e+00 6.000000e-01 6.000000e-01 1.437000e+01 3.448400e+00 5.234100e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.877800e-01 1.400700e-01 2.165900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d114-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d114-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.217000e+02 2.136800e+01 5.508500e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.570500e+02 2.875600e+01 5.705200e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.931000e+02 3.311000e+01 6.632700e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.192100e+02 3.491800e+01 7.817500e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.015900e+02 3.189300e+01 6.867400e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.315700e+02 2.023700e+01 4.475300e+01 +4.600000e+00 2.000000e-01 2.000000e-01 7.956000e+01 1.362300e+01 2.580300e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.674200e+01 2.718300e+00 1.337300e+01 +5.800000e+00 6.000000e-01 6.000000e-01 1.587400e+01 2.351900e+00 3.766100e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.667600e-01 5.681500e-02 1.605200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d115-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d115-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.665800e+00 6.678500e-01 6.858559e-01 +1.050000e+02 1.000000e+01 1.000000e+01 4.712300e+00 4.874926e-01 5.099653e-01 +1.275000e+02 1.250000e+01 1.250000e+01 4.073500e+00 3.278462e-01 3.091421e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.179200e+00 1.990791e-01 1.957019e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.453400e+00 1.378531e-01 1.350295e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.734100e+00 8.475521e-02 7.626382e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.042200e+00 5.064959e-02 5.032267e-02 +2.650000e+02 1.500000e+01 1.500000e+01 6.199300e-01 5.535075e-02 5.525754e-02 +2.975000e+02 1.750000e+01 1.750000e+01 3.973900e-01 2.747221e-02 2.414900e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.201800e-01 1.781863e-02 1.807301e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.403800e-01 1.432198e-02 1.458703e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.246900e-02 7.396627e-03 7.142820e-03 +5.825000e+02 1.025000e+02 1.025000e+02 9.758700e-03 1.920456e-03 1.968488e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d115-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d115-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.432300e+00 3.867900e-01 4.608600e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.795000e+00 5.281400e-01 3.132500e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.426400e+00 3.683200e-01 3.154800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 2.839700e+00 3.036700e-01 2.007900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.191500e+00 2.194300e-01 1.954000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.537100e+00 1.514900e-01 1.093400e-01 +2.350000e+02 1.500000e+01 1.500000e+01 9.712100e-01 1.018300e-01 6.519200e-02 +2.650000e+02 1.500000e+01 1.500000e+01 6.008100e-01 5.279200e-02 5.211700e-02 +2.975000e+02 1.750000e+01 1.750000e+01 3.638600e-01 3.233400e-02 2.857900e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.147700e-01 1.950300e-02 1.533300e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.244700e-01 1.198400e-02 1.009600e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.540200e-02 5.604400e-03 3.732800e-03 +5.825000e+02 1.025000e+02 1.025000e+02 1.054900e-02 1.160700e-03 1.025300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d115-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d115-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.274700e+00 7.190500e-01 1.045400e+00 +1.050000e+02 1.000000e+01 1.000000e+01 3.733000e+00 8.290900e-01 1.209400e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.642900e+00 8.199300e-01 1.195500e+00 +1.525000e+02 1.250000e+01 1.250000e+01 3.233700e+00 7.320600e-01 1.067800e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.694400e+00 6.155400e-01 9.005700e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.937000e+00 4.512200e-01 6.646500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.280800e+00 3.024400e-01 4.471100e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.154200e-01 1.955600e-01 2.906500e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.032500e-01 1.230400e-01 1.837300e-01 +3.325000e+02 1.750000e+01 1.750000e+01 3.077000e-01 7.597300e-02 1.138100e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.843100e-01 4.597500e-02 6.892100e-02 +4.350000e+02 4.500000e+01 4.500000e+01 8.196700e-02 2.092900e-02 3.159100e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.661400e-02 4.346800e-03 6.610300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d115-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d115-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.247700e+00 3.663900e-01 1.274300e+00 +1.050000e+02 1.000000e+01 1.000000e+01 3.572600e+00 5.606600e-01 1.204500e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.416600e+00 5.932200e-01 1.058400e+00 +1.525000e+02 1.250000e+01 1.250000e+01 2.991300e+00 4.270100e-01 1.017700e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.347200e+00 3.826900e-01 8.677800e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.681400e+00 2.743900e-01 6.893000e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.053300e+00 1.782000e-01 3.952300e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.836400e-01 1.242200e-01 2.270900e-01 +2.975000e+02 1.750000e+01 1.750000e+01 4.186800e-01 7.698900e-02 1.473300e-01 +3.325000e+02 1.750000e+01 1.750000e+01 2.620500e-01 5.768200e-02 7.882800e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.516800e-01 3.156300e-02 4.312400e-02 +4.350000e+02 4.500000e+01 4.500000e+01 6.819800e-02 1.272900e-02 2.067600e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.469100e-02 2.229200e-03 5.345600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d116-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d116-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.023600e-01 1.130462e-01 1.130462e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.684200e+00 3.060627e-01 3.060627e-01 +9.250000e-01 2.500000e-02 2.500000e-02 5.084000e+00 7.082546e-01 7.082546e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.746000e+00 1.974846e+00 1.974846e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d116-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d116-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.365400e-01 0.000000e+00 5.099400e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.739800e+00 3.354900e-02 3.581100e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.069900e+00 3.253400e-01 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.659300e+00 5.351000e-01 4.739900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d116-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d116-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.306000e-01 1.453200e-02 1.676400e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.810800e+00 7.618100e-02 8.004900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.103200e+00 2.293600e-01 2.443100e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.425300e+00 2.637300e-01 2.731000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d117-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d117-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.257200e-03 2.465346e-03 2.465346e-03 +1.400000e+02 2.500000e+01 2.500000e+01 6.199800e-03 1.093463e-03 1.093463e-03 +1.925000e+02 2.750000e+01 2.750000e+01 3.385000e-03 6.762096e-04 6.762096e-04 +2.500000e+02 3.000000e+01 3.000000e+01 1.877600e-03 5.037593e-04 5.037593e-04 +3.575000e+02 7.750000e+01 7.750000e+01 5.946800e-04 2.631693e-04 2.631693e-04 +5.600000e+02 1.250000e+02 1.250000e+02 1.800100e-04 1.291442e-04 1.291442e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d117-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d117-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.239800e-03 5.017000e-04 9.408800e-05 +1.400000e+02 2.500000e+01 2.500000e+01 4.804500e-03 2.900700e-05 4.066500e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.669900e-03 1.729000e-04 7.828200e-05 +2.500000e+02 3.000000e+01 3.000000e+01 2.402700e-03 2.034300e-04 0.000000e+00 +3.575000e+02 7.750000e+01 7.750000e+01 1.185100e-03 2.747100e-05 1.869300e-04 +5.600000e+02 1.250000e+02 1.250000e+02 3.267100e-04 3.025200e-05 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d117-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d117-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.768300e-03 2.965100e-04 3.865600e-04 +1.400000e+02 2.500000e+01 2.500000e+01 5.255000e-03 2.604300e-04 3.155800e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.835400e-03 2.121300e-04 2.214200e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.379100e-03 1.599600e-04 1.621900e-04 +3.575000e+02 7.750000e+01 7.750000e+01 1.025100e-03 6.532900e-05 7.927300e-05 +5.600000e+02 1.250000e+02 1.250000e+02 2.311300e-04 2.442600e-05 3.342300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d118-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d118-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.892900e+00 7.182502e-01 7.182502e-01 +3.000000e-01 1.000000e-01 1.000000e-01 1.680700e+00 4.740168e-01 4.740168e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.421300e-01 2.328305e-01 2.328305e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d118-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d118-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.780400e+00 2.156200e-01 2.168200e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.659500e+00 1.473200e-01 3.328400e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.867100e-01 8.866000e-03 1.235300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d118-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d118-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.804200e+00 9.483400e-02 9.917100e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.670100e+00 7.318600e-02 7.585200e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.752300e-01 1.368700e-02 1.493600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d119-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d119-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.358900e-01 2.310755e-01 2.310755e-01 +1.000000e+00 5.000000e-01 5.000000e-01 8.261700e-02 1.109725e-01 1.109725e-01 +5.000000e+00 3.500000e+00 3.500000e+00 8.149600e-02 1.171497e-01 1.171497e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d119-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d119-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.871300e-01 5.594200e-03 3.429900e-03 +1.000000e+00 5.000000e-01 5.000000e-01 9.468100e-02 2.927000e-03 4.937900e-03 +5.000000e+00 3.500000e+00 3.500000e+00 1.819300e-02 5.601600e-04 3.261200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d119-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d119-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.835900e-01 2.379900e-02 2.432100e-02 +1.000000e+00 5.000000e-01 5.000000e-01 8.941800e-02 7.570800e-03 8.527600e-03 +5.000000e+00 3.500000e+00 3.500000e+00 2.699100e-02 4.159500e-03 5.133800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d120-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d120-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 2.066400e-03 3.387979e-04 3.387979e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.585900e-03 1.985014e-04 1.985014e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.109000e-03 1.666473e-04 1.666473e-04 +1.425000e+03 7.500000e+01 7.500000e+01 7.989400e-04 1.911995e-04 1.911995e-04 +1.750000e+03 2.500000e+02 2.500000e+02 4.819700e-04 8.001193e-05 8.001193e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.159600e-04 2.753683e-05 2.753683e-05 +3.350000e+03 6.500000e+02 6.500000e+02 2.032200e-05 7.512427e-06 7.512427e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d120-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d120-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.776800e-03 1.456400e-04 1.308500e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.454200e-03 9.904800e-05 1.735200e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.146000e-03 0.000000e+00 9.799000e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.653700e-04 3.626500e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 4.798000e-04 1.186900e-05 8.028800e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.508700e-04 5.670100e-06 1.065200e-05 +3.350000e+03 6.500000e+02 6.500000e+02 2.284100e-05 2.336100e-06 2.329000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d120-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d120-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.704200e-03 7.203900e-05 7.770800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 1.407700e-03 6.547200e-05 6.820500e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.136800e-03 4.804000e-05 5.452800e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.539800e-04 4.163800e-05 4.429600e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.888400e-04 1.725500e-05 1.779300e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.612200e-04 8.374800e-06 9.443100e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.532300e-05 2.435500e-06 3.029600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d121-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d121-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.257200e-03 6.442300e-04 6.442300e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.913900e-03 1.177899e-03 1.177899e-03 +6.250000e+01 1.250000e+01 1.250000e+01 8.067000e-03 7.212043e-04 7.212043e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.753700e-03 6.128160e-04 6.128160e-04 +1.300000e+02 3.000000e+01 3.000000e+01 2.662800e-03 4.035903e-04 4.035903e-04 +2.100000e+02 5.000000e+01 5.000000e+01 7.339100e-04 3.123464e-04 3.123464e-04 +3.775000e+02 1.175000e+02 1.175000e+02 1.642100e-04 5.264875e-05 5.264875e-05 +6.975000e+02 2.025000e+02 2.025000e+02 8.526300e-06 1.036673e-05 1.036673e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d121-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d121-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.495700e-03 0.000000e+00 1.008900e-03 +3.750000e+01 1.250000e+01 1.250000e+01 7.123200e-03 2.261500e-04 6.968700e-05 +6.250000e+01 1.250000e+01 1.250000e+01 6.530500e-03 1.064200e-04 6.587700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.283000e-03 1.991700e-04 3.218000e-05 +1.300000e+02 3.000000e+01 3.000000e+01 3.408700e-03 5.727800e-05 0.000000e+00 +2.100000e+02 5.000000e+01 5.000000e+01 1.473500e-03 8.284200e-05 0.000000e+00 +3.775000e+02 1.175000e+02 1.175000e+02 3.184400e-04 8.217900e-06 8.099800e-05 +6.975000e+02 2.025000e+02 2.025000e+02 3.082200e-05 3.614800e-06 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d121-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d121-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.766100e-03 2.140500e-04 2.350700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.678500e-03 3.056400e-04 3.240100e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.720100e-03 2.859300e-04 3.185400e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.420200e-03 2.567900e-04 2.766100e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.466100e-03 1.325500e-04 1.401200e-04 +2.100000e+02 5.000000e+01 5.000000e+01 1.389800e-03 6.501600e-05 6.730900e-05 +3.775000e+02 1.175000e+02 1.175000e+02 2.443900e-04 1.778500e-05 2.066400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.481800e-05 3.335900e-06 3.868100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d122-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d122-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.128100e-01 6.931408e-02 6.931408e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.292600e+00 1.754933e-01 1.754933e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.849300e+00 2.906862e-01 2.906862e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.428100e+00 4.306034e-01 4.306034e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.708900e+00 8.452775e-01 8.452775e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d122-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d122-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.587700e-01 5.176900e-03 2.325000e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.197200e+00 6.864700e-02 0.000000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 2.376700e+00 5.536800e-02 0.000000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 3.964500e+00 1.953300e-02 3.789900e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.264900e+00 1.530600e-01 2.724500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d122-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d122-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.381100e-01 1.017100e-02 1.108400e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.219100e+00 6.088900e-02 6.469100e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.467100e+00 8.661800e-02 9.201500e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.032300e+00 1.566000e-01 1.788000e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.261800e+00 1.788900e-01 1.903600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d123-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d123-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.847200e-02 2.251447e-02 2.251447e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.706800e-01 2.670302e-02 2.670302e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.068800e-01 3.931611e-02 3.931611e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.929200e-01 7.162762e-02 7.162762e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.695400e-01 5.304497e-02 5.304497e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.352300e-01 7.909049e-02 7.909049e-02 +7.000000e+00 1.800000e+00 1.800000e+00 7.745700e-02 1.941613e-02 1.941613e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d123-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d123-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 6.834100e-02 2.985400e-03 4.022800e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.694500e-01 9.073300e-03 2.084000e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.806500e-01 1.497700e-02 1.495200e-04 +4.200000e+00 2.000000e-01 2.000000e-01 3.504300e-01 1.630900e-02 2.860300e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.899700e-01 1.044300e-03 7.664500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.913300e-01 1.002500e-02 4.957900e-02 +7.000000e+00 1.800000e+00 1.800000e+00 6.800400e-02 3.137100e-03 9.999400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d123-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d123-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.412600e-02 4.536000e-03 5.975800e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.451400e-01 7.427700e-03 9.474700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.525900e-01 1.385800e-02 1.670600e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.316000e-01 1.587800e-02 1.669200e-02 +4.600000e+00 2.000000e-01 2.000000e-01 4.138100e-01 1.773700e-02 2.019600e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.121500e-01 1.770100e-02 2.105400e-02 +7.000000e+00 1.800000e+00 1.800000e+00 7.681400e-02 2.547300e-03 3.641800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d124-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d124-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.391500e-03 1.374241e-03 1.374241e-03 +1.275000e+02 1.250000e+01 1.250000e+01 7.056900e-03 7.344399e-04 7.344399e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.575600e-03 6.293049e-04 6.293049e-04 +1.775000e+02 1.250000e+01 1.250000e+01 2.875100e-03 4.954216e-04 4.954216e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.567000e-03 3.226880e-04 3.226880e-04 +4.675000e+02 2.175000e+02 2.175000e+02 4.588300e-04 1.004593e-04 1.004593e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d124-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d124-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.130900e-03 2.415800e-04 6.232700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.748200e-03 1.496600e-04 1.098200e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.150200e-03 1.595500e-04 1.408800e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.320400e-03 1.017000e-04 6.212500e-05 +2.200000e+02 3.000000e+01 3.000000e+01 3.072500e-03 4.842900e-05 3.440300e-04 +4.675000e+02 2.175000e+02 2.175000e+02 5.875800e-04 3.647300e-05 3.251500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d124-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d124-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.687900e-03 2.226200e-04 2.669300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.238100e-03 2.758500e-04 3.253600e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.468500e-03 2.582700e-04 3.195000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.457300e-03 2.331800e-04 2.694300e-04 +2.200000e+02 3.000000e+01 3.000000e+01 3.068900e-03 1.248900e-04 1.447400e-04 +4.675000e+02 2.175000e+02 2.175000e+02 4.889500e-04 1.851400e-05 2.496300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d125-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d125-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 2.594400e-03 4.190878e-04 4.190878e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.553700e-03 2.612375e-04 2.612375e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.072900e-03 1.985562e-04 1.985562e-04 +1.425000e+03 7.500000e+01 7.500000e+01 8.580400e-04 1.864359e-04 1.864359e-04 +1.750000e+03 2.500000e+02 2.500000e+02 4.344900e-04 1.704024e-04 1.704024e-04 +2.350000e+03 3.500000e+02 3.500000e+02 8.611900e-05 4.402697e-05 4.402697e-05 +3.350000e+03 6.500000e+02 6.500000e+02 1.387300e-05 1.362833e-05 1.362833e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d125-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d125-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.869000e-03 8.297400e-05 1.403700e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.514600e-03 8.065100e-05 8.493300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.174600e-03 3.970400e-05 5.986900e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.704500e-04 5.492200e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 4.639200e-04 8.550100e-06 3.618800e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.386100e-04 6.042900e-06 1.018900e-05 +3.350000e+03 6.500000e+02 6.500000e+02 1.991800e-05 2.218200e-06 1.967000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d125-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d125-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.811700e-03 6.565500e-05 7.262200e-05 +1.150000e+03 5.000000e+01 5.000000e+01 1.467600e-03 5.909100e-05 6.342100e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.161500e-03 4.292300e-05 4.829600e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.521900e-04 3.676600e-05 3.954900e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.755500e-04 1.504300e-05 1.586300e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.484300e-04 7.102900e-06 7.838100e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.179700e-05 1.997300e-06 2.419000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d126-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d126-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.316600e-02 1.167391e-01 1.167391e-01 +7.500000e-01 5.000000e-02 5.000000e-02 1.077800e+00 2.641903e-01 2.641903e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.940700e+00 4.358110e-01 4.358110e-01 +9.250000e-01 2.500000e-02 2.500000e-02 5.160700e+00 8.712068e-01 8.712068e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.198000e+00 2.041773e+00 2.041773e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d126-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d126-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.466500e-01 2.039700e-03 1.887900e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.174000e+00 7.784000e-02 0.000000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 2.377200e+00 8.026200e-02 2.695900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.012100e+00 6.297600e-02 2.827100e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.432300e+00 1.540300e-01 1.159600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d126-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d126-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.307800e-01 8.851600e-03 1.017500e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.213800e+00 5.371000e-02 5.589200e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.450700e+00 7.631600e-02 7.704000e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.073100e+00 1.391400e-01 1.458700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.367000e+00 1.597200e-01 1.715200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d127-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d127-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.580200e-01 5.158983e-02 5.158983e-02 +3.200000e+00 4.000000e-01 4.000000e-01 2.251000e-01 4.386656e-02 4.386656e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.738800e-01 4.135038e-02 4.135038e-02 +4.800000e+00 4.000000e-01 4.000000e-01 3.212500e-01 7.000266e-02 7.000266e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.090600e-01 6.827894e-02 6.827894e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.791200e-02 1.692342e-02 1.692342e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d127-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d127-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.733600e-02 5.356100e-03 3.796600e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.961000e-01 6.955800e-03 1.301800e-02 +4.000000e+00 4.000000e-01 4.000000e-01 3.223100e-01 7.804600e-03 8.098900e-03 +4.800000e+00 4.000000e-01 4.000000e-01 3.665900e-01 1.322700e-02 1.837700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.061100e-01 1.516000e-03 4.688500e-03 +7.400000e+00 1.400000e+00 1.400000e+00 1.758400e-02 1.554300e-03 9.895200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d127-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d127-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.695900e-02 4.781400e-03 7.292300e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.697600e-01 7.101500e-03 9.693300e-03 +4.000000e+00 4.000000e-01 4.000000e-01 3.024600e-01 9.479000e-03 1.106800e-02 +4.800000e+00 4.000000e-01 4.000000e-01 3.953700e-01 1.083800e-02 1.239700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.304800e-01 8.274600e-03 1.024900e-02 +7.400000e+00 1.400000e+00 1.400000e+00 2.142100e-02 1.348400e-03 2.010000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d128-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d128-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.642600e-03 1.960698e-03 1.960698e-03 +1.275000e+02 1.250000e+01 1.250000e+01 6.181900e-03 1.086276e-03 1.086276e-03 +1.525000e+02 1.250000e+01 1.250000e+01 5.108300e-03 9.268621e-04 9.268621e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.381100e-03 6.160713e-04 6.160713e-04 +2.050000e+02 1.500000e+01 1.500000e+01 2.577200e-03 4.961571e-04 4.961571e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.464700e-03 5.046414e-04 5.046414e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.591500e-03 3.863047e-04 3.863047e-04 +4.150000e+02 6.500000e+01 6.500000e+01 7.435300e-04 1.969364e-04 1.969364e-04 +5.825000e+02 1.025000e+02 1.025000e+02 1.397800e-04 8.768520e-05 8.768520e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d128-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d128-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.591600e-03 3.631500e-04 4.697300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.321200e-03 2.273500e-04 7.368200e-05 +1.525000e+02 1.250000e+01 1.250000e+01 4.875200e-03 1.269000e-04 3.029000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.188200e-03 2.541400e-05 8.894900e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.505400e-03 6.468700e-05 4.064000e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.725200e-03 7.818100e-05 6.547600e-05 +3.000000e+02 5.000000e+01 5.000000e+01 1.741000e-03 9.813200e-05 6.747100e-05 +4.150000e+02 6.500000e+01 6.500000e+01 6.680600e-04 2.667300e-05 1.152700e-04 +5.825000e+02 1.025000e+02 1.025000e+02 1.551800e-04 9.030200e-06 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d128-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d128-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.155200e-03 1.874000e-04 2.542300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.851400e-03 2.362300e-04 2.796300e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.218100e-03 2.230800e-04 2.756400e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.373900e-03 2.042400e-04 2.336300e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.536600e-03 1.676500e-04 1.888100e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.755400e-03 1.479800e-04 1.593700e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.546600e-03 6.072400e-05 7.170500e-05 +4.150000e+02 6.500000e+01 6.500000e+01 5.305400e-04 3.119300e-05 4.312000e-05 +5.825000e+02 1.025000e+02 1.025000e+02 1.028900e-04 1.093900e-05 1.551400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d129-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d129-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.327800e+00 1.389135e+00 1.389135e+00 +3.000000e-01 1.000000e-01 1.000000e-01 1.539000e+00 2.244209e-01 2.244209e-01 +5.000000e-01 1.000000e-01 1.000000e-01 8.173400e-01 4.726766e-01 4.726766e-01 +8.000000e-01 2.000000e-01 2.000000e-01 1.579400e-01 1.700791e-01 1.700791e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d129-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d129-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.579100e+00 1.214900e-01 2.907000e-03 +3.000000e-01 1.000000e-01 1.000000e-01 1.669400e+00 0.000000e+00 4.594200e-02 +5.000000e-01 1.000000e-01 1.000000e-01 5.755300e-01 1.829200e-02 1.262200e-01 +8.000000e-01 2.000000e-01 2.000000e-01 8.800700e-02 1.777400e-03 3.412700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d129-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d129-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.616300e+00 5.581000e-02 6.133300e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.674600e+00 4.465000e-02 4.573200e-02 +5.000000e-01 1.000000e-01 1.000000e-01 5.580900e-01 2.577600e-02 2.870700e-02 +8.000000e-01 2.000000e-01 2.000000e-01 7.551800e-02 6.704700e-03 7.677700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d130-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d130-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 7.954800e-01 3.269501e-01 3.269501e-01 +1.000000e+00 5.000000e-01 5.000000e-01 1.242000e-01 1.342327e-01 1.342327e-01 +5.000000e+00 3.500000e+00 3.500000e+00 8.032600e-02 1.275911e-01 1.275911e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d130-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d130-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.785900e-01 7.975500e-03 4.351500e-03 +1.000000e+00 5.000000e-01 5.000000e-01 1.021400e-01 3.845900e-03 5.014800e-03 +5.000000e+00 3.500000e+00 3.500000e+00 1.927000e-02 8.246800e-04 2.957400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d130-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d130-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.725200e-01 1.440000e-02 1.481500e-02 +1.000000e+00 5.000000e-01 5.000000e-01 9.830500e-02 4.833500e-03 5.449800e-03 +5.000000e+00 3.500000e+00 3.500000e+00 2.917600e-02 2.633200e-03 3.563400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d131-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d131-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 8.262700e-02 1.237262e-01 1.237262e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.538700e+00 5.351295e-01 5.351295e-01 +9.500000e-01 5.000000e-02 5.000000e-02 6.344200e+00 1.601282e+00 1.601282e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d131-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d131-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.340000e-01 5.373100e-03 1.138000e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.696700e+00 2.749400e-02 7.501500e-03 +9.500000e-01 5.000000e-02 5.000000e-02 4.968600e+00 4.877900e-02 5.255200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d131-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d131-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.375100e-01 2.459900e-02 2.536700e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.746800e+00 1.248000e-01 1.334300e-01 +9.500000e-01 5.000000e-02 5.000000e-02 4.843900e+00 2.939100e-01 3.181300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d132-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d132-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 5.114000e-03 9.542262e-04 9.542262e-04 +4.525000e+02 2.325000e+02 2.325000e+02 6.108400e-04 2.507862e-04 2.507862e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d132-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d132-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 4.123000e-03 4.194100e-05 1.085200e-04 +4.525000e+02 2.325000e+02 2.325000e+02 9.092000e-04 3.134500e-05 1.458200e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d132-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d132-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 4.524800e-03 2.417200e-04 2.695300e-04 +4.525000e+02 2.325000e+02 2.325000e+02 7.882300e-04 5.535900e-05 6.577500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d133-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d133-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.243600e+00 3.735556e-01 3.735556e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.709500e-01 1.938156e-01 1.938156e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d133-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d133-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.287500e+00 0.000000e+00 1.302300e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.416900e-01 7.956400e-03 1.157900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d133-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d133-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.317500e+00 1.016600e-01 1.022900e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.216800e-01 1.901900e-02 2.048700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d134-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d134-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.675400e-01 7.910694e-02 7.910694e-02 +1.000000e+00 5.000000e-01 5.000000e-01 3.246400e-02 9.812075e-02 9.812075e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d134-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d134-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.112700e-01 1.310100e-02 0.000000e+00 +1.000000e+00 5.000000e-01 5.000000e-01 8.873400e-02 0.000000e+00 1.020200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d134-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d134-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.203000e-01 4.101300e-02 4.142100e-02 +1.000000e+00 5.000000e-01 5.000000e-01 7.970200e-02 1.207000e-02 1.335500e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d135-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d135-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.060600e+00 2.919681e+00 2.919681e+00 +8.000000e-01 1.000000e-01 1.000000e-01 3.390500e+01 1.401911e+01 1.401911e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.023500e+02 3.653857e+01 3.653857e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.358100e+02 4.366729e+01 4.366729e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d135-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d135-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.355200e+00 6.702500e-01 2.109900e+00 +8.000000e-01 1.000000e-01 1.000000e-01 3.203400e+01 5.241700e+00 7.890400e+00 +9.250000e-01 2.500000e-02 2.500000e-02 7.493700e+01 1.208700e+01 1.774600e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.042000e+02 1.573000e+01 2.590800e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d135-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d135-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.463200e+00 2.812500e-01 4.039600e-01 +8.000000e-01 1.000000e-01 1.000000e-01 3.504600e+01 1.474400e+00 2.058600e+00 +9.250000e-01 2.500000e-02 2.500000e-02 7.941600e+01 4.439100e+00 4.752700e+00 +9.750000e-01 2.500000e-02 2.500000e-02 1.050000e+02 5.104400e+00 6.932000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d136-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d136-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 9.893700e-01 8.486929e-01 8.486929e-01 +4.400000e+00 8.000000e-01 8.000000e-01 4.799600e+00 1.899958e+00 1.899958e+00 +5.600000e+00 4.000000e-01 4.000000e-01 8.789000e+00 3.581552e+00 3.581552e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.197200e+00 7.472867e-01 7.472867e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d136-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d136-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 1.569300e+00 2.406500e-01 4.016700e-01 +4.400000e+00 8.000000e-01 8.000000e-01 5.065000e+00 8.139200e-01 1.313100e+00 +5.600000e+00 4.000000e-01 4.000000e-01 6.571300e+00 1.022000e+00 1.836800e+00 +7.400000e+00 1.400000e+00 1.400000e+00 9.072200e-01 1.443100e-01 2.461900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d136-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d136-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 1.288000e+00 9.993400e-02 1.400400e-01 +4.400000e+00 8.000000e-01 8.000000e-01 5.131300e+00 1.994700e-01 2.381100e-01 +5.600000e+00 4.000000e-01 4.000000e-01 7.452000e+00 3.399500e-01 5.729900e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.115000e+00 7.028900e-02 1.142000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d137-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d137-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.422700e-01 8.477553e-02 8.477553e-02 +1.400000e+02 2.500000e+01 2.500000e+01 1.215400e-01 4.175641e-02 4.175641e-02 +1.925000e+02 2.750000e+01 2.750000e+01 6.635900e-02 2.673253e-02 2.673253e-02 +2.500000e+02 3.000000e+01 3.000000e+01 3.680800e-02 1.739959e-02 1.739959e-02 +3.575000e+02 7.750000e+01 7.750000e+01 1.165800e-02 8.279260e-03 8.279260e-03 +5.600000e+02 1.250000e+02 1.250000e+02 3.528800e-03 3.175272e-03 3.175272e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d137-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d137-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.701200e-02 1.165900e-02 1.630800e-02 +1.400000e+02 2.500000e+01 2.500000e+01 8.726900e-02 1.246800e-02 2.832200e-02 +1.925000e+02 2.750000e+01 2.750000e+01 6.666100e-02 1.029800e-02 1.754400e-02 +2.500000e+02 3.000000e+01 3.000000e+01 4.364300e-02 7.126000e-03 1.014400e-02 +3.575000e+02 7.750000e+01 7.750000e+01 2.152600e-02 3.619900e-03 8.907700e-03 +5.600000e+02 1.250000e+02 1.250000e+02 5.934300e-03 1.058900e-03 1.059400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d137-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d137-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 9.167000e-02 5.700400e-03 9.657400e-03 +1.400000e+02 2.500000e+01 2.500000e+01 1.010300e-01 5.006800e-03 7.355700e-03 +1.925000e+02 2.750000e+01 2.750000e+01 7.373500e-02 4.078300e-03 5.263900e-03 +2.500000e+02 3.000000e+01 3.000000e+01 4.573800e-02 3.075300e-03 3.371400e-03 +3.575000e+02 7.750000e+01 7.750000e+01 1.970800e-02 1.256000e-03 1.478400e-03 +5.600000e+02 1.250000e+02 1.250000e+02 4.443400e-03 4.695800e-04 6.250000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d138-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d138-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.657200e+01 3.750452e+00 3.750452e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.638000e+00 3.045752e+00 3.045752e+00 +5.000000e+00 3.500000e+00 3.500000e+00 1.615800e+00 2.799342e+00 2.799342e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d138-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d138-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.633400e+01 2.647400e+00 3.836800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.743300e+00 2.592200e-01 5.361400e-01 +5.000000e+00 3.500000e+00 3.500000e+00 3.349700e-01 3.766400e-02 9.854700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d138-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d138-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.710200e+01 4.606200e-01 8.725200e-01 +1.000000e+00 5.000000e-01 5.000000e-01 1.730600e+00 1.465300e-01 1.663700e-01 +5.000000e+00 3.500000e+00 3.500000e+00 5.223900e-01 8.050500e-02 9.046300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d139-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d139-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.967000e+00 4.111985e+00 4.111985e+00 +7.500000e-01 5.000000e-02 5.000000e-02 5.691300e+01 1.449033e+01 1.449033e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.254600e+02 2.475365e+01 2.475365e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.949700e+02 4.410050e+01 4.410050e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.513700e+02 5.102258e+01 5.102258e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d139-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d139-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.044000e+01 1.596100e+00 3.236600e+00 +7.500000e-01 5.000000e-02 5.000000e-02 4.830100e+01 7.897300e+00 6.428600e+00 +8.500000e-01 5.000000e-02 5.000000e-02 9.588600e+01 1.390000e+01 1.668600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.599500e+02 2.010600e+01 3.136500e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.124100e+02 2.646000e+01 4.343600e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d139-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d139-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 9.713800e+00 4.149200e-01 4.991100e-01 +7.500000e-01 5.000000e-02 5.000000e-02 4.973500e+01 2.484000e+00 3.085300e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.006500e+02 3.533700e+00 5.445000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 1.645000e+02 6.388800e+00 7.474400e+00 +9.750000e-01 2.500000e-02 2.500000e-02 2.146600e+02 7.298200e+00 1.126600e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d140-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d140-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 3.411300e+00 1.353607e+00 1.353607e+00 +3.200000e+00 4.000000e-01 4.000000e-01 7.419800e+00 1.935078e+00 1.935078e+00 +3.800000e+00 2.000000e-01 2.000000e-01 8.993400e+00 2.629859e+00 2.629859e+00 +4.200000e+00 2.000000e-01 2.000000e-01 1.273300e+01 4.117456e+00 4.117456e+00 +4.600000e+00 2.000000e-01 2.000000e-01 1.606500e+01 4.215204e+00 4.215204e+00 +5.000000e+00 2.000000e-01 2.000000e-01 1.892000e+01 5.206451e+00 5.206451e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.367200e+00 9.963553e-01 9.963553e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d140-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d140-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 2.757200e+00 2.856800e-01 4.122200e-01 +3.200000e+00 4.000000e-01 4.000000e-01 6.836500e+00 1.081500e+00 1.955700e+00 +3.800000e+00 2.000000e-01 2.000000e-01 1.132300e+01 1.574400e+00 1.561100e+00 +4.200000e+00 2.000000e-01 2.000000e-01 1.413800e+01 1.863600e+00 4.243300e+00 +4.600000e+00 2.000000e-01 2.000000e-01 1.573300e+01 1.928800e+00 3.127700e+00 +5.000000e+00 2.000000e-01 2.000000e-01 1.578800e+01 2.475500e+00 2.837200e+00 +7.000000e+00 1.800000e+00 1.800000e+00 2.743600e+00 3.962800e-01 6.027500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d140-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d140-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 2.208100e+00 1.850500e-01 2.195600e-01 +3.200000e+00 4.000000e-01 4.000000e-01 5.921000e+00 3.030200e-01 3.544900e-01 +3.800000e+00 2.000000e-01 2.000000e-01 1.030500e+01 5.653400e-01 6.553600e-01 +4.200000e+00 2.000000e-01 2.000000e-01 1.352800e+01 6.477500e-01 6.885100e-01 +4.600000e+00 2.000000e-01 2.000000e-01 1.688200e+01 7.236100e-01 9.713500e-01 +5.000000e+00 2.000000e-01 2.000000e-01 1.681400e+01 7.221500e-01 1.004100e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.133700e+00 1.039200e-01 2.169200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d141-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d141-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 3.192300e-01 1.120025e-01 1.120025e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.047800e-01 7.255875e-02 7.255875e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.408100e-01 5.214738e-02 5.214738e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.241700e-01 4.096810e-02 4.096810e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.108600e-01 2.379134e-02 2.379134e-02 +4.675000e+02 2.175000e+02 2.175000e+02 1.981600e-02 5.650998e-03 5.650998e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d141-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d141-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.058900e-01 2.813800e-02 3.543100e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.306600e-01 3.016000e-02 3.937900e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.066700e-01 2.396600e-02 3.607400e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.733700e-01 2.204000e-02 3.342500e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.232900e-01 1.758800e-02 3.371500e-02 +4.675000e+02 2.175000e+02 2.175000e+02 2.357800e-02 3.758700e-03 6.331500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d141-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d141-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.314000e-01 9.056700e-03 1.507300e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.537800e-01 1.122200e-02 1.632900e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.224700e-01 1.050700e-02 1.406000e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.813300e-01 9.486200e-03 1.208100e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.248500e-01 5.080900e-03 6.374900e-03 +4.675000e+02 2.175000e+02 2.175000e+02 1.989200e-02 7.532100e-04 9.231200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d142-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d142-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.829000e+00 1.063194e+01 1.063194e+01 +7.500000e-01 5.000000e-02 5.000000e-02 7.063200e+01 4.429856e+01 4.429856e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.927300e+02 8.025927e+01 8.025927e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.382100e+02 1.371993e+02 1.371993e+02 +9.750000e-01 2.500000e-02 2.500000e-02 4.062000e+02 1.660804e+02 1.660804e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d142-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d142-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.277500e+01 1.784700e+00 3.744300e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.080600e+01 8.843000e+00 9.730000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.231300e+02 1.735900e+01 2.371100e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.078000e+02 2.311600e+01 4.653400e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.813600e+02 3.676700e+01 5.111300e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d142-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d142-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.204700e+01 4.620800e-01 5.575400e-01 +7.500000e-01 5.000000e-02 5.000000e-02 6.336500e+01 2.803800e+00 3.373100e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.279300e+02 3.983900e+00 5.374100e+00 +9.250000e-01 2.500000e-02 2.500000e-02 2.126300e+02 7.263500e+00 9.085400e+00 +9.750000e-01 2.500000e-02 2.500000e-02 2.801700e+02 8.337800e+00 1.225100e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d143-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d143-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.011900e+01 6.015301e+00 6.015301e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.441500e+01 7.616625e+00 7.616625e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.753800e+01 1.010305e+01 1.010305e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.057100e+01 1.376363e+01 1.376363e+01 +5.600000e+00 4.000000e-01 4.000000e-01 1.338700e+01 9.289119e+00 9.289119e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.147000e+00 7.083976e-01 7.083976e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d143-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d143-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.041500e+00 6.305600e-01 6.808800e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.015700e+01 1.416100e+00 2.615100e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.669400e+01 2.062600e+00 3.861900e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.898800e+01 2.606200e+00 3.640800e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.067500e+01 1.482900e+00 2.199400e+00 +7.400000e+00 1.400000e+00 1.400000e+00 9.107600e-01 1.466000e-01 2.447600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d143-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d143-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 4.017500e+00 2.496100e-01 3.626100e-01 +3.200000e+00 4.000000e-01 4.000000e-01 8.862000e+00 3.707200e-01 4.803700e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.578900e+01 4.948300e-01 5.839000e-01 +4.800000e+00 4.000000e-01 4.000000e-01 2.063900e+01 5.657500e-01 9.146400e-01 +5.600000e+00 4.000000e-01 4.000000e-01 1.203200e+01 4.319600e-01 7.398200e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.118200e+00 7.038900e-02 1.151500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d144-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d144-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 3.586100e-01 2.847792e-01 2.847792e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.928800e-01 2.004844e-01 2.004844e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.246600e-01 1.533856e-01 1.533856e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.148800e-01 1.301488e-01 1.301488e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.637900e-01 9.830358e-02 9.830358e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.566400e-01 8.339904e-02 8.339904e-02 +3.000000e+02 5.000000e+01 5.000000e+01 1.011500e-01 5.663508e-02 5.663508e-02 +4.150000e+02 6.500000e+01 6.500000e+01 4.725400e-02 2.339085e-02 2.339085e-02 +5.825000e+02 1.025000e+02 1.025000e+02 8.883300e-03 5.141496e-03 5.141496e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d144-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d144-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.360800e-01 3.254100e-02 3.997100e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.736000e-01 3.329400e-02 4.618700e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.506700e-01 2.991800e-02 6.328300e-02 +1.775000e+02 1.250000e+01 1.250000e+01 2.153400e-01 2.457100e-02 4.439500e-02 +2.050000e+02 1.500000e+01 1.500000e+01 1.802300e-01 2.677100e-02 5.693700e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.401200e-01 1.564900e-02 2.655800e-02 +3.000000e+02 5.000000e+01 5.000000e+01 8.951600e-02 1.349100e-02 2.013200e-02 +4.150000e+02 6.500000e+01 6.500000e+01 3.434900e-02 4.557400e-03 1.402800e-02 +5.825000e+02 1.025000e+02 1.025000e+02 7.978700e-03 1.068200e-03 1.368800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d144-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d144-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.682500e-01 9.751300e-03 1.674800e-02 +1.275000e+02 1.250000e+01 1.250000e+01 3.044800e-01 1.229200e-02 1.774700e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.715300e-01 1.160800e-02 1.485000e-02 +1.775000e+02 1.250000e+01 1.250000e+01 2.276000e-01 1.062800e-02 1.307900e-02 +2.050000e+02 1.500000e+01 1.500000e+01 1.840300e-01 8.723800e-03 1.193600e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.433800e-01 7.700300e-03 8.618100e-03 +3.000000e+02 5.000000e+01 5.000000e+01 8.047900e-02 3.159800e-03 3.674600e-03 +4.150000e+02 6.500000e+01 6.500000e+01 2.760700e-02 1.623200e-03 2.186300e-03 +5.825000e+02 1.025000e+02 1.025000e+02 5.354000e-03 5.692300e-04 7.890300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d145-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d145-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.081500e+01 1.340513e+01 1.340513e+01 +1.000000e+00 5.000000e-01 5.000000e-01 7.933800e+00 1.453248e+01 1.453248e+01 +5.000000e+00 3.500000e+00 3.500000e+00 5.131300e+00 1.108318e+01 1.108318e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d145-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d145-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 4.550600e+01 6.389100e+00 8.944800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.290500e+00 4.758300e-01 1.213800e+00 +5.000000e+00 3.500000e+00 3.500000e+00 9.981000e-01 1.181700e-01 2.592400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d145-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d145-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 4.554800e+01 7.517200e-01 1.603100e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.131800e+00 2.523200e-01 2.853600e-01 +5.000000e+00 3.500000e+00 3.500000e+00 1.523100e+00 1.374600e-01 1.651300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d146-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d146-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.779900e-01 8.090187e-01 8.090187e-01 +8.000000e-01 1.000000e-01 1.000000e-01 8.901100e+00 3.877624e+00 3.877624e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.670100e+01 1.155229e+01 1.155229e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d146-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d146-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.499800e+00 2.920200e-01 4.895300e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.087500e+01 1.950100e+00 3.323400e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.184500e+01 5.320200e+00 9.142800e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d146-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d146-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.652300e+00 1.711300e-01 2.110200e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.215200e+01 8.682100e-01 1.171900e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.369700e+01 2.044600e+00 2.568500e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d147-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d147-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 5.926800e-01 2.795387e-01 2.795387e-01 +5.600000e+00 4.000000e-01 4.000000e-01 2.243100e+00 8.148347e-01 8.148347e-01 +7.400000e+00 1.400000e+00 1.400000e+00 7.249500e-01 3.906053e-01 3.906053e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d147-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d147-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 9.124100e-01 1.824300e-01 2.578300e-01 +5.600000e+00 4.000000e-01 4.000000e-01 2.269900e+00 2.817400e-01 7.024200e-01 +7.400000e+00 1.400000e+00 1.400000e+00 6.537700e-01 1.258600e-01 2.023800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d147-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d147-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 8.459900e-01 5.914900e-02 6.840600e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.672200e+00 2.035700e-01 2.902100e-01 +7.400000e+00 1.400000e+00 1.400000e+00 8.064800e-01 5.977800e-02 9.021300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d148-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d148-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 2.891900e-02 1.133468e-02 1.133468e-02 +4.525000e+02 2.325000e+02 2.325000e+02 3.454200e-03 1.637921e-03 1.637921e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d148-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d148-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 2.582200e-02 3.978900e-03 7.630100e-03 +4.525000e+02 2.325000e+02 2.325000e+02 5.694300e-03 1.162800e-03 1.730700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d148-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d148-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 3.105100e-02 1.658800e-03 2.820300e-03 +4.525000e+02 2.325000e+02 2.325000e+02 5.409100e-03 3.798900e-04 4.199000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d149-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d149-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.570500e+00 1.202954e+00 1.202954e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.869100e-01 6.709501e-01 6.709501e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d149-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d149-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.753000e+00 1.067200e+00 1.685900e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.601900e-01 6.930800e-02 1.839700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_EL/d149-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_EL/d149-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.246700e+00 2.783900e-01 4.721300e-01 +1.000000e+00 5.000000e-01 5.000000e-01 5.409900e-01 8.192500e-02 8.663100e-02 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.info b/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.info new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.info @@ -0,0 +1,50 @@ +Name: ATLAS_2017_I1517194_MU +Year: 2017 +Summary: Electroweak Wjj production at 8 TeV +Experiment: ATLAS +Collider: LHC +InspireID: 1517194 +Status: VALIDATED +Authors: + - Christian Johnson + - Christian Gutschow +References: + - Eur.Phys.J. C77 (2017) no.7, 474 + - arXiv:1703.04362 [hep-ex] +Keywords: + - VJETS + - ELECTROWEAK + - VBF + - VJJ +RunInfo: + pp -> electroweak muon + neutrino + 2 jets at 8 TeV +Luminosity_fb: 20.2 +NeedCrossSection: yes +Beams: [p+, p+] +Energies: [8000] +PtCuts: [30.,30.,25.] +Description: + 'Measurements of the electroweak production of a $W$ boson in association with two jets at high dijet invariant mass + are performed using $\sqrt{s} = 7$ and 8 TeV proton-proton collision data produced by the Large Hadron Collider, + corresponding respectively to 4.7 and 20.2 fb$^{-1}$ of integrated luminosity collected by the ATLAS detector. + The measurements are sensitive to the production of a $W$ boson via a triple-gauge-boson vertex and include both + the fiducial and differential cross sections of the electroweak process.' +BibKey: Aaboud:2017fye +BibTex: '@article{Aaboud:2017fye, + author = "Aaboud, Morad and others", + title = "{Measurements of electroweak $Wjj$ production and + constraints on anomalous gauge couplings with the ATLAS + detector}", + collaboration = "ATLAS", + journal = "Eur. Phys. J.", + volume = "C77", + year = "2017", + number = "7", + pages = "474", + doi = "10.1140/epjc/s10052-017-5007-2", + eprint = "1703.04362", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-2017-008", + SLACcitation = "%%CITATION = ARXIV:1703.04362;%%" +}' diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.plot b/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.plot @@ -0,0 +1,898 @@ +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d.. +RatioPlotYMax=2.0 +RatioPlotYMin=0.0 +LegendAlign=r +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d11-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d12-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d13-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d14-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d15-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d16-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d17-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d18-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d19-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d20-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d21-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d22-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d23-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d24-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d25-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d26-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d27-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d28-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d29-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d30-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d31-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d32-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d33-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d34-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d35-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d36-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d37-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d38-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d39-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d40-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d41-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d42-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d43-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d44-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d45-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d46-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=1/\sigma $\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d47-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d48-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d49-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d50-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d51-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d52-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d53-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d54-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d55-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d56-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d57-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d58-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d59-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d60-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d61-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d62-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d63-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d64-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d65-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d66-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d67-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d68-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d69-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d70-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d71-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d72-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d73-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d74-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d75-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton control region: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d76-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d77-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d78-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d79-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d80-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d81-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d82-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d83-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d84-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d85-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d86-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d87-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d88-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d89-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d90-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d91-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d92-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d93-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d94-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 0.5$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d95-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d96-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d97-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d98-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d99-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Jet centrality +YLabel=$\langle N_\text{jet}^\text{gap} \rangle \text{d}\sigma / \text{d}C_j$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d100-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=$\text{d}\sigma / \text{d}C_\ell$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d101-x01-y01 +Title=QCD+EW $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d102-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d103-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d104-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d105-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d106-x01-y01 +Title=QCD+EW $Wjj$ forward-lepton/central-jet region: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d107-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d108-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d109-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d110-x01-y01 +Title=QCD+EW $Wjj$ central-jet validation region: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d111-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=$\text{d}\sigma / \text{d}M_{jj}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d112-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d113-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d114-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d115-x01-y01 +Title=QCD+EW $Wjj$ signal region ($M_{jj}>0.5$ TeV): $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d116-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d117-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d118-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d119-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d120-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d121-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Dijet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d122-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d123-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d124-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d125-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Dijet mass [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}M_{jj}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d126-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d127-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta y$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d128-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d129-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d130-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d131-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=1/\sigma $\text{d}\sigma / \text{d}\Delta \phi$ +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d132-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=1/\sigma $\text{d}\sigma / \text{d}p_\text{T}$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d133-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Lepton centrality +YLabel=1/\sigma $\text{d}\sigma / \text{d}C_\ell$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d134-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=1/\sigma $\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d135-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d136-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d137-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d138-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.5$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d139-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d140-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d141-x01-y01 +Title=EW-only $Wjj$ signal region ($M_{jj}>1.0$ TeV): $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d142-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d143-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d144-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d145-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 1.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d146-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta\phi(j_1,j_2) / \pi$ +YLabel=$\text{d}\sigma / \text{d}\Delta \phi$ [fb] +LegendAlign=l +LegendXPos=0.05 +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d147-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=$\Delta y(j_1, j_2)$ +YLabel=$\text{d}\sigma / \text{d}\Delta y$ [fb] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d148-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Leading-jet $p_\text{T}$ [GeV] +YLabel=$\text{d}\sigma / \text{d}p_\text{T}$ [fb/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2017_I1517194_MU/d149-x01-y01 +Title=EW-only $Wjj$ inclusive region with $M_{jj} > 2.0$ TeV: $W\to\mu\nu$ +XLabel=Number of jets in the rapidity gap +YLabel=$\text{d}\sigma / \text{d}N_\text{jets}^\text{gap}$ [fb] +# END PLOT + diff --git a/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.yoda b/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2017_I1517194_MU.yoda @@ -0,0 +1,8081 @@ +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d01-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d01-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.600000e+01 5.000000e+00 5.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d01-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d01-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.300000e+01 5.000000e+00 5.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d01-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d01-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.000000e+01 8.000000e+00 8.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d01-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d01-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t1 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.900000e+01 5.000000e-01 5.000000e-01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d02-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d02-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t2 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.450000e+02 3.900000e+01 3.900000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d02-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d02-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t2 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.550000e+02 5.100000e+01 5.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d03-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d03-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +9.600000e+01 8.000000e+00 8.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d03-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d03-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +8.900000e+01 7.000000e+00 7.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d03-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d03-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.300000e+01 1.100000e+01 1.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d03-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d03-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t3 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.100000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d04-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d04-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.630000e+02 2.100000e+01 2.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d04-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d04-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.340000e+02 2.600000e+01 2.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d04-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d04-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +6.400000e+01 3.600000e+01 3.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d04-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d04-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t4 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.200000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d05-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d05-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t5 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.700000e+03 1.100000e+02 1.100000e+02 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d05-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d05-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t5 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.420000e+03 1.500000e+02 1.500000e+02 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d06-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d06-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.300000e+01 2.000000e+00 2.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d06-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d06-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.400000e+01 1.000000e+00 1.000000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d06-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d06-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.600000e+00 2.100000e+00 2.100000e+00 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d06-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d06-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t6 +Type: Scatter1D +--- +# xval xerr- xerr+ +6.900000e+00 2.000000e-01 2.000000e-01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d07-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d07-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t7 +Type: Scatter1D +--- +# xval xerr- xerr+ +3.130000e+02 3.000000e+01 3.000000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d07-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d07-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t7 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.650000e+02 3.200000e+01 3.200000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d08-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d08-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t8 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.920000e+02 3.600000e+01 3.600000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d08-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d08-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t8 +Type: Scatter1D +--- +# xval xerr- xerr+ +2.350000e+02 2.800000e+01 2.800000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d09-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d09-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t9 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.440000e+02 3.502856e+01 3.502856e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d09-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d09-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t9 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.440000e+02 1.100000e+01 1.100000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d10-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d10-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +5.460000e+02 3.500000e+01 3.500000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d10-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d10-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +4.650000e+02 3.900000e+01 3.900000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d10-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d10-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.590000e+02 2.700000e+01 2.700000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER1D_V2 /REF/ATLAS_2017_I1517194_MU/d10-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d10-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t10 +Type: Scatter1D +--- +# xval xerr- xerr+ +1.980000e+02 1.200000e+01 1.200000e+01 +END YODA_SCATTER1D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d11-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d11-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.749800e-03 4.232811e-04 4.287836e-04 +7.500000e+01 2.500000e+01 2.500000e+01 6.616100e-03 3.022254e-04 3.100313e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.693800e-03 2.513928e-04 2.465816e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.981800e-03 1.724307e-04 1.687993e-04 +2.625000e+02 3.750000e+01 3.750000e+01 8.348400e-04 3.433320e-04 3.434536e-04 +3.975000e+02 9.750000e+01 9.750000e+01 7.549200e-05 6.703945e-04 6.703707e-04 +6.975000e+02 2.025000e+02 2.025000e+02 9.695400e-06 7.108535e-06 7.150889e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d11-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d11-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.239800e-03 1.671900e-04 1.537800e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.782700e-03 3.074600e-04 1.785100e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.876600e-03 1.339900e-04 1.442600e-04 +1.925000e+02 3.250000e+01 3.250000e+01 2.098800e-03 8.731500e-05 1.083800e-04 +2.625000e+02 3.750000e+01 3.750000e+01 9.471300e-04 6.157900e-05 6.167300e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.586000e-04 1.886600e-05 1.904300e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.074400e-05 3.918100e-06 3.685900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d11-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d11-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t11 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.484800e-03 3.184600e-04 8.493000e-05 +7.500000e+01 2.500000e+01 2.500000e+01 5.866100e-03 3.147500e-05 2.220000e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.747800e-03 1.022400e-04 4.123400e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.962700e-03 5.974100e-05 2.347300e-04 +2.625000e+02 3.750000e+01 3.750000e+01 9.212000e-04 3.596300e-05 2.579900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.621700e-04 1.833200e-05 1.460400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.420000e-05 1.322200e-06 1.930400e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d12-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d12-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 9.751100e-02 3.977561e-02 4.084700e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.765900e-01 5.286942e-02 5.808940e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.206100e+00 1.194382e-01 1.181789e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.246600e+00 1.386490e-01 1.371997e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.370700e+00 2.434256e-01 2.357765e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.842400e+00 3.555396e-01 3.616982e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d12-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d12-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 1.590100e-01 8.723300e-03 1.304800e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.869100e-01 2.390800e-02 4.090400e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.207900e+00 1.359500e-01 5.919100e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.344600e+00 9.678800e-02 7.534300e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.009600e+00 1.747300e-01 1.377000e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.347600e+00 2.075000e-01 1.826800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d12-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d12-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t12 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 1.335100e-01 4.507200e-03 1.568300e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.138700e-01 1.995400e-02 0.000000e+00 +7.500000e-01 5.000000e-02 5.000000e-02 1.068000e+00 4.893100e-02 9.925600e-03 +8.500000e-01 5.000000e-02 5.000000e-02 2.306300e+00 4.182800e-02 5.384700e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.241400e+00 1.185300e-01 1.532600e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.019500e+00 5.855200e-02 1.348000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d13-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d13-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.338100e-02 1.322149e-02 1.110759e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.236800e-01 1.453089e-02 1.377971e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.349200e-01 2.236358e-02 2.037699e-02 +4.800000e+00 4.000000e-01 4.000000e-01 2.834600e-01 3.255250e-02 3.248636e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.637300e-01 1.988253e-02 2.680273e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.309500e-02 9.407138e-03 8.677072e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d13-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d13-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 8.621500e-02 5.062100e-03 5.536000e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.400100e-01 7.046500e-03 6.643900e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.166400e-01 8.359100e-03 9.630700e-03 +4.800000e+00 4.000000e-01 4.000000e-01 3.167200e-01 1.178000e-02 1.072300e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.420800e-01 1.576300e-02 1.181000e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.237900e-02 4.155600e-03 2.035000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d13-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d13-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t13 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.090400e-01 4.823400e-03 1.074600e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.739800e-01 6.866900e-03 7.563000e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.314000e-01 1.125200e-03 7.648700e-03 +4.800000e+00 4.000000e-01 4.000000e-01 2.958200e-01 5.396400e-03 1.608000e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.899700e-01 5.055600e-03 1.239900e-02 +7.400000e+00 1.400000e+00 1.400000e+00 4.279600e-02 5.418600e-03 2.819200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d14-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d14-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.211900e-03 9.080313e-04 1.006137e-03 +1.400000e+02 2.500000e+01 2.500000e+01 4.935800e-03 2.966745e-04 2.758397e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.289800e-03 2.412451e-04 2.491068e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.146000e-03 2.152008e-04 2.015250e-04 +3.150000e+02 3.500000e+01 3.500000e+01 1.223400e-03 3.176380e-04 3.070309e-04 +3.925000e+02 4.250000e+01 4.250000e+01 9.110500e-04 1.164833e-04 1.114131e-04 +5.075000e+02 7.250000e+01 7.250000e+01 4.933900e-04 6.944737e-05 6.261648e-05 +7.300000e+02 1.500000e+02 1.500000e+02 8.824000e-05 2.004914e-05 1.974540e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d14-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d14-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.313200e-03 3.447100e-04 3.244800e-04 +1.400000e+02 2.500000e+01 2.500000e+01 4.565400e-03 1.476900e-04 1.601200e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.443000e-03 1.423500e-04 1.276700e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.332100e-03 1.155800e-04 1.053900e-04 +3.150000e+02 3.500000e+01 3.500000e+01 1.532800e-03 8.221700e-05 8.194200e-05 +3.925000e+02 4.250000e+01 4.250000e+01 9.368800e-04 5.091600e-05 5.667400e-05 +5.075000e+02 7.250000e+01 7.250000e+01 5.123200e-04 2.957000e-05 3.837100e-05 +7.300000e+02 1.500000e+02 1.500000e+02 1.008700e-04 9.784700e-06 8.927000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d14-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d14-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t14 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.274200e-03 3.095900e-04 1.827800e-04 +1.400000e+02 2.500000e+01 2.500000e+01 3.896800e-03 7.233700e-05 1.225600e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.224100e-03 8.615000e-05 7.443500e-05 +2.500000e+02 3.000000e+01 3.000000e+01 2.296100e-03 1.045900e-04 0.000000e+00 +3.150000e+02 3.500000e+01 3.500000e+01 1.655500e-03 7.178700e-05 7.007500e-05 +3.925000e+02 4.250000e+01 4.250000e+01 1.085700e-03 3.625200e-05 5.417900e-05 +5.075000e+02 7.250000e+01 7.250000e+01 6.390900e-04 4.034300e-05 3.477800e-05 +7.300000e+02 1.500000e+02 1.500000e+02 1.320800e-04 0.000000e+00 5.523000e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d15-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d15-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.935900e+00 1.770283e-01 1.752405e-01 +2.500000e-01 1.000000e-01 1.000000e-01 1.570100e+00 1.140556e-01 1.134172e-01 +5.000000e-01 1.500000e-01 1.500000e-01 1.058600e+00 6.660687e-02 6.792790e-02 +8.250000e-01 1.750000e-01 1.750000e-01 1.895200e-01 2.497173e-02 2.547942e-02 +1.500000e+00 5.000000e-01 5.000000e-01 1.168600e-02 3.338337e-03 3.320034e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d15-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d15-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.810300e+00 1.208200e-01 5.936800e-02 +2.500000e-01 1.000000e-01 1.000000e-01 1.670500e+00 6.907000e-02 6.500500e-02 +5.000000e-01 1.500000e-01 1.500000e-01 1.022200e+00 3.154400e-02 8.198000e-02 +8.250000e-01 1.750000e-01 1.750000e-01 2.131000e-01 1.859700e-02 1.637900e-02 +1.500000e+00 5.000000e-01 5.000000e-01 1.310600e-02 2.038200e-03 2.017800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d15-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d15-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t15 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.783400e+00 4.256400e-02 5.687700e-04 +2.500000e-01 1.000000e-01 1.000000e-01 1.615900e+00 0.000000e+00 6.360500e-02 +5.000000e-01 1.500000e-01 1.500000e-01 1.042200e+00 1.258100e-02 0.000000e+00 +8.250000e-01 1.750000e-01 1.750000e-01 2.307200e-01 2.185600e-02 1.116500e-03 +1.500000e+00 5.000000e-01 5.000000e-01 1.588700e-02 6.493200e-04 1.492400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d16-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d16-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.632100e+00 8.139210e-02 8.650309e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.839900e+00 9.080709e-02 9.079465e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.151400e+00 1.621326e-01 1.621340e-01 +6.750000e-01 1.250000e-01 1.250000e-01 4.450200e-01 4.802816e-02 4.379319e-02 +9.000000e-01 1.000000e-01 1.000000e-01 8.375700e-02 1.696566e-02 1.654870e-02 +1.100000e+00 1.000000e-01 1.000000e-01 2.444000e-02 8.960275e-03 9.146675e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d16-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d16-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.641100e+00 5.361500e-02 9.437600e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.834200e+00 6.979500e-02 4.664700e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.258900e+00 6.173500e-02 4.656100e-02 +6.750000e-01 1.250000e-01 1.250000e-01 3.905900e-01 1.993100e-02 2.938600e-02 +9.000000e-01 1.000000e-01 1.000000e-01 7.355400e-02 9.763500e-03 1.101500e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.878200e-02 4.898400e-03 5.685500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d16-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d16-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t16 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.469100e+00 1.254200e-01 7.854200e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.710900e+00 5.139400e-02 0.000000e+00 +4.750000e-01 7.500000e-02 7.500000e-02 1.444500e+00 4.751000e-02 1.492600e-01 +6.750000e-01 1.250000e-01 1.250000e-01 4.911600e-01 1.906200e-02 2.794500e-02 +9.000000e-01 1.000000e-01 1.000000e-01 9.905700e-02 1.735600e-02 4.798700e-03 +1.100000e+00 1.000000e-01 1.000000e-01 2.372400e-02 6.956100e-04 5.791000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d17-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d17-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.453100e-01 2.915590e-02 3.067239e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.652800e-01 1.821431e-02 1.778858e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.127600e-01 1.177660e-02 1.213810e-02 +3.000000e+00 5.000000e-01 5.000000e-01 5.119200e-02 1.000771e-02 8.594720e-03 +6.000000e+00 2.500000e+00 2.500000e+00 2.545900e-02 8.098885e-03 7.657466e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d17-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d17-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.713800e-01 1.753300e-02 2.481000e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.659600e-01 1.415800e-02 1.203300e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.088600e-01 6.584100e-03 7.909100e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.887500e-02 1.007500e-02 3.023800e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.492000e-02 2.059200e-03 2.499600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d17-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d17-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t17 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.319500e-01 2.661200e-02 1.470700e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.883800e-01 2.408000e-03 1.495100e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.247000e-01 1.134800e-02 1.348000e-02 +3.000000e+00 5.000000e-01 5.000000e-01 4.325500e-02 5.562300e-03 0.000000e+00 +6.000000e+00 2.500000e+00 2.500000e+00 1.171900e-02 0.000000e+00 4.214800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d18-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d18-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.440400e-03 1.444966e-04 1.591914e-04 +5.800000e+02 3.500000e+01 3.500000e+01 3.204600e-03 1.031389e-04 1.037089e-04 +6.550000e+02 4.000000e+01 4.000000e+01 2.167800e-03 5.068799e-05 4.855705e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.470600e-03 5.533391e-05 3.547807e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.771800e-04 3.221458e-05 4.100677e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.087400e-04 2.092369e-05 2.283223e-05 +1.042500e+03 5.750000e+01 5.750000e+01 3.716000e-04 2.189913e-05 1.686269e-05 +1.150000e+03 5.000000e+01 5.000000e+01 2.132600e-04 1.484543e-05 1.327452e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.349800e-04 1.005004e-05 9.475520e-06 +1.425000e+03 7.500000e+01 7.500000e+01 8.606100e-05 7.638507e-06 7.559277e-06 +1.750000e+03 2.500000e+02 2.500000e+02 2.592100e-05 4.816414e-06 4.932878e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.134000e-06 9.226464e-07 6.248307e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.995900e-07 9.477605e-08 9.183850e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d18-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d18-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.327300e-03 8.959800e-05 6.073900e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.231200e-03 6.876500e-05 5.383300e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.199600e-03 2.816700e-05 2.209800e-04 +7.400000e+02 4.500000e+01 4.500000e+01 1.458300e-03 4.772800e-05 2.290900e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.367200e-04 2.534400e-05 2.149900e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.019500e-04 1.968300e-05 2.233300e-05 +1.042500e+03 5.750000e+01 5.750000e+01 3.734400e-04 1.441100e-05 9.575900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 2.386900e-04 9.187000e-06 1.263300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.464900e-04 6.239300e-06 5.689100e-06 +1.425000e+03 7.500000e+01 7.500000e+01 8.480900e-05 5.210700e-06 4.098200e-06 +1.750000e+03 2.500000e+02 2.500000e+02 2.961900e-05 1.367000e-06 1.856200e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.342600e-06 4.945700e-07 4.660800e-07 +3.350000e+03 6.500000e+02 6.500000e+02 2.395100e-07 7.790500e-08 7.294600e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d18-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d18-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.216800e-03 6.697900e-05 5.900400e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.184000e-03 3.231100e-05 2.809700e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.170600e-03 1.266500e-05 9.978400e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.446000e-03 6.956800e-06 5.955400e-06 +8.325000e+02 4.750000e+01 4.750000e+01 9.513000e-04 7.448400e-06 8.316700e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.213000e-04 8.686500e-06 9.835200e-06 +1.042500e+03 5.750000e+01 5.750000e+01 3.894000e-04 7.584600e-06 8.678800e-06 +1.150000e+03 5.000000e+01 5.000000e+01 2.527200e-04 6.468300e-06 7.434000e-06 +1.275000e+03 7.500000e+01 7.500000e+01 1.538600e-04 4.744300e-06 5.490300e-06 +1.425000e+03 7.500000e+01 7.500000e+01 9.608800e-05 4.001700e-06 5.471800e-06 +1.750000e+03 2.500000e+02 2.500000e+02 3.347500e-05 1.720700e-06 2.048000e-06 +2.350000e+03 3.500000e+02 3.500000e+02 4.742900e-06 3.186000e-07 3.818100e-07 +3.350000e+03 6.500000e+02 6.500000e+02 2.798700e-07 2.478700e-08 3.030100e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d18-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d18-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t18 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 4.056200e-03 0.000000e+00 8.612300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 3.039100e-03 0.000000e+00 9.947800e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.138100e-03 0.000000e+00 6.928600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.438800e-03 1.350100e-05 7.192600e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.003600e-03 1.038500e-04 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 6.275600e-04 3.510700e-06 1.274000e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.088800e-04 1.119200e-05 0.000000e+00 +1.150000e+03 5.000000e+01 5.000000e+01 2.760400e-04 1.666400e-05 0.000000e+00 +1.275000e+03 7.500000e+01 7.500000e+01 1.768400e-04 7.752600e-06 1.623600e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.029100e-04 5.546300e-06 6.072800e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.181800e-05 2.889700e-06 2.327600e-06 +2.350000e+03 3.500000e+02 3.500000e+02 6.797600e-06 2.692200e-07 5.952000e-08 +3.350000e+03 6.500000e+02 6.500000e+02 5.375300e-07 1.629000e-07 1.112500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d19-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d19-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.771700e-03 1.665906e-04 1.679781e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.135000e-03 2.472353e-04 2.857557e-04 +6.250000e+01 1.250000e+01 1.250000e+01 8.020600e-03 3.544786e-04 3.577800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.862500e-03 1.536794e-04 1.511097e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.882600e-03 1.629814e-04 1.499845e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.400100e-03 1.735127e-04 1.533771e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.470600e-03 1.385143e-04 1.326091e-04 +2.075000e+02 1.750000e+01 1.750000e+01 8.778400e-04 8.351002e-05 7.955276e-05 +2.425000e+02 1.750000e+01 1.750000e+01 5.066500e-04 3.164659e-05 3.288326e-05 +2.800000e+02 2.000000e+01 2.000000e+01 2.900700e-04 2.658457e-05 2.569169e-05 +3.975000e+02 9.750000e+01 9.750000e+01 5.744000e-05 1.314632e-05 1.329779e-05 +6.975000e+02 2.025000e+02 2.025000e+02 3.443700e-06 1.236977e-06 1.347234e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d19-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d19-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.122500e-03 2.377800e-04 8.118200e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.598800e-03 1.612200e-04 1.580800e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.809600e-03 2.112400e-04 9.228700e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.815200e-03 8.969100e-05 1.013400e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.965400e-03 1.058700e-04 6.823300e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.620900e-03 9.381800e-05 6.233500e-05 +1.750000e+02 1.500000e+01 1.500000e+01 1.710900e-03 6.542500e-05 4.296700e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.046900e-03 4.482200e-05 4.096700e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.156500e-04 3.230400e-05 3.392600e-05 +2.800000e+02 2.000000e+01 2.000000e+01 3.581000e-04 3.086100e-05 1.729900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 9.328500e-05 8.335000e-06 4.098800e-06 +6.975000e+02 2.025000e+02 2.025000e+02 4.269500e-06 8.239300e-07 6.547400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d19-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d19-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.310300e-03 2.135100e-04 1.843000e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.337100e-03 2.183100e-04 1.891500e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.348600e-03 3.977300e-05 2.923400e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.676900e-03 4.768000e-05 4.924400e-05 +1.150000e+02 1.500000e+01 1.500000e+01 3.922900e-03 5.625400e-05 6.831000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.776300e-03 9.436500e-05 1.168300e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.785000e-03 4.319200e-05 5.379400e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.106300e-03 2.750900e-05 3.121600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.841300e-04 1.913100e-05 2.118700e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.047100e-04 1.270500e-05 1.404500e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.148100e-04 4.107200e-06 4.443700e-06 +6.975000e+02 2.025000e+02 2.025000e+02 5.954800e-06 2.747900e-07 2.902200e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d19-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d19-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t19 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.071800e-03 7.261800e-05 3.997500e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.574000e-03 1.162800e-04 1.328500e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.877600e-03 2.836300e-04 0.000000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 5.778600e-03 0.000000e+00 3.900900e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.934900e-03 4.599900e-05 1.268900e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.758000e-03 2.008100e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.716100e-03 2.574700e-05 1.737100e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.021400e-03 5.501200e-05 7.856900e-06 +2.425000e+02 1.750000e+01 1.750000e+01 5.876200e-04 3.429700e-05 1.182700e-04 +2.800000e+02 2.000000e+01 2.000000e+01 3.370800e-04 2.142500e-05 4.763200e-05 +3.975000e+02 9.750000e+01 9.750000e+01 9.380200e-05 5.579300e-06 0.000000e+00 +6.975000e+02 2.025000e+02 2.025000e+02 5.149500e-06 6.574600e-07 3.153900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d20-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d20-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 5.940800e-02 1.317334e-02 1.263845e-02 +4.000000e-01 1.000000e-01 1.000000e-01 1.244000e-01 1.711124e-02 1.808593e-02 +5.500000e-01 5.000000e-02 5.000000e-02 2.259900e-01 4.134359e-02 4.101133e-02 +6.250000e-01 2.500000e-02 2.500000e-02 4.310900e-01 3.877452e-02 3.251981e-02 +6.750000e-01 2.500000e-02 2.500000e-02 5.768200e-01 5.031359e-02 4.845475e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.748100e-01 2.352047e-01 2.342052e-01 +7.750000e-01 2.500000e-02 2.500000e-02 1.431400e+00 6.251322e-02 6.227322e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.119800e+00 6.563713e-02 6.561217e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.058100e+00 7.745330e-02 7.826197e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.346500e+00 1.068673e-01 1.103522e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.855400e+00 1.268200e-01 1.257618e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d20-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d20-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 9.500500e-02 6.065600e-03 4.343500e-03 +4.000000e-01 1.000000e-01 1.000000e-01 1.654000e-01 4.748400e-03 6.766200e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.277500e-01 1.899100e-02 9.461300e-03 +6.250000e-01 2.500000e-02 2.500000e-02 4.855500e-01 2.436800e-02 1.983900e-02 +6.750000e-01 2.500000e-02 2.500000e-02 6.551700e-01 1.910700e-02 3.326800e-02 +7.250000e-01 2.500000e-02 2.500000e-02 9.611200e-01 4.323300e-02 2.289300e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.352500e+00 3.829100e-02 3.698400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.003300e+00 4.650100e-02 3.551800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.956900e+00 5.402100e-02 5.587800e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.210100e+00 1.088500e-01 6.004500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.488200e+00 8.542400e-02 2.846700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d20-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d20-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 8.984800e-02 2.468200e-03 2.902100e-03 +4.000000e-01 1.000000e-01 1.000000e-01 1.597600e-01 5.564900e-03 8.136400e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.333800e-01 1.970000e-02 2.483600e-02 +6.250000e-01 2.500000e-02 2.500000e-02 4.330800e-01 8.620600e-03 1.002600e-02 +6.750000e-01 2.500000e-02 2.500000e-02 6.027200e-01 1.105800e-02 1.310500e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.619600e-01 1.440900e-02 1.685700e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.271200e+00 1.866400e-02 2.118800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.892200e+00 1.823100e-02 2.035100e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.849000e+00 6.445700e-03 7.303600e-03 +9.250000e-01 2.500000e-02 2.500000e-02 4.276200e+00 4.736100e-02 3.932600e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.968700e+00 1.375600e-01 1.118400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d20-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d20-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t20 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 8.741000e-02 6.002900e-03 1.561500e-02 +4.000000e-01 1.000000e-01 1.000000e-01 1.486300e-01 4.625000e-03 1.209200e-03 +5.500000e-01 5.000000e-02 5.000000e-02 2.762100e-01 3.935100e-03 5.499000e-03 +6.250000e-01 2.500000e-02 2.500000e-02 4.486600e-01 3.522900e-02 7.930400e-03 +6.750000e-01 2.500000e-02 2.500000e-02 5.925600e-01 0.000000e+00 1.334800e-01 +7.250000e-01 2.500000e-02 2.500000e-02 8.671400e-01 0.000000e+00 1.883000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.264500e+00 6.197300e-03 4.311500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.012700e+00 6.342200e-02 2.327800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.917200e+00 0.000000e+00 1.106500e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.405900e+00 1.372300e-01 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.819800e+00 9.804100e-02 1.199400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d21-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d21-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.834100e-01 1.560863e-02 1.265172e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.103900e-01 1.438733e-02 1.483056e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.598600e-01 1.295458e-02 1.378529e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.673400e-01 1.262829e-02 1.272665e-02 +3.800000e+00 2.000000e-01 2.000000e-01 3.823200e-01 1.468431e-02 1.540477e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.273400e-01 2.903756e-02 2.956039e-02 +4.800000e+00 4.000000e-01 4.000000e-01 7.306600e-02 6.444668e-03 6.944151e-03 +5.800000e+00 6.000000e-01 6.000000e-01 7.564100e-03 2.980279e-03 1.409301e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.444000e-05 6.368777e-05 5.526415e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d21-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d21-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.697300e-01 1.330300e-02 1.034100e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.125800e-01 1.158500e-02 7.799200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.543400e-01 5.982800e-03 3.940900e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.674200e-01 1.099300e-02 5.939900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.947200e-01 5.186900e-03 7.095400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.183000e-01 1.605500e-02 4.775000e-03 +4.800000e+00 4.000000e-01 4.000000e-01 7.827300e-02 3.313300e-03 2.017700e-03 +5.800000e+00 6.000000e-01 6.000000e-01 8.711800e-03 4.518600e-04 1.131500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 3.968100e-05 2.123100e-05 4.692500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d21-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d21-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.697300e-01 6.193400e-03 6.375700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.745000e-01 3.701800e-03 3.341900e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.631500e-01 1.789100e-03 1.517200e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.399400e-01 1.249100e-03 1.873000e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.343600e-01 5.382700e-03 4.828000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 1.775400e-01 2.925800e-03 2.870600e-03 +4.800000e+00 4.000000e-01 4.000000e-01 5.926700e-02 1.611700e-03 1.896800e-03 +5.800000e+00 6.000000e-01 6.000000e-01 7.319000e-03 4.508800e-04 5.522900e-04 +7.600000e+00 1.200000e+00 1.200000e+00 4.830200e-05 4.906100e-06 6.252100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d21-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d21-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t21 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.098700e-01 2.573700e-03 1.575600e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.439500e-01 3.798600e-03 2.151100e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.848900e-01 2.224400e-02 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.566900e-01 1.668100e-03 4.104700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.514800e-01 7.027200e-04 2.169200e-02 +4.200000e+00 2.000000e-01 2.000000e-01 1.866400e-01 3.426200e-03 1.624400e-03 +4.800000e+00 4.000000e-01 4.000000e-01 6.674700e-02 2.036000e-03 0.000000e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.068200e-02 7.713500e-04 1.641900e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.578200e-04 3.405200e-05 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d22-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d22-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.388000e-03 4.975407e-04 5.599362e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.018200e-03 2.580735e-04 2.767615e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.820600e-03 1.941004e-04 2.077425e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.299200e-03 1.483642e-04 1.483644e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.304900e-03 1.654952e-04 1.606496e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.745100e-03 1.369758e-04 1.374536e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.431500e-03 9.879302e-05 9.193812e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.526100e-03 7.596880e-05 6.456659e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.702500e-04 4.695736e-05 5.217334e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.443200e-04 6.360786e-05 6.124815e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.943800e-04 2.632154e-05 2.572892e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.496300e-04 1.730628e-05 1.676646e-05 +4.575000e+02 2.250000e+01 2.250000e+01 8.145300e-05 1.175250e-05 1.107143e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.625100e-05 5.547672e-06 5.448345e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.068100e-05 2.657746e-06 2.575246e-06 +8.425000e+02 1.575000e+02 1.575000e+02 5.869200e-07 4.266142e-07 4.151498e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d22-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d22-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.915000e-03 4.964300e-04 1.112100e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.875800e-03 1.244800e-04 1.396700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.883500e-03 1.008100e-04 6.921800e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.328100e-03 1.103000e-04 1.083300e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.349300e-03 1.493200e-04 1.086200e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.825900e-03 1.552300e-04 6.192000e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.425600e-03 6.284200e-05 7.292800e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.498300e-03 8.801600e-05 4.130800e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.873700e-04 3.762500e-05 4.230300e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.112700e-04 3.399200e-05 2.095900e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.952300e-04 2.400800e-05 1.614900e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.623100e-04 1.468600e-05 1.149700e-05 +4.575000e+02 2.250000e+01 2.250000e+01 8.975500e-05 9.267100e-06 7.890200e-06 +5.300000e+02 5.000000e+01 5.000000e+01 3.505200e-05 4.447700e-06 3.988900e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.086900e-05 2.004100e-06 1.758700e-06 +8.425000e+02 1.575000e+02 1.575000e+02 1.546300e-06 4.088400e-07 4.524600e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d22-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d22-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.317500e-03 1.055300e-04 1.081200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.462000e-03 1.142300e-04 1.047500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.247500e-03 1.100500e-05 1.534300e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.107400e-03 5.019600e-05 4.071500e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.824200e-03 3.300700e-05 3.122200e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.258700e-03 2.723000e-05 2.975100e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.841300e-03 2.738300e-05 2.780400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.844500e-03 2.273200e-05 2.267200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.127000e-03 2.055900e-05 2.169400e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.913400e-04 1.457200e-05 1.522500e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.961000e-04 1.201800e-05 1.289300e-05 +4.125000e+02 2.250000e+01 2.250000e+01 2.268900e-04 7.501500e-06 8.057600e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.283600e-04 3.885000e-06 4.208300e-06 +5.300000e+02 5.000000e+01 5.000000e+01 5.249100e-05 2.199100e-06 2.379700e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.628200e-05 8.408800e-07 9.309900e-07 +8.425000e+02 1.575000e+02 1.575000e+02 2.382200e-06 1.390900e-07 1.542100e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d22-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d22-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t22 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.495700e-03 8.486400e-05 1.967500e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.826500e-03 8.422000e-05 2.457500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.566200e-03 0.000000e+00 1.552100e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.448600e-03 4.563300e-05 1.646200e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.743300e-03 3.242700e-04 8.462000e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.096500e-03 4.776300e-05 1.350700e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.736100e-03 1.944500e-04 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 1.678700e-03 6.022500e-07 5.423100e-05 +2.975000e+02 1.750000e+01 1.750000e+01 9.884900e-04 0.000000e+00 1.110200e-04 +3.325000e+02 1.750000e+01 1.750000e+01 6.009400e-04 2.521500e-05 3.396300e-07 +3.700000e+02 2.000000e+01 2.000000e+01 3.612900e-04 1.601000e-05 2.103800e-05 +4.125000e+02 2.250000e+01 2.250000e+01 2.155900e-04 3.543600e-05 0.000000e+00 +4.575000e+02 2.250000e+01 2.250000e+01 1.092100e-04 2.428700e-06 4.792000e-06 +5.300000e+02 5.000000e+01 5.000000e+01 4.622000e-05 4.877400e-06 4.323600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.567800e-05 0.000000e+00 1.910600e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.466200e-06 5.122400e-07 4.625500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d23-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d23-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.258400e-03 2.478400e-04 2.465506e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.317000e-03 4.732787e-04 4.975421e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.335500e-03 2.929429e-04 2.899776e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.543400e-03 2.794172e-04 2.773066e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.532000e-03 2.552473e-04 2.486133e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.887200e-03 2.285658e-04 2.546337e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.656500e-03 1.536124e-04 1.446930e-04 +2.250000e+02 3.500000e+01 3.500000e+01 9.632900e-04 1.614283e-04 1.612225e-04 +3.775000e+02 1.175000e+02 1.175000e+02 2.131500e-04 2.621424e-05 2.707416e-05 +6.975000e+02 2.025000e+02 2.025000e+02 9.516400e-06 5.034262e-06 5.433003e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d23-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d23-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.528200e-03 1.405600e-04 1.683900e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.247400e-03 2.281100e-04 3.308900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.673100e-03 2.222800e-04 2.188800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.450300e-03 2.732900e-04 1.859700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.162500e-03 1.765200e-04 1.659600e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.991400e-03 2.047300e-04 1.181500e-04 +1.750000e+02 1.500000e+01 1.500000e+01 2.111500e-03 1.062500e-04 1.279900e-04 +2.250000e+02 3.500000e+01 3.500000e+01 1.188400e-03 5.249100e-05 6.289000e-05 +3.775000e+02 1.175000e+02 1.175000e+02 2.516800e-04 1.395700e-05 1.453300e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.784200e-05 2.873500e-06 2.562100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d23-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d23-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t23 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.482800e-03 0.000000e+00 7.189300e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.102400e-03 2.311000e-04 4.403700e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.712400e-03 9.401500e-05 4.128700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.438900e-03 2.221700e-04 6.095100e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.079300e-03 3.305300e-05 9.262400e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.988700e-03 1.729900e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 2.095100e-03 2.791900e-05 6.174700e-05 +2.250000e+02 3.500000e+01 3.500000e+01 1.214200e-03 1.386900e-04 0.000000e+00 +3.775000e+02 1.175000e+02 1.175000e+02 2.696700e-04 9.227000e-06 5.146700e-05 +6.975000e+02 2.025000e+02 2.025000e+02 2.057000e-05 1.321200e-06 2.035000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d24-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d24-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 7.792800e-02 1.833950e-02 2.044247e-02 +5.000000e-01 1.000000e-01 1.000000e-01 2.777000e-01 3.353918e-02 3.287087e-02 +6.500000e-01 5.000000e-02 5.000000e-02 5.535500e-01 1.147128e-01 1.149884e-01 +7.500000e-01 5.000000e-02 5.000000e-02 1.213500e+00 9.393261e-02 8.723704e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.941600e+00 1.238391e-01 1.213781e-01 +8.750000e-01 2.500000e-02 2.500000e-02 3.154000e+00 1.771312e-01 1.804688e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.147900e+00 1.903174e-01 1.964199e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.488100e+00 2.557388e-01 2.468413e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d24-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d24-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.481400e-01 7.422900e-03 1.018000e-02 +5.000000e-01 1.000000e-01 1.000000e-01 2.978800e-01 1.936400e-02 1.543200e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.244600e-01 3.123400e-02 4.417800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.183200e+00 8.480900e-02 4.072400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.941900e+00 1.156800e-01 8.972900e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.802800e+00 9.223500e-02 1.075400e-01 +9.250000e-01 2.500000e-02 2.500000e-02 3.972600e+00 1.421300e-01 1.463800e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.290700e+00 1.398500e-01 1.998700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d24-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d24-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t24 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.402500e-01 4.252400e-03 5.770500e-03 +5.000000e-01 1.000000e-01 1.000000e-01 2.961400e-01 2.774800e-02 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.922800e-01 3.841900e-02 5.191000e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.102700e+00 1.762800e-02 2.989200e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.913100e+00 1.261300e-01 0.000000e+00 +8.750000e-01 2.500000e-02 2.500000e-02 2.759400e+00 0.000000e+00 7.099200e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.061100e+00 9.978600e-02 2.478700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.569800e+00 3.652600e-03 2.650900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d25-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d25-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.027700e-01 9.284787e-03 9.227062e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.838100e-01 1.233425e-02 1.257055e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.438500e-01 1.876639e-02 1.754049e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.291500e-01 3.401404e-02 3.406569e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.785700e-01 2.200760e-02 2.200187e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.159900e-01 2.129066e-02 2.405541e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.788200e-01 1.544991e-02 1.579130e-02 +6.000000e+00 4.000000e-01 4.000000e-01 1.215900e-01 1.367189e-02 1.521664e-02 +7.600000e+00 1.200000e+00 1.200000e+00 6.214200e-03 2.677408e-03 2.737504e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d25-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d25-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.066400e-02 4.421900e-03 4.128500e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.714600e-01 7.679800e-03 5.540700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.656100e-01 1.087200e-02 1.152200e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.485400e-01 1.454300e-02 1.433000e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.994800e-01 1.183400e-02 2.470300e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.057100e-01 1.219700e-02 1.611700e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.951700e-01 1.185300e-02 1.213600e-02 +6.000000e+00 4.000000e-01 4.000000e-01 1.098900e-01 1.019300e-02 4.662600e-03 +7.600000e+00 1.200000e+00 1.200000e+00 6.909200e-03 6.352300e-04 1.011000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d25-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d25-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t25 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.076300e-01 3.993700e-03 8.913900e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.962200e-01 9.356800e-03 2.597900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.810500e-01 6.926700e-03 8.369800e-04 +4.200000e+00 2.000000e-01 2.000000e-01 3.349500e-01 4.193800e-04 2.094800e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.700100e-01 1.136200e-02 3.674700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.729400e-01 6.101600e-03 3.562200e-02 +5.400000e+00 2.000000e-01 2.000000e-01 2.694300e-01 1.992400e-02 5.923400e-03 +6.000000e+00 4.000000e-01 4.000000e-01 1.083900e-01 3.305500e-03 1.056900e-03 +7.600000e+00 1.200000e+00 1.200000e+00 7.858400e-03 5.538000e-04 1.633700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d26-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d26-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 7.061400e-03 1.064172e-03 1.166735e-03 +1.050000e+02 1.000000e+01 1.000000e+01 6.470000e-03 3.293624e-04 3.673980e-04 +1.250000e+02 1.000000e+01 1.000000e+01 6.337500e-03 3.588134e-04 3.547634e-04 +1.475000e+02 1.250000e+01 1.250000e+01 5.433300e-03 3.102824e-04 2.928755e-04 +1.725000e+02 1.250000e+01 1.250000e+01 3.797800e-03 2.339298e-04 2.325058e-04 +1.975000e+02 1.250000e+01 1.250000e+01 2.992900e-03 2.077934e-04 2.042392e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.608500e-03 1.839223e-04 1.741546e-04 +2.575000e+02 1.750000e+01 1.750000e+01 1.702400e-03 3.165812e-04 3.128749e-04 +2.975000e+02 2.250000e+01 2.250000e+01 1.628000e-03 1.310364e-04 1.308917e-04 +3.525000e+02 3.250000e+01 3.250000e+01 9.601900e-04 8.899306e-05 8.566333e-05 +5.350000e+02 1.500000e+02 1.500000e+02 1.960700e-04 1.723922e-05 1.863530e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d26-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d26-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.578400e-03 5.966600e-04 3.197200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.212200e-03 2.801000e-04 3.227200e-04 +1.250000e+02 1.000000e+01 1.000000e+01 5.955100e-03 2.508000e-04 4.340100e-04 +1.475000e+02 1.250000e+01 1.250000e+01 5.489000e-03 2.305000e-04 2.332200e-04 +1.725000e+02 1.250000e+01 1.250000e+01 4.288800e-03 1.579800e-04 1.869900e-04 +1.975000e+02 1.250000e+01 1.250000e+01 3.477000e-03 1.483100e-04 1.883500e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.772200e-03 1.528500e-04 1.139600e-04 +2.575000e+02 1.750000e+01 1.750000e+01 2.035600e-03 1.042500e-04 9.601300e-05 +2.975000e+02 2.250000e+01 2.250000e+01 1.496700e-03 7.260700e-05 7.050600e-05 +3.525000e+02 3.250000e+01 3.250000e+01 9.374200e-04 5.267400e-05 4.572600e-05 +5.350000e+02 1.500000e+02 1.500000e+02 1.963800e-04 1.181100e-05 1.111400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d26-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d26-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t26 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.831200e-03 4.644500e-04 4.732400e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.519100e-03 1.282800e-04 7.878400e-04 +1.250000e+02 1.000000e+01 1.000000e+01 5.305900e-03 8.813600e-05 0.000000e+00 +1.475000e+02 1.250000e+01 1.250000e+01 5.052000e-03 2.434500e-04 0.000000e+00 +1.725000e+02 1.250000e+01 1.250000e+01 4.294600e-03 4.349200e-06 1.952300e-04 +1.975000e+02 1.250000e+01 1.250000e+01 3.480000e-03 5.434700e-05 1.523500e-04 +2.250000e+02 1.500000e+01 1.500000e+01 2.806800e-03 1.424300e-04 2.433900e-04 +2.575000e+02 1.750000e+01 1.750000e+01 2.143500e-03 5.080400e-05 8.905100e-05 +2.975000e+02 2.250000e+01 2.250000e+01 1.584100e-03 6.944500e-05 2.519100e-06 +3.525000e+02 3.250000e+01 3.250000e+01 1.094700e-03 4.639700e-05 0.000000e+00 +5.350000e+02 1.500000e+02 1.500000e+02 2.456800e-04 1.835600e-05 2.551400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d27-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d27-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.257700e-03 1.623662e-04 1.653812e-04 +3.750000e+01 1.250000e+01 1.250000e+01 6.563800e-03 2.487683e-04 2.756686e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.973900e-03 2.053310e-04 2.372230e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.919800e-03 1.744184e-04 1.741189e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.670500e-03 1.955170e-04 1.381912e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.886200e-03 1.007903e-04 9.622518e-05 +2.425000e+02 1.750000e+01 1.750000e+01 8.675200e-04 1.233013e-04 1.234435e-04 +2.800000e+02 2.000000e+01 2.000000e+01 6.001300e-04 5.349723e-05 5.411056e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.514500e-04 2.874679e-05 2.858273e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.329700e-05 2.901476e-06 3.023483e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d27-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d27-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.755900e-03 1.017500e-04 7.707800e-05 +3.750000e+01 1.250000e+01 1.250000e+01 6.177100e-03 1.755200e-04 1.251900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.487600e-03 1.485600e-04 1.361700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.600100e-03 1.306300e-04 1.369300e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.926100e-03 8.067300e-05 6.140100e-05 +1.925000e+02 3.250000e+01 3.250000e+01 2.004200e-03 4.039700e-05 4.930600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 1.050700e-03 4.280800e-05 4.607100e-05 +2.800000e+02 2.000000e+01 2.000000e+01 6.548500e-04 3.254000e-05 4.616100e-05 +3.975000e+02 9.750000e+01 9.750000e+01 2.038700e-04 9.460900e-06 7.438700e-06 +6.975000e+02 2.025000e+02 2.025000e+02 1.462000e-05 1.617800e-06 1.771000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d27-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d27-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t27 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.744500e-03 0.000000e+00 2.339700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 6.356200e-03 1.458600e-04 2.980300e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.649100e-03 1.653000e-04 3.590900e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.556100e-03 4.738600e-05 1.476900e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.854600e-03 9.694100e-05 1.502500e-06 +1.925000e+02 3.250000e+01 3.250000e+01 1.953600e-03 6.338800e-05 4.010600e-05 +2.425000e+02 1.750000e+01 1.750000e+01 1.029700e-03 4.858100e-05 1.291200e-05 +2.800000e+02 2.000000e+01 2.000000e+01 6.563300e-04 2.005900e-05 7.254200e-06 +3.975000e+02 9.750000e+01 9.750000e+01 2.035700e-04 8.780400e-06 2.288400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.754000e-05 1.256100e-06 9.459300e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d28-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d28-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 8.706500e-02 2.170353e-02 2.178045e-02 +3.750000e-01 1.250000e-01 1.250000e-01 1.265700e-01 4.358021e-02 2.914534e-02 +6.000000e-01 1.000000e-01 1.000000e-01 4.748600e-01 3.738424e-02 4.124443e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.011700e+00 7.569924e-02 7.551336e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.398700e+00 8.535977e-02 8.444028e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.036100e+00 9.061304e-02 8.999392e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.042100e+00 1.075387e-01 1.036678e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.212000e+00 1.340380e-01 1.617700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.331700e+00 2.198388e-01 2.293161e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d28-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d28-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 1.243900e-01 5.131200e-03 1.539400e-02 +3.750000e-01 1.250000e-01 1.250000e-01 2.045100e-01 1.311900e-02 6.579400e-03 +6.000000e-01 1.000000e-01 1.000000e-01 5.148300e-01 1.374800e-02 1.912400e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.030800e+00 3.500500e-02 5.802000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.446300e+00 8.176300e-02 3.934900e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.991200e+00 5.634400e-02 6.071800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.812400e+00 5.698900e-02 6.058900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.918900e+00 9.251200e-02 6.713300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.096700e+00 1.557500e-01 8.200400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d28-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d28-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t28 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 1.046400e-01 3.977000e-03 1.583100e-03 +3.750000e-01 1.250000e-01 1.250000e-01 1.648700e-01 3.159600e-05 7.198300e-03 +6.000000e-01 1.000000e-01 1.000000e-01 4.451500e-01 2.469100e-02 5.824100e-03 +7.250000e-01 2.500000e-02 2.500000e-02 9.015000e-01 1.333400e-02 1.073400e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.353000e+00 0.000000e+00 6.110200e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.031900e+00 1.544200e-01 0.000000e+00 +8.750000e-01 2.500000e-02 2.500000e-02 2.827800e+00 3.145600e-02 9.867400e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.134200e+00 1.714900e-02 8.474300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.623500e+00 0.000000e+00 1.282500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d29-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d29-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.430700e-01 1.253435e-02 1.231821e-02 +2.600000e+00 2.000000e-01 2.000000e-01 1.790300e-01 1.345455e-02 1.506671e-02 +3.000000e+00 2.000000e-01 2.000000e-01 1.997600e-01 1.358385e-02 1.421876e-02 +3.400000e+00 2.000000e-01 2.000000e-01 2.630500e-01 1.357823e-02 1.792132e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.858900e-01 1.594253e-02 1.480967e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.386800e-01 1.754336e-02 1.759609e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.687900e-01 1.381005e-02 1.354887e-02 +5.000000e+00 2.000000e-01 2.000000e-01 3.283800e-01 1.920619e-02 2.248360e-02 +5.600000e+00 4.000000e-01 4.000000e-01 1.646500e-01 2.112049e-02 1.518484e-02 +7.400000e+00 1.400000e+00 1.400000e+00 9.151600e-03 2.320183e-03 2.192566e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d29-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d29-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.280800e-01 4.758900e-03 4.389700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 1.568500e-01 4.937800e-03 4.781300e-03 +3.000000e+00 2.000000e-01 2.000000e-01 1.955100e-01 6.700000e-03 5.085700e-03 +3.400000e+00 2.000000e-01 2.000000e-01 2.413800e-01 5.695000e-03 9.029900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.949700e-01 8.067700e-03 6.334000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.452600e-01 6.758400e-03 1.114200e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.761700e-01 7.417700e-03 1.191400e-02 +5.000000e+00 2.000000e-01 2.000000e-01 3.576400e-01 1.030500e-02 8.193400e-03 +5.600000e+00 4.000000e-01 4.000000e-01 1.684000e-01 5.452200e-03 3.752600e-03 +7.400000e+00 1.400000e+00 1.400000e+00 9.619900e-03 9.155800e-04 4.311900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d29-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d29-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t29 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.568600e-01 1.511500e-02 6.459200e-04 +2.600000e+00 2.000000e-01 2.000000e-01 1.910300e-01 8.064500e-04 4.665200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 2.302600e-01 8.200800e-03 1.013200e-02 +3.400000e+00 2.000000e-01 2.000000e-01 2.696500e-01 0.000000e+00 4.731600e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.036400e-01 1.827400e-03 7.172600e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.307800e-01 6.617800e-03 2.997700e-03 +4.600000e+00 2.000000e-01 2.000000e-01 3.329300e-01 4.209300e-03 2.642500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.061800e-01 4.385700e-03 1.351500e-02 +5.600000e+00 4.000000e-01 4.000000e-01 1.529600e-01 3.437700e-03 7.283700e-03 +7.400000e+00 1.400000e+00 1.400000e+00 1.039600e-02 1.316000e-03 8.042500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d30-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d30-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.704800e-03 5.786448e-04 5.807020e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.227000e-03 6.148538e-04 4.409379e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.355700e-03 2.211034e-04 2.218206e-04 +1.525000e+02 1.250000e+01 1.250000e+01 4.681600e-03 1.876372e-04 1.781726e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.751700e-03 1.616567e-04 1.639011e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.110000e-03 1.444692e-04 1.560933e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.619900e-03 1.296107e-04 1.426961e-04 +2.650000e+02 1.500000e+01 1.500000e+01 2.080900e-03 1.782366e-04 1.793572e-04 +2.975000e+02 1.750000e+01 1.750000e+01 1.918000e-03 1.083583e-04 1.236735e-04 +3.325000e+02 1.750000e+01 1.750000e+01 1.464200e-03 1.512991e-04 1.650513e-04 +3.700000e+02 2.000000e+01 2.000000e+01 1.158300e-03 7.593764e-05 8.961609e-05 +4.125000e+02 2.250000e+01 2.250000e+01 7.211700e-04 6.090580e-05 5.800696e-05 +4.575000e+02 2.250000e+01 2.250000e+01 4.317400e-04 4.128534e-05 3.979584e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.047400e-04 2.085416e-05 2.066163e-05 +7.300000e+02 1.500000e+02 1.500000e+02 2.924600e-05 5.181227e-06 5.514166e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d30-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d30-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.437700e-03 2.230800e-04 2.381700e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.225800e-03 2.767100e-04 1.200700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.251900e-03 1.201000e-04 2.268100e-04 +1.525000e+02 1.250000e+01 1.250000e+01 4.670800e-03 1.036400e-04 1.991500e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.984900e-03 9.313200e-05 1.327500e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.343600e-03 9.703100e-05 7.760900e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.721100e-03 7.529100e-05 7.913600e-05 +2.650000e+02 1.500000e+01 1.500000e+01 2.209900e-03 8.930000e-05 6.330600e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.781400e-03 5.228200e-05 6.618200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 1.418800e-03 6.033800e-05 5.262400e-05 +3.700000e+02 2.000000e+01 2.000000e+01 1.045200e-03 4.326200e-05 4.865100e-05 +4.125000e+02 2.250000e+01 2.250000e+01 6.916200e-04 3.261800e-05 2.888700e-05 +4.575000e+02 2.250000e+01 2.250000e+01 4.236500e-04 2.255500e-05 2.370100e-05 +5.300000e+02 5.000000e+01 5.000000e+01 1.947200e-04 1.421700e-05 1.172900e-05 +7.300000e+02 1.500000e+02 1.500000e+02 3.171700e-05 2.949400e-06 2.716600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d30-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d30-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t30 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.211800e-03 3.042300e-04 3.552600e-04 +1.050000e+02 1.000000e+01 1.000000e+01 4.461900e-03 0.000000e+00 4.569800e-04 +1.275000e+02 1.250000e+01 1.250000e+01 4.473100e-03 1.056900e-04 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 4.290300e-03 1.220900e-04 0.000000e+00 +1.775000e+02 1.250000e+01 1.250000e+01 3.976900e-03 5.031500e-05 0.000000e+00 +2.050000e+02 1.500000e+01 1.500000e+01 3.256600e-03 0.000000e+00 1.321200e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.786900e-03 6.025400e-05 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.357500e-03 0.000000e+00 8.507400e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.966600e-03 6.833900e-05 7.402300e-05 +3.325000e+02 1.750000e+01 1.750000e+01 1.672100e-03 4.136400e-05 1.510000e-05 +3.700000e+02 2.000000e+01 2.000000e+01 1.257900e-03 6.745200e-05 0.000000e+00 +4.125000e+02 2.250000e+01 2.250000e+01 8.565200e-04 1.101700e-04 2.713300e-06 +4.575000e+02 2.250000e+01 2.250000e+01 5.077800e-04 2.648200e-06 2.871000e-05 +5.300000e+02 5.000000e+01 5.000000e+01 2.504900e-04 1.100700e-05 2.467000e-05 +7.300000e+02 1.500000e+02 1.500000e+02 4.310800e-05 7.085000e-07 1.368100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d31-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d31-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.789000e+00 7.290329e-02 7.287356e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.582600e+00 7.671012e-02 7.482703e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.500900e+00 7.179555e-02 7.216504e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.106300e+00 6.265183e-02 5.067478e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.775100e-01 4.661478e-02 4.753280e-02 +7.500000e-01 1.000000e-01 1.000000e-01 3.650300e-01 2.890584e-02 2.938186e-02 +1.025000e+00 1.750000e-01 1.750000e-01 1.114400e-01 9.694101e-03 9.780663e-03 +1.850000e+00 6.500000e-01 6.500000e-01 9.433400e-03 1.232201e-03 1.246403e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d31-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d31-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.613000e+00 4.421500e-02 2.545300e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.565600e+00 3.100800e-02 4.651200e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.584800e+00 3.716700e-02 5.156000e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.183700e+00 1.901300e-02 3.285300e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.755200e-01 2.356900e-02 3.262800e-02 +7.500000e-01 1.000000e-01 1.000000e-01 3.992400e-01 1.308700e-02 1.307100e-02 +1.025000e+00 1.750000e-01 1.750000e-01 1.105900e-01 6.835800e-03 4.705500e-03 +1.850000e+00 6.500000e-01 6.500000e-01 7.813600e-03 6.471200e-04 6.451700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d31-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d31-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t31 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.622400e+00 4.205100e-03 2.895500e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.558300e+00 0.000000e+00 2.982000e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.556800e+00 0.000000e+00 2.726000e-02 +4.500000e-01 1.000000e-01 1.000000e-01 1.158300e+00 1.185900e-02 0.000000e+00 +6.000000e-01 5.000000e-02 5.000000e-02 7.657600e-01 2.603800e-02 1.830100e-03 +7.500000e-01 1.000000e-01 1.000000e-01 4.100700e-01 1.227900e-02 2.983300e-03 +1.025000e+00 1.750000e-01 1.750000e-01 1.244700e-01 8.628700e-03 0.000000e+00 +1.850000e+00 6.500000e-01 6.500000e-01 8.707600e-03 7.867400e-04 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d32-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d32-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.237200e+00 7.213350e-02 7.015125e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.466400e+00 1.038116e-01 8.555071e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.649600e+00 4.762733e-02 4.750989e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.427300e+00 5.380471e-02 5.434899e-02 +6.750000e-01 1.250000e-01 1.250000e-01 6.488400e-01 2.961493e-02 3.110388e-02 +9.000000e-01 1.000000e-01 1.000000e-01 1.522100e-01 1.512202e-02 1.526235e-02 +1.750000e+00 7.500000e-01 7.500000e-01 9.076000e-03 1.246709e-03 1.355970e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d32-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d32-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.287400e+00 3.781000e-02 6.025500e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.477600e+00 5.827900e-02 4.128500e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.694100e+00 3.660300e-02 2.931100e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.396600e+00 2.933300e-02 3.526100e-02 +6.750000e-01 1.250000e-01 1.250000e-01 6.244600e-01 1.603100e-02 1.809900e-02 +9.000000e-01 1.000000e-01 1.000000e-01 1.460900e-01 1.024100e-02 8.134300e-03 +1.750000e+00 7.500000e-01 7.500000e-01 6.797500e-03 4.949300e-04 6.945100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d32-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d32-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t32 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.192800e+00 6.288400e-02 4.246400e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.397100e+00 7.380800e-02 2.195100e-02 +3.250000e-01 7.500000e-02 7.500000e-02 1.613800e+00 0.000000e+00 2.917300e-02 +4.750000e-01 7.500000e-02 7.500000e-02 1.441400e+00 1.179200e-02 5.354800e-02 +6.750000e-01 1.250000e-01 1.250000e-01 7.026000e-01 2.780900e-02 9.095100e-03 +9.000000e-01 1.000000e-01 1.000000e-01 1.771200e-01 1.216100e-02 7.301300e-03 +1.750000e+00 7.500000e-01 7.500000e-01 8.006300e-03 5.803800e-04 5.083400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d33-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d33-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.393500e-01 2.046922e-02 1.981563e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.923000e-01 1.044840e-02 9.031703e-03 +2.000000e+00 5.000000e-01 5.000000e-01 1.174800e-01 8.355426e-03 9.773928e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.733500e-02 5.198399e-03 5.468499e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.353500e-02 3.708086e-03 3.370465e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d33-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d33-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.474800e-01 1.055500e-02 1.394400e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.919700e-01 8.680100e-03 6.940400e-03 +2.000000e+00 5.000000e-01 5.000000e-01 1.117600e-01 4.303400e-03 3.381900e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.529200e-02 2.780700e-03 2.294700e-03 +6.000000e+00 2.500000e+00 2.500000e+00 1.349000e-02 1.089000e-03 1.037400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d33-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d33-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t33 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.228100e-01 2.099700e-02 1.563000e-02 +1.000000e+00 5.000000e-01 5.000000e-01 3.077200e-01 8.596300e-03 1.270600e-02 +2.000000e+00 5.000000e-01 5.000000e-01 1.213500e-01 7.037800e-03 6.302600e-03 +3.000000e+00 5.000000e-01 5.000000e-01 3.816700e-02 1.169500e-03 1.169800e-03 +6.000000e+00 2.500000e+00 2.500000e+00 9.951600e-03 0.000000e+00 1.158600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d34-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d34-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.737500e-03 1.666680e-04 1.850338e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.921900e-03 6.047142e-05 6.091175e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.124600e-03 2.855445e-05 2.857154e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.472600e-03 2.917853e-05 2.275483e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.000300e-03 2.430507e-05 2.304261e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.689200e-04 2.167312e-05 2.336882e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.484100e-04 1.673976e-05 1.533606e-05 +1.150000e+03 5.000000e+01 5.000000e+01 2.937000e-04 1.499780e-05 1.309657e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.893900e-04 1.337960e-05 1.066005e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.209200e-04 8.375443e-06 1.088039e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.968000e-05 3.780448e-06 4.312506e-06 +2.350000e+03 3.500000e+02 3.500000e+02 8.636700e-06 1.116252e-06 9.972329e-07 +3.350000e+03 6.500000e+02 6.500000e+02 8.821400e-07 2.022031e-07 1.899388e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d34-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d34-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.643700e-03 8.146100e-05 2.662300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.853800e-03 1.940300e-05 2.587500e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.064700e-03 1.499400e-05 8.612500e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.456700e-03 2.873500e-05 1.187400e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.002000e-03 1.017100e-05 1.075200e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.842000e-04 8.243100e-06 1.212200e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.599900e-04 6.143000e-06 1.678700e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.178400e-04 6.939300e-06 1.238900e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.102500e-04 5.147200e-06 5.221800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.307600e-04 3.959200e-06 3.100100e-06 +1.750000e+03 2.500000e+02 2.500000e+02 5.488200e-05 1.225500e-06 1.150300e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.158000e-05 5.154300e-07 5.177500e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.213000e-06 9.985200e-08 1.359400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d34-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d34-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.618200e-03 6.847200e-05 6.017500e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.849700e-03 3.701800e-05 3.216100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.052900e-03 1.594100e-05 1.315600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.458200e-03 1.114000e-06 9.146000e-07 +8.325000e+02 4.750000e+01 4.750000e+01 1.010400e-03 6.761400e-06 7.484600e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.917300e-04 8.662100e-06 1.000900e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.584500e-04 8.445500e-06 9.649900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.190100e-04 7.767700e-06 8.926800e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.119300e-04 6.337300e-06 7.338900e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.337400e-04 5.026900e-06 6.102400e-06 +1.750000e+03 2.500000e+02 2.500000e+02 5.519400e-05 2.702400e-06 3.198300e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.139900e-05 7.966200e-07 9.631000e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.200700e-06 1.172900e-07 1.468400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d34-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d34-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t34 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.419400e-03 2.626300e-05 5.177600e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.715500e-03 8.987800e-06 4.218100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.999800e-03 0.000000e+00 2.834800e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.433200e-03 9.737800e-06 2.960100e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.041500e-03 5.033900e-05 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 7.136400e-04 2.509100e-07 5.515000e-06 +1.042500e+03 5.750000e+01 5.750000e+01 4.869900e-04 2.471000e-06 7.331000e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.432200e-04 4.655800e-06 4.298100e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.380700e-04 6.638500e-06 8.833200e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.504600e-04 7.648400e-06 2.034700e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.552800e-05 2.774300e-06 1.296900e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.399400e-05 5.862100e-07 9.503400e-07 +3.350000e+03 6.500000e+02 6.500000e+02 1.561600e-06 1.630900e-07 4.800100e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d35-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d35-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.933500e-03 1.324270e-04 1.319493e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.076500e-03 2.131621e-04 2.487014e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.869700e-03 1.732412e-04 1.825174e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.002900e-03 8.404852e-05 8.337837e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.080100e-03 1.263419e-04 1.181810e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.865600e-03 1.729448e-04 1.439489e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.838500e-03 1.101198e-04 1.039252e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.080300e-03 5.540438e-05 5.189075e-05 +2.425000e+02 1.750000e+01 1.750000e+01 6.179600e-04 2.886477e-05 3.012354e-05 +2.800000e+02 2.000000e+01 2.000000e+01 3.684100e-04 2.177920e-05 2.205978e-05 +3.975000e+02 9.750000e+01 9.750000e+01 7.096900e-05 9.637562e-06 9.983116e-06 +6.975000e+02 2.025000e+02 2.025000e+02 3.443500e-06 7.049974e-07 7.278381e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d35-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d35-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.378700e-03 1.517600e-04 2.223800e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.469400e-03 5.101500e-05 9.025600e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.440900e-03 8.244400e-05 5.268400e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.978500e-03 5.811300e-05 5.480200e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.359900e-03 4.094500e-05 5.730000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.055200e-03 4.307600e-05 3.026300e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.039900e-03 2.614000e-05 3.703500e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.260800e-03 2.183900e-05 1.994800e-05 +2.425000e+02 1.750000e+01 1.750000e+01 7.283000e-04 1.380700e-05 2.572100e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.181900e-04 1.488400e-05 1.552900e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.091700e-04 3.234800e-06 3.558500e-06 +6.975000e+02 2.025000e+02 2.025000e+02 5.000600e-06 5.161700e-07 3.977300e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d35-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d35-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.571100e-03 1.697800e-04 1.550400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.492700e-03 1.936100e-04 1.751200e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.208200e-03 3.438500e-05 2.906200e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.853800e-03 4.013100e-05 4.118000e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.251100e-03 5.415300e-05 6.164000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.028000e-03 6.964700e-05 8.156600e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.051300e-03 4.503300e-05 5.197900e-05 +2.075000e+02 1.750000e+01 1.750000e+01 1.272000e-03 2.845900e-05 3.138100e-05 +2.425000e+02 1.750000e+01 1.750000e+01 7.714900e-04 1.860300e-05 1.992900e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.548600e-04 1.108800e-05 1.158100e-05 +3.975000e+02 9.750000e+01 9.750000e+01 1.260500e-04 3.504100e-06 3.557000e-06 +6.975000e+02 2.025000e+02 2.025000e+02 6.537500e-06 2.475100e-07 2.579500e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d35-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d35-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t35 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.356900e-03 5.197500e-05 2.060400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.602500e-03 1.209700e-04 6.166400e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.512700e-03 1.501000e-04 5.842200e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.991900e-03 0.000000e+00 1.600700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.327700e-03 1.226200e-05 8.728600e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.046000e-03 1.050400e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.995200e-03 2.327300e-05 1.004600e-04 +2.075000e+02 1.750000e+01 1.750000e+01 1.202900e-03 4.973400e-05 0.000000e+00 +2.425000e+02 1.750000e+01 1.750000e+01 7.151500e-04 8.055100e-06 1.557800e-05 +2.800000e+02 2.000000e+01 2.000000e+01 4.119800e-04 1.447900e-05 2.620800e-06 +3.975000e+02 9.750000e+01 9.750000e+01 1.087000e-04 5.432200e-06 3.744600e-06 +6.975000e+02 2.025000e+02 2.025000e+02 6.240200e-06 5.432900e-07 6.584400e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d36-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d36-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 8.122500e-02 1.352140e-02 1.326180e-02 +2.250000e-01 7.500000e-02 7.500000e-02 1.143700e-01 1.663477e-02 1.142533e-02 +3.500000e-01 5.000000e-02 5.000000e-02 1.271500e-01 1.512681e-02 1.596400e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.161500e-01 1.867401e-02 1.905356e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.501200e-01 2.792869e-02 2.667234e-02 +6.250000e-01 2.500000e-02 2.500000e-02 5.917600e-01 4.321160e-02 3.926561e-02 +6.750000e-01 2.500000e-02 2.500000e-02 7.344900e-01 4.441159e-02 4.303239e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.009500e+00 6.632819e-02 6.590522e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.519000e+00 3.722584e-02 3.723416e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.206900e+00 3.835284e-02 3.784168e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.029600e+00 5.015113e-02 5.043382e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.928900e+00 7.383253e-02 7.527868e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.006300e+00 9.790021e-02 1.114479e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d36-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d36-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.202300e-01 6.211600e-03 3.741400e-03 +2.250000e-01 7.500000e-02 7.500000e-02 1.409700e-01 3.038600e-03 4.526800e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.901900e-01 4.926700e-03 5.335500e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.664800e-01 5.314100e-03 8.613400e-03 +5.500000e-01 5.000000e-02 5.000000e-02 4.124900e-01 6.902700e-03 8.398800e-03 +6.250000e-01 2.500000e-02 2.500000e-02 6.083600e-01 1.381700e-02 1.152200e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.041500e-01 1.701300e-02 1.363700e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.107700e+00 2.066300e-02 1.472900e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.518200e+00 2.071200e-02 1.947000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.090800e+00 2.068100e-02 2.676800e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.869400e+00 2.542300e-02 3.118400e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.800300e+00 3.654600e-02 4.110300e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.679200e+00 7.771600e-02 6.736700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d36-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d36-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.176200e-01 3.778900e-03 4.656300e-03 +2.250000e-01 7.500000e-02 7.500000e-02 1.375700e-01 4.262000e-03 5.147900e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.808400e-01 6.312800e-03 8.116400e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.441600e-01 6.809900e-03 8.501300e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.905200e-01 1.402100e-02 1.647000e-02 +6.250000e-01 2.500000e-02 2.500000e-02 5.466100e-01 1.315500e-02 1.498300e-02 +6.750000e-01 2.500000e-02 2.500000e-02 7.337600e-01 1.618400e-02 1.883900e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.016900e+00 2.104600e-02 2.477700e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.422900e+00 2.068500e-02 2.250500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.009400e+00 1.773700e-02 1.814300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.840200e+00 4.614300e-03 4.046000e-03 +9.250000e-01 2.500000e-02 2.500000e-02 3.950600e+00 5.492300e-02 4.720000e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.083000e+00 1.370900e-01 1.194200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d36-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d36-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t36 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.046500e-01 3.535600e-03 8.375800e-04 +2.250000e-01 7.500000e-02 7.500000e-02 1.217600e-01 2.058000e-03 9.735300e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.587500e-01 4.002300e-03 1.130700e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.222200e-01 5.742900e-04 4.499800e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.518000e-01 1.010000e-02 0.000000e+00 +6.250000e-01 2.500000e-02 2.500000e-02 5.401200e-01 3.005400e-02 2.790100e-03 +6.750000e-01 2.500000e-02 2.500000e-02 7.204000e-01 7.377300e-03 3.319600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.026600e+00 1.074000e-02 5.218800e-03 +7.750000e-01 2.500000e-02 2.500000e-02 1.454700e+00 3.734400e-03 3.749400e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.097200e+00 2.579900e-02 5.751100e-03 +8.750000e-01 2.500000e-02 2.500000e-02 2.942800e+00 2.987300e-02 2.919000e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.039700e+00 5.567300e-02 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.033700e+00 1.585000e-02 8.495600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d37-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d37-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.985700e-01 1.264129e-02 1.152023e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.687100e-01 1.111696e-02 1.148468e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.271100e-01 8.868828e-03 1.018768e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.621200e-01 6.921333e-03 7.511135e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.161900e-01 8.640365e-03 8.613727e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.586500e-01 9.151680e-03 8.764364e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.411400e-01 6.786680e-03 7.270510e-03 +5.000000e+00 2.000000e-01 2.000000e-01 6.789800e-02 5.659691e-03 5.623306e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.495100e-02 4.305751e-03 3.045384e-03 +6.200000e+00 2.000000e-01 2.000000e-01 7.071900e-03 1.694080e-03 1.603269e-03 +7.600000e+00 1.200000e+00 1.200000e+00 4.397200e-04 1.957244e-04 1.706019e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d37-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d37-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.926100e-01 3.939500e-03 6.037100e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.558500e-01 3.746400e-03 5.975100e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.221100e-01 6.806300e-03 9.456900e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.601500e-01 3.170700e-03 3.596300e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.175800e-01 3.367500e-03 3.143000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.593300e-01 6.356700e-03 4.381600e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.482900e-01 4.272500e-03 2.168500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 7.739500e-02 1.447900e-03 3.490300e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.780200e-02 8.388300e-04 6.688100e-04 +6.200000e+00 2.000000e-01 2.000000e-01 7.506600e-03 1.106900e-03 4.043100e-04 +7.600000e+00 1.200000e+00 1.200000e+00 5.968300e-04 4.654200e-05 8.824600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d37-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d37-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.591600e-01 3.434700e-03 2.984200e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.005800e-01 2.739500e-03 2.366900e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.335600e-01 2.705100e-03 2.007400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.421000e-01 1.271900e-03 1.053900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 3.767300e-01 1.434400e-03 1.638400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.322300e-01 2.152600e-03 2.474100e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.283400e-01 2.583100e-03 3.185700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 6.750400e-02 2.119900e-03 2.513800e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.488900e-02 1.221100e-03 1.629100e-03 +6.200000e+00 2.000000e-01 2.000000e-01 6.623800e-03 5.518200e-04 8.267500e-04 +7.600000e+00 1.200000e+00 1.200000e+00 5.661000e-04 6.045300e-05 9.118600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d37-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d37-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t37 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.276100e-01 5.166600e-03 7.224900e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.853200e-01 0.000000e+00 8.155000e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.378500e-01 1.011300e-02 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.483700e-01 3.856600e-03 2.567700e-04 +3.800000e+00 2.000000e-01 2.000000e-01 3.869000e-01 9.072800e-04 6.262900e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.362700e-01 9.595100e-04 2.763900e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.349000e-01 2.209400e-03 0.000000e+00 +5.000000e+00 2.000000e-01 2.000000e-01 7.258000e-02 3.110800e-03 4.607600e-03 +5.600000e+00 4.000000e-01 4.000000e-01 2.837600e-02 1.051000e-03 1.942900e-03 +6.200000e+00 2.000000e-01 2.000000e-01 8.507000e-03 1.396200e-03 6.039000e-05 +7.600000e+00 1.200000e+00 1.200000e+00 8.237200e-04 9.201200e-05 2.161600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d38-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d38-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.869000e-03 3.948115e-04 4.033031e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.557400e-03 2.631596e-04 2.844878e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.069300e-03 1.052295e-04 1.168430e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.146000e-03 1.066799e-04 9.007251e-05 +1.775000e+02 1.250000e+01 1.250000e+01 4.959700e-03 1.182551e-04 1.165410e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.550100e-03 1.126133e-04 1.104288e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.255600e-03 8.168077e-05 7.972379e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.423200e-03 7.170626e-05 6.679290e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.590200e-04 4.767594e-05 4.877268e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.796400e-04 3.442721e-05 3.512253e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.896300e-04 2.504993e-05 2.569215e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.568600e-04 1.225020e-05 1.136216e-05 +4.575000e+02 2.250000e+01 2.250000e+01 9.204500e-05 7.699796e-06 7.206928e-06 +5.300000e+02 5.000000e+01 5.000000e+01 3.546500e-05 3.495101e-06 3.369250e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.072900e-05 2.004789e-06 1.968167e-06 +8.425000e+02 1.575000e+02 1.575000e+02 8.339400e-07 4.776545e-07 4.762887e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d38-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d38-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.436400e-03 2.621100e-04 1.198200e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.304600e-03 1.894900e-04 6.331200e-05 +1.275000e+02 1.250000e+01 1.250000e+01 7.010200e-03 5.837400e-05 2.559000e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.155500e-03 4.948800e-05 6.622200e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.032400e-03 4.417300e-05 6.964200e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.612600e-03 5.412500e-05 4.575400e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.326400e-03 3.693700e-05 4.843900e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.466300e-03 3.766600e-05 3.160500e-05 +2.975000e+02 1.750000e+01 1.750000e+01 8.918200e-04 1.844800e-05 2.695900e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.312500e-04 2.358500e-05 1.471100e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.085300e-04 1.075600e-05 1.423400e-05 +4.125000e+02 2.250000e+01 2.250000e+01 1.734100e-04 6.608300e-06 7.148200e-06 +4.575000e+02 2.250000e+01 2.250000e+01 9.624800e-05 4.621200e-06 5.063100e-06 +5.300000e+02 5.000000e+01 5.000000e+01 4.070400e-05 3.289000e-06 2.511600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.222500e-05 1.220900e-06 1.126500e-06 +8.425000e+02 1.575000e+02 1.575000e+02 1.957400e-06 3.419400e-07 2.825700e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d38-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d38-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.347700e-03 5.593500e-06 2.125700e-05 +1.050000e+02 1.000000e+01 1.000000e+01 6.296100e-03 3.499600e-05 4.331400e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.534200e-03 1.621500e-05 1.453300e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.079400e-03 3.335400e-05 2.739200e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.346200e-03 2.403300e-05 2.013900e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.902300e-03 9.939600e-06 9.665200e-06 +2.350000e+02 1.500000e+01 1.500000e+01 2.621200e-03 1.150100e-05 8.529200e-06 +2.650000e+02 1.500000e+01 1.500000e+01 1.716000e-03 1.480300e-05 1.257200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.045300e-03 1.269800e-05 1.169700e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.395200e-04 1.039300e-05 9.935800e-06 +3.700000e+02 2.000000e+01 2.000000e+01 3.847600e-04 7.477900e-06 7.646200e-06 +4.125000e+02 2.250000e+01 2.250000e+01 2.229400e-04 5.319300e-06 5.796600e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.229800e-04 3.147500e-06 3.560300e-06 +5.300000e+02 5.000000e+01 5.000000e+01 5.323500e-05 1.671100e-06 1.865300e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.583700e-05 6.502500e-07 7.454400e-07 +8.425000e+02 1.575000e+02 1.575000e+02 2.440700e-06 1.241700e-07 1.433200e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d38-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d38-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t38 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.467600e-03 9.445400e-05 2.360600e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.452300e-03 9.176200e-05 1.273600e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.593500e-03 7.974300e-05 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 6.153400e-03 0.000000e+00 2.644500e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.249700e-03 1.252900e-04 1.048800e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.835600e-03 0.000000e+00 1.197900e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.573000e-03 3.335500e-05 0.000000e+00 +2.650000e+02 1.500000e+01 1.500000e+01 1.645000e-03 2.502300e-05 2.169700e-05 +2.975000e+02 1.750000e+01 1.750000e+01 1.016200e-03 6.174200e-06 3.150200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 6.441000e-04 2.990300e-05 0.000000e+00 +3.700000e+02 2.000000e+01 2.000000e+01 3.818400e-04 1.317600e-05 2.005300e-06 +4.125000e+02 2.250000e+01 2.250000e+01 2.231300e-04 1.822100e-05 5.658900e-06 +4.575000e+02 2.250000e+01 2.250000e+01 1.248600e-04 3.624900e-06 7.957200e-07 +5.300000e+02 5.000000e+01 5.000000e+01 5.546100e-05 1.851500e-06 4.965600e-06 +6.325000e+02 5.250000e+01 5.250000e+01 1.801100e-05 0.000000e+00 2.178800e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.965100e-06 3.640400e-07 2.030200e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d39-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d39-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.364800e+00 4.846605e-02 4.635862e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.438400e+00 4.449730e-02 3.998126e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.374900e+00 4.223074e-02 3.748985e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.382400e+00 3.299463e-02 3.453453e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.179700e+00 3.464802e-02 3.301143e-02 +5.000000e-01 5.000000e-02 5.000000e-02 9.105100e-01 2.360182e-02 2.415564e-02 +6.000000e-01 5.000000e-02 5.000000e-02 8.281800e-01 2.391483e-02 2.558667e-02 +7.000000e-01 5.000000e-02 5.000000e-02 6.688400e-01 1.935545e-02 1.916168e-02 +8.000000e-01 5.000000e-02 5.000000e-02 4.460100e-01 1.780996e-02 1.922288e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.734100e-01 1.195067e-02 1.259264e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.806200e-01 1.542226e-02 1.597271e-02 +1.350000e+00 1.500000e-01 1.500000e-01 7.597300e-02 4.640969e-03 5.404275e-03 +1.650000e+00 1.500000e-01 1.500000e-01 2.107300e-02 2.790816e-03 2.953377e-03 +2.050000e+00 2.500000e-01 2.500000e-01 4.614500e-03 8.474705e-04 8.540180e-04 +2.650000e+00 3.500000e-01 3.500000e-01 4.433600e-04 1.912842e-04 1.796024e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d39-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d39-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.340000e+00 1.768700e-02 2.039800e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.348800e+00 1.951700e-02 1.607900e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.373300e+00 1.300200e-02 1.758900e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.418700e+00 2.053200e-02 1.947300e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.240500e+00 1.258900e-02 1.170700e-02 +5.000000e-01 5.000000e-02 5.000000e-02 9.534900e-01 1.867300e-02 1.011800e-02 +6.000000e-01 5.000000e-02 5.000000e-02 8.350400e-01 2.020900e-02 9.484200e-03 +7.000000e-01 5.000000e-02 5.000000e-02 6.629900e-01 8.855300e-03 1.124500e-02 +8.000000e-01 5.000000e-02 5.000000e-02 4.486800e-01 7.802100e-03 6.648800e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.894800e-01 4.710700e-03 5.610800e-03 +1.100000e+00 1.000000e-01 1.000000e-01 1.616600e-01 5.108400e-03 2.928100e-03 +1.350000e+00 1.500000e-01 1.500000e-01 6.796800e-02 1.961300e-03 1.556300e-03 +1.650000e+00 1.500000e-01 1.500000e-01 2.154800e-02 9.118300e-04 9.585000e-04 +2.050000e+00 2.500000e-01 2.500000e-01 4.198600e-03 3.015200e-04 3.839000e-04 +2.650000e+00 3.500000e-01 3.500000e-01 2.037400e-04 5.669200e-05 5.861100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d39-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d39-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.246500e+00 1.943300e-02 1.690500e-02 +1.000000e-01 5.000000e-02 5.000000e-02 1.252000e+00 2.007000e-02 1.785800e-02 +2.000000e-01 5.000000e-02 5.000000e-02 1.230100e+00 1.813900e-02 1.648500e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.257100e+00 1.764700e-02 1.598900e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.131600e+00 8.899400e-03 8.380200e-03 +5.000000e-01 5.000000e-02 5.000000e-02 9.962500e-01 7.983600e-03 9.595800e-03 +6.000000e-01 5.000000e-02 5.000000e-02 9.622300e-01 1.188700e-02 1.390700e-02 +7.000000e-01 5.000000e-02 5.000000e-02 7.572900e-01 1.006100e-02 1.134000e-02 +8.000000e-01 5.000000e-02 5.000000e-02 5.062100e-01 7.437400e-03 8.474900e-03 +9.250000e-01 7.500000e-02 7.500000e-02 3.514300e-01 8.886100e-03 9.969800e-03 +1.100000e+00 1.000000e-01 1.000000e-01 1.900700e-01 4.264200e-03 4.795900e-03 +1.350000e+00 1.500000e-01 1.500000e-01 8.502200e-02 1.929800e-03 2.018600e-03 +1.650000e+00 1.500000e-01 1.500000e-01 3.127600e-02 1.071000e-03 1.210700e-03 +2.050000e+00 2.500000e-01 2.500000e-01 5.223100e-03 2.560700e-04 2.875000e-04 +2.650000e+00 3.500000e-01 3.500000e-01 2.384800e-04 1.462000e-05 1.728000e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d39-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d39-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t39 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.403400e+00 3.298400e-02 0.000000e+00 +1.000000e-01 5.000000e-02 5.000000e-02 1.405200e+00 9.437700e-03 6.334600e-03 +2.000000e-01 5.000000e-02 5.000000e-02 1.413300e+00 1.851100e-02 2.031100e-02 +3.000000e-01 5.000000e-02 5.000000e-02 1.442900e+00 9.529100e-03 2.912800e-02 +4.000000e-01 5.000000e-02 5.000000e-02 1.225900e+00 1.891800e-02 2.859000e-03 +5.000000e-01 5.000000e-02 5.000000e-02 9.026700e-01 2.250600e-03 1.659600e-02 +6.000000e-01 5.000000e-02 5.000000e-02 7.963500e-01 1.087700e-02 1.878700e-02 +7.000000e-01 5.000000e-02 5.000000e-02 6.531900e-01 8.783100e-03 3.790500e-04 +8.000000e-01 5.000000e-02 5.000000e-02 4.262500e-01 0.000000e+00 1.540600e-02 +9.250000e-01 7.500000e-02 7.500000e-02 2.827300e-01 4.356200e-03 1.214400e-02 +1.100000e+00 1.000000e-01 1.000000e-01 1.580600e-01 3.746200e-03 1.291600e-03 +1.350000e+00 1.500000e-01 1.500000e-01 6.800000e-02 5.665800e-04 5.926800e-04 +1.650000e+00 1.500000e-01 1.500000e-01 2.147300e-02 7.799200e-04 4.937200e-04 +2.050000e+00 2.500000e-01 2.500000e-01 4.536500e-03 2.556900e-04 1.983600e-04 +2.650000e+00 3.500000e-01 3.500000e-01 1.892200e-04 6.747600e-05 6.935500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d40-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d40-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.092100e+00 3.106798e-02 3.155427e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.018500e+00 3.261042e-02 3.275854e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.162800e+00 2.888218e-02 2.932710e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.222600e+00 3.679887e-02 3.686037e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.265700e+00 4.198133e-02 3.813616e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.328900e+00 3.557280e-02 3.561967e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.357500e+00 3.641542e-02 3.624554e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.438400e+00 3.448402e-02 3.442345e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.314600e+00 3.158142e-02 3.158311e-02 +4.750000e-01 2.500000e-02 2.500000e-02 1.183600e+00 7.406805e-02 7.448768e-02 +5.250000e-01 2.500000e-02 2.500000e-02 1.161100e+00 3.762767e-02 3.800440e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.146800e+00 2.485644e-02 2.489803e-02 +6.250000e-01 2.500000e-02 2.500000e-02 1.010200e+00 3.103958e-02 3.050361e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.781000e-01 2.837291e-02 2.830434e-02 +7.250000e-01 2.500000e-02 2.500000e-02 7.318400e-01 2.162921e-02 2.185104e-02 +7.750000e-01 2.500000e-02 2.500000e-02 5.806800e-01 1.976100e-02 1.904239e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.710600e-01 1.722081e-02 1.747534e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.768200e-01 1.571927e-02 1.620136e-02 +9.250000e-01 2.500000e-02 2.500000e-02 2.961800e-01 1.371480e-02 1.385615e-02 +9.750000e-01 2.500000e-02 2.500000e-02 2.365800e-01 1.112368e-02 1.115901e-02 +1.025000e+00 2.500000e-02 2.500000e-02 1.879500e-01 1.031368e-02 1.003133e-02 +1.075000e+00 2.500000e-02 2.500000e-02 1.347400e-01 9.133185e-03 9.721705e-03 +1.125000e+00 2.500000e-02 2.500000e-02 1.007700e-01 7.617282e-03 7.873269e-03 +1.175000e+00 2.500000e-02 2.500000e-02 8.877400e-02 6.686759e-03 6.552150e-03 +1.250000e+00 5.000000e-02 5.000000e-02 5.083300e-02 3.534430e-03 3.516280e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.948700e-02 3.063042e-03 3.052132e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.072400e-02 1.203017e-03 1.201783e-03 +1.800000e+00 2.000000e-01 2.000000e-01 1.276900e-03 2.783425e-04 2.824434e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d40-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d40-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.058900e+00 2.440100e-02 2.870700e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.075000e+00 1.942100e-02 2.793500e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.117900e+00 1.888400e-02 3.722800e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.179800e+00 2.483900e-02 2.786300e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.265200e+00 3.155300e-02 1.714800e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.320200e+00 1.923900e-02 2.519200e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.412000e+00 5.713100e-02 1.568400e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.425600e+00 1.796800e-02 2.732000e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.363600e+00 2.205900e-02 1.904700e-02 +4.750000e-01 2.500000e-02 2.500000e-02 1.259300e+00 1.483900e-02 2.001100e-02 +5.250000e-01 2.500000e-02 2.500000e-02 1.189600e+00 1.625400e-02 1.656800e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.094900e+00 3.942300e-02 1.719900e-02 +6.250000e-01 2.500000e-02 2.500000e-02 1.008100e+00 1.360500e-02 1.420700e-01 +6.750000e-01 2.500000e-02 2.500000e-02 8.684100e-01 1.375800e-02 1.759400e-02 +7.250000e-01 2.500000e-02 2.500000e-02 7.206400e-01 1.408000e-02 1.219100e-02 +7.750000e-01 2.500000e-02 2.500000e-02 5.902600e-01 1.658200e-02 2.223300e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.710300e-01 9.983400e-03 1.482600e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.751400e-01 1.622500e-02 8.091700e-03 +9.250000e-01 2.500000e-02 2.500000e-02 2.900400e-01 1.133200e-02 9.283800e-03 +9.750000e-01 2.500000e-02 2.500000e-02 2.269700e-01 7.585900e-03 6.801000e-03 +1.025000e+00 2.500000e-02 2.500000e-02 1.741400e-01 7.122100e-03 5.601200e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.318600e-01 5.705100e-03 6.368000e-03 +1.125000e+00 2.500000e-02 2.500000e-02 9.990000e-02 4.566900e-03 5.090200e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.347300e-02 4.096900e-03 3.696500e-03 +1.250000e+00 5.000000e-02 5.000000e-02 4.924000e-02 2.277600e-03 2.281000e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.680000e-02 1.847100e-03 1.842600e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.073400e-02 7.668700e-04 9.794000e-04 +1.800000e+00 2.000000e-01 2.000000e-01 1.628600e-03 1.924300e-04 2.586500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d40-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d40-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.195900e+00 1.283400e-02 1.502300e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.201500e+00 1.065700e-02 1.185500e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.228500e+00 8.872800e-03 1.021600e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.275600e+00 6.065100e-03 6.637200e-03 +2.250000e-01 2.500000e-02 2.500000e-02 1.316900e+00 3.881300e-03 3.238400e-03 +2.750000e-01 2.500000e-02 2.500000e-02 1.352300e+00 2.811600e-03 3.149800e-03 +3.250000e-01 2.500000e-02 2.500000e-02 1.389300e+00 7.209400e-03 6.543600e-03 +3.750000e-01 2.500000e-02 2.500000e-02 1.372700e+00 7.557100e-03 7.226700e-03 +4.250000e-01 2.500000e-02 2.500000e-02 1.330400e+00 4.454500e-03 4.945200e-03 +4.750000e-01 2.500000e-02 2.500000e-02 1.222800e+00 7.781300e-03 6.579500e-03 +5.250000e-01 2.500000e-02 2.500000e-02 1.147500e+00 1.642500e-03 2.115600e-03 +5.750000e-01 2.500000e-02 2.500000e-02 1.035900e+00 5.270800e-03 5.003000e-03 +6.250000e-01 2.500000e-02 2.500000e-02 9.380800e-01 4.431300e-03 3.492500e-03 +6.750000e-01 2.500000e-02 2.500000e-02 8.012500e-01 4.041800e-03 3.306700e-03 +7.250000e-01 2.500000e-02 2.500000e-02 6.717300e-01 4.005300e-03 3.314500e-03 +7.750000e-01 2.500000e-02 2.500000e-02 5.560900e-01 1.436500e-03 1.014300e-03 +8.250000e-01 2.500000e-02 2.500000e-02 4.421000e-01 1.241600e-03 1.476800e-03 +8.750000e-01 2.500000e-02 2.500000e-02 3.563200e-01 1.775000e-03 1.817900e-03 +9.250000e-01 2.500000e-02 2.500000e-02 2.712100e-01 1.717300e-03 1.676500e-03 +9.750000e-01 2.500000e-02 2.500000e-02 2.147400e-01 1.241200e-03 1.471300e-03 +1.025000e+00 2.500000e-02 2.500000e-02 1.687000e-01 9.556200e-04 1.066900e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.313200e-01 9.833600e-04 1.150200e-03 +1.125000e+00 2.500000e-02 2.500000e-02 9.624500e-02 1.248900e-03 1.222400e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.322800e-02 1.067000e-03 1.110700e-03 +1.250000e+00 5.000000e-02 5.000000e-02 5.152800e-02 1.965200e-03 2.046800e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.555200e-02 5.289700e-04 5.892700e-04 +1.500000e+00 1.000000e-01 1.000000e-01 1.074700e-02 2.766600e-04 3.018000e-04 +1.800000e+00 2.000000e-01 2.000000e-01 1.577400e-03 9.334100e-05 1.177700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d40-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d40-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t40 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.006400e+00 2.651100e-02 4.459400e-02 +7.500000e-02 2.500000e-02 2.500000e-02 1.041000e+00 3.138200e-02 1.939700e-02 +1.250000e-01 2.500000e-02 2.500000e-02 1.085800e+00 2.771400e-02 4.315800e-02 +1.750000e-01 2.500000e-02 2.500000e-02 1.160700e+00 5.162200e-02 2.274600e-02 +2.250000e-01 2.500000e-02 2.500000e-02 1.241700e+00 2.946500e-02 4.578600e-02 +2.750000e-01 2.500000e-02 2.500000e-02 1.324100e+00 1.843700e-02 4.872300e-02 +3.250000e-01 2.500000e-02 2.500000e-02 1.374500e+00 1.193200e-02 1.566200e-02 +3.750000e-01 2.500000e-02 2.500000e-02 1.417800e+00 2.793200e-02 1.814500e-02 +4.250000e-01 2.500000e-02 2.500000e-02 1.368400e+00 1.022300e-02 9.238300e-03 +4.750000e-01 2.500000e-02 2.500000e-02 1.301800e+00 3.150100e-02 9.823400e-03 +5.250000e-01 2.500000e-02 2.500000e-02 1.204000e+00 2.169500e-02 2.649500e-02 +5.750000e-01 2.500000e-02 2.500000e-02 1.133300e+00 1.727300e-02 6.940400e-03 +6.250000e-01 2.500000e-02 2.500000e-02 1.024100e+00 2.797200e-02 3.219000e-02 +6.750000e-01 2.500000e-02 2.500000e-02 8.917100e-01 2.951600e-02 0.000000e+00 +7.250000e-01 2.500000e-02 2.500000e-02 7.427700e-01 4.053500e-02 0.000000e+00 +7.750000e-01 2.500000e-02 2.500000e-02 5.917100e-01 1.901600e-04 3.304800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 4.877000e-01 1.963300e-02 5.870300e-03 +8.750000e-01 2.500000e-02 2.500000e-02 3.724000e-01 5.587000e-03 4.653900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 2.982400e-01 7.696900e-03 1.102500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 2.318500e-01 0.000000e+00 1.112200e-02 +1.025000e+00 2.500000e-02 2.500000e-02 1.790100e-01 1.048900e-02 7.040500e-03 +1.075000e+00 2.500000e-02 2.500000e-02 1.332300e-01 7.665800e-03 4.872400e-03 +1.125000e+00 2.500000e-02 2.500000e-02 1.046500e-01 6.651300e-03 2.049700e-03 +1.175000e+00 2.500000e-02 2.500000e-02 7.552400e-02 0.000000e+00 8.733400e-03 +1.250000e+00 5.000000e-02 5.000000e-02 4.978900e-02 2.021200e-03 2.212300e-03 +1.350000e+00 5.000000e-02 5.000000e-02 2.532400e-02 1.114800e-03 2.417500e-03 +1.500000e+00 1.000000e-01 1.000000e-01 1.082000e-02 0.000000e+00 1.249500e-03 +1.800000e+00 2.000000e-01 2.000000e-01 1.752000e-03 1.180000e-04 5.657900e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d41-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d41-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.964000e-01 1.607332e-02 1.717396e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.848500e-01 7.374995e-03 6.654775e-03 +2.000000e+00 5.000000e-01 5.000000e-01 8.968700e-02 6.468044e-03 6.752842e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.270900e-02 3.138601e-03 2.722886e-03 +4.000000e+00 5.000000e-01 5.000000e-01 4.667900e-03 9.714106e-04 8.115541e-04 +6.500000e+00 2.000000e+00 2.000000e+00 1.683300e-03 4.780830e-04 4.506593e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d41-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d41-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.974500e-01 4.962600e-03 5.161900e-03 +1.000000e+00 5.000000e-01 5.000000e-01 2.853700e-01 3.791500e-03 2.628200e-03 +2.000000e+00 5.000000e-01 5.000000e-01 8.776600e-02 1.671000e-03 1.759900e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.271300e-02 7.866500e-04 5.123500e-04 +4.000000e+00 5.000000e-01 5.000000e-01 5.262600e-03 2.141000e-04 4.450100e-04 +6.500000e+00 2.000000e+00 2.000000e+00 1.437100e-03 1.139900e-04 1.704700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d41-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d41-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.285200e-01 2.975800e-02 2.687500e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.982700e-01 1.574400e-02 1.691700e-02 +2.000000e+00 5.000000e-01 5.000000e-01 6.750600e-02 7.575200e-03 8.807000e-03 +3.000000e+00 5.000000e-01 5.000000e-01 1.000000e-99 0.000000e+00 0.000000e+00 +4.000000e+00 5.000000e-01 5.000000e-01 1.000000e-99 0.000000e+00 0.000000e+00 +6.500000e+00 2.000000e+00 2.000000e+00 1.000000e-99 0.000000e+00 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d41-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d41-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t41 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.807900e-01 1.766100e-02 1.722700e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.978700e-01 1.318500e-02 9.317100e-03 +2.000000e+00 5.000000e-01 5.000000e-01 9.355500e-02 4.131100e-03 6.521300e-03 +3.000000e+00 5.000000e-01 5.000000e-01 2.286700e-02 2.761800e-04 1.435100e-03 +4.000000e+00 5.000000e-01 5.000000e-01 4.111000e-03 0.000000e+00 5.716300e-04 +6.500000e+00 2.000000e+00 2.000000e+00 8.071900e-04 8.568600e-05 7.494700e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d42-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d42-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.462800e-03 7.499147e-04 7.406124e-04 +7.500000e+01 2.500000e+01 2.500000e+01 7.215300e-03 5.754537e-04 5.787028e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.483700e-03 4.720876e-04 4.692823e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.239800e-03 1.940097e-04 1.965313e-04 +5.150000e+02 2.150000e+02 2.150000e+02 7.642600e-05 4.291271e-05 4.259800e-05 +8.150000e+02 8.500000e+01 8.500000e+01 3.737200e-06 3.442953e-04 3.442747e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d42-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d42-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.366300e-03 2.815300e-04 3.703300e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.617000e-03 3.670800e-04 3.587300e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.775800e-03 2.768900e-04 2.412400e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.481900e-03 9.808200e-05 1.029800e-04 +5.150000e+02 2.150000e+02 2.150000e+02 1.524100e-04 1.802100e-05 1.859600e-05 +8.150000e+02 8.500000e+01 8.500000e+01 7.551100e-06 6.318500e-06 6.374200e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d42-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d42-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t42 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.550900e-03 4.657300e-04 2.392800e-04 +7.500000e+01 2.500000e+01 2.500000e+01 5.704000e-03 2.641700e-04 2.175700e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.576100e-03 1.452600e-04 1.765400e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.457600e-03 7.701300e-05 2.489200e-04 +5.150000e+02 2.150000e+02 2.150000e+02 1.547500e-04 1.172200e-05 3.773100e-06 +8.150000e+02 8.500000e+01 8.500000e+01 1.225900e-05 6.416000e-08 7.997900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d43-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d43-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.825400e-01 4.804469e-02 5.256234e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.627400e+00 2.142801e-01 2.114021e-01 +9.500000e-01 5.000000e-02 5.000000e-02 5.467400e+00 4.834528e-01 4.842489e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d43-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d43-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.458000e-01 1.775100e-02 2.787700e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.731500e+00 1.090200e-01 8.821700e-02 +9.500000e-01 5.000000e-02 5.000000e-02 4.816400e+00 2.585600e-01 2.326400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d43-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d43-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t43 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.275600e-01 1.348500e-02 0.000000e+00 +8.000000e-01 1.000000e-01 1.000000e-01 1.633100e+00 1.205100e-01 1.407900e-02 +9.500000e-01 5.000000e-02 5.000000e-02 5.140800e+00 0.000000e+00 3.413200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d44-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d44-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 8.040500e-02 1.809084e-02 1.855774e-02 +4.400000e+00 8.000000e-01 8.000000e-01 2.001600e-01 2.488998e-02 2.451298e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.495500e-01 4.113629e-02 4.162140e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.026900e-01 1.709198e-02 1.605860e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d44-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d44-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 8.200600e-02 7.824900e-03 7.288100e-03 +4.400000e+00 8.000000e-01 8.000000e-01 2.052200e-01 1.095700e-02 1.105700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 3.500600e-01 2.387300e-02 1.992000e-02 +7.400000e+00 1.400000e+00 1.400000e+00 9.885600e-02 5.658200e-03 8.310200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d44-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d44-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t44 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.045100e-01 3.400700e-03 3.302800e-02 +4.400000e+00 8.000000e-01 8.000000e-01 2.127100e-01 7.506800e-03 0.000000e+00 +5.600000e+00 4.000000e-01 4.000000e-01 2.870300e-01 4.455300e-03 1.426800e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.013300e-01 1.218200e-02 7.319700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d45-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d45-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 5.044100e-03 8.141980e-04 7.683542e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.701600e-03 3.954643e-04 3.997386e-04 +2.675000e+02 4.750000e+01 4.750000e+01 1.582200e-03 2.584380e-04 2.475394e-04 +3.750000e+02 6.000000e+01 6.000000e+01 1.056700e-03 1.982897e-04 1.946652e-04 +5.600000e+02 1.250000e+02 1.250000e+02 4.964500e-04 9.283398e-05 1.016880e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d45-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d45-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 4.474700e-03 2.669800e-04 3.519000e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.799800e-03 2.287400e-04 2.140200e-04 +2.675000e+02 4.750000e+01 4.750000e+01 2.111300e-03 1.472800e-04 1.444400e-04 +3.750000e+02 6.000000e+01 6.000000e+01 1.014500e-03 9.289300e-05 8.840900e-05 +5.600000e+02 1.250000e+02 1.250000e+02 4.208800e-04 4.172900e-05 4.030600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d45-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d45-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t45 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 4.513200e-03 5.134400e-04 4.478600e-04 +1.800000e+02 4.000000e+01 4.000000e+01 3.297000e-03 1.464500e-04 5.099500e-05 +2.675000e+02 4.750000e+01 4.750000e+01 2.072700e-03 1.924800e-04 0.000000e+00 +3.750000e+02 6.000000e+01 6.000000e+01 1.129300e-03 0.000000e+00 1.010000e-04 +5.600000e+02 1.250000e+02 1.250000e+02 5.321100e-04 2.994500e-05 4.663600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d46-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d46-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.764900e+00 3.425195e-01 3.447472e-01 +7.000000e-01 3.000000e-01 3.000000e-01 4.900900e-01 7.924038e-02 7.482411e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d46-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d46-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.798700e+00 8.229200e-02 8.746100e-02 +7.000000e-01 3.000000e-01 3.000000e-01 4.675100e-01 4.090200e-02 3.642200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d46-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d46-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t46 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.780100e+00 7.337200e-02 3.594900e-02 +7.000000e-01 3.000000e-01 3.000000e-01 4.799400e-01 2.286300e-02 4.606900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d47-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d47-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.859400e+00 1.383831e-01 1.371311e-01 +5.250000e-01 1.250000e-01 1.250000e-01 8.648800e-01 1.483110e-01 1.494041e-01 +8.250000e-01 1.750000e-01 1.750000e-01 1.143000e-01 3.684675e-02 3.779701e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d47-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d47-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.962100e+00 6.646300e-02 7.265300e-02 +5.250000e-01 1.250000e-01 1.250000e-01 7.367100e-01 7.076100e-02 5.149600e-02 +8.250000e-01 1.750000e-01 1.750000e-01 8.849300e-02 1.510200e-02 1.640000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d47-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d47-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t47 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.787900e+00 7.472700e-02 4.901200e-02 +5.250000e-01 1.250000e-01 1.250000e-01 9.465600e-01 3.179200e-02 1.206000e-01 +8.250000e-01 1.750000e-01 1.750000e-01 1.377400e-01 3.181000e-02 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d48-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d48-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.259500e-01 4.071903e-02 4.353340e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.331100e-01 2.999246e-02 2.778104e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.409400e-01 3.220689e-02 3.230973e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d48-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d48-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.340400e-01 2.770900e-02 2.923400e-02 +1.000000e+00 5.000000e-01 5.000000e-01 2.317200e-01 2.357400e-02 1.444500e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.342300e-01 1.156500e-02 2.024000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d48-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d48-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t48 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.690500e-01 4.568600e-02 8.327700e-03 +1.000000e+00 5.000000e-01 5.000000e-01 2.610700e-01 1.182600e-03 2.935000e-02 +3.000000e+00 1.500000e+00 1.500000e+00 1.698800e-01 8.419100e-03 2.333900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d49-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d49-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.464200e-03 1.996778e-04 2.113957e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.836000e-03 9.182172e-05 8.486924e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.184800e-03 5.965306e-05 5.928028e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.544600e-03 5.350731e-05 5.426567e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.723800e-04 6.713703e-05 6.666637e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.727900e-04 3.266261e-05 3.194779e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.167100e-04 2.703154e-05 2.736909e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.463200e-04 2.138141e-05 1.994644e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.157300e-04 1.707022e-05 1.933633e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.148800e-04 1.051342e-05 1.244345e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.075600e-05 4.292400e-06 4.616306e-06 +2.350000e+03 3.500000e+02 3.500000e+02 6.020500e-06 1.381048e-06 1.010973e-06 +3.350000e+03 6.500000e+02 6.500000e+02 4.115900e-07 1.815897e-07 1.841067e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d49-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d49-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.362400e-03 1.517800e-04 7.976300e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.763800e-03 4.917600e-05 4.543100e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.078900e-03 3.484700e-05 6.022000e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.516000e-03 4.289100e-05 2.805600e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.084100e-03 3.456400e-05 2.558000e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.263800e-04 1.870300e-05 2.226500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.991600e-04 1.424200e-05 4.147700e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.393900e-04 1.345400e-05 3.205200e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.167400e-04 9.725900e-06 8.230800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.307500e-04 1.042800e-05 7.351200e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.830800e-05 2.449800e-06 2.340000e-06 +2.350000e+03 3.500000e+02 3.500000e+02 7.398900e-06 9.804100e-07 7.028100e-07 +3.350000e+03 6.500000e+02 6.500000e+02 3.216200e-07 1.115200e-07 1.137400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d49-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d49-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.340800e-03 6.275200e-05 5.554000e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.727800e-03 3.754100e-05 3.297400e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.047600e-03 1.641100e-05 1.416700e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.513300e-03 1.884800e-06 1.406900e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.093600e-03 7.142800e-06 6.258100e-06 +9.325000e+02 5.250000e+01 5.250000e+01 7.536900e-04 7.335400e-06 8.193300e-06 +1.042500e+03 5.750000e+01 5.750000e+01 4.879300e-04 7.938800e-06 8.993600e-06 +1.150000e+03 5.000000e+01 5.000000e+01 3.398100e-04 7.353300e-06 8.376900e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.316000e-04 6.621200e-06 7.595800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.364600e-04 4.720900e-06 5.463900e-06 +1.750000e+03 2.500000e+02 2.500000e+02 4.906600e-05 2.178600e-06 2.539400e-06 +2.350000e+03 3.500000e+02 3.500000e+02 7.462200e-06 4.830600e-07 5.763600e-07 +3.350000e+03 6.500000e+02 6.500000e+02 4.745900e-07 3.978200e-08 4.824000e-08 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d49-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d49-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t49 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.076200e-03 2.259800e-05 0.000000e+00 +5.800000e+02 3.500000e+01 3.500000e+01 2.594500e-03 5.505600e-05 2.109200e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.979900e-03 0.000000e+00 5.741600e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.483800e-03 2.652200e-05 1.098100e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.120500e-03 5.984700e-05 0.000000e+00 +9.325000e+02 5.250000e+01 5.250000e+01 7.786500e-04 8.528000e-06 1.625300e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.361400e-04 3.902500e-06 2.148600e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.686100e-04 4.868100e-06 2.126300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.547800e-04 7.683900e-06 9.004900e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.563300e-04 6.102600e-06 4.274000e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.236300e-05 1.035100e-06 2.966500e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.072300e-05 6.190200e-07 1.829600e-06 +3.350000e+03 6.500000e+02 6.500000e+02 7.258400e-07 6.961000e-08 1.417800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d50-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d50-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.229500e-03 1.760392e-04 1.805021e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.636300e-03 2.391740e-04 2.509045e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.791700e-03 2.040372e-04 1.978798e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.903100e-03 1.655871e-04 1.657681e-04 +1.450000e+02 1.500000e+01 1.500000e+01 3.430400e-03 2.001677e-04 1.964339e-04 +1.925000e+02 3.250000e+01 3.250000e+01 1.805500e-03 1.314386e-04 1.261339e-04 +2.625000e+02 3.750000e+01 3.750000e+01 6.032300e-04 4.792068e-05 4.885793e-05 +5.150000e+02 2.150000e+02 2.150000e+02 3.539900e-05 1.118806e-05 1.125360e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d50-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d50-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.036300e-03 6.760400e-05 1.112300e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.179700e-03 2.209500e-04 1.171000e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.496100e-03 1.463100e-04 1.102000e-04 +1.150000e+02 1.500000e+01 1.500000e+01 5.046700e-03 1.101200e-04 9.157500e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.600100e-03 7.650000e-05 8.250700e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.899000e-03 3.695100e-05 6.108000e-05 +2.625000e+02 3.750000e+01 3.750000e+01 6.468500e-04 2.218100e-05 2.566600e-05 +5.150000e+02 2.150000e+02 2.150000e+02 5.800200e-05 2.510800e-06 3.390100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d50-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d50-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.334000e-03 5.676300e-05 5.180300e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.387100e-03 7.000000e-05 6.461300e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.563100e-03 1.731800e-05 1.512600e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.897500e-03 9.733100e-06 1.240000e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.383800e-03 4.071700e-05 4.674900e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.772500e-03 2.564800e-05 2.992200e-05 +2.625000e+02 3.750000e+01 3.750000e+01 6.140200e-04 9.495300e-06 9.943300e-06 +5.150000e+02 2.150000e+02 2.150000e+02 5.777400e-05 1.226300e-06 1.374600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d50-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d50-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t50 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.381400e-03 1.635300e-04 0.000000e+00 +6.250000e+01 1.250000e+01 1.250000e+01 7.233900e-03 2.045000e-04 8.229600e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.471800e-03 0.000000e+00 2.897600e-04 +1.150000e+02 1.500000e+01 1.500000e+01 5.026500e-03 0.000000e+00 8.197700e-05 +1.450000e+02 1.500000e+01 1.500000e+01 3.461800e-03 8.954200e-06 9.398300e-05 +1.925000e+02 3.250000e+01 3.250000e+01 1.777400e-03 1.895000e-05 7.372300e-06 +2.625000e+02 3.750000e+01 3.750000e+01 6.069100e-04 2.572100e-06 2.378200e-05 +5.150000e+02 2.150000e+02 2.150000e+02 5.253100e-05 2.034200e-06 1.387600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d51-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d51-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.021200e-01 1.267664e-02 1.298212e-02 +4.500000e-01 1.500000e-01 1.500000e-01 2.207600e-01 2.769733e-02 2.627560e-02 +6.500000e-01 5.000000e-02 5.000000e-02 7.932300e-01 5.151811e-02 5.025837e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.471100e+00 6.159276e-02 6.083139e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.509000e+00 9.585503e-02 9.570895e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.183200e+00 1.134895e-01 1.150631e-01 +9.250000e-01 2.500000e-02 2.500000e-02 3.752800e+00 1.518879e-01 1.516537e-01 +9.750000e-01 2.500000e-02 2.500000e-02 4.089000e+00 1.543104e-01 1.577002e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d51-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d51-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.220100e-01 4.518900e-03 9.244800e-03 +4.500000e-01 1.500000e-01 1.500000e-01 3.111600e-01 7.224300e-03 1.256900e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.244500e-01 4.298100e-02 1.962800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.495500e+00 3.266400e-02 2.800800e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.274100e+00 4.610200e-02 5.724300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.935100e+00 5.674800e-02 5.324900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.575100e+00 6.514400e-02 6.784100e-02 +9.750000e-01 2.500000e-02 2.500000e-02 3.976700e+00 9.147900e-02 7.812900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d51-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d51-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.156100e-01 4.403700e-03 5.437600e-03 +4.500000e-01 1.500000e-01 1.500000e-01 2.631000e-01 7.411500e-03 8.683900e-03 +6.500000e-01 5.000000e-02 5.000000e-02 7.011700e-01 1.146200e-02 1.265600e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.348100e+00 1.296400e-02 1.444500e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.216700e+00 4.095600e-03 2.309800e-03 +8.750000e-01 2.500000e-02 2.500000e-02 2.999700e+00 2.146300e-02 1.822100e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.891400e+00 4.270000e-02 3.788700e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.521500e+00 7.078200e-02 6.142300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d51-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d51-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t51 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 9.199300e-02 0.000000e+00 6.011700e-03 +4.500000e-01 1.500000e-01 1.500000e-01 2.361700e-01 4.630400e-03 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 6.701500e-01 7.539200e-03 3.591600e-03 +7.500000e-01 5.000000e-02 5.000000e-02 1.411500e+00 0.000000e+00 4.634900e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.238700e+00 2.544500e-02 3.225400e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.063800e+00 1.115200e-01 0.000000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 3.933400e+00 0.000000e+00 5.605500e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.631700e+00 8.503900e-02 2.714100e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d52-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d52-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.585100e-01 2.518342e-02 2.672197e-02 +2.600000e+00 2.000000e-01 2.000000e-01 4.202800e-01 2.460143e-02 2.534064e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.931000e-01 1.687880e-02 1.797093e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.616300e-01 1.809483e-02 1.809607e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.988300e-01 1.424917e-02 1.217896e-02 +4.800000e+00 4.000000e-01 4.000000e-01 6.914100e-02 8.368347e-03 7.255041e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.395000e-03 6.473179e-04 8.672093e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d52-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d52-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.378200e-01 6.433500e-03 9.734800e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.044000e-01 8.529400e-03 1.097200e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.542900e-01 1.031700e-02 7.285100e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.611600e-01 7.634000e-03 7.996200e-03 +4.000000e+00 4.000000e-01 4.000000e-01 3.109100e-01 4.790400e-03 9.374000e-03 +4.800000e+00 4.000000e-01 4.000000e-01 9.313200e-02 4.360800e-03 2.659600e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.804900e-03 4.094000e-04 4.730600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d52-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d52-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.923400e-01 4.908300e-03 3.857800e-03 +2.600000e+00 2.000000e-01 2.000000e-01 4.344800e-01 4.387700e-03 3.463600e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.633100e-01 3.133200e-03 2.570600e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.337800e-01 1.285400e-03 1.214900e-03 +4.000000e+00 4.000000e-01 4.000000e-01 2.888900e-01 2.503900e-03 3.145100e-03 +4.800000e+00 4.000000e-01 4.000000e-01 8.277700e-02 2.155300e-03 2.719400e-03 +7.000000e+00 1.800000e+00 1.800000e+00 3.639800e-03 1.792500e-04 2.194100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d52-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d52-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t52 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.778100e-01 1.067500e-02 0.000000e+00 +2.600000e+00 2.000000e-01 2.000000e-01 4.312200e-01 0.000000e+00 1.555600e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.550200e-01 6.082600e-03 2.484300e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.389700e-01 1.130300e-02 0.000000e+00 +4.000000e+00 4.000000e-01 4.000000e-01 2.945800e-01 0.000000e+00 7.117200e-03 +4.800000e+00 4.000000e-01 4.000000e-01 8.617900e-02 1.615400e-03 0.000000e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.939400e-03 1.614400e-04 6.160800e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d53-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d53-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.340500e-03 3.722522e-04 2.395128e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.653100e-03 3.321929e-04 3.467350e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.519100e-03 2.240276e-04 2.436738e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.379400e-03 2.045837e-04 1.978199e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.527800e-03 2.223416e-04 2.251322e-04 +2.050000e+02 1.500000e+01 1.500000e+01 4.385000e-03 1.520537e-04 1.592443e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.670000e-03 1.328195e-04 1.378058e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.797800e-03 9.739703e-05 1.082551e-04 +3.150000e+02 3.500000e+01 3.500000e+01 8.616300e-04 8.359779e-05 8.738209e-05 +4.150000e+02 6.500000e+01 6.500000e+01 2.206100e-04 4.065504e-05 4.063993e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.216700e-05 5.730018e-06 5.618282e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d53-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d53-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.933000e-03 1.368500e-04 2.093900e-04 +1.050000e+02 1.000000e+01 1.000000e+01 6.061200e-03 2.334000e-04 1.518500e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.474500e-03 1.310900e-04 1.112400e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.137900e-03 1.142800e-04 1.156800e-04 +1.775000e+02 1.250000e+01 1.250000e+01 5.367000e-03 1.069000e-04 1.124600e-04 +2.050000e+02 1.500000e+01 1.500000e+01 4.026100e-03 9.907300e-05 8.043900e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.707900e-03 6.825300e-05 7.547100e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.767900e-03 6.554700e-05 5.563200e-05 +3.150000e+02 3.500000e+01 3.500000e+01 8.826800e-04 2.512700e-05 3.951400e-05 +4.150000e+02 6.500000e+01 6.500000e+01 2.406000e-04 9.303600e-06 1.188700e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.497400e-05 3.529500e-06 2.836700e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d53-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d53-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.368500e-03 7.678900e-05 1.016000e-04 +1.050000e+02 1.000000e+01 1.000000e+01 5.435400e-03 2.930000e-05 3.891400e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.012000e-03 2.458900e-05 2.809900e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.045600e-03 2.644600e-05 2.375300e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.498800e-03 4.430600e-05 3.706400e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.150100e-03 1.428900e-05 1.241200e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.914500e-03 1.523900e-05 1.148200e-05 +2.650000e+02 1.500000e+01 1.500000e+01 2.062300e-03 1.778200e-05 1.193900e-05 +3.150000e+02 3.500000e+01 3.500000e+01 9.659200e-04 1.178500e-05 9.862800e-06 +4.150000e+02 6.500000e+01 6.500000e+01 2.904800e-04 7.166700e-06 6.459100e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.739800e-05 1.258600e-06 1.421500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d53-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d53-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t53 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.181300e-03 1.496200e-04 6.003400e-05 +1.050000e+02 1.000000e+01 1.000000e+01 5.517600e-03 2.552600e-04 2.778900e-05 +1.275000e+02 1.250000e+01 1.250000e+01 5.899600e-03 8.435000e-05 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 5.839100e-03 6.783400e-05 6.978800e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.382100e-03 0.000000e+00 6.059300e-05 +2.050000e+02 1.500000e+01 1.500000e+01 4.166900e-03 0.000000e+00 1.995900e-04 +2.350000e+02 1.500000e+01 1.500000e+01 3.038600e-03 2.376700e-05 1.260300e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.940100e-03 2.828900e-05 5.446300e-05 +3.150000e+02 3.500000e+01 3.500000e+01 1.071000e-03 6.070700e-05 4.676800e-07 +4.150000e+02 6.500000e+01 6.500000e+01 3.052400e-04 2.268800e-06 8.337000e-06 +5.825000e+02 1.025000e+02 1.025000e+02 4.826200e-05 1.483400e-06 4.029900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d54-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d54-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.128800e-03 2.620050e-04 2.899555e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.649900e-03 1.365857e-04 1.343382e-04 +6.550000e+02 4.000000e+01 4.000000e+01 2.033600e-03 8.972807e-05 9.790188e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.463000e-03 7.369309e-05 6.555212e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.101500e-03 5.937838e-05 4.810172e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.242700e-04 6.319372e-05 7.426883e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.979900e-04 4.593612e-05 4.442757e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.372000e-04 3.600630e-05 3.230795e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.281200e-04 5.344951e-05 4.520928e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.710500e-04 2.235096e-05 2.038130e-05 +1.750000e+03 2.500000e+02 2.500000e+02 7.781400e-05 9.211709e-06 9.863134e-06 +3.000000e+03 1.000000e+03 1.000000e+03 4.450100e-06 1.035972e-06 1.055269e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d54-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d54-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.866500e-03 6.705400e-05 1.330400e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.419600e-03 4.278100e-05 5.760900e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.936500e-03 5.110200e-05 3.922100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.480000e-03 3.637000e-05 2.943700e-05 +8.325000e+02 4.750000e+01 4.750000e+01 1.099600e-03 3.895100e-05 2.495200e-05 +9.325000e+02 5.250000e+01 5.250000e+01 7.932000e-04 2.155700e-05 2.120500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.644900e-04 1.652600e-05 3.016000e-05 +1.150000e+03 5.000000e+01 5.000000e+01 4.028700e-04 2.143800e-05 1.508400e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.775000e-04 1.403900e-05 1.108400e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.772200e-04 8.951800e-06 9.651300e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.868200e-05 5.007200e-06 4.138300e-06 +3.000000e+03 1.000000e+03 1.000000e+03 6.509700e-06 4.254800e-07 4.360400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d54-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d54-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.857900e-03 6.863800e-05 6.031800e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.441400e-03 4.315400e-05 3.749800e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.924000e-03 2.031900e-05 1.742100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.478200e-03 5.211700e-06 7.140200e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.116600e-03 4.712300e-06 3.505100e-06 +9.325000e+02 5.250000e+01 5.250000e+01 7.835000e-04 6.910300e-06 7.682700e-06 +1.042500e+03 5.750000e+01 5.750000e+01 5.489300e-04 8.016600e-06 9.075900e-06 +1.150000e+03 5.000000e+01 5.000000e+01 4.138100e-04 8.564600e-06 9.779600e-06 +1.275000e+03 7.500000e+01 7.500000e+01 2.804300e-04 7.022500e-06 8.104500e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.783300e-04 5.887600e-06 6.839400e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.794300e-05 3.586900e-06 4.234800e-06 +3.000000e+03 1.000000e+03 1.000000e+03 6.451900e-06 4.741000e-07 5.792000e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d54-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d54-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t54 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.694100e-03 4.588300e-05 1.186700e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.354400e-03 4.103500e-05 1.611100e-04 +6.550000e+02 4.000000e+01 4.000000e+01 1.864400e-03 3.899500e-05 9.574800e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.430600e-03 3.323100e-05 3.800600e-06 +8.325000e+02 4.750000e+01 4.750000e+01 1.103500e-03 1.491100e-06 4.704400e-05 +9.325000e+02 5.250000e+01 5.250000e+01 8.073400e-04 2.663000e-05 1.539800e-05 +1.042500e+03 5.750000e+01 5.750000e+01 5.665400e-04 0.000000e+00 3.498800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 4.249600e-04 1.117400e-05 2.483100e-05 +1.275000e+03 7.500000e+01 7.500000e+01 3.121300e-04 2.072200e-05 5.586200e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.972000e-04 2.960700e-06 1.049200e-05 +1.750000e+03 2.500000e+02 2.500000e+02 9.100700e-05 4.209700e-06 5.599100e-07 +3.000000e+03 1.000000e+03 1.000000e+03 8.448800e-06 1.072300e-08 7.075800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d55-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d55-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.549200e-03 2.524824e-04 2.841926e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.822300e-03 3.242681e-04 3.557233e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.470500e-03 2.433973e-04 2.439199e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.873900e-03 2.234423e-04 2.149565e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.179600e-03 1.084264e-04 9.723728e-05 +6.000000e+02 3.000000e+02 3.000000e+02 2.939500e-05 9.383853e-06 9.503880e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d55-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d55-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.059300e-03 1.180600e-04 6.540700e-05 +6.250000e+01 1.250000e+01 1.250000e+01 6.935900e-03 1.272000e-04 1.378500e-04 +8.750000e+01 1.250000e+01 1.250000e+01 6.167900e-03 1.183700e-04 1.659900e-04 +1.300000e+02 3.000000e+01 3.000000e+01 4.269300e-03 6.474800e-05 7.044300e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.320200e-03 2.689800e-05 2.864400e-05 +6.000000e+02 3.000000e+02 3.000000e+02 4.741800e-05 2.040700e-06 2.860900e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d55-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d55-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.207900e-03 5.427800e-05 4.990900e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.049600e-03 2.618500e-05 2.292100e-05 +8.750000e+01 1.250000e+01 1.250000e+01 6.109500e-03 1.780300e-05 1.398800e-05 +1.300000e+02 3.000000e+01 3.000000e+01 4.136600e-03 2.373800e-05 2.731300e-05 +2.300000e+02 7.000000e+01 7.000000e+01 1.298100e-03 1.135600e-05 1.165400e-05 +6.000000e+02 3.000000e+02 3.000000e+02 5.116500e-05 8.963600e-07 1.009400e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d55-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d55-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t55 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 4.188400e-03 1.320500e-05 2.339400e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.118500e-03 2.043000e-04 0.000000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 6.287900e-03 2.211800e-04 0.000000e+00 +1.300000e+02 3.000000e+01 3.000000e+01 4.151200e-03 0.000000e+00 1.346200e-04 +2.300000e+02 7.000000e+01 7.000000e+01 1.267700e-03 4.865800e-05 1.848200e-05 +6.000000e+02 3.000000e+02 3.000000e+02 4.812100e-05 7.884400e-07 1.691700e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d56-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d56-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.514700e-01 3.751747e-02 2.130119e-02 +4.500000e-01 1.500000e-01 1.500000e-01 3.266500e-01 4.156937e-02 4.061237e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.897000e-01 8.108349e-02 7.509931e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.500600e+00 7.684479e-02 7.875645e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.598000e+00 1.087935e-01 1.104730e-01 +9.500000e-01 5.000000e-02 5.000000e-02 3.577300e+00 1.397788e-01 1.588906e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d56-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d56-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.957800e-01 9.968400e-03 5.864100e-03 +4.500000e-01 1.500000e-01 1.500000e-01 4.135400e-01 1.110700e-02 1.130700e-02 +6.500000e-01 5.000000e-02 5.000000e-02 8.999300e-01 2.371600e-02 2.675100e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.519300e+00 3.362200e-02 3.832600e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.421200e+00 3.580800e-02 3.858400e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.331600e+00 4.430300e-02 4.442800e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d56-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d56-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.912000e-01 4.280800e-03 5.141900e-03 +4.500000e-01 1.500000e-01 1.500000e-01 3.777800e-01 6.925600e-03 8.243600e-03 +6.500000e-01 5.000000e-02 5.000000e-02 8.328200e-01 1.257400e-02 1.376900e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.467100e+00 1.240800e-02 1.466400e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.454800e+00 1.489600e-02 1.157000e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.538400e+00 5.431100e-02 4.755200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d56-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d56-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t56 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.592800e-01 2.592000e-03 1.464100e-02 +4.500000e-01 1.500000e-01 1.500000e-01 3.326200e-01 4.178100e-04 9.219100e-03 +6.500000e-01 5.000000e-02 5.000000e-02 7.922100e-01 4.346700e-02 1.424800e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.469400e+00 1.632700e-02 4.712500e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.559300e+00 4.775900e-03 2.721300e-02 +9.500000e-01 5.000000e-02 5.000000e-02 3.703400e+00 7.325300e-02 1.936400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d57-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d57-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.020900e-01 2.337438e-02 2.330605e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.414000e-01 2.128435e-02 2.437171e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.860900e-01 2.054651e-02 2.264921e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.789700e-01 2.085667e-02 2.428364e-02 +3.800000e+00 2.000000e-01 2.000000e-01 4.331800e-01 1.931064e-02 1.911455e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.794300e-01 1.788684e-02 1.655674e-02 +4.800000e+00 4.000000e-01 4.000000e-01 1.441300e-01 1.360667e-02 1.320912e-02 +5.800000e+00 6.000000e-01 6.000000e-01 2.921000e-02 1.074458e-02 5.853417e-03 +7.600000e+00 1.200000e+00 1.200000e+00 4.910500e-04 3.696222e-04 2.965312e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d57-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d57-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.131800e-01 5.568900e-03 8.317900e-03 +2.600000e+00 2.000000e-01 2.000000e-01 2.933900e-01 6.218800e-03 1.134900e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.813900e-01 7.088100e-03 1.214800e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.505100e-01 7.703700e-03 9.715100e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.414000e-01 1.342000e-02 7.637000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 3.084400e-01 9.782500e-03 7.649800e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.544100e-01 9.954000e-03 3.189100e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.264500e-02 3.213400e-03 1.571300e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.210600e-04 1.343000e-04 1.573100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d57-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d57-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.410400e-01 4.783500e-03 3.724600e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.167900e-01 5.495500e-03 4.349800e-03 +3.000000e+00 2.000000e-01 2.000000e-01 3.915800e-01 4.882400e-03 3.733400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.489200e-01 4.388700e-03 3.257900e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.201900e-01 1.333200e-03 1.091000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.953200e-01 3.791500e-03 5.089900e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.432200e-01 3.242400e-03 3.960400e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.144700e-02 1.697800e-03 2.257300e-03 +7.600000e+00 1.200000e+00 1.200000e+00 8.951300e-04 1.019200e-04 1.461700e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d57-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d57-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t57 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.522200e-01 5.291200e-03 3.194300e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.301700e-01 2.314200e-03 0.000000e+00 +3.000000e+00 2.000000e-01 2.000000e-01 3.968800e-01 0.000000e+00 1.996900e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.303700e-01 2.412700e-03 2.741700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.115800e-01 1.410000e-02 9.046400e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.828900e-01 1.086800e-02 2.722400e-03 +4.800000e+00 4.000000e-01 4.000000e-01 1.429200e-01 1.452700e-03 1.802300e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.382500e-02 9.918600e-04 1.378600e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.427900e-03 1.394800e-04 5.183800e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d58-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d58-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.960100e-03 5.601968e-04 4.767125e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.229700e-03 2.698135e-04 2.745017e-04 +1.650000e+02 2.500000e+01 2.500000e+01 5.404000e-03 1.892948e-04 2.011164e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.541500e-03 1.721515e-04 1.769221e-04 +2.825000e+02 3.250000e+01 3.250000e+01 1.104500e-03 9.399695e-05 9.223029e-05 +3.525000e+02 3.750000e+01 3.750000e+01 3.782300e-04 4.733330e-05 4.776250e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.281800e-04 2.227873e-05 2.203128e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.056800e-05 8.897889e-06 8.752365e-06 +8.425000e+02 1.575000e+02 1.575000e+02 4.757400e-10 2.158605e-05 2.158603e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d58-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d58-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.596100e-03 3.457600e-04 1.069400e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.140900e-03 1.603300e-04 1.319400e-04 +1.650000e+02 2.500000e+01 2.500000e+01 5.310000e-03 7.480800e-05 1.583100e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.755200e-03 5.001100e-05 8.580900e-05 +2.825000e+02 3.250000e+01 3.250000e+01 1.128300e-03 3.521600e-05 3.907100e-05 +3.525000e+02 3.750000e+01 3.750000e+01 4.258100e-04 2.307300e-05 1.763000e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.404700e-04 9.069100e-06 1.346600e-05 +5.825000e+02 1.025000e+02 1.025000e+02 2.965200e-05 2.811900e-06 2.971000e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.545900e-06 6.840100e-07 6.527900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d58-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d58-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 6.945400e-03 8.267100e-05 1.108000e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.906400e-03 1.917200e-05 2.013900e-05 +1.650000e+02 2.500000e+01 2.500000e+01 5.440600e-03 3.022500e-05 2.197100e-05 +2.200000e+02 3.000000e+01 3.000000e+01 2.931100e-03 2.904300e-05 2.260200e-05 +2.825000e+02 3.250000e+01 3.250000e+01 1.201200e-03 1.480000e-05 1.198000e-05 +3.525000e+02 3.750000e+01 3.750000e+01 4.618700e-04 6.745900e-06 6.317300e-06 +4.350000e+02 4.500000e+01 4.500000e+01 1.697900e-04 6.088700e-06 5.403400e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.728700e-05 1.398200e-06 1.137000e-06 +8.425000e+02 1.575000e+02 1.575000e+02 2.267000e-06 1.110400e-07 1.279900e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d58-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d58-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t58 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 6.721900e-03 2.133300e-05 2.546300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.530400e-03 2.421000e-04 1.258800e-05 +1.650000e+02 2.500000e+01 2.500000e+01 5.359900e-03 6.805600e-05 0.000000e+00 +2.200000e+02 3.000000e+01 3.000000e+01 3.011000e-03 0.000000e+00 1.196600e-04 +2.825000e+02 3.250000e+01 3.250000e+01 1.315600e-03 1.542800e-05 1.985900e-05 +3.525000e+02 3.750000e+01 3.750000e+01 5.297400e-04 4.476400e-05 1.635500e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.952400e-04 2.498500e-05 0.000000e+00 +5.825000e+02 1.025000e+02 1.025000e+02 4.351800e-05 1.402500e-07 2.010700e-06 +8.425000e+02 1.575000e+02 1.575000e+02 3.440100e-06 1.239600e-07 8.070700e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d59-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d59-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.537000e-03 1.772834e-04 1.928197e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.842500e-03 5.819066e-05 6.263716e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.100200e-03 4.681870e-05 4.496857e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.439500e-03 3.619757e-05 3.539646e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.804900e-04 3.805045e-05 3.593377e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.920500e-04 2.436671e-05 2.348867e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.580400e-04 2.311139e-05 2.131238e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.181200e-04 1.862461e-05 1.782577e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.072200e-04 1.402972e-05 1.300234e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.314800e-04 1.340325e-05 1.854704e-05 +1.750000e+03 2.500000e+02 2.500000e+02 6.295500e-05 4.854287e-06 5.491534e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.318200e-05 1.855430e-06 1.959019e-06 +3.350000e+03 6.500000e+02 6.500000e+02 1.905100e-06 4.335459e-07 4.003406e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d59-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d59-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.533800e-03 1.215600e-04 4.578800e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.756100e-03 3.323400e-05 5.062300e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.989200e-03 2.576500e-05 3.384400e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.406900e-03 3.537000e-05 2.042900e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.691000e-04 1.650300e-05 2.582800e-05 +9.325000e+02 5.250000e+01 5.250000e+01 6.846800e-04 1.385600e-05 1.406400e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.702000e-04 1.044800e-05 1.888800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.399900e-04 1.008700e-05 1.781500e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.346200e-04 7.144400e-06 1.023400e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.522100e-04 9.169600e-06 6.431700e-06 +1.750000e+03 2.500000e+02 2.500000e+02 7.137600e-05 2.767100e-06 3.571900e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.879700e-05 9.967600e-07 1.349200e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.609100e-06 2.379600e-07 3.590000e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d59-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d59-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.539200e-03 6.898200e-05 6.014000e-05 +5.800000e+02 3.500000e+01 3.500000e+01 2.783400e-03 3.631500e-05 3.130500e-05 +6.550000e+02 4.000000e+01 4.000000e+01 2.006100e-03 1.177600e-05 9.872800e-06 +7.400000e+02 4.500000e+01 4.500000e+01 1.435800e-03 3.024900e-06 3.135100e-06 +8.325000e+02 4.750000e+01 4.750000e+01 9.792100e-04 7.903700e-06 8.899900e-06 +9.325000e+02 5.250000e+01 5.250000e+01 6.869200e-04 9.667500e-06 1.106500e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.674200e-04 9.532000e-06 1.099600e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.273300e-04 8.618600e-06 1.000300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.252300e-04 7.246900e-06 8.468800e-06 +1.425000e+03 7.500000e+01 7.500000e+01 1.467300e-04 5.775100e-06 6.802900e-06 +1.750000e+03 2.500000e+02 2.500000e+02 6.747300e-05 3.424100e-06 4.077800e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.723200e-05 1.260300e-06 1.537800e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.278500e-06 2.334000e-07 2.946500e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d59-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d59-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t59 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 3.384800e-03 9.748300e-05 1.598600e-04 +5.800000e+02 3.500000e+01 3.500000e+01 2.659700e-03 3.182600e-05 1.973900e-05 +6.550000e+02 4.000000e+01 4.000000e+01 1.945600e-03 3.306300e-05 1.792100e-05 +7.400000e+02 4.500000e+01 4.500000e+01 1.396700e-03 6.561700e-06 7.235800e-05 +8.325000e+02 4.750000e+01 4.750000e+01 9.959700e-04 2.656700e-05 1.527800e-07 +9.325000e+02 5.250000e+01 5.250000e+01 7.087700e-04 1.702200e-05 2.733000e-05 +1.042500e+03 5.750000e+01 5.750000e+01 4.918100e-04 1.358900e-05 1.068100e-05 +1.150000e+03 5.000000e+01 5.000000e+01 3.509700e-04 5.620100e-06 1.291000e-05 +1.275000e+03 7.500000e+01 7.500000e+01 2.494600e-04 6.587100e-06 1.179700e-05 +1.425000e+03 7.500000e+01 7.500000e+01 1.696500e-04 1.542400e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 7.781200e-05 3.638800e-06 3.344700e-06 +2.350000e+03 3.500000e+02 3.500000e+02 2.016300e-05 2.480400e-06 1.220400e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.753200e-06 1.980800e-07 3.293400e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d60-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d60-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.710100e-03 1.829325e-04 1.857785e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.054400e-03 2.892417e-04 3.263673e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.914000e-03 1.567079e-04 1.543139e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.474500e-03 1.418444e-04 1.354520e-04 +1.150000e+02 1.500000e+01 1.500000e+01 3.614600e-03 1.939892e-04 1.822575e-04 +1.450000e+02 1.500000e+01 1.500000e+01 2.724300e-03 2.153469e-04 1.885156e-04 +1.750000e+02 1.500000e+01 1.500000e+01 1.628400e-03 1.053646e-04 1.011315e-04 +2.250000e+02 3.500000e+01 3.500000e+01 7.742300e-04 4.996039e-05 4.853135e-05 +3.250000e+02 6.500000e+01 6.500000e+01 1.788300e-04 1.661312e-05 1.753925e-05 +6.450000e+02 2.550000e+02 2.550000e+02 9.241300e-06 1.971697e-06 2.104979e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d60-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d60-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.882600e-03 2.072200e-04 6.438900e-05 +3.750000e+01 1.250000e+01 1.250000e+01 8.113600e-03 9.308000e-05 1.482900e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.476800e-03 8.935300e-05 1.161800e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.746600e-03 8.291700e-05 8.773200e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.093600e-03 6.117200e-05 6.436300e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.861200e-03 6.286400e-05 5.337000e-05 +1.750000e+02 1.500000e+01 1.500000e+01 1.895500e-03 4.107000e-05 5.535600e-05 +2.250000e+02 3.500000e+01 3.500000e+01 9.315100e-04 2.289500e-05 2.045200e-05 +3.250000e+02 6.500000e+01 6.500000e+01 2.422800e-04 7.179100e-06 9.367200e-06 +6.450000e+02 2.550000e+02 2.550000e+02 1.430800e-05 1.253200e-06 1.034600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d60-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d60-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.989000e-03 1.416000e-04 1.227700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.896200e-03 1.508700e-04 1.308100e-04 +6.250000e+01 1.250000e+01 1.250000e+01 7.072600e-03 2.375100e-05 2.090600e-05 +8.750000e+01 1.250000e+01 1.250000e+01 5.584200e-03 2.727300e-05 3.133300e-05 +1.150000e+02 1.500000e+01 1.500000e+01 4.037200e-03 3.591300e-05 4.522400e-05 +1.450000e+02 1.500000e+01 1.500000e+01 2.875300e-03 3.753400e-05 4.502100e-05 +1.750000e+02 1.500000e+01 1.500000e+01 2.012700e-03 3.629500e-05 4.133300e-05 +2.250000e+02 3.500000e+01 3.500000e+01 1.016400e-03 2.015800e-05 2.279700e-05 +3.250000e+02 6.500000e+01 6.500000e+01 2.888100e-04 7.442300e-06 8.013600e-06 +6.450000e+02 2.550000e+02 2.550000e+02 1.960600e-05 7.823300e-07 8.430800e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d60-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d60-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t60 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.858600e-03 1.083200e-04 2.436400e-04 +3.750000e+01 1.250000e+01 1.250000e+01 8.188400e-03 2.454600e-04 9.662900e-05 +6.250000e+01 1.250000e+01 1.250000e+01 7.534300e-03 0.000000e+00 3.665000e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.742500e-03 0.000000e+00 1.257700e-04 +1.150000e+02 1.500000e+01 1.500000e+01 4.056400e-03 8.830300e-05 0.000000e+00 +1.450000e+02 1.500000e+01 1.500000e+01 2.795200e-03 1.041800e-04 0.000000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 1.864000e-03 1.437800e-05 6.655600e-05 +2.250000e+02 3.500000e+01 3.500000e+01 9.169000e-04 5.235800e-05 0.000000e+00 +3.250000e+02 6.500000e+01 6.500000e+01 2.462900e-04 9.787600e-06 1.423500e-05 +6.450000e+02 2.550000e+02 2.550000e+02 1.811500e-05 2.899300e-06 2.472100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d61-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d61-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.017800e-01 1.362437e-02 1.440183e-02 +3.500000e-01 5.000000e-02 5.000000e-02 1.427300e-01 1.755702e-02 1.844077e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.347600e-01 1.911047e-02 1.769351e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.735000e-01 2.875614e-02 3.109851e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.200100e-01 5.213860e-02 4.875594e-02 +7.250000e-01 2.500000e-02 2.500000e-02 8.685600e-01 7.355007e-02 7.419387e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.398000e+00 5.384091e-02 5.125492e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.083100e+00 6.703512e-02 6.473012e-02 +8.750000e-01 2.500000e-02 2.500000e-02 3.013100e+00 7.244860e-02 6.892062e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.060300e+00 9.637095e-02 8.811582e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.224200e+00 1.368201e-01 1.611396e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d61-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d61-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.371300e-01 3.655300e-03 5.286600e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.934500e-01 9.496500e-03 1.204600e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.638600e-01 1.280300e-02 1.126500e-02 +5.500000e-01 5.000000e-02 5.000000e-02 3.928200e-01 1.118000e-02 1.290200e-02 +6.500000e-01 5.000000e-02 5.000000e-02 6.729900e-01 1.496600e-02 1.636600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 1.047300e+00 2.364600e-02 4.420900e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.465400e+00 3.685200e-02 2.797100e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.030300e+00 3.630900e-02 3.610200e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.848100e+00 4.791700e-02 5.670700e-02 +9.250000e-01 2.500000e-02 2.500000e-02 3.857800e+00 4.582700e-02 5.787900e-02 +9.750000e-01 2.500000e-02 2.500000e-02 4.882100e+00 1.135100e-01 5.105400e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d61-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d61-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.385600e-01 2.832700e-03 3.549500e-03 +3.500000e-01 5.000000e-02 5.000000e-02 1.891400e-01 3.405400e-03 4.012300e-03 +4.500000e-01 5.000000e-02 5.000000e-02 2.536300e-01 3.773200e-03 4.445900e-03 +5.500000e-01 5.000000e-02 5.000000e-02 3.886500e-01 7.634400e-03 8.697300e-03 +6.500000e-01 5.000000e-02 5.000000e-02 6.374100e-01 9.694900e-03 1.192600e-02 +7.250000e-01 2.500000e-02 2.500000e-02 9.975600e-01 1.289300e-02 1.470800e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.383900e+00 1.481100e-02 1.762000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 1.968000e+00 1.820200e-02 2.027300e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.790700e+00 7.981000e-03 8.883600e-03 +9.250000e-01 2.500000e-02 2.500000e-02 3.963400e+00 3.363300e-02 2.808100e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.127400e+00 1.046700e-01 8.970500e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d61-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d61-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t61 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 1.280000e-01 5.879600e-03 0.000000e+00 +3.500000e-01 5.000000e-02 5.000000e-02 1.700600e-01 3.540400e-03 3.672300e-02 +4.500000e-01 5.000000e-02 5.000000e-02 2.384500e-01 1.108900e-02 0.000000e+00 +5.500000e-01 5.000000e-02 5.000000e-02 3.580800e-01 1.351400e-02 0.000000e+00 +6.500000e-01 5.000000e-02 5.000000e-02 6.284800e-01 2.671300e-02 2.228500e-03 +7.250000e-01 2.500000e-02 2.500000e-02 9.671500e-01 1.578700e-02 2.034000e-02 +7.750000e-01 2.500000e-02 2.500000e-02 1.403500e+00 4.781600e-02 2.510000e-02 +8.250000e-01 2.500000e-02 2.500000e-02 2.032200e+00 4.323700e-02 2.043100e-02 +8.750000e-01 2.500000e-02 2.500000e-02 2.909300e+00 2.071200e-02 2.903900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.029500e+00 3.946400e-02 1.379900e-02 +9.750000e-01 2.500000e-02 2.500000e-02 5.100200e+00 0.000000e+00 1.294000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d62-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d62-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.324300e-01 1.120437e-02 1.026632e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.150300e-01 1.282128e-02 1.150696e-02 +3.000000e+00 2.000000e-01 2.000000e-01 3.809700e-01 1.159701e-02 1.186194e-02 +3.400000e+00 2.000000e-01 2.000000e-01 4.491000e-01 1.234324e-02 1.235734e-02 +3.800000e+00 2.000000e-01 2.000000e-01 4.631300e-01 1.109745e-02 1.165524e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.971800e-01 1.001354e-02 9.212471e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.697900e-01 7.399613e-03 7.898935e-03 +5.000000e+00 2.000000e-01 2.000000e-01 9.728100e-02 6.190592e-03 6.496378e-03 +5.800000e+00 6.000000e-01 6.000000e-01 2.961300e-02 2.490982e-03 2.677298e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.042000e-03 4.840271e-04 4.915910e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d62-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d62-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.316900e-01 4.071400e-03 5.071400e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.044200e-01 4.826500e-03 6.135200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 3.928600e-01 1.515000e-02 5.120400e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.571300e-01 5.670200e-03 8.701500e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.437400e-01 6.822200e-03 5.903000e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.899600e-01 5.191900e-03 5.502000e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.742700e-01 3.686200e-03 7.415700e-03 +5.000000e+00 2.000000e-01 2.000000e-01 9.967300e-02 2.579100e-03 6.947600e-03 +5.800000e+00 6.000000e-01 6.000000e-01 3.278900e-02 1.044200e-03 8.575500e-04 +7.600000e+00 1.200000e+00 1.200000e+00 1.315800e-03 1.209800e-04 2.074000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d62-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d62-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.968300e-01 4.204600e-03 4.415700e-03 +2.600000e+00 2.000000e-01 2.000000e-01 3.559000e-01 3.120500e-03 3.212200e-03 +3.000000e+00 2.000000e-01 2.000000e-01 4.123100e-01 2.298300e-03 2.030600e-03 +3.400000e+00 2.000000e-01 2.000000e-01 4.446600e-01 1.859900e-03 1.555500e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.036900e-01 2.640600e-03 2.612600e-03 +4.200000e+00 2.000000e-01 2.000000e-01 2.596200e-01 3.111700e-03 2.801400e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.533400e-01 3.039000e-03 3.531600e-03 +5.000000e+00 2.000000e-01 2.000000e-01 8.557900e-02 2.688400e-03 3.167800e-03 +5.800000e+00 6.000000e-01 6.000000e-01 2.714300e-02 1.375300e-03 1.659500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.107700e-03 1.066400e-04 1.356900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d62-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d62-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t62 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.529600e-01 4.795900e-03 1.912800e-02 +2.600000e+00 2.000000e-01 2.000000e-01 3.264300e-01 9.110500e-03 1.435600e-02 +3.000000e+00 2.000000e-01 2.000000e-01 4.013700e-01 5.643400e-03 0.000000e+00 +3.400000e+00 2.000000e-01 2.000000e-01 4.556500e-01 7.727700e-03 2.058700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 4.190200e-01 3.059300e-03 7.213500e-04 +4.200000e+00 2.000000e-01 2.000000e-01 2.734900e-01 3.752200e-03 1.902400e-03 +4.600000e+00 2.000000e-01 2.000000e-01 1.653700e-01 4.197100e-03 0.000000e+00 +5.000000e+00 2.000000e-01 2.000000e-01 9.715800e-02 4.634600e-03 1.335200e-02 +5.800000e+00 6.000000e-01 6.000000e-01 3.299600e-02 2.767600e-03 1.251500e-03 +7.600000e+00 1.200000e+00 1.200000e+00 1.593800e-03 1.666000e-04 3.756000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d63-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d63-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.597000e-03 6.410279e-04 7.175628e-04 +1.050000e+02 1.000000e+01 1.000000e+01 8.682700e-03 3.006712e-04 3.650035e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.505700e-03 1.505876e-04 1.412089e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.857900e-03 1.808055e-04 1.727831e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.520500e-03 2.010371e-04 1.924766e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.195100e-03 1.721878e-04 1.558201e-04 +2.350000e+02 1.500000e+01 1.500000e+01 1.920200e-03 1.300336e-04 1.208145e-04 +2.650000e+02 1.500000e+01 1.500000e+01 1.142300e-03 1.115987e-04 1.085334e-04 +2.975000e+02 1.750000e+01 1.750000e+01 7.322200e-04 5.104252e-05 4.414265e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.056900e-04 2.982988e-05 3.087551e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.586600e-04 2.005086e-05 2.087936e-05 +4.350000e+02 4.500000e+01 4.500000e+01 9.667700e-05 1.040879e-05 1.008464e-05 +5.825000e+02 1.025000e+02 1.025000e+02 1.798100e-05 2.827337e-06 2.992954e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d63-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d63-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 7.389600e-03 1.191700e-04 3.547100e-04 +1.050000e+02 1.000000e+01 1.000000e+01 8.170500e-03 3.343000e-04 1.044600e-04 +1.275000e+02 1.250000e+01 1.250000e+01 7.376900e-03 8.894200e-05 1.317500e-04 +1.525000e+02 1.250000e+01 1.250000e+01 6.113700e-03 1.156400e-04 9.133100e-05 +1.775000e+02 1.250000e+01 1.250000e+01 4.718100e-03 7.099900e-05 1.090500e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.309400e-03 7.084500e-05 7.433000e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.091000e-03 6.414900e-05 4.732200e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.293500e-03 3.488000e-05 4.962200e-05 +2.975000e+02 1.750000e+01 1.750000e+01 7.833800e-04 2.595500e-05 3.265200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 4.624000e-04 2.169000e-05 2.394600e-05 +3.700000e+02 2.000000e+01 2.000000e+01 2.679800e-04 1.427900e-05 1.892700e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.192800e-04 7.325000e-06 6.514400e-06 +5.825000e+02 1.025000e+02 1.025000e+02 2.271200e-05 2.598000e-06 2.056800e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d63-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d63-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.165900e-03 7.892800e-05 7.739500e-05 +1.050000e+02 1.000000e+01 1.000000e+01 7.036200e-03 6.513100e-05 6.530800e-05 +1.275000e+02 1.250000e+01 1.250000e+01 6.867400e-03 4.194900e-05 3.719800e-05 +1.525000e+02 1.250000e+01 1.250000e+01 6.090300e-03 2.789300e-05 2.275700e-05 +1.775000e+02 1.250000e+01 1.250000e+01 5.079500e-03 1.978800e-05 1.763600e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.649000e-03 2.084000e-05 2.343300e-05 +2.350000e+02 1.500000e+01 1.500000e+01 2.413600e-03 2.156800e-05 2.305400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.540300e-03 2.114100e-05 2.317100e-05 +2.975000e+02 1.750000e+01 1.750000e+01 9.495100e-04 1.876800e-05 2.042200e-05 +3.325000e+02 1.750000e+01 1.750000e+01 5.796700e-04 1.327900e-05 1.454900e-05 +3.700000e+02 2.000000e+01 2.000000e+01 3.477200e-04 9.107700e-06 9.782700e-06 +4.350000e+02 4.500000e+01 4.500000e+01 1.546500e-04 5.233400e-06 5.679300e-06 +5.825000e+02 1.025000e+02 1.025000e+02 3.130300e-05 1.315300e-06 1.441600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d63-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d63-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t63 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.757100e-03 1.194100e-04 4.071500e-04 +1.050000e+02 1.000000e+01 1.000000e+01 7.433100e-03 1.479200e-04 2.407800e-05 +1.275000e+02 1.250000e+01 1.250000e+01 7.108400e-03 2.144300e-04 0.000000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 6.223700e-03 4.743400e-05 1.252000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.883600e-03 3.559500e-05 6.937000e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.498200e-03 1.475300e-05 2.303600e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.191500e-03 2.483800e-05 5.854400e-05 +2.650000e+02 1.500000e+01 1.500000e+01 1.422400e-03 3.732900e-05 0.000000e+00 +2.975000e+02 1.750000e+01 1.750000e+01 8.711000e-04 4.319900e-05 8.767100e-07 +3.325000e+02 1.750000e+01 1.750000e+01 5.452100e-04 3.923000e-05 0.000000e+00 +3.700000e+02 2.000000e+01 2.000000e+01 3.155800e-04 1.819000e-05 1.109400e-05 +4.350000e+02 4.500000e+01 4.500000e+01 1.418900e-04 6.965100e-06 1.774200e-05 +5.825000e+02 1.025000e+02 1.025000e+02 3.056500e-05 9.495800e-07 4.727500e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d64-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d64-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 2.674200e-01 4.491341e-02 4.525471e-02 +7.500000e+01 2.500000e+01 2.500000e+01 3.724900e-01 3.939895e-02 4.703968e-02 +1.300000e+02 3.000000e+01 3.000000e+01 2.079700e-01 2.739788e-02 2.350885e-02 +1.925000e+02 3.250000e+01 3.250000e+01 1.115800e-01 1.430191e-02 1.462209e-02 +2.625000e+02 3.750000e+01 3.750000e+01 4.700200e-02 1.992072e-02 1.996867e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.250300e-03 3.774957e-02 3.774449e-02 +6.975000e+02 2.025000e+02 2.025000e+02 5.458600e-04 4.095326e-04 4.107797e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d64-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d64-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 2.239700e-01 2.728900e-02 2.080900e-02 +7.500000e+01 2.500000e+01 2.500000e+01 3.054800e-01 3.943000e-02 3.231700e-02 +1.300000e+02 3.000000e+01 3.000000e+01 2.047900e-01 2.164900e-02 2.386800e-02 +1.925000e+02 3.250000e+01 3.250000e+01 1.108700e-01 1.228700e-02 1.570400e-02 +2.625000e+02 3.750000e+01 3.750000e+01 5.003400e-02 5.052900e-03 4.460700e-03 +3.975000e+02 9.750000e+01 9.750000e+01 1.366100e-02 1.616400e-03 1.518500e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.095800e-03 2.037400e-04 2.103500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d64-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d64-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t64 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 3.071800e-01 5.188900e-02 8.759200e-02 +7.500000e+01 2.500000e+01 2.500000e+01 4.018000e-01 6.570600e-02 1.603900e-01 +1.300000e+02 3.000000e+01 3.000000e+01 2.567100e-01 5.092800e-02 1.023200e-01 +1.925000e+02 3.250000e+01 3.250000e+01 1.344300e-01 2.596600e-02 7.378000e-02 +2.625000e+02 3.750000e+01 3.750000e+01 6.309800e-02 1.273100e-02 2.078300e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.795700e-02 4.193500e-03 5.390200e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.657600e-03 3.662100e-04 7.480000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d65-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d65-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 5.520100e+00 2.510942e+00 2.559797e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.698000e+01 4.953234e+00 5.259319e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.827800e+01 8.337523e+00 8.039806e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.271800e+02 1.647799e+01 1.591515e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.474300e+02 2.868073e+01 2.765007e+01 +9.750000e-01 2.500000e-02 2.500000e-02 3.307400e+02 2.781169e+01 2.893715e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d65-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d65-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 8.402700e+00 8.305200e-01 1.209400e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.572900e+01 2.931400e+00 4.718800e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.382600e+01 7.372200e+00 7.963400e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.239000e+02 1.470500e+01 1.391600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.118700e+02 2.422000e+01 1.813300e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.825800e+02 3.478400e+01 2.253000e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d65-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d65-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t65 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-01 2.500000e-01 2.500000e-01 9.150600e+00 1.864200e+00 4.995100e+00 +6.000000e-01 1.000000e-01 1.000000e-01 2.836600e+01 6.116800e+00 1.033800e+01 +7.500000e-01 5.000000e-02 5.000000e-02 7.319900e+01 1.231600e+01 2.342400e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.580600e+02 2.766900e+01 6.570400e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.906900e+02 5.783000e+01 1.037100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 4.125600e+02 6.495900e+01 1.526100e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d66-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d66-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.239400e+00 5.621497e-01 5.416009e-01 +3.200000e+00 4.000000e-01 4.000000e-01 6.939200e+00 6.535603e-01 6.334484e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.318100e+01 1.157089e+00 1.069418e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.590400e+01 2.170391e+00 2.123716e+00 +5.600000e+00 4.000000e-01 4.000000e-01 2.040800e+01 2.625320e+00 3.189703e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.417900e+00 7.354390e-01 6.604592e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d66-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d66-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 4.555800e+00 5.744500e-01 5.165200e-01 +3.200000e+00 4.000000e-01 4.000000e-01 7.398600e+00 8.278200e-01 7.556400e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.144800e+01 1.197700e+00 1.233200e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.673600e+01 1.722100e+00 1.402400e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.807600e+01 2.023900e+00 2.263500e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.239400e+00 3.862600e-01 2.853700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d66-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d66-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t66 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.473100e+00 1.529300e+00 3.883900e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.192400e+01 2.392800e+00 3.974200e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.586000e+01 2.853400e+00 6.805400e+00 +4.800000e+00 4.000000e-01 4.000000e-01 2.027500e+01 3.681400e+00 7.261200e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.987400e+01 3.369800e+00 8.794800e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.933100e+00 5.047500e-01 6.107300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d67-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d67-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.903900e-01 7.502811e-02 8.013669e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.750100e-01 3.924753e-02 3.612656e-02 +1.925000e+02 2.750000e+01 2.750000e+01 1.833000e-01 1.943026e-02 2.300746e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.195700e-01 1.460465e-02 1.214861e-02 +3.150000e+02 3.500000e+01 3.500000e+01 6.816600e-02 1.704474e-02 1.669931e-02 +3.925000e+02 4.250000e+01 4.250000e+01 5.076100e-02 5.870752e-03 5.757623e-03 +5.075000e+02 7.250000e+01 7.250000e+01 2.749000e-02 3.412071e-03 3.229625e-03 +7.300000e+02 1.500000e+02 1.500000e+02 4.916500e-03 1.154162e-03 1.147772e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d67-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d67-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.275100e-01 3.310400e-02 4.021500e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.408100e-01 2.843500e-02 2.583700e-02 +1.925000e+02 2.750000e+01 2.750000e+01 1.816100e-01 2.001200e-02 1.553200e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.230200e-01 1.478200e-02 1.009200e-02 +3.150000e+02 3.500000e+01 3.500000e+01 8.085000e-02 7.994600e-03 8.493600e-03 +3.925000e+02 4.250000e+01 4.250000e+01 4.941800e-02 5.306900e-03 5.850600e-03 +5.075000e+02 7.250000e+01 7.250000e+01 2.702300e-02 2.931100e-03 3.213800e-03 +7.300000e+02 1.500000e+02 1.500000e+02 5.320900e-03 8.264500e-04 5.590800e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d67-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d67-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t67 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.923200e-01 4.814700e-02 9.105100e-02 +1.400000e+02 2.500000e+01 2.500000e+01 2.665100e-01 4.240900e-02 1.054600e-01 +1.925000e+02 2.750000e+01 2.750000e+01 2.205000e-01 4.364300e-02 8.326400e-02 +2.500000e+02 3.000000e+01 3.000000e+01 1.570400e-01 3.138500e-02 5.388200e-02 +3.150000e+02 3.500000e+01 3.500000e+01 1.132200e-01 2.396300e-02 5.003700e-02 +3.925000e+02 4.250000e+01 4.250000e+01 7.425500e-02 1.452500e-02 2.641600e-02 +5.075000e+02 7.250000e+01 7.250000e+01 4.370800e-02 9.631300e-03 1.718500e-02 +7.300000e+02 1.500000e+02 1.500000e+02 9.033100e-03 1.487100e-03 6.215500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d68-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d68-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 9.950900e+01 1.942476e+01 1.854141e+01 +2.500000e-01 1.000000e-01 1.000000e-01 8.070900e+01 1.408074e+01 1.343267e+01 +5.000000e-01 1.500000e-01 1.500000e-01 5.441500e+01 1.029418e+01 1.044141e+01 +8.250000e-01 1.750000e-01 1.750000e-01 9.741800e+00 1.900542e+00 1.972275e+00 +1.500000e+00 5.000000e-01 5.000000e-01 6.006700e-01 2.042429e-01 2.014581e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d68-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d68-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 7.690900e+01 1.619700e+01 8.542800e+00 +2.500000e-01 1.000000e-01 1.000000e-01 7.096900e+01 1.318800e+01 1.102600e+01 +5.000000e-01 1.500000e-01 1.500000e-01 4.342600e+01 4.416600e+00 6.735800e+00 +8.250000e-01 1.750000e-01 1.750000e-01 9.053000e+00 1.338500e+00 9.468000e-01 +1.500000e+00 5.000000e-01 5.000000e-01 5.568000e-01 1.107200e-01 9.573200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d68-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d68-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t68 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.108800e+02 2.293100e+01 5.061700e+01 +2.500000e-01 1.000000e-01 1.000000e-01 1.004700e+02 1.689300e+01 4.855200e+01 +5.000000e-01 1.500000e-01 1.500000e-01 6.479800e+01 1.333100e+01 2.844800e+01 +8.250000e-01 1.750000e-01 1.750000e-01 1.434400e+01 3.951300e+00 5.709500e+00 +1.500000e+00 5.000000e-01 5.000000e-01 9.877500e-01 2.295100e-01 5.180400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d69-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d69-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 9.167600e+01 8.744966e+00 9.993516e+00 +3.000000e-01 1.000000e-01 1.000000e-01 1.033500e+02 1.315957e+01 1.305025e+01 +4.750000e-01 7.500000e-02 7.500000e-02 6.467700e+01 1.181920e+01 1.180156e+01 +6.750000e-01 1.250000e-01 1.250000e-01 2.499700e+01 3.321205e+00 2.895415e+00 +9.000000e-01 1.000000e-01 1.000000e-01 4.704700e+00 9.374202e-01 9.543161e-01 +1.100000e+00 1.000000e-01 1.000000e-01 1.372800e+00 5.085533e-01 5.090083e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d69-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d69-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 8.662100e+01 6.075200e+00 7.395600e+00 +3.000000e-01 1.000000e-01 1.000000e-01 9.681400e+01 1.297600e+01 1.040300e+01 +4.750000e-01 7.500000e-02 7.500000e-02 6.644700e+01 9.621600e+00 6.649700e+00 +6.750000e-01 1.250000e-01 1.250000e-01 2.061600e+01 2.597700e+00 3.408100e+00 +9.000000e-01 1.000000e-01 1.000000e-01 3.882400e+00 7.499600e-01 8.866100e-01 +1.100000e+00 1.000000e-01 1.000000e-01 9.913800e-01 2.754400e-01 3.793300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d69-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d69-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t69 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 1.005500e+02 1.355700e+01 2.667400e+01 +3.000000e-01 1.000000e-01 1.000000e-01 1.171000e+02 2.349900e+01 4.233100e+01 +4.750000e-01 7.500000e-02 7.500000e-02 9.886900e+01 1.943700e+01 5.203700e+01 +6.750000e-01 1.250000e-01 1.250000e-01 3.361800e+01 6.727700e+00 1.553500e+01 +9.000000e-01 1.000000e-01 1.000000e-01 6.780200e+00 2.126500e+00 2.802800e+00 +1.100000e+00 1.000000e-01 1.000000e-01 1.623900e+00 3.248900e-01 1.118000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d70-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d70-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.074200e+01 2.901229e+00 3.069764e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.495500e+01 2.066467e+00 2.003503e+00 +2.000000e+00 5.000000e-01 5.000000e-01 6.357000e+00 1.046056e+00 1.122947e+00 +3.000000e+00 5.000000e-01 5.000000e-01 2.886000e+00 7.992817e-01 6.571748e-01 +6.000000e+00 2.500000e+00 2.500000e+00 1.435200e+00 5.450652e-01 4.914309e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d70-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d70-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.019200e+01 2.376700e+00 2.457800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.405400e+01 2.142600e+00 1.756100e+00 +2.000000e+00 5.000000e-01 5.000000e-01 5.752600e+00 7.362300e-01 9.443400e-01 +3.000000e+00 5.000000e-01 5.000000e-01 2.054200e+00 6.968700e-01 2.687600e-01 +6.000000e+00 2.500000e+00 2.500000e+00 7.883900e-01 1.387900e-01 2.023900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d70-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d70-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t70 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 3.645800e+01 6.348600e+00 1.145400e+01 +1.000000e+00 5.000000e-01 5.000000e-01 1.976500e+01 3.454400e+00 8.995000e+00 +2.000000e+00 5.000000e-01 5.000000e-01 8.546400e+00 2.081500e+00 4.554500e+00 +3.000000e+00 5.000000e-01 5.000000e-01 2.964600e+00 8.147700e-01 9.282500e-01 +6.000000e+00 2.500000e+00 2.500000e+00 8.032000e-01 1.145500e-01 3.909200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d71-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d71-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.415600e+00 1.986454e-01 2.133789e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.743300e+00 1.299251e-01 1.343406e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.179300e+00 7.270734e-02 7.321741e-02 +7.400000e+02 4.500000e+01 4.500000e+01 8.000100e-01 4.943582e-02 4.272418e-02 +8.325000e+02 4.750000e+01 4.750000e+01 5.315900e-01 3.537647e-02 4.513574e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.311600e-01 2.183101e-02 2.696344e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.021500e-01 2.018193e-02 1.723141e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.160100e-01 1.162131e-02 9.688182e-03 +1.275000e+03 7.500000e+01 7.500000e+01 7.343200e-02 7.372960e-03 6.168185e-03 +1.425000e+03 7.500000e+01 7.500000e+01 4.681700e-02 4.873837e-03 4.807159e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.410100e-02 2.775143e-03 2.904789e-03 +2.350000e+03 3.500000e+02 3.500000e+02 2.248900e-03 5.788196e-04 3.754865e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.085800e-04 5.300238e-05 5.091667e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d71-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d71-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.969200e+00 2.690900e-01 1.946600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.470400e+00 1.817200e-01 1.657400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.000900e+00 1.328000e-01 2.237600e-01 +7.400000e+02 4.500000e+01 4.500000e+01 6.636100e-01 1.062100e-01 7.794700e-02 +8.325000e+02 4.750000e+01 4.750000e+01 4.262500e-01 5.759400e-02 4.364300e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.739200e-01 3.568500e-02 3.587300e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.699400e-01 2.336700e-02 1.684900e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.086100e-01 1.400600e-02 1.659000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.666000e-02 9.762500e-03 8.835900e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.859200e-02 5.034200e-03 4.425600e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.347800e-02 1.539800e-03 1.919000e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.976100e-03 2.840300e-04 2.513800e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.089900e-04 3.707200e-05 3.430300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d71-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d71-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 2.056200e+00 4.627500e-01 6.714700e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.552700e+00 3.593300e-01 5.301400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.057800e+00 2.419800e-01 3.546300e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.049000e-01 1.626500e-01 2.394000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.634900e-01 1.088200e-01 1.622100e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.024700e-01 7.286500e-02 1.094500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.893800e-01 4.552500e-02 6.812800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.230700e-01 2.992800e-02 4.511000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 7.513800e-02 1.846900e-02 2.797300e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.677100e-02 1.236000e-02 1.962400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.630500e-02 4.027900e-03 6.092800e-03 +2.350000e+03 3.500000e+02 3.500000e+02 2.306300e-03 6.167600e-04 9.615900e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.366400e-04 3.831500e-05 6.055100e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d71-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d71-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t71 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.975000e+00 3.615700e-01 8.545600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.479800e+00 2.551400e-01 6.320200e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.041100e+00 1.671700e-01 4.564400e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.005600e-01 1.353200e-01 2.863100e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.886400e-01 1.314300e-01 1.449800e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.055600e-01 5.207500e-02 1.218400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.990800e-01 4.164500e-02 7.744400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.344000e-01 3.122300e-02 4.936500e-02 +1.275000e+03 7.500000e+01 7.500000e+01 8.610500e-02 1.420100e-02 2.970300e-02 +1.425000e+03 7.500000e+01 7.500000e+01 5.010900e-02 8.459200e-03 1.657700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 2.036100e-02 4.202000e-03 9.873600e-03 +2.350000e+03 3.500000e+02 3.500000e+02 3.309800e-03 7.252700e-04 1.386600e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.617200e-04 1.134100e-04 6.592500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d72-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d72-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.608800e+00 2.444261e-01 2.441014e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.994200e+00 4.615159e-01 4.827298e-01 +6.250000e+01 1.250000e+01 1.250000e+01 4.384900e+00 4.262507e-01 4.407255e-01 +8.750000e+01 1.250000e+01 1.250000e+01 3.205100e+00 2.156284e-01 2.213289e-01 +1.150000e+02 1.500000e+01 1.500000e+01 2.122700e+00 1.368441e-01 1.320994e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.312200e+00 1.052806e-01 9.578950e-02 +1.750000e+02 1.500000e+01 1.500000e+01 8.039800e-01 7.431028e-02 7.563143e-02 +2.075000e+02 1.750000e+01 1.750000e+01 4.799200e-01 5.407814e-02 5.051290e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.769900e-01 2.559383e-02 2.834501e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.585800e-01 2.203793e-02 2.026432e-02 +3.975000e+02 9.750000e+01 9.750000e+01 3.140300e-02 8.332853e-03 8.254493e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.882700e-03 7.983694e-04 8.074512e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d72-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d72-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.875900e+00 3.425300e-01 6.209600e-01 +3.750000e+01 1.250000e+01 1.250000e+01 3.912800e+00 4.769000e-01 4.861200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 3.553600e+00 4.906100e-01 3.903400e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.646200e+00 3.397200e-01 3.238300e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.804400e+00 2.422700e-01 2.159600e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.192600e+00 1.508800e-01 1.236300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 7.785300e-01 1.011300e-01 6.947300e-02 +2.075000e+02 1.750000e+01 1.750000e+01 4.763700e-01 6.753400e-02 4.427900e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.801400e-01 2.907400e-02 2.482100e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.629500e-01 2.337900e-02 1.633500e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.244800e-02 5.189000e-03 2.135900e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.942800e-03 2.696000e-04 2.439500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d72-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d72-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.100100e+00 4.189000e-01 5.808200e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.063700e+00 8.731800e-01 1.251300e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.580000e+00 8.206600e-01 1.202300e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.766700e+00 6.605300e-01 9.814900e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.912000e+00 4.652000e-01 7.007300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.354100e+00 3.498800e-01 5.411300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.696100e-01 2.181600e-01 3.335600e-01 +2.075000e+02 1.750000e+01 1.750000e+01 5.394700e-01 1.356100e-01 2.055300e-01 +2.425000e+02 1.750000e+01 1.750000e+01 3.334100e-01 8.460600e-02 1.282600e-01 +2.800000e+02 2.000000e+01 2.000000e+01 1.971800e-01 5.055500e-02 7.684200e-02 +3.975000e+02 9.750000e+01 9.750000e+01 5.599800e-02 1.454600e-02 2.212400e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.896300e-03 7.754000e-04 1.183300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d72-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d72-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t72 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.982400e+00 2.688200e-01 7.563800e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.174400e+00 7.277300e-01 1.787700e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.835400e+00 8.292200e-01 1.533600e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.813400e+00 4.737500e-01 1.213200e+00 +1.150000e+02 1.500000e+01 1.500000e+01 1.915800e+00 3.763300e-01 8.659100e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.342800e+00 3.293400e-01 4.489400e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.355200e-01 1.582400e-01 3.490300e-01 +2.075000e+02 1.750000e+01 1.750000e+01 4.972900e-01 1.147400e-01 2.066200e-01 +2.425000e+02 1.750000e+01 1.750000e+01 2.861000e-01 6.359200e-02 9.284700e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.641100e-01 2.400200e-02 5.206000e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.566900e-02 1.055200e-02 1.474900e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.507100e-03 6.248900e-04 1.155500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d73-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d73-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.259200e+01 9.394090e+00 8.680227e+00 +4.000000e-01 1.000000e-01 1.000000e-01 6.824900e+01 1.221602e+01 1.280593e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.239800e+02 2.442462e+01 2.432244e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.365000e+02 2.418363e+01 1.910719e+01 +6.750000e-01 2.500000e-02 2.500000e-02 3.164500e+02 2.460514e+01 2.709276e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.799300e+02 1.373115e+02 1.368762e+02 +7.750000e-01 2.500000e-02 2.500000e-02 7.852600e+02 5.284852e+01 6.030013e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.163000e+03 8.378977e+01 8.799065e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.677700e+03 1.275951e+02 1.307555e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.384500e+03 1.899326e+02 1.936158e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.212400e+03 2.530477e+02 2.558266e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d73-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d73-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.323200e+01 6.333200e+00 3.119600e+00 +4.000000e-01 1.000000e-01 1.000000e-01 7.526600e+01 8.462900e+00 9.371900e+00 +5.500000e-01 5.000000e-02 5.000000e-02 1.491400e+02 2.541700e+01 1.710200e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.209500e+02 3.509200e+01 3.085700e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.981400e+02 4.193200e+01 4.393500e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.373600e+02 6.749200e+01 4.075700e+01 +7.750000e-01 2.500000e-02 2.500000e-02 6.154700e+02 7.359400e+01 6.547700e+01 +8.250000e-01 2.500000e-02 2.500000e-02 9.116200e+02 1.179500e+02 1.052600e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.345500e+03 1.659300e+02 1.638400e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.915800e+03 2.433400e+02 2.181100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.497400e+03 3.612500e+02 4.226200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d73-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d73-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.375000e+01 1.108600e+01 1.690900e+01 +4.000000e-01 1.000000e-01 1.000000e-01 7.793300e+01 2.018700e+01 3.206900e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.627100e+02 4.517800e+01 7.210600e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.114800e+02 5.235700e+01 7.913400e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.941100e+02 7.246200e+01 1.095000e+02 +7.250000e-01 2.500000e-02 2.500000e-02 4.201600e+02 1.029900e+02 1.551900e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.193300e+02 1.508500e+02 2.263500e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.222500e+02 2.210500e+02 3.297400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.388700e+03 3.238100e+02 4.785500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.082800e+03 4.691000e+02 6.836100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.909500e+03 6.339900e+02 9.081600e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d73-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d73-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t73 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.256000e+01 9.324700e+00 1.319500e+01 +4.000000e-01 1.000000e-01 1.000000e-01 7.237000e+01 1.535900e+01 3.025600e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.344900e+02 2.669700e+01 5.513000e+01 +6.250000e-01 2.500000e-02 2.500000e-02 2.184500e+02 4.520700e+01 7.154500e+01 +6.750000e-01 2.500000e-02 2.500000e-02 2.885200e+02 5.168800e+01 1.176500e+02 +7.250000e-01 2.500000e-02 2.500000e-02 4.222100e+02 7.557700e+01 1.845800e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.157100e+02 1.049400e+02 2.798900e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.800100e+02 2.083000e+02 4.000400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.420400e+03 2.332200e+02 6.533500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.145300e+03 4.553400e+02 8.358500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.833700e+03 4.822200e+02 1.107600e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d74-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d74-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.091100e+02 1.402670e+01 1.367168e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.238300e+02 1.418280e+01 1.464034e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.508100e+02 1.570909e+01 1.630807e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.548900e+02 1.680456e+01 1.726047e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.085200e+02 1.648540e+01 1.729891e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.239900e+02 1.942287e+01 2.008674e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.985000e+01 4.397196e+00 4.895263e+00 +5.800000e+00 6.000000e-01 6.000000e-01 4.125500e+00 1.785458e+00 8.646571e-01 +7.600000e+00 1.200000e+00 1.200000e+00 4.605400e-02 3.548376e-02 3.060149e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d74-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d74-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.682500e+02 1.911100e+01 1.705200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.877400e+02 2.302200e+01 1.780900e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.067500e+02 2.724000e+01 4.304200e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.127000e+02 2.959100e+01 2.353200e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.796200e+02 2.303400e+01 2.226300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.933600e+01 1.952700e+01 1.126700e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.561800e+01 5.320800e+00 4.564200e+00 +5.800000e+00 6.000000e-01 6.000000e-01 3.964300e+00 3.798400e-01 9.810600e-01 +7.600000e+00 1.200000e+00 1.200000e+00 1.805700e-02 9.709000e-03 2.504800e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d74-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d74-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 2.290900e+02 5.415400e+01 7.983400e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.313500e+02 5.433300e+01 7.991700e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.257000e+02 5.194100e+01 7.631300e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.144600e+02 5.025900e+01 7.480700e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.629000e+02 3.641200e+01 5.317800e+01 +4.200000e+00 2.000000e-01 2.000000e-01 8.647600e+01 1.982200e+01 2.937800e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.884000e+01 6.717800e+00 1.018600e+01 +5.800000e+00 6.000000e-01 6.000000e-01 3.563700e+00 8.811000e-01 1.425800e+00 +7.600000e+00 1.200000e+00 1.200000e+00 2.293000e-02 5.544400e-03 8.364100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d74-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d74-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t74 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.995700e+02 3.832400e+01 8.540200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 2.161600e+02 3.189100e+01 9.208600e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.361000e+02 5.285900e+01 8.408300e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.223600e+02 3.994100e+01 9.154700e+01 +3.800000e+00 2.000000e-01 2.000000e-01 1.711300e+02 3.226800e+01 7.569300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.087400e+01 1.709200e+01 3.585100e+01 +4.800000e+00 4.000000e-01 4.000000e-01 3.249900e+01 6.881100e+00 1.188200e+01 +5.800000e+00 6.000000e-01 6.000000e-01 5.201100e+00 8.860400e-01 2.234300e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.684500e-02 2.217500e-02 2.512900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d75-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d75-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.474600e+00 4.513922e-01 4.906002e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.817400e+00 3.467802e-01 3.619172e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.709900e+00 2.775314e-01 2.966466e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.426300e+00 2.473760e-01 2.188008e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.885500e+00 1.772587e-01 1.786117e-01 +2.050000e+02 1.500000e+01 1.500000e+01 2.037100e+00 1.139894e-01 1.159287e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.322600e+00 6.547812e-02 6.509956e-02 +2.650000e+02 1.500000e+01 1.500000e+01 8.300900e-01 4.913497e-02 4.526458e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.733500e-01 2.818240e-02 3.180290e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.416800e-01 3.326100e-02 3.264959e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.601200e-01 1.262026e-02 1.280743e-02 +4.125000e+02 2.250000e+01 2.250000e+01 8.138600e-02 9.159946e-03 8.966827e-03 +4.575000e+02 2.250000e+01 2.250000e+01 4.430500e-02 6.159585e-03 6.015320e-03 +5.300000e+02 5.000000e+01 5.000000e+01 1.427900e-02 3.023692e-03 2.966646e-03 +6.325000e+02 5.250000e+01 5.250000e+01 5.809600e-03 1.447559e-03 1.407017e-03 +8.425000e+02 1.575000e+02 1.575000e+02 3.192400e-04 2.349571e-04 2.265932e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d75-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d75-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.691600e+00 5.538800e-01 3.010300e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.128800e+00 4.155600e-01 3.963100e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.132300e+00 4.416500e-01 7.005100e-01 +1.525000e+02 1.250000e+01 1.250000e+01 2.879600e+00 3.603200e-01 3.115000e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.434100e+00 2.976700e-01 2.874300e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.741000e+00 2.273500e-01 1.783500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.103800e+00 1.276600e-01 1.050200e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.818000e-01 8.567600e-02 5.664200e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.037900e-01 4.674100e-02 3.902800e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.326500e-01 3.004600e-02 1.663400e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.343400e-01 1.635600e-02 9.528000e-03 +4.125000e+02 2.250000e+01 2.250000e+01 7.385600e-02 8.839400e-03 8.698400e-03 +4.575000e+02 2.250000e+01 2.250000e+01 4.084200e-02 5.505900e-03 4.583800e-03 +5.300000e+02 5.000000e+01 5.000000e+01 1.595000e-02 1.828200e-03 1.577400e-03 +6.325000e+02 5.250000e+01 5.250000e+01 4.946100e-03 1.038100e-03 7.978700e-04 +8.425000e+02 1.575000e+02 1.575000e+02 7.036200e-04 1.671500e-04 1.736300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d75-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d75-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.101300e+00 4.511200e-01 6.576400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 2.663100e+00 5.794100e-01 8.389100e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.045100e+00 7.054600e-01 1.051600e+00 +1.525000e+02 1.250000e+01 1.250000e+01 2.977300e+00 6.763600e-01 9.886300e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.838300e+00 6.630100e-01 9.766500e-01 +2.050000e+02 1.500000e+01 1.500000e+01 2.074600e+00 4.874400e-01 7.207400e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.386000e+00 3.322000e-01 4.937400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.986100e-01 2.172400e-01 3.231500e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.496300e-01 1.353700e-01 2.027900e-01 +3.325000e+02 1.750000e+01 1.750000e+01 3.368700e-01 8.370200e-02 1.255400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.930200e-01 4.933400e-02 7.466400e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.106700e-01 2.851700e-02 4.324900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 6.263200e-02 1.600400e-02 2.424700e-02 +5.300000e+02 5.000000e+01 5.000000e+01 2.554700e-02 6.756100e-03 1.032100e-02 +6.325000e+02 5.250000e+01 5.250000e+01 7.936300e-03 2.158200e-03 3.332400e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.160000e-03 3.214500e-04 4.988500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d75-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d75-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t75 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 2.188800e+00 3.477800e-01 8.848000e-01 +1.050000e+02 1.000000e+01 1.000000e+01 2.836800e+00 5.356900e-01 1.211800e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.196900e+00 5.550400e-01 1.406300e+00 +1.525000e+02 1.250000e+01 1.250000e+01 3.139700e+00 6.049600e-01 1.335500e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.796300e+00 5.255700e-01 9.938500e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.994500e+00 3.917300e-01 7.904300e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.332100e+00 3.259900e-01 4.493100e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.173100e-01 1.530200e-01 3.694800e-01 +2.975000e+02 1.750000e+01 1.750000e+01 4.812700e-01 5.977900e-02 2.580000e-01 +3.325000e+02 1.750000e+01 1.750000e+01 2.925800e-01 5.854100e-02 1.017000e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.759000e-01 3.122300e-02 6.793000e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.049600e-01 2.999000e-02 2.634900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 5.317300e-02 8.767800e-03 2.365200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 2.250300e-02 6.137300e-03 8.894600e-03 +6.325000e+02 5.250000e+01 5.250000e+01 7.633200e-03 7.187800e-04 4.316800e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.200700e-03 3.819800e-04 2.757200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d76-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d76-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.087800e-01 4.281009e-02 4.256285e-02 +3.750000e+01 1.250000e+01 1.250000e+01 7.984000e-01 8.448911e-02 8.972912e-02 +6.250000e+01 1.250000e+01 1.250000e+01 7.041700e-01 6.612812e-02 5.708515e-02 +8.750000e+01 1.250000e+01 1.250000e+01 5.321400e-01 4.150655e-02 4.281049e-02 +1.150000e+02 1.500000e+01 1.500000e+01 3.390600e-01 2.796040e-02 2.700158e-02 +1.450000e+02 1.500000e+01 1.500000e+01 2.771500e-01 2.555827e-02 3.259398e-02 +1.750000e+02 1.500000e+01 1.500000e+01 1.590200e-01 1.852536e-02 1.688511e-02 +2.250000e+02 3.500000e+01 3.500000e+01 9.247100e-02 1.755659e-02 1.700525e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.046100e-02 3.483494e-03 3.448098e-03 +6.975000e+02 2.025000e+02 2.025000e+02 9.135300e-04 5.418348e-04 5.435699e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d76-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d76-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.126900e-01 2.520400e-02 3.117500e-02 +3.750000e+01 1.250000e+01 1.250000e+01 6.423100e-01 5.055000e-02 7.936300e-02 +6.250000e+01 1.250000e+01 1.250000e+01 5.914100e-01 6.345500e-02 4.912000e-02 +8.750000e+01 1.250000e+01 1.250000e+01 4.830300e-01 4.930400e-02 4.401200e-02 +1.150000e+02 1.500000e+01 1.500000e+01 3.689000e-01 3.256400e-02 3.069500e-02 +1.450000e+02 1.500000e+01 1.500000e+01 2.651200e-01 3.069900e-02 1.247100e-02 +1.750000e+02 1.500000e+01 1.500000e+01 1.871300e-01 2.147500e-02 1.730200e-02 +2.250000e+02 3.500000e+01 3.500000e+01 1.053200e-01 1.055100e-02 1.023300e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.230600e-02 1.722400e-03 1.640200e-03 +6.975000e+02 2.025000e+02 2.025000e+02 1.581200e-03 2.373000e-04 2.266600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d76-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d76-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t76 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.397000e-01 2.514400e-02 1.266800e-01 +3.750000e+01 1.250000e+01 1.250000e+01 6.927500e-01 8.516200e-02 1.792200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 6.547100e-01 9.976400e-02 2.494900e-01 +8.750000e+01 1.250000e+01 1.250000e+01 5.305000e-01 9.168900e-02 1.674400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 3.978900e-01 5.852800e-02 1.240000e-01 +1.450000e+02 1.500000e+01 1.500000e+01 2.915100e-01 5.425500e-02 7.554500e-02 +1.750000e+02 1.500000e+01 1.500000e+01 2.043500e-01 2.879900e-02 5.797500e-02 +2.250000e+02 3.500000e+01 3.500000e+01 1.184300e-01 2.824900e-02 2.431300e-02 +3.775000e+02 1.175000e+02 1.175000e+02 2.630300e-02 3.446000e-03 1.045700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 2.006400e-03 3.923500e-04 8.622500e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d77-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d77-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 7.519900e+00 2.321114e+00 2.384740e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.679800e+01 4.691930e+00 4.498031e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.341600e+01 1.157207e+01 1.169160e+01 +7.500000e-01 5.000000e-02 5.000000e-02 1.171000e+02 1.120355e+01 1.013444e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.873600e+02 1.601033e+01 1.496033e+01 +8.750000e-01 2.500000e-02 2.500000e-02 3.043500e+02 2.868889e+01 2.886343e+01 +9.250000e-01 2.500000e-02 2.500000e-02 4.002600e+02 3.493286e+01 3.610713e+01 +9.750000e-01 2.500000e-02 2.500000e-02 5.295900e+02 4.400955e+01 4.310709e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d77-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d77-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.311200e+01 1.449400e+00 1.670800e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.636600e+01 3.089700e+00 2.952400e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.527100e+01 5.121500e+00 6.217600e+00 +7.500000e-01 5.000000e-02 5.000000e-02 1.047300e+02 1.156600e+01 7.577400e+00 +8.250000e-01 2.500000e-02 2.500000e-02 1.718800e+02 1.799500e+01 1.449400e+01 +8.750000e-01 2.500000e-02 2.500000e-02 2.480800e+02 2.195600e+01 1.937600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.516200e+02 3.175100e+01 3.940000e+01 +9.750000e-01 2.500000e-02 2.500000e-02 4.682900e+02 3.856600e+01 3.326400e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d77-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d77-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t77 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.368400e+01 2.258100e+00 3.579800e+00 +5.000000e-01 1.000000e-01 1.000000e-01 2.889500e+01 5.533300e+00 5.176200e+00 +6.500000e-01 5.000000e-02 5.000000e-02 5.779100e+01 1.133300e+01 1.597600e+01 +7.500000e-01 5.000000e-02 5.000000e-02 1.076000e+02 1.657800e+01 3.618500e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.866700e+02 3.604000e+01 4.896000e+01 +8.750000e-01 2.500000e-02 2.500000e-02 2.692400e+02 3.183000e+01 8.255500e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.962600e+02 6.234700e+01 1.126200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 5.434600e+02 7.657400e+01 1.930300e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d78-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d78-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.820400e+00 8.249588e-01 8.326482e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.756400e+01 1.168185e+00 1.177140e+00 +3.800000e+00 2.000000e-01 2.000000e-01 2.330100e+01 1.977673e+00 1.786061e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.145200e+01 3.527567e+00 3.524170e+00 +4.600000e+00 2.000000e-01 2.000000e-01 3.617400e+01 3.111277e+00 2.496711e+00 +5.000000e+00 2.000000e-01 2.000000e-01 3.975000e+01 3.459769e+00 3.847957e+00 +5.400000e+00 2.000000e-01 2.000000e-01 2.664300e+01 2.343107e+00 2.366723e+00 +6.000000e+00 4.000000e-01 4.000000e-01 1.161900e+01 1.765713e+00 1.903634e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.938000e-01 2.750364e-01 2.776955e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d78-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d78-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 8.024800e+00 7.481900e-01 5.866500e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.517600e+01 1.363500e+00 8.667600e-01 +3.800000e+00 2.000000e-01 2.000000e-01 2.350900e+01 2.088000e+00 1.665800e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.085000e+01 2.968500e+00 1.876900e+00 +4.600000e+00 2.000000e-01 2.000000e-01 3.535800e+01 3.058900e+00 5.057900e+00 +5.000000e+00 2.000000e-01 2.000000e-01 3.591000e+01 3.538300e+00 3.357600e+00 +5.400000e+00 2.000000e-01 2.000000e-01 2.612600e+01 2.867700e+00 2.040000e+00 +6.000000e+00 4.000000e-01 4.000000e-01 9.726500e+00 1.245000e+00 1.018200e+00 +7.600000e+00 1.200000e+00 1.200000e+00 6.115400e-01 5.622500e-02 1.297900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d78-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d78-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t78 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.050100e+01 1.808700e+00 4.292900e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.914600e+01 3.471700e+00 6.093500e+00 +3.800000e+00 2.000000e-01 2.000000e-01 2.742300e+01 4.321400e+00 8.361700e+00 +4.200000e+00 2.000000e-01 2.000000e-01 3.268200e+01 4.483800e+00 1.086000e+01 +4.600000e+00 2.000000e-01 2.000000e-01 3.610300e+01 6.019700e+00 1.085800e+01 +5.000000e+00 2.000000e-01 2.000000e-01 3.638900e+01 3.030000e+00 1.018000e+01 +5.400000e+00 2.000000e-01 2.000000e-01 2.628900e+01 3.828900e+00 5.384700e+00 +6.000000e+00 4.000000e-01 4.000000e-01 1.057600e+01 1.557600e+00 2.983400e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.667600e-01 5.681500e-02 1.605200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d79-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d79-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 6.672900e-01 1.283284e-01 1.395802e-01 +1.050000e+02 1.000000e+01 1.000000e+01 6.114000e-01 6.343564e-02 6.633891e-02 +1.250000e+02 1.000000e+01 1.000000e+01 5.988800e-01 5.511955e-02 5.249953e-02 +1.475000e+02 1.250000e+01 1.250000e+01 5.134400e-01 5.272883e-02 4.578762e-02 +1.725000e+02 1.250000e+01 1.250000e+01 3.588800e-01 3.374518e-02 2.980955e-02 +1.975000e+02 1.250000e+01 1.250000e+01 2.828200e-01 2.074717e-02 2.012721e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.465000e-01 1.908910e-02 1.803991e-02 +2.575000e+02 1.750000e+01 1.750000e+01 1.608700e-01 2.961223e-02 2.911250e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.538400e-01 1.000783e-02 1.008376e-02 +3.525000e+02 3.250000e+01 3.250000e+01 9.073600e-02 7.289540e-03 7.041303e-03 +5.350000e+02 1.500000e+02 1.500000e+02 1.852800e-02 1.661871e-03 1.817394e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d79-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d79-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.924000e-01 7.545600e-02 6.181500e-02 +1.050000e+02 1.000000e+01 1.000000e+01 5.483500e-01 5.016800e-02 6.953800e-02 +1.250000e+02 1.000000e+01 1.000000e+01 5.256600e-01 6.097800e-02 8.149600e-02 +1.475000e+02 1.250000e+01 1.250000e+01 4.845100e-01 4.727000e-02 2.968700e-02 +1.725000e+02 1.250000e+01 1.250000e+01 3.785700e-01 3.402800e-02 3.129500e-02 +1.975000e+02 1.250000e+01 1.250000e+01 3.069100e-01 2.527900e-02 2.378800e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.447000e-01 2.550100e-02 1.436600e-02 +2.575000e+02 1.750000e+01 1.750000e+01 1.796800e-01 1.607700e-02 1.257400e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.321200e-01 1.231400e-02 1.061600e-02 +3.525000e+02 3.250000e+01 3.250000e+01 8.274600e-02 7.921900e-03 5.743200e-03 +5.350000e+02 1.500000e+02 1.500000e+02 1.733400e-02 1.607500e-03 1.136100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d79-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d79-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t79 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 5.666200e-01 5.114400e-02 1.285700e-01 +1.050000e+02 1.000000e+01 1.000000e+01 5.362900e-01 3.190200e-02 1.679900e-01 +1.250000e+02 1.000000e+01 1.000000e+01 5.155800e-01 7.619700e-02 1.457700e-01 +1.475000e+02 1.250000e+01 1.250000e+01 4.909100e-01 8.641500e-02 1.170000e-01 +1.725000e+02 1.250000e+01 1.250000e+01 4.173200e-01 5.892800e-02 1.503100e-01 +1.975000e+02 1.250000e+01 1.250000e+01 3.381500e-01 4.784000e-02 9.492700e-02 +2.250000e+02 1.500000e+01 1.500000e+01 2.727400e-01 4.908000e-02 1.128800e-01 +2.575000e+02 1.750000e+01 1.750000e+01 2.082900e-01 3.261500e-02 7.396100e-02 +2.975000e+02 2.250000e+01 2.250000e+01 1.539200e-01 2.740200e-02 4.535800e-02 +3.525000e+02 3.250000e+01 3.250000e+01 1.063700e-01 1.880300e-02 3.072000e-02 +5.350000e+02 1.500000e+02 1.500000e+02 2.387300e-02 4.790300e-03 7.053500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d80-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d80-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 8.546800e-01 8.612225e-02 7.912468e-02 +3.750000e+01 1.250000e+01 1.250000e+01 1.722100e+00 1.695759e-01 1.694289e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.829700e+00 1.588628e-01 1.642612e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.553100e+00 1.322698e-01 1.478433e-01 +1.300000e+02 3.000000e+01 3.000000e+01 9.629900e-01 1.177879e-01 8.760995e-02 +1.925000e+02 3.250000e+01 3.250000e+01 4.948700e-01 4.828867e-02 4.378868e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.276000e-01 3.738451e-02 3.755716e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.574500e-01 2.042846e-02 2.016106e-02 +3.975000e+02 9.750000e+01 9.750000e+01 3.973300e-02 8.807956e-03 8.492160e-03 +6.975000e+02 2.025000e+02 2.025000e+02 3.488700e-03 7.847399e-04 8.642819e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d80-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d80-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 6.460100e-01 9.349400e-02 6.639100e-02 +3.750000e+01 1.250000e+01 1.250000e+01 1.448000e+00 1.662900e-01 1.544200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.520800e+00 2.040700e-01 1.740800e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.312700e+00 1.501500e-01 1.647700e-01 +1.300000e+02 3.000000e+01 3.000000e+01 9.203100e-01 1.126200e-01 1.069400e-01 +1.925000e+02 3.250000e+01 3.250000e+01 4.698100e-01 5.616300e-02 5.496900e-02 +2.425000e+02 1.750000e+01 1.750000e+01 2.462900e-01 3.263300e-02 2.491600e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.535000e-01 1.313900e-02 1.577600e-02 +3.975000e+02 9.750000e+01 9.750000e+01 4.778900e-02 6.300400e-03 4.425600e-03 +6.975000e+02 2.025000e+02 2.025000e+02 3.427000e-03 3.940400e-04 4.199200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d80-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d80-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t80 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 7.780000e-01 8.816100e-02 3.056400e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.801800e+00 2.478100e-01 6.374600e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.884900e+00 3.691500e-01 7.408700e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.575000e+00 2.500000e-01 6.653100e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.092700e+00 2.151300e-01 4.219100e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.538200e-01 1.123600e-01 2.242100e-01 +2.425000e+02 1.750000e+01 1.750000e+01 2.919000e-01 6.249100e-02 9.346700e-02 +2.800000e+02 2.000000e+01 2.000000e+01 1.860600e-01 3.746100e-02 7.458800e-02 +3.975000e+02 9.750000e+01 9.750000e+01 5.770700e-02 1.065300e-02 1.880200e-02 +6.975000e+02 2.025000e+02 2.025000e+02 4.972300e-03 1.072000e-03 1.877000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d81-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d81-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.302100e+01 7.646984e+00 7.235272e+00 +3.750000e-01 1.250000e-01 1.250000e-01 3.346800e+01 1.401554e+01 8.684749e+00 +6.000000e-01 1.000000e-01 1.000000e-01 1.255600e+02 1.642000e+01 1.715345e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.675100e+02 2.695763e+01 2.902101e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.698200e+02 3.379826e+01 3.701121e+01 +8.250000e-01 2.500000e-02 2.500000e-02 5.383800e+02 4.780003e+01 4.492155e+01 +8.750000e-01 2.500000e-02 2.500000e-02 8.043800e+02 6.960621e+01 6.579602e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.113700e+03 9.127146e+01 9.587340e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.409800e+03 1.074742e+02 1.066351e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d81-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d81-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.916200e+01 2.912700e+00 5.335800e+00 +3.750000e-01 1.250000e-01 1.250000e-01 4.794600e+01 6.722000e+00 5.485200e+00 +6.000000e-01 1.000000e-01 1.000000e-01 1.207000e+02 1.627700e+01 1.727300e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.416600e+02 3.077700e+01 3.978400e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.390800e+02 4.503100e+01 3.079300e+01 +8.250000e-01 2.500000e-02 2.500000e-02 4.668300e+02 5.311000e+01 5.642600e+01 +8.750000e-01 2.500000e-02 2.500000e-02 6.593600e+02 7.662600e+01 7.962000e+01 +9.250000e-01 2.500000e-02 2.500000e-02 9.187700e+02 1.141800e+02 1.043400e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.194900e+03 1.412200e+02 9.735700e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d81-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d81-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t81 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e-01 1.250000e-01 1.250000e-01 2.967200e+01 5.932200e+00 9.878100e+00 +3.750000e-01 1.250000e-01 1.250000e-01 4.675100e+01 8.243100e+00 2.085400e+01 +6.000000e-01 1.000000e-01 1.000000e-01 1.262300e+02 2.556200e+01 4.486100e+01 +7.250000e-01 2.500000e-02 2.500000e-02 2.556300e+02 4.740000e+01 9.881500e+01 +7.750000e-01 2.500000e-02 2.500000e-02 3.836500e+02 5.978400e+01 1.719300e+02 +8.250000e-01 2.500000e-02 2.500000e-02 5.761800e+02 1.360000e+02 1.727100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 8.018600e+02 1.223500e+02 3.151600e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.172300e+03 1.867200e+02 4.640100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.594600e+03 2.723700e+02 6.336200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d82-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d82-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.761100e+01 3.456050e+00 3.420067e+00 +2.600000e+00 2.000000e-01 2.000000e-01 4.706400e+01 3.788729e+00 3.818097e+00 +3.000000e+00 2.000000e-01 2.000000e-01 5.251400e+01 4.227319e+00 4.144895e+00 +3.400000e+00 2.000000e-01 2.000000e-01 6.915200e+01 4.739150e+00 5.247235e+00 +3.800000e+00 2.000000e-01 2.000000e-01 7.515600e+01 5.817993e+00 5.141712e+00 +4.200000e+00 2.000000e-01 2.000000e-01 8.903400e+01 7.203957e+00 6.757537e+00 +4.600000e+00 2.000000e-01 2.000000e-01 9.695100e+01 9.096673e+00 7.540531e+00 +5.000000e+00 2.000000e-01 2.000000e-01 8.632700e+01 9.180567e+00 1.022418e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.328400e+01 8.771251e+00 6.448629e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.405800e+00 7.574342e-01 6.852392e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d82-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d82-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 3.002800e+01 3.442700e+00 3.056500e+00 +2.600000e+00 2.000000e-01 2.000000e-01 3.677300e+01 4.418500e+00 3.821700e+00 +3.000000e+00 2.000000e-01 2.000000e-01 4.583700e+01 5.917900e+00 4.089500e+00 +3.400000e+00 2.000000e-01 2.000000e-01 5.659000e+01 5.753100e+00 6.190500e+00 +3.800000e+00 2.000000e-01 2.000000e-01 6.915600e+01 8.471800e+00 6.454300e+00 +4.200000e+00 2.000000e-01 2.000000e-01 8.094400e+01 9.034900e+00 9.059200e+00 +4.600000e+00 2.000000e-01 2.000000e-01 8.819200e+01 1.024200e+01 1.232100e+01 +5.000000e+00 2.000000e-01 2.000000e-01 8.384700e+01 1.179800e+01 9.276300e+00 +5.600000e+00 4.000000e-01 4.000000e-01 3.948100e+01 5.011100e+00 4.857200e+00 +7.400000e+00 1.400000e+00 1.400000e+00 2.255400e+00 3.980800e-01 2.832600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d82-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d82-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t82 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.447900e+01 1.136600e+01 1.740400e+01 +2.600000e+00 2.000000e-01 2.000000e-01 5.416800e+01 9.518500e+00 2.271900e+01 +3.000000e+00 2.000000e-01 2.000000e-01 6.529200e+01 1.341800e+01 2.728000e+01 +3.400000e+00 2.000000e-01 2.000000e-01 7.646300e+01 1.244100e+01 3.134100e+01 +3.800000e+00 2.000000e-01 2.000000e-01 8.610200e+01 1.509900e+01 3.601700e+01 +4.200000e+00 2.000000e-01 2.000000e-01 9.379700e+01 1.766300e+01 3.356600e+01 +4.600000e+00 2.000000e-01 2.000000e-01 9.440600e+01 1.761400e+01 3.743900e+01 +5.000000e+00 2.000000e-01 2.000000e-01 8.682100e+01 1.334600e+01 3.175300e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.337200e+01 6.362300e+00 1.574200e+01 +7.400000e+00 1.400000e+00 1.400000e+00 2.947900e+00 5.055900e-01 6.195800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d83-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d83-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.230900e+00 2.363524e-01 2.208020e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.367500e+00 2.699029e-01 1.971903e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.401200e+00 1.569007e-01 1.398365e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.224800e+00 1.113375e-01 9.117330e-02 +1.775000e+02 1.250000e+01 1.250000e+01 9.815500e-01 8.478990e-02 8.393441e-02 +2.050000e+02 1.500000e+01 1.500000e+01 8.136600e-01 5.240337e-02 5.084697e-02 +2.350000e+02 1.500000e+01 1.500000e+01 6.854200e-01 4.803824e-02 4.945945e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.444200e-01 5.055078e-02 4.844646e-02 +2.975000e+02 1.750000e+01 1.750000e+01 5.018000e-01 3.177053e-02 3.279758e-02 +3.325000e+02 1.750000e+01 1.750000e+01 3.830600e-01 3.868264e-02 4.028094e-02 +3.700000e+02 2.000000e+01 2.000000e+01 3.030500e-01 2.151354e-02 2.319422e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.886800e-01 1.553877e-02 1.418631e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.129500e-01 1.066773e-02 1.014564e-02 +5.300000e+02 5.000000e+01 5.000000e+01 5.356500e-02 6.216788e-03 6.002569e-03 +7.300000e+02 1.500000e+02 1.500000e+02 7.651500e-03 1.465704e-03 1.534366e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d83-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d83-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.039900e+00 1.611800e-01 1.698200e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.224500e+00 1.710600e-01 1.401200e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.230700e+00 1.620600e-01 1.894200e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.094500e+00 1.256300e-01 1.221100e-01 +1.775000e+02 1.250000e+01 1.250000e+01 9.337600e-01 1.004600e-01 1.012000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 7.834900e-01 1.081600e-01 7.402400e-02 +2.350000e+02 1.500000e+01 1.500000e+01 6.376300e-01 7.086200e-02 6.465700e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.178300e-01 6.202500e-02 4.300600e-02 +2.975000e+02 1.750000e+01 1.750000e+01 4.174200e-01 4.358100e-02 4.600200e-02 +3.325000e+02 1.750000e+01 1.750000e+01 3.324600e-01 3.657400e-02 2.870000e-02 +3.700000e+02 2.000000e+01 2.000000e+01 2.449200e-01 2.993200e-02 2.903200e-02 +4.125000e+02 2.250000e+01 2.250000e+01 1.620600e-01 1.975900e-02 1.527800e-02 +4.575000e+02 2.250000e+01 2.250000e+01 9.927100e-02 1.168200e-02 1.401800e-02 +5.300000e+02 5.000000e+01 5.000000e+01 4.562900e-02 5.759600e-03 3.406500e-03 +7.300000e+02 1.500000e+02 1.500000e+02 7.432100e-03 8.321700e-04 6.613600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d83-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d83-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t83 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.193500e+00 1.333100e-01 3.407400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.264400e+00 1.563100e-01 5.121700e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.267500e+00 2.238800e-01 4.767600e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.215700e+00 2.394700e-01 4.412900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.126900e+00 2.102700e-01 4.224000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 9.228200e-01 1.453900e-01 4.038200e-01 +2.350000e+02 1.500000e+01 1.500000e+01 7.897200e-01 1.531800e-01 2.964800e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.680500e-01 1.176200e-01 2.909900e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.572800e-01 1.033900e-01 2.439400e-01 +3.325000e+02 1.750000e+01 1.750000e+01 4.738300e-01 8.338800e-02 1.748400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 3.564400e-01 7.142800e-02 1.213200e-01 +4.125000e+02 2.250000e+01 2.250000e+01 2.427100e-01 6.847700e-02 7.604900e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.438900e-01 2.485000e-02 6.675300e-02 +5.300000e+02 5.000000e+01 5.000000e+01 7.098200e-02 1.507400e-02 2.817900e-02 +7.300000e+02 1.500000e+02 1.500000e+02 1.221600e-02 2.064100e-03 6.538900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d84-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d84-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 4.347400e+02 5.795541e+01 6.211122e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.845800e+02 5.274486e+01 5.032847e+01 +3.000000e-01 5.000000e-02 5.000000e-02 3.647200e+02 5.068410e+01 5.084223e+01 +4.500000e-01 1.000000e-01 1.000000e-01 2.688400e+02 4.779646e+01 4.023696e+01 +6.000000e-01 5.000000e-02 5.000000e-02 1.889400e+02 2.910514e+01 2.964744e+01 +7.500000e-01 1.000000e-01 1.000000e-01 8.870300e+01 1.384812e+01 1.426679e+01 +1.025000e+00 1.750000e-01 1.750000e-01 2.708000e+01 4.515114e+00 4.539786e+00 +1.850000e+00 6.500000e-01 6.500000e-01 2.292300e+00 4.370611e-01 4.426839e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d84-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d84-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.321700e+02 5.383300e+01 4.128500e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.224100e+02 4.767800e+01 4.784700e+01 +3.000000e-01 5.000000e-02 5.000000e-02 3.263500e+02 5.051200e+01 4.407900e+01 +4.500000e-01 1.000000e-01 1.000000e-01 2.437600e+02 3.066900e+01 3.452800e+01 +6.000000e-01 5.000000e-02 5.000000e-02 1.597000e+02 2.220900e+01 2.097700e+01 +7.500000e-01 1.000000e-01 1.000000e-01 8.221600e+01 1.097900e+01 9.676500e+00 +1.025000e+00 1.750000e-01 1.750000e-01 2.277500e+01 3.576700e+00 1.967800e+00 +1.850000e+00 6.500000e-01 6.500000e-01 1.609100e+00 2.676200e-01 2.410200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d84-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d84-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t84 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 4.378000e+02 8.450300e+01 1.977600e+02 +2.000000e-01 5.000000e-02 5.000000e-02 4.204900e+02 8.073100e+01 1.929300e+02 +3.000000e-01 5.000000e-02 5.000000e-02 4.200800e+02 8.238600e+01 1.944700e+02 +4.500000e-01 1.000000e-01 1.000000e-01 3.125500e+02 6.555000e+01 1.322200e+02 +6.000000e-01 5.000000e-02 5.000000e-02 2.066400e+02 4.837800e+01 8.167300e+01 +7.500000e-01 1.000000e-01 1.000000e-01 1.106500e+02 2.555100e+01 4.710600e+01 +1.025000e+00 1.750000e-01 1.750000e-01 3.358800e+01 8.781200e+00 1.261500e+01 +1.850000e+00 6.500000e-01 6.500000e-01 2.349700e+00 5.707100e-01 1.011300e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d85-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d85-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.247200e+02 2.503460e+01 2.851347e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.848800e+02 5.262616e+01 3.346398e+01 +3.250000e-01 7.500000e-02 7.500000e-02 4.329600e+02 3.719179e+01 3.749501e+01 +4.750000e-01 7.500000e-02 7.500000e-02 3.746100e+02 3.679920e+01 3.706925e+01 +6.750000e-01 1.250000e-01 1.250000e-01 1.703000e+02 1.989806e+01 1.730539e+01 +9.000000e-01 1.000000e-01 1.000000e-01 3.995000e+01 5.329199e+00 5.208289e+00 +1.750000e+00 7.500000e-01 7.500000e-01 2.382200e+00 3.930711e-01 3.966423e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d85-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d85-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.018300e+02 2.525500e+01 2.559800e+01 +2.000000e-01 5.000000e-02 5.000000e-02 3.464100e+02 3.608800e+01 3.342900e+01 +3.250000e-01 7.500000e-02 7.500000e-02 3.971700e+02 5.379100e+01 4.828200e+01 +4.750000e-01 7.500000e-02 7.500000e-02 3.274300e+02 4.371800e+01 3.635600e+01 +6.750000e-01 1.250000e-01 1.250000e-01 1.464000e+02 2.012900e+01 1.994100e+01 +9.000000e-01 1.000000e-01 1.000000e-01 3.425100e+01 5.986100e+00 4.486000e+00 +1.750000e+00 7.500000e-01 7.500000e-01 1.593600e+00 2.331500e-01 2.907300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d85-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d85-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t85 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 3.382400e+02 4.966400e+01 1.057100e+02 +2.000000e-01 5.000000e-02 5.000000e-02 3.961600e+02 6.686700e+01 1.237500e+02 +3.250000e-01 7.500000e-02 7.500000e-02 4.576100e+02 7.642000e+01 1.879100e+02 +4.750000e-01 7.500000e-02 7.500000e-02 4.087400e+02 7.475900e+01 1.786400e+02 +6.750000e-01 1.250000e-01 1.250000e-01 1.992300e+02 4.159300e+01 8.039300e+01 +9.000000e-01 1.000000e-01 1.000000e-01 5.022400e+01 1.168900e+01 2.223400e+01 +1.750000e+00 7.500000e-01 7.500000e-01 2.270300e+00 4.911400e-01 1.075100e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d86-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d86-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.414400e+02 8.672454e+00 7.780229e+00 +1.000000e+00 5.000000e-01 5.000000e-01 7.665500e+01 8.583108e+00 7.459364e+00 +2.000000e+00 5.000000e-01 5.000000e-01 3.080900e+01 4.180022e+00 4.464411e+00 +3.000000e+00 5.000000e-01 5.000000e-01 9.790800e+00 2.027761e+00 1.998234e+00 +6.000000e+00 2.500000e+00 2.500000e+00 3.549500e+00 1.178194e+00 1.009966e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d86-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d86-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.283600e+02 1.287900e+01 1.183900e+01 +1.000000e+00 5.000000e-01 5.000000e-01 6.845200e+01 9.888400e+00 8.883300e+00 +2.000000e+00 5.000000e-01 5.000000e-01 2.620200e+01 3.683300e+00 3.543100e+00 +3.000000e+00 5.000000e-01 5.000000e-01 8.274100e+00 1.530400e+00 1.346200e+00 +6.000000e+00 2.500000e+00 2.500000e+00 3.162600e+00 4.991000e-01 4.510400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d86-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d86-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t86 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.482500e+02 2.285400e+01 4.891200e+01 +1.000000e+00 5.000000e-01 5.000000e-01 8.725800e+01 1.738000e+01 3.863700e+01 +2.000000e+00 5.000000e-01 5.000000e-01 3.441100e+01 7.705900e+00 1.574400e+01 +3.000000e+00 5.000000e-01 5.000000e-01 1.082300e+01 2.179800e+00 4.632600e+00 +6.000000e+00 2.500000e+00 2.500000e+00 2.821900e+00 3.718700e-01 1.463200e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d87-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d87-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.345400e+00 6.283506e-01 6.385587e-01 +5.800000e+02 3.500000e+01 3.500000e+01 4.960800e+00 3.555689e-01 3.514885e-01 +6.550000e+02 4.000000e+01 4.000000e+01 3.607100e+00 2.477671e-01 2.512099e-01 +7.400000e+02 4.500000e+01 4.500000e+01 2.500100e+00 1.661609e-01 1.490339e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.698200e+00 1.253064e-01 1.200099e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.135700e+00 7.611003e-02 9.353712e-02 +1.042500e+03 5.750000e+01 5.750000e+01 7.612900e-01 5.902181e-02 5.512267e-02 +1.150000e+03 5.000000e+01 5.000000e+01 4.986300e-01 4.476704e-02 3.211264e-02 +1.275000e+03 7.500000e+01 7.500000e+01 3.215300e-01 3.539612e-02 2.299664e-02 +1.425000e+03 7.500000e+01 7.500000e+01 2.053000e-01 1.960732e-02 2.564483e-02 +1.750000e+03 2.500000e+02 2.500000e+02 8.434500e-02 9.472271e-03 1.062872e-02 +2.350000e+03 3.500000e+02 3.500000e+02 1.466300e-02 2.688886e-03 2.399257e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.497700e-03 4.270761e-04 3.916612e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d87-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d87-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.189500e+00 6.646800e-01 4.813300e-01 +5.800000e+02 3.500000e+01 3.500000e+01 4.064400e+00 4.873900e-01 4.491200e-01 +6.550000e+02 4.000000e+01 4.000000e+01 2.940600e+00 3.623100e-01 3.876200e-01 +7.400000e+02 4.500000e+01 4.500000e+01 2.074700e+00 2.906300e-01 2.113500e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.427100e+00 1.793300e-01 1.504700e-01 +9.325000e+02 5.250000e+01 5.250000e+01 9.744700e-01 1.204500e-01 1.030300e-01 +1.042500e+03 5.750000e+01 5.750000e+01 6.551300e-01 8.060800e-02 7.529300e-02 +1.150000e+03 5.000000e+01 5.000000e+01 4.526800e-01 5.282000e-02 6.030800e-02 +1.275000e+03 7.500000e+01 7.500000e+01 2.994500e-01 3.891800e-02 3.251400e-02 +1.425000e+03 7.500000e+01 7.500000e+01 1.862400e-01 2.447800e-02 1.554400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 7.816500e-02 9.135900e-03 8.739000e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.649200e-02 1.713100e-03 1.375700e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.727600e-03 1.849300e-04 1.868400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d87-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d87-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.421500e+00 1.325300e+00 1.985600e+00 +5.800000e+02 3.500000e+01 3.500000e+01 4.268400e+00 1.064600e+00 1.610500e+00 +6.550000e+02 4.000000e+01 4.000000e+01 3.073400e+00 7.723900e-01 1.171600e+00 +7.400000e+02 4.500000e+01 4.500000e+01 2.184200e+00 5.600800e-01 8.571600e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.512900e+00 3.939700e-01 6.068100e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.035900e+00 2.749000e-01 4.269400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 6.863500e-01 1.839600e-01 2.869700e-01 +1.150000e+03 5.000000e+01 5.000000e+01 4.767700e-01 1.302100e-01 2.047800e-01 +1.275000e+03 7.500000e+01 7.500000e+01 3.177100e-01 8.769500e-02 1.388000e-01 +1.425000e+03 7.500000e+01 7.500000e+01 2.005600e-01 5.687800e-02 9.136200e-02 +1.750000e+03 2.500000e+02 2.500000e+02 8.242300e-02 2.368700e-02 3.828700e-02 +2.350000e+03 3.500000e+02 3.500000e+02 1.697600e-02 5.169700e-03 8.610000e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.768800e-03 5.715800e-04 9.824900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d87-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d87-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t87 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 5.245900e+00 1.046600e+00 2.291600e+00 +5.800000e+02 3.500000e+01 3.500000e+01 4.166000e+00 7.955300e-01 1.822200e+00 +6.550000e+02 4.000000e+01 4.000000e+01 3.068100e+00 5.780100e-01 1.336000e+00 +7.400000e+02 4.500000e+01 4.500000e+01 2.198800e+00 4.371200e-01 9.161400e-01 +8.325000e+02 4.750000e+01 4.750000e+01 1.597800e+00 3.599300e-01 5.767300e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.094800e+00 2.048300e-01 4.545500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 7.471200e-01 1.389900e-01 3.049900e-01 +1.150000e+03 5.000000e+01 5.000000e+01 5.265600e-01 9.647500e-02 2.111000e-01 +1.275000e+03 7.500000e+01 7.500000e+01 3.652300e-01 5.967500e-02 1.373000e-01 +1.425000e+03 7.500000e+01 7.500000e+01 2.308300e-01 4.210600e-02 7.928000e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.005300e-01 1.783600e-02 4.013200e-02 +2.350000e+03 3.500000e+02 3.500000e+02 2.146900e-02 3.521900e-03 7.645500e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.395800e-03 5.135400e-04 1.198300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d88-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d88-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 6.686800e+00 6.362590e-01 6.131993e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.373000e+01 1.237871e+00 1.291998e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.337800e+01 1.099245e+00 1.113073e+00 +8.750000e+01 1.250000e+01 1.250000e+01 1.020500e+01 7.321694e-01 7.441399e-01 +1.150000e+02 1.500000e+01 1.500000e+01 6.936000e+00 4.835363e-01 4.427047e-01 +1.450000e+02 1.500000e+01 1.500000e+01 4.871300e+00 4.563773e-01 3.811436e-01 +1.750000e+02 1.500000e+01 1.500000e+01 3.125300e+00 2.446411e-01 2.454333e-01 +2.075000e+02 1.750000e+01 1.750000e+01 1.836400e+00 1.628755e-01 1.472490e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.050500e+00 9.161548e-02 1.008043e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.262700e-01 7.411697e-02 7.248302e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.206400e-01 2.266544e-02 2.255991e-02 +6.975000e+02 2.025000e+02 2.025000e+02 5.853700e-03 1.238371e-03 1.310000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d88-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d88-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 4.812200e+00 7.881100e-01 7.603200e-01 +3.750000e+01 1.250000e+01 1.250000e+01 1.063800e+01 1.265400e+00 1.234200e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.059800e+01 1.325600e+00 1.134200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 8.514900e+00 1.058100e+00 9.114000e-01 +1.150000e+02 1.500000e+01 1.500000e+01 6.209700e+00 7.671000e-01 7.232000e-01 +1.450000e+02 1.500000e+01 1.500000e+01 4.351500e+00 5.547000e-01 4.442300e-01 +1.750000e+02 1.500000e+01 1.500000e+01 2.905400e+00 3.307500e-01 3.042800e-01 +2.075000e+02 1.750000e+01 1.750000e+01 1.795700e+00 2.291700e-01 1.699700e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.037300e+00 1.075200e-01 1.064500e-01 +2.800000e+02 2.000000e+01 2.000000e+01 5.956100e-01 7.400100e-02 5.484300e-02 +3.975000e+02 9.750000e+01 9.750000e+01 1.554900e-01 1.658700e-02 1.475700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 7.122200e-03 7.693000e-04 5.454900e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d88-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d88-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.348700e+00 1.197000e+00 1.742800e+00 +3.750000e+01 1.250000e+01 1.250000e+01 1.122200e+01 2.678700e+00 3.995600e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.078700e+01 2.730100e+00 4.157200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 8.765100e+00 2.285400e+00 3.510600e+00 +1.150000e+02 1.500000e+01 1.500000e+01 6.365800e+00 1.690500e+00 2.623900e+00 +1.450000e+02 1.500000e+01 1.500000e+01 4.535400e+00 1.239000e+00 1.948000e+00 +1.750000e+02 1.500000e+01 1.500000e+01 3.070000e+00 8.363200e-01 1.311800e+00 +2.075000e+02 1.750000e+01 1.750000e+01 1.905700e+00 5.197300e-01 8.125000e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.155900e+00 3.167400e-01 4.947000e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.816100e-01 1.869100e-01 2.913600e-01 +3.975000e+02 9.750000e+01 9.750000e+01 1.888400e-01 5.226500e-02 8.144700e-02 +6.975000e+02 2.025000e+02 2.025000e+02 9.781400e-03 2.780300e-03 4.349400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d88-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d88-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t88 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.150100e+00 7.406100e-01 2.057300e+00 +3.750000e+01 1.250000e+01 1.250000e+01 1.166400e+01 2.178500e+00 4.761500e+00 +6.250000e+01 1.250000e+01 1.250000e+01 1.152600e+01 2.413900e+00 4.801200e+00 +8.750000e+01 1.250000e+01 1.250000e+01 9.192700e+00 1.649700e+00 3.884100e+00 +1.150000e+02 1.500000e+01 1.500000e+01 6.639500e+00 1.298700e+00 2.947600e+00 +1.450000e+02 1.500000e+01 1.500000e+01 4.673100e+00 9.886800e-01 1.890700e+00 +1.750000e+02 1.500000e+01 1.500000e+01 3.060900e+00 6.205400e-01 1.322500e+00 +2.075000e+02 1.750000e+01 1.750000e+01 1.845400e+00 4.101900e-01 7.583000e-01 +2.425000e+02 1.750000e+01 1.750000e+01 1.097200e+00 2.220700e-01 4.785800e-01 +2.800000e+02 2.000000e+01 2.000000e+01 6.320400e-01 1.189400e-01 2.311100e-01 +3.975000e+02 9.750000e+01 9.750000e+01 1.667700e-01 3.584900e-02 5.748000e-02 +6.975000e+02 2.025000e+02 2.025000e+02 9.573600e-03 2.066400e-03 3.171200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d89-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d89-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.385800e+02 3.239514e+01 3.056628e+01 +2.250000e-01 7.500000e-02 7.500000e-02 1.951300e+02 4.141045e+01 3.119311e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.169200e+02 3.649278e+01 3.761133e+01 +4.500000e-01 5.000000e-02 5.000000e-02 3.687800e+02 4.708633e+01 4.735659e+01 +5.500000e-01 5.000000e-02 5.000000e-02 5.973400e+02 6.784832e+01 6.418598e+01 +6.250000e-01 2.500000e-02 2.500000e-02 1.009600e+03 9.293142e+01 8.422428e+01 +6.750000e-01 2.500000e-02 2.500000e-02 1.253100e+03 9.759674e+01 1.006047e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.722200e+03 1.415085e+02 1.488028e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.591500e+03 1.797726e+02 1.835356e+02 +8.250000e-01 2.500000e-02 2.500000e-02 3.765200e+03 2.764705e+02 2.684448e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.168800e+03 3.773654e+02 3.749603e+02 +9.250000e-01 2.500000e-02 2.500000e-02 6.703100e+03 4.744396e+02 4.736964e+02 +9.750000e-01 2.500000e-02 2.500000e-02 8.541300e+03 6.196934e+02 6.302609e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d89-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d89-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.712500e+02 2.328800e+01 2.031300e+01 +2.250000e-01 7.500000e-02 7.500000e-02 2.007800e+02 2.529700e+01 2.049800e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.708900e+02 3.701700e+01 3.215900e+01 +4.500000e-01 5.000000e-02 5.000000e-02 3.795500e+02 4.916400e+01 5.146200e+01 +5.500000e-01 5.000000e-02 5.000000e-02 5.875100e+02 7.516400e+01 7.132500e+01 +6.250000e-01 2.500000e-02 2.500000e-02 8.664900e+02 1.208400e+02 1.000100e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.145400e+03 1.594900e+02 1.317400e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.577700e+03 2.174400e+02 1.737000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.162400e+03 2.583800e+02 2.217400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 2.978000e+03 3.504300e+02 3.354300e+02 +8.750000e-01 2.500000e-02 2.500000e-02 4.086900e+03 4.855200e+02 4.219000e+02 +9.250000e-01 2.500000e-02 2.500000e-02 5.412700e+03 6.471000e+02 5.975100e+02 +9.750000e-01 2.500000e-02 2.500000e-02 6.664600e+03 8.707200e+02 6.753600e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d89-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d89-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.762300e+02 4.934000e+01 7.879400e+01 +2.250000e-01 7.500000e-02 7.500000e-02 2.058900e+02 5.747000e+01 9.143700e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.711900e+02 7.649000e+01 1.232500e+02 +4.500000e-01 5.000000e-02 5.000000e-02 3.657500e+02 1.012500e+02 1.611000e+02 +5.500000e-01 5.000000e-02 5.000000e-02 5.852100e+02 1.654900e+02 2.637600e+02 +6.250000e-01 2.500000e-02 2.500000e-02 8.188900e+02 2.243600e+02 3.522600e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.100100e+03 2.997600e+02 4.705600e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.521600e+03 4.130900e+02 6.481000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.130800e+03 5.686900e+02 8.822000e+02 +8.250000e-01 2.500000e-02 2.500000e-02 3.007200e+03 7.898300e+02 1.216600e+03 +8.750000e-01 2.500000e-02 2.500000e-02 4.251700e+03 1.086500e+03 1.657100e+03 +9.250000e-01 2.500000e-02 2.500000e-02 5.916400e+03 1.462500e+03 2.204800e+03 +9.750000e-01 2.500000e-02 2.500000e-02 7.612900e+03 1.816500e+03 2.698500e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d89-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d89-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t89 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e-02 7.500000e-02 7.500000e-02 1.605600e+02 3.541500e+01 6.150200e+01 +2.250000e-01 7.500000e-02 7.500000e-02 1.868100e+02 3.720000e+01 8.916700e+01 +3.500000e-01 5.000000e-02 5.000000e-02 2.435700e+02 5.204100e+01 1.019900e+02 +4.500000e-01 5.000000e-02 5.000000e-02 3.409500e+02 6.501800e+01 1.514000e+02 +5.500000e-01 5.000000e-02 5.000000e-02 5.397700e+02 1.168500e+02 2.200200e+02 +6.250000e-01 2.500000e-02 2.500000e-02 8.286900e+02 1.730700e+02 3.025800e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.105300e+03 2.099200e+02 4.431300e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.575100e+03 3.042800e+02 6.656500e+02 +7.750000e-01 2.500000e-02 2.500000e-02 2.232000e+03 3.918100e+02 1.008600e+03 +8.250000e-01 2.500000e-02 2.500000e-02 3.217700e+03 6.539700e+02 1.331300e+03 +8.750000e-01 2.500000e-02 2.500000e-02 4.515100e+03 8.594000e+02 1.925600e+03 +9.250000e-01 2.500000e-02 2.500000e-02 6.198000e+03 1.264400e+03 2.500100e+03 +9.750000e-01 2.500000e-02 2.500000e-02 7.723100e+03 1.387900e+03 3.173800e+03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d90-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d90-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.077600e+02 3.462433e+01 3.362834e+01 +2.600000e+00 2.000000e-01 2.000000e-01 6.270400e+02 3.931143e+01 3.957405e+01 +3.000000e+00 2.000000e-01 2.000000e-01 7.263600e+02 4.470956e+01 4.586098e+01 +3.400000e+00 2.000000e-01 2.000000e-01 7.859100e+02 5.164003e+01 5.295506e+01 +3.800000e+00 2.000000e-01 2.000000e-01 7.077900e+02 5.530817e+01 5.384023e+01 +4.200000e+00 2.000000e-01 2.000000e-01 4.398700e+02 3.673335e+01 3.512347e+01 +4.600000e+00 2.000000e-01 2.000000e-01 2.400300e+02 2.221590e+01 2.274785e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.154700e+02 1.446053e+01 1.405010e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.243200e+01 9.426323e+00 6.896334e+00 +6.200000e+00 2.000000e-01 2.000000e-01 1.202700e+01 3.301047e+00 3.078377e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.478100e-01 3.664103e-01 3.132278e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d90-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d90-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 4.167600e+02 4.547600e+01 4.181200e+01 +2.600000e+00 2.000000e-01 2.000000e-01 5.068400e+02 5.699200e+01 4.931700e+01 +3.000000e+00 2.000000e-01 2.000000e-01 6.012200e+02 7.730800e+01 6.630100e+01 +3.400000e+00 2.000000e-01 2.000000e-01 6.554000e+02 8.032000e+01 7.149600e+01 +3.800000e+00 2.000000e-01 2.000000e-01 5.947600e+02 7.543400e+01 6.385300e+01 +4.200000e+00 2.000000e-01 2.000000e-01 3.693700e+02 5.368700e+01 4.448200e+01 +4.600000e+00 2.000000e-01 2.000000e-01 2.112100e+02 2.990600e+01 2.417500e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.102300e+02 1.471400e+01 1.419000e+01 +5.600000e+00 4.000000e-01 4.000000e-01 3.959900e+01 5.101100e+00 4.811500e+00 +6.200000e+00 2.000000e-01 2.000000e-01 1.069200e+01 2.646100e+00 1.101200e+00 +7.600000e+00 1.200000e+00 1.200000e+00 8.500700e-01 6.860900e-02 1.690100e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d90-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d90-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.380500e+02 1.362000e+02 2.055300e+02 +2.600000e+00 2.000000e-01 2.000000e-01 6.000900e+02 1.519000e+02 2.296500e+02 +3.000000e+00 2.000000e-01 2.000000e-01 6.491400e+02 1.640400e+02 2.488300e+02 +3.400000e+00 2.000000e-01 2.000000e-01 6.621100e+02 1.685000e+02 2.572100e+02 +3.800000e+00 2.000000e-01 2.000000e-01 5.639300e+02 1.428500e+02 2.187200e+02 +4.200000e+00 2.000000e-01 2.000000e-01 3.478300e+02 9.099600e+01 1.415100e+02 +4.600000e+00 2.000000e-01 2.000000e-01 1.921300e+02 5.169100e+01 8.195400e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.011100e+02 2.798900e+01 4.487600e+01 +5.600000e+00 4.000000e-01 4.000000e-01 3.720400e+01 1.085000e+01 1.797400e+01 +6.200000e+00 2.000000e-01 2.000000e-01 9.907200e+00 3.151000e+00 5.605000e+00 +7.600000e+00 1.200000e+00 1.200000e+00 8.464300e-01 2.840000e-01 5.216000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d90-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d90-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t90 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 5.026400e+02 1.035700e+02 2.239800e+02 +2.600000e+00 2.000000e-01 2.000000e-01 5.912000e+02 1.082000e+02 2.596600e+02 +3.000000e+00 2.000000e-01 2.000000e-01 6.717900e+02 1.423900e+02 2.722900e+02 +3.400000e+00 2.000000e-01 2.000000e-01 6.879300e+02 1.342800e+02 2.848200e+02 +3.800000e+00 2.000000e-01 2.000000e-01 5.936200e+02 1.139300e+02 2.469100e+02 +4.200000e+00 2.000000e-01 2.000000e-01 3.625100e+02 6.665900e+01 1.489800e+02 +4.600000e+00 2.000000e-01 2.000000e-01 2.069800e+02 4.201700e+01 8.118200e+01 +5.000000e+00 2.000000e-01 2.000000e-01 1.113600e+02 1.582500e+01 3.950300e+01 +5.600000e+00 4.000000e-01 4.000000e-01 4.353700e+01 6.415000e+00 1.580300e+01 +6.200000e+00 2.000000e-01 2.000000e-01 1.305200e+01 2.727600e+00 2.389800e+00 +7.600000e+00 1.200000e+00 1.200000e+00 1.263800e+00 1.343500e-01 3.251800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d91-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d91-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.163300e+01 1.457982e+00 1.409526e+00 +1.050000e+02 1.000000e+01 1.000000e+01 1.279900e+01 1.308648e+00 1.298884e+00 +1.275000e+02 1.250000e+01 1.250000e+01 1.197200e+01 9.187943e-01 9.310671e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.040900e+01 6.983664e-01 6.436609e-01 +1.775000e+02 1.250000e+01 1.250000e+01 8.399800e+00 4.930730e-01 4.808062e-01 +2.050000e+02 1.500000e+01 1.500000e+01 6.012400e+00 3.049790e-01 2.986977e-01 +2.350000e+02 1.500000e+01 1.500000e+01 3.820000e+00 1.819593e-01 1.815982e-01 +2.650000e+02 1.500000e+01 1.500000e+01 2.410300e+00 1.304611e-01 1.238769e-01 +2.975000e+02 1.750000e+01 1.750000e+01 1.454800e+00 8.170435e-02 8.658265e-02 +3.325000e+02 1.750000e+01 1.750000e+01 8.123100e-01 5.041611e-02 5.304323e-02 +3.700000e+02 2.000000e+01 2.000000e+01 4.905100e-01 4.323071e-02 4.585957e-02 +4.125000e+02 2.250000e+01 2.250000e+01 2.656600e-01 2.211866e-02 2.000179e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.558900e-01 1.491181e-02 1.383376e-02 +5.300000e+02 5.000000e+01 5.000000e+01 6.006300e-02 7.026720e-03 6.682852e-03 +6.325000e+02 5.250000e+01 5.250000e+01 1.817100e-02 3.713347e-03 3.630039e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.412400e-03 8.271355e-04 8.225211e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d91-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d91-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 9.167100e+00 1.467600e+00 1.126000e+00 +1.050000e+02 1.000000e+01 1.000000e+01 1.040400e+01 1.455700e+00 1.138200e+00 +1.275000e+02 1.250000e+01 1.250000e+01 9.984400e+00 1.281800e+00 1.259100e+00 +1.525000e+02 1.250000e+01 1.250000e+01 8.767000e+00 1.040500e+00 9.026900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 7.167400e+00 8.299700e-01 7.835400e-01 +2.050000e+02 1.500000e+01 1.500000e+01 5.145300e+00 6.172900e-01 4.774200e-01 +2.350000e+02 1.500000e+01 1.500000e+01 3.313300e+00 3.656800e-01 3.232700e-01 +2.650000e+02 1.500000e+01 1.500000e+01 2.088400e+00 2.361100e-01 1.918000e-01 +2.975000e+02 1.750000e+01 1.750000e+01 1.270200e+00 1.327000e-01 1.306500e-01 +3.325000e+02 1.750000e+01 1.750000e+01 7.566400e-01 8.487200e-02 4.965600e-02 +3.700000e+02 2.000000e+01 2.000000e+01 4.394200e-01 4.849800e-02 4.406300e-02 +4.125000e+02 2.250000e+01 2.250000e+01 2.469700e-01 2.745000e-02 2.244800e-02 +4.575000e+02 2.250000e+01 2.250000e+01 1.370800e-01 1.516300e-02 1.641200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 5.797400e-02 6.763700e-03 3.551500e-03 +6.325000e+02 5.250000e+01 5.250000e+01 1.741100e-02 2.438800e-03 1.845500e-03 +8.425000e+02 1.575000e+02 1.575000e+02 2.787800e-03 4.042100e-04 3.313600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d91-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d91-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.009900e+00 2.028500e+00 3.149900e+00 +1.050000e+02 1.000000e+01 1.000000e+01 9.429800e+00 2.366500e+00 3.623600e+00 +1.275000e+02 1.250000e+01 1.250000e+01 9.781600e+00 2.490900e+00 3.820600e+00 +1.525000e+02 1.250000e+01 1.250000e+01 9.104700e+00 2.301000e+00 3.499600e+00 +1.775000e+02 1.250000e+01 1.250000e+01 8.004500e+00 2.031700e+00 3.087800e+00 +2.050000e+02 1.500000e+01 1.500000e+01 5.844000e+00 1.498000e+00 2.286500e+00 +2.350000e+02 1.500000e+01 1.500000e+01 3.926600e+00 1.018300e+00 1.557100e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.567600e+00 6.739900e-01 1.032700e+00 +2.975000e+02 1.750000e+01 1.750000e+01 1.564700e+00 4.148300e-01 6.377500e-01 +3.325000e+02 1.750000e+01 1.750000e+01 9.581800e-01 2.569600e-01 3.963400e-01 +3.700000e+02 2.000000e+01 2.000000e+01 5.759000e-01 1.558000e-01 2.403300e-01 +4.125000e+02 2.250000e+01 2.250000e+01 3.337600e-01 9.139300e-02 1.414900e-01 +4.575000e+02 2.250000e+01 2.250000e+01 1.840600e-01 5.042800e-02 7.824000e-02 +5.300000e+02 5.000000e+01 5.000000e+01 7.972500e-02 2.227800e-02 3.464600e-02 +6.325000e+02 5.250000e+01 5.250000e+01 2.374100e-02 6.799300e-03 1.069900e-02 +8.425000e+02 1.575000e+02 1.575000e+02 3.652400e-03 1.064200e-03 1.681200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d91-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d91-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t91 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 8.388400e+00 1.329500e+00 3.479200e+00 +1.050000e+02 1.000000e+01 1.000000e+01 9.899200e+00 1.960200e+00 4.097100e+00 +1.275000e+02 1.250000e+01 1.250000e+01 1.011600e+01 2.010500e+00 4.103000e+00 +1.525000e+02 1.250000e+01 1.250000e+01 9.440600e+00 1.792300e+00 3.947200e+00 +1.775000e+02 1.250000e+01 1.250000e+01 8.054100e+00 1.544000e+00 3.254500e+00 +2.050000e+02 1.500000e+01 1.500000e+01 5.884600e+00 1.114000e+00 2.684300e+00 +2.350000e+02 1.500000e+01 1.500000e+01 3.947500e+00 8.044100e-01 1.603300e+00 +2.650000e+02 1.500000e+01 1.500000e+01 2.523800e+00 5.188700e-01 1.095500e+00 +2.975000e+02 1.750000e+01 1.750000e+01 1.559100e+00 2.811500e-01 7.008000e-01 +3.325000e+02 1.750000e+01 1.750000e+01 9.881800e-01 2.219100e-01 3.556300e-01 +3.700000e+02 2.000000e+01 2.000000e+01 5.858200e-01 1.187100e-01 2.147400e-01 +4.125000e+02 2.250000e+01 2.250000e+01 3.423300e-01 8.872900e-02 1.057400e-01 +4.575000e+02 2.250000e+01 2.250000e+01 1.915600e-01 3.840500e-02 7.859200e-02 +5.300000e+02 5.000000e+01 5.000000e+01 8.508900e-02 1.874100e-02 3.255600e-02 +6.325000e+02 5.250000e+01 5.250000e+01 2.763300e-02 3.482600e-03 1.520300e-02 +8.425000e+02 1.575000e+02 1.575000e+02 4.549000e-03 1.121400e-03 4.244900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d92-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d92-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 2.004000e+03 2.669950e+02 2.532186e+02 +1.000000e-01 5.000000e-02 5.000000e-02 2.112200e+03 2.638339e+02 2.532517e+02 +2.000000e-01 5.000000e-02 5.000000e-02 2.018900e+03 2.589280e+02 2.464791e+02 +3.000000e-01 5.000000e-02 5.000000e-02 2.029900e+03 2.615069e+02 2.640057e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.732300e+03 2.633165e+02 2.499944e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.337000e+03 2.024652e+02 1.992508e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.216100e+03 1.879114e+02 1.863348e+02 +7.000000e-01 5.000000e-02 5.000000e-02 9.821400e+02 1.492019e+02 1.446003e+02 +8.000000e-01 5.000000e-02 5.000000e-02 6.549300e+02 9.720235e+01 9.906715e+01 +9.250000e-01 7.500000e-02 7.500000e-02 4.014700e+02 6.243126e+01 6.498550e+01 +1.100000e+00 1.000000e-01 1.000000e-01 2.652300e+02 5.174281e+01 5.190148e+01 +1.350000e+00 1.500000e-01 1.500000e-01 1.115600e+02 2.057846e+01 2.120185e+01 +1.650000e+00 1.500000e-01 1.500000e-01 3.094300e+01 7.743732e+00 7.619970e+00 +2.050000e+00 2.500000e-01 2.500000e-01 6.776000e+00 2.000931e+00 1.900796e+00 +2.650000e+00 3.500000e-01 3.500000e-01 6.510400e-01 3.417055e-01 3.102679e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d92-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d92-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.567400e+03 2.039300e+02 1.984600e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.577700e+03 2.285200e+02 1.834500e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.606300e+03 2.160100e+02 2.042200e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.659400e+03 2.168000e+02 2.131000e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.451000e+03 1.935200e+02 1.638500e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.115300e+03 1.495400e+02 1.217100e+02 +6.000000e-01 5.000000e-02 5.000000e-02 9.767500e+02 1.380700e+02 1.037600e+02 +7.000000e-01 5.000000e-02 5.000000e-02 7.754900e+02 1.041100e+02 9.247600e+01 +8.000000e-01 5.000000e-02 5.000000e-02 5.248100e+02 6.686700e+01 1.333900e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.386100e+02 4.272100e+01 3.808000e+01 +1.100000e+00 1.000000e-01 1.000000e-01 1.891000e+02 2.639800e+01 1.704100e+01 +1.350000e+00 1.500000e-01 1.500000e-01 7.950200e+01 1.129200e+01 8.854900e+00 +1.650000e+00 1.500000e-01 1.500000e-01 2.520400e+01 3.801300e+00 2.876400e+00 +2.050000e+00 2.500000e-01 2.500000e-01 4.911000e+00 7.866200e-01 7.678600e-01 +2.650000e+00 3.500000e-01 3.500000e-01 2.383100e-01 7.195200e-02 7.958000e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d92-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d92-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.415600e+03 4.393400e+02 7.146200e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.422500e+03 4.407900e+02 7.171400e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.396600e+03 4.335900e+02 7.068400e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.427500e+03 4.438600e+02 7.240300e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.282900e+03 4.035400e+02 6.628100e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.128500e+03 3.659100e+02 6.104800e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.089800e+03 3.574300e+02 5.994600e+02 +7.000000e-01 5.000000e-02 5.000000e-02 8.591800e+02 2.823500e+02 4.738800e+02 +8.000000e-01 5.000000e-02 5.000000e-02 5.732900e+02 1.889500e+02 3.177500e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.983700e+02 1.341700e+02 2.278800e+02 +1.100000e+00 1.000000e-01 1.000000e-01 2.157300e+02 7.223900e+01 1.223700e+02 +1.350000e+00 1.500000e-01 1.500000e-01 9.648200e+01 3.232400e+01 5.436700e+01 +1.650000e+00 1.500000e-01 1.500000e-01 3.548600e+01 1.216800e+01 2.033000e+01 +2.050000e+00 2.500000e-01 2.500000e-01 5.952500e+00 2.100900e+00 3.647700e+00 +2.650000e+00 3.500000e-01 3.500000e-01 2.716300e-01 9.814000e-02 1.736900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d92-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d92-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t92 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.855800e+03 4.407700e+02 8.686100e+02 +1.000000e-01 5.000000e-02 5.000000e-02 1.858100e+03 4.098600e+02 8.931200e+02 +2.000000e-01 5.000000e-02 5.000000e-02 1.868800e+03 3.979300e+02 8.663800e+02 +3.000000e-01 5.000000e-02 5.000000e-02 1.908000e+03 4.346400e+02 9.787100e+02 +4.000000e-01 5.000000e-02 5.000000e-02 1.621100e+03 3.630100e+02 7.886400e+02 +5.000000e-01 5.000000e-02 5.000000e-02 1.193600e+03 2.611300e+02 5.891200e+02 +6.000000e-01 5.000000e-02 5.000000e-02 1.053000e+03 2.471300e+02 5.153900e+02 +7.000000e-01 5.000000e-02 5.000000e-02 8.637500e+02 1.992600e+02 3.999800e+02 +8.000000e-01 5.000000e-02 5.000000e-02 5.636500e+02 1.177500e+02 2.916200e+02 +9.250000e-01 7.500000e-02 7.500000e-02 3.738600e+02 8.372500e+01 1.720400e+02 +1.100000e+00 1.000000e-01 1.000000e-01 2.090100e+02 5.066300e+01 9.360700e+01 +1.350000e+00 1.500000e-01 1.500000e-01 8.991900e+01 1.970700e+01 4.232200e+01 +1.650000e+00 1.500000e-01 1.500000e-01 2.839400e+01 6.484700e+00 1.468300e+01 +2.050000e+00 2.500000e-01 2.500000e-01 5.998800e+00 1.140700e+00 2.396100e+00 +2.650000e+00 3.500000e-01 3.500000e-01 2.502100e-01 1.134800e-01 2.568700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d93-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d93-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.854500e+03 1.392862e+02 1.424013e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.729500e+03 1.256021e+02 1.309524e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.974600e+03 1.342602e+02 1.416856e+02 +1.750000e-01 2.500000e-02 2.500000e-02 2.076100e+03 1.712336e+02 1.392548e+02 +2.250000e-01 2.500000e-02 2.500000e-02 2.149300e+03 1.787284e+02 1.643144e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.256600e+03 1.661413e+02 1.631526e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.305200e+03 1.714270e+02 1.676101e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.442700e+03 1.706935e+02 1.573677e+02 +4.250000e-01 2.500000e-02 2.500000e-02 2.232300e+03 1.646229e+02 1.437125e+02 +4.750000e-01 2.500000e-02 2.500000e-02 2.009800e+03 1.755803e+02 1.795133e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.971700e+03 1.359661e+02 1.429800e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.947500e+03 1.238870e+02 1.337143e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.715400e+03 1.167966e+02 1.102475e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.491100e+03 9.812216e+01 9.746407e+01 +7.250000e-01 2.500000e-02 2.500000e-02 1.242800e+03 7.367909e+01 8.344958e+01 +7.750000e-01 2.500000e-02 2.500000e-02 9.860700e+02 7.374213e+01 6.988655e+01 +8.250000e-01 2.500000e-02 2.500000e-02 7.999100e+02 5.148815e+01 5.561172e+01 +8.750000e-01 2.500000e-02 2.500000e-02 6.398900e+02 3.807850e+01 4.632887e+01 +9.250000e-01 2.500000e-02 2.500000e-02 5.029500e+02 3.365246e+01 3.713072e+01 +9.750000e-01 2.500000e-02 2.500000e-02 4.017500e+02 2.904657e+01 2.896229e+01 +1.025000e+00 2.500000e-02 2.500000e-02 3.191600e+02 2.211350e+01 2.131723e+01 +1.075000e+00 2.500000e-02 2.500000e-02 2.288100e+02 1.785009e+01 1.773006e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.711300e+02 1.426725e+01 1.471588e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.507500e+02 1.353921e+01 1.257293e+01 +1.250000e+00 5.000000e-02 5.000000e-02 8.632100e+01 7.585372e+00 7.867592e+00 +1.350000e+00 5.000000e-02 5.000000e-02 5.007300e+01 5.882454e+00 5.621114e+00 +1.500000e+00 1.000000e-01 1.000000e-01 1.821000e+01 2.317406e+00 2.084775e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.168300e+00 5.117025e-01 5.212289e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d93-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d93-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.508200e+03 1.584600e+02 1.483800e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.531200e+03 1.624900e+02 1.401100e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.592200e+03 1.575500e+02 1.578200e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.680400e+03 1.817200e+02 1.455900e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.802000e+03 2.159100e+02 1.758000e+02 +2.750000e-01 2.500000e-02 2.500000e-02 1.880300e+03 2.296900e+02 1.994500e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.011100e+03 2.735800e+02 1.490700e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.030500e+03 2.511100e+02 2.315600e+02 +4.250000e-01 2.500000e-02 2.500000e-02 1.942200e+03 2.450300e+02 1.887100e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.793500e+03 2.210800e+02 2.065000e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.694300e+03 2.224300e+02 1.795100e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.559500e+03 2.420200e+02 1.761500e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.435800e+03 1.818300e+02 3.443900e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.236900e+03 1.634400e+02 1.504100e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.026400e+03 1.334100e+02 1.162000e+02 +7.750000e-01 2.500000e-02 2.500000e-02 8.407000e+02 1.224400e+02 1.200900e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.708800e+02 9.013300e+01 8.450900e+01 +8.750000e-01 2.500000e-02 2.500000e-02 5.343000e+02 8.322600e+01 5.769500e+01 +9.250000e-01 2.500000e-02 2.500000e-02 4.131000e+02 6.351800e+01 5.190300e+01 +9.750000e-01 2.500000e-02 2.500000e-02 3.232700e+02 4.456300e+01 3.899100e+01 +1.025000e+00 2.500000e-02 2.500000e-02 2.480300e+02 3.750200e+01 2.868300e+01 +1.075000e+00 2.500000e-02 2.500000e-02 1.878100e+02 2.796400e+01 2.714800e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.422900e+02 1.981100e+01 2.038300e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.046500e+02 1.639800e+01 1.343100e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.013100e+01 1.038700e+01 9.331100e+00 +1.350000e+00 5.000000e-02 5.000000e-02 3.817100e+01 6.390100e+00 6.026600e+00 +1.500000e+00 1.000000e-01 1.000000e-01 1.528800e+01 2.495700e+00 2.875200e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.319600e+00 4.327500e-01 5.803400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d93-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d93-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.788800e+03 4.681900e+02 7.238800e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.798500e+03 4.677900e+02 7.199600e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.840000e+03 4.768300e+02 7.337500e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.909400e+03 4.917200e+02 7.537700e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.971700e+03 5.035000e+02 7.702000e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.027600e+03 5.157100e+02 7.892800e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.079500e+03 5.252400e+02 8.001700e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.055100e+03 5.182200e+02 7.898700e+02 +4.250000e-01 2.500000e-02 2.500000e-02 1.991800e+03 5.054600e+02 7.726500e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.830700e+03 4.626700e+02 7.038300e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.718500e+03 4.411100e+02 6.780600e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.550600e+03 3.924800e+02 5.988700e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.404800e+03 3.572300e+02 5.442400e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.200800e+03 3.045100e+02 4.634400e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.006200e+03 2.554100e+02 3.888200e+02 +7.750000e-01 2.500000e-02 2.500000e-02 8.333700e+02 2.132100e+02 3.256600e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.624400e+02 1.707800e+02 2.614200e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.341500e+02 1.387700e+02 2.131900e+02 +9.250000e-01 2.500000e-02 2.500000e-02 4.061800e+02 1.059300e+02 1.627200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.218500e+02 8.378900e+01 1.285100e+02 +1.025000e+00 2.500000e-02 2.500000e-02 2.528100e+02 6.580500e+01 1.010100e+02 +1.075000e+00 2.500000e-02 2.500000e-02 1.970200e+02 5.147500e+01 7.893100e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.443200e+02 3.835200e+01 5.912800e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.095400e+02 2.923700e+01 4.525200e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.723600e+01 2.197000e+01 3.454800e+01 +1.350000e+00 5.000000e-02 5.000000e-02 3.828300e+01 1.039300e+01 1.623600e+01 +1.500000e+00 1.000000e-01 1.000000e-01 1.613800e+01 4.441800e+00 6.957200e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.361900e+00 7.088000e-01 1.171300e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d93-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d93-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t93 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e-02 2.500000e-02 2.500000e-02 1.544100e+03 2.433100e+02 5.838400e+02 +7.500000e-02 2.500000e-02 2.500000e-02 1.597200e+03 2.847700e+02 5.953500e+02 +1.250000e-01 2.500000e-02 2.500000e-02 1.665800e+03 2.686200e+02 6.318100e+02 +1.750000e-01 2.500000e-02 2.500000e-02 1.780800e+03 3.161100e+02 6.276500e+02 +2.250000e-01 2.500000e-02 2.500000e-02 1.905000e+03 3.644000e+02 7.595300e+02 +2.750000e-01 2.500000e-02 2.500000e-02 2.031500e+03 3.760100e+02 8.038700e+02 +3.250000e-01 2.500000e-02 2.500000e-02 2.108900e+03 3.883000e+02 8.859400e+02 +3.750000e-01 2.500000e-02 2.500000e-02 2.175300e+03 4.343800e+02 8.931900e+02 +4.250000e-01 2.500000e-02 2.500000e-02 2.099400e+03 4.185100e+02 8.907700e+02 +4.750000e-01 2.500000e-02 2.500000e-02 1.997300e+03 4.251100e+02 8.510400e+02 +5.250000e-01 2.500000e-02 2.500000e-02 1.847200e+03 3.461700e+02 8.248800e+02 +5.750000e-01 2.500000e-02 2.500000e-02 1.738800e+03 3.575200e+02 7.373800e+02 +6.250000e-01 2.500000e-02 2.500000e-02 1.571300e+03 3.383700e+02 7.226100e+02 +6.750000e-01 2.500000e-02 2.500000e-02 1.368100e+03 2.936400e+02 5.562500e+02 +7.250000e-01 2.500000e-02 2.500000e-02 1.139600e+03 2.698000e+02 4.358800e+02 +7.750000e-01 2.500000e-02 2.500000e-02 9.078300e+02 1.346000e+02 4.310700e+02 +8.250000e-01 2.500000e-02 2.500000e-02 7.482600e+02 1.676100e+02 3.235800e+02 +8.750000e-01 2.500000e-02 2.500000e-02 5.713600e+02 1.011600e+02 3.026700e+02 +9.250000e-01 2.500000e-02 2.500000e-02 4.575800e+02 9.798500e+01 2.140200e+02 +9.750000e-01 2.500000e-02 2.500000e-02 3.557200e+02 6.552400e+01 1.719200e+02 +1.025000e+00 2.500000e-02 2.500000e-02 2.746400e+02 6.075400e+01 1.240900e+02 +1.075000e+00 2.500000e-02 2.500000e-02 2.044100e+02 4.900500e+01 9.549500e+01 +1.125000e+00 2.500000e-02 2.500000e-02 1.605700e+02 3.927200e+01 6.517000e+01 +1.175000e+00 2.500000e-02 2.500000e-02 1.158700e+02 2.070900e+01 6.710000e+01 +1.250000e+00 5.000000e-02 5.000000e-02 7.638900e+01 1.726900e+01 3.369100e+01 +1.350000e+00 5.000000e-02 5.000000e-02 3.885300e+01 8.890800e+00 2.040400e+01 +1.500000e+00 1.000000e-01 1.000000e-01 1.660100e+01 3.015200e+00 9.609400e+00 +1.800000e+00 2.000000e-01 2.000000e-01 2.688100e+00 5.346700e-01 1.147400e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d94-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d94-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.012600e+03 5.337420e+01 5.472897e+01 +1.000000e+00 5.000000e-01 5.000000e-01 4.836400e+02 4.265705e+01 4.042195e+01 +2.000000e+00 5.000000e-01 5.000000e-01 1.522800e+02 1.960786e+01 1.954737e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.855700e+01 7.497954e+00 6.466930e+00 +4.000000e+00 5.000000e-01 5.000000e-01 7.925500e+00 2.062354e+00 1.694143e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.858000e+00 9.319546e-01 8.598858e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d94-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d94-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.509500e+02 1.008000e+02 8.228700e+01 +1.000000e+00 5.000000e-01 5.000000e-01 4.064600e+02 5.521900e+01 4.595000e+01 +2.000000e+00 5.000000e-01 5.000000e-01 1.250100e+02 1.633900e+01 1.555100e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.235100e+01 4.899000e+00 3.842200e+00 +4.000000e+00 5.000000e-01 5.000000e-01 7.495600e+00 9.653900e-01 1.432100e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.046900e+00 3.251200e-01 4.462700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d94-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d94-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.408100e+02 2.110000e+02 3.068000e+02 +1.000000e+00 5.000000e-01 5.000000e-01 4.470200e+02 1.320300e+02 2.105300e+02 +2.000000e+00 5.000000e-01 5.000000e-01 1.011600e+02 3.435000e+01 5.802700e+01 +3.000000e+00 5.000000e-01 5.000000e-01 6.145900e-01 0.000000e+00 0.000000e+00 +4.000000e+00 5.000000e-01 5.000000e-01 2.000000e-99 0.000000e+00 0.000000e+00 +6.500000e+00 2.000000e+00 2.000000e+00 2.000000e-99 0.000000e+00 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d94-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d94-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t94 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.911000e+02 1.509400e+02 3.318100e+02 +1.000000e+00 5.000000e-01 5.000000e-01 4.570200e+02 1.046700e+02 2.100800e+02 +2.000000e+00 5.000000e-01 5.000000e-01 1.435400e+02 3.286200e+01 7.379000e+01 +3.000000e+00 5.000000e-01 5.000000e-01 3.508500e+01 7.124300e+00 1.769100e+01 +4.000000e+00 5.000000e-01 5.000000e-01 6.307400e+00 9.342100e-01 3.861500e+00 +6.500000e+00 2.000000e+00 2.000000e+00 1.238500e+00 2.545000e-01 3.283900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d95-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d95-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 5.874900e-02 1.324906e-02 1.240497e-02 +7.500000e+01 2.500000e+01 2.500000e+01 9.498400e-02 1.592544e-02 1.470177e-02 +1.300000e+02 3.000000e+01 3.000000e+01 4.586100e-02 8.749442e-03 7.678501e-03 +2.300000e+02 7.000000e+01 7.000000e+01 1.632200e-02 3.132506e-03 3.457378e-03 +5.150000e+02 2.150000e+02 2.150000e+02 1.006100e-03 5.756198e-04 5.664343e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d95-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d95-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 6.033900e-02 5.201800e-03 5.724300e-03 +7.500000e+01 2.500000e+01 2.500000e+01 7.762200e-02 1.063500e-02 7.972400e-03 +1.300000e+02 3.000000e+01 3.000000e+01 5.217900e-02 6.130000e-03 5.684300e-03 +2.300000e+02 7.000000e+01 7.000000e+01 2.047900e-02 2.249500e-03 2.401700e-03 +5.150000e+02 2.150000e+02 2.150000e+02 2.106100e-03 3.194200e-04 3.445200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d95-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d95-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t95 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 8.308500e-02 1.079000e-02 2.195600e-02 +7.500000e+01 2.500000e+01 2.500000e+01 1.041400e-01 1.671300e-02 4.075200e-02 +1.300000e+02 3.000000e+01 3.000000e+01 6.528800e-02 1.279000e-02 1.865800e-02 +2.300000e+02 7.000000e+01 7.000000e+01 2.661100e-02 5.735800e-03 1.306200e-02 +5.150000e+02 2.150000e+02 2.150000e+02 2.825200e-03 6.625600e-04 8.601000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d96-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d96-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.427500e+00 8.575259e-01 8.622934e-01 +8.000000e-01 1.000000e-01 1.000000e-01 2.164200e+01 3.867042e+00 3.248226e+00 +9.500000e-01 5.000000e-02 5.000000e-02 7.270800e+01 1.019935e+01 9.433521e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d96-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d96-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 3.398700e+00 3.200700e-01 6.315900e-01 +8.000000e-01 1.000000e-01 1.000000e-01 2.394200e+01 3.318200e+00 2.258000e+00 +9.500000e-01 5.000000e-02 5.000000e-02 6.659700e+01 6.209700e+00 4.462200e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d96-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d96-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.158000e+00 9.062200e-01 1.287400e+00 +8.000000e-01 1.000000e-01 1.000000e-01 2.984100e+01 4.913000e+00 8.748200e+00 +9.500000e-01 5.000000e-02 5.000000e-02 9.393500e+01 1.526800e+01 3.573200e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d97-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d97-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.042000e+00 2.180337e-01 2.166378e-01 +4.400000e+00 8.000000e-01 8.000000e-01 2.593900e+00 3.371296e-01 3.088335e-01 +5.600000e+00 4.000000e-01 4.000000e-01 4.529700e+00 7.709864e-01 7.392904e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.330800e+00 3.734668e-01 3.154054e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d97-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d97-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.122000e+00 1.535800e-01 1.096500e-01 +4.400000e+00 8.000000e-01 8.000000e-01 2.807700e+00 2.830900e-01 2.426100e-01 +5.600000e+00 4.000000e-01 4.000000e-01 4.789300e+00 6.183900e-01 3.969900e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.352500e+00 1.326300e-01 1.845300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d97-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d97-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.900000e+00 7.000000e-01 7.000000e-01 1.887200e+00 3.199800e-01 1.275400e+00 +4.400000e+00 8.000000e-01 8.000000e-01 3.841200e+00 7.167900e-01 1.204300e+00 +5.600000e+00 4.000000e-01 4.000000e-01 5.183100e+00 9.569800e-01 2.108700e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.829800e+00 3.144700e-01 3.756300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d98-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d98-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 6.456000e-02 1.790904e-02 1.516966e-02 +1.800000e+02 4.000000e+01 4.000000e+01 4.737800e-02 7.729065e-03 7.460089e-03 +2.675000e+02 4.750000e+01 4.750000e+01 2.025100e-02 3.525959e-03 3.127624e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.352600e-02 2.489235e-03 2.377726e-03 +5.600000e+02 1.250000e+02 1.250000e+02 6.354100e-03 1.136201e-03 1.153537e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d98-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d98-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 6.004900e-02 6.597700e-03 7.504900e-03 +1.800000e+02 4.000000e+01 4.000000e+01 5.099200e-02 5.523500e-03 4.591400e-03 +2.675000e+02 4.750000e+01 4.750000e+01 2.833200e-02 3.254000e-03 2.663400e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.361500e-02 1.800900e-03 1.393600e-03 +5.600000e+02 1.250000e+02 1.250000e+02 5.648100e-03 7.691400e-04 7.387400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d98-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d98-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.100000e+02 3.000000e+01 3.000000e+01 7.937500e-02 1.064600e-02 2.201400e-02 +1.800000e+02 4.000000e+01 4.000000e+01 5.798500e-02 1.209400e-02 2.093000e-02 +2.675000e+02 4.750000e+01 4.750000e+01 3.645300e-02 7.944700e-03 8.914500e-03 +3.750000e+02 6.000000e+01 6.000000e+01 1.986100e-02 2.817600e-03 8.124700e-03 +5.600000e+02 1.250000e+02 1.250000e+02 9.358400e-03 1.777400e-03 4.263000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d99-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d99-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.587300e+01 5.107230e+00 4.670509e+00 +7.000000e-01 3.000000e-01 3.000000e-01 4.407800e+00 8.937790e-01 8.322673e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d99-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d99-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 1.650400e+01 2.185400e+00 2.651000e+00 +7.000000e-01 3.000000e-01 3.000000e-01 4.289500e+00 5.409600e-01 6.522500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d99-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d99-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.630900e+01 4.804900e+00 1.328900e+01 +7.000000e-01 3.000000e-01 3.000000e-01 7.093300e+00 1.625500e+00 3.412100e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d100-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d100-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.443200e+01 3.358132e+00 3.450598e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.136400e+01 3.206306e+00 2.324743e+00 +8.250000e-01 1.750000e-01 1.750000e-01 1.501800e+00 5.158532e-01 5.032079e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d100-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d100-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.707000e+01 2.413500e+00 2.268100e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.016400e+01 1.639400e+00 1.010900e+00 +8.250000e-01 1.750000e-01 1.750000e-01 1.220900e+00 2.434400e-01 2.627700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d100-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d100-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 3.254600e+01 5.455900e+00 9.249700e+00 +5.250000e-01 1.250000e-01 1.250000e-01 1.723100e+01 2.937000e+00 8.779800e+00 +8.250000e-01 1.750000e-01 1.750000e-01 2.507400e+00 8.521500e-01 7.612800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d101-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d101-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.252300e+00 1.003388e+00 9.687704e-01 +1.000000e+00 5.000000e-01 5.000000e-01 3.073300e+00 6.788961e-01 5.561707e-01 +3.000000e+00 1.500000e+00 1.500000e+00 1.858100e+00 5.350092e-01 5.029681e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d101-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d101-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.735300e+00 7.026900e-01 5.658500e-01 +1.000000e+00 5.000000e-01 5.000000e-01 3.192500e+00 5.716400e-01 2.904800e-01 +3.000000e+00 1.500000e+00 1.500000e+00 1.849300e+00 2.181300e-01 4.216700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d101-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d101-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.037200e+01 1.659300e+00 2.412800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 4.758700e+00 8.353000e-01 2.176900e+00 +3.000000e+00 1.500000e+00 1.500000e+00 3.096500e+00 6.270700e-01 1.623600e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d102-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d102-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.078600e+00 1.375043e-01 1.335721e-01 +5.800000e+02 3.500000e+01 3.500000e+01 8.830000e-01 8.820350e-02 8.160317e-02 +6.550000e+02 4.000000e+01 4.000000e+01 6.802500e-01 6.941339e-02 6.417338e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.809000e-01 4.593229e-02 4.950006e-02 +8.325000e+02 4.750000e+01 4.750000e+01 3.027500e-01 3.592337e-02 3.305425e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.094700e-01 1.978769e-02 1.908621e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.608800e-01 1.379026e-02 1.439896e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.078200e-01 1.139356e-02 8.991321e-03 +1.275000e+03 7.500000e+01 7.500000e+01 6.716700e-02 8.280411e-03 9.436231e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.576800e-02 4.113652e-03 5.353288e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.268900e-02 1.810116e-03 1.969695e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.874500e-03 5.472270e-04 3.790943e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.281500e-04 5.981958e-05 5.863538e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d102-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d102-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 8.926900e-01 1.097600e-01 1.143400e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.337500e-01 1.014800e-01 8.296000e-02 +6.550000e+02 4.000000e+01 4.000000e+01 5.519100e-01 7.098800e-02 8.231900e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.024800e-01 5.963000e-02 4.281100e-02 +8.325000e+02 4.750000e+01 4.750000e+01 2.878200e-01 3.697700e-02 3.155200e-02 +9.325000e+02 5.250000e+01 5.250000e+01 1.928500e-01 2.772000e-02 2.245800e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.325200e-01 1.797200e-02 2.089800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.010400e-02 1.147200e-02 1.275000e-02 +1.275000e+03 7.500000e+01 7.500000e+01 5.754100e-02 9.250100e-03 6.763600e-03 +1.425000e+03 7.500000e+01 7.500000e+01 3.471200e-02 6.809400e-03 3.559500e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.282500e-02 2.094600e-03 1.681900e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.964300e-03 3.959000e-04 2.603600e-04 +3.350000e+03 6.500000e+02 6.500000e+02 8.538600e-05 2.888600e-05 3.188200e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d102-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d102-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 7.912600e-01 2.356300e-01 3.752800e-01 +5.800000e+02 3.500000e+01 3.500000e+01 6.453100e-01 1.925600e-01 3.074500e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.842500e-01 1.452600e-01 2.328600e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.578500e-01 1.081600e-01 1.736300e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.587800e-01 7.820000e-02 1.255000e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.784000e-01 5.458300e-02 8.843000e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.154500e-01 3.554900e-02 5.776300e-02 +1.150000e+03 5.000000e+01 5.000000e+01 8.036800e-02 2.520400e-02 4.130300e-02 +1.275000e+03 7.500000e+01 7.500000e+01 5.470900e-02 1.709300e-02 2.804100e-02 +1.425000e+03 7.500000e+01 7.500000e+01 3.236000e-02 1.008500e-02 1.650700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.160000e-02 3.701900e-03 6.109700e-03 +2.350000e+03 3.500000e+02 3.500000e+02 1.766300e-03 5.795500e-04 9.795000e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.101300e-04 3.561700e-05 5.885600e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d102-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d102-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 9.442500e-01 2.217800e-01 4.539400e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.963900e-01 1.906200e-01 3.995700e-01 +6.550000e+02 4.000000e+01 4.000000e+01 6.077400e-01 1.409900e-01 3.183300e-01 +7.400000e+02 4.500000e+01 4.500000e+01 4.554500e-01 1.075800e-01 2.280200e-01 +8.325000e+02 4.750000e+01 4.750000e+01 3.439300e-01 8.882000e-02 1.511600e-01 +9.325000e+02 5.250000e+01 5.250000e+01 2.390100e-01 5.789500e-02 1.165400e-01 +1.042500e+03 5.750000e+01 5.750000e+01 1.645700e-01 3.763800e-02 7.879200e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.131400e-01 2.145700e-02 5.317100e-02 +1.275000e+03 7.500000e+01 7.500000e+01 7.820500e-02 1.773700e-02 3.477700e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.798500e-02 1.021600e-02 2.147800e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.914200e-02 3.778700e-03 1.006900e-02 +2.350000e+03 3.500000e+02 3.500000e+02 3.291400e-03 6.802200e-04 1.928200e-03 +3.350000e+03 6.500000e+02 6.500000e+02 2.228000e-04 4.651700e-05 7.725700e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d103-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d103-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.317100e+00 1.662208e-01 1.560145e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.377900e+00 2.383366e-01 2.360401e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.114900e+00 2.095572e-01 1.959945e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.526800e+00 1.335790e-01 1.361221e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.068200e+00 1.148175e-01 1.100250e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.622300e-01 5.386598e-02 5.118310e-02 +2.625000e+02 3.750000e+01 3.750000e+01 1.878500e-01 2.124380e-02 2.260063e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.102300e-02 3.707778e-03 3.772826e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d103-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d103-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.071500e+00 1.451000e-01 1.393100e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.905900e+00 2.717500e-01 2.225300e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.724400e+00 2.553500e-01 1.837400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.339700e+00 1.915300e-01 1.716300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 9.556800e-01 1.242400e-01 1.154100e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.041100e-01 6.082900e-02 7.070500e-02 +2.625000e+02 3.750000e+01 3.750000e+01 1.717100e-01 2.189300e-02 1.888900e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.539700e-02 1.907400e-03 2.367400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d103-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d103-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.025200e+00 3.016300e-01 4.789400e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.746600e+00 5.177800e-01 8.253500e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.552500e+00 4.687500e-01 7.514300e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.158900e+00 3.520200e-01 5.674900e-01 +1.450000e+02 1.500000e+01 1.500000e+01 8.005200e-01 2.489200e-01 4.060000e-01 +1.925000e+02 3.250000e+01 3.250000e+01 4.193600e-01 1.311100e-01 2.146000e-01 +2.625000e+02 3.750000e+01 3.750000e+01 1.452400e-01 4.550900e-02 7.417600e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.365700e-02 4.326000e-03 7.050100e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d103-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d103-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.344700e+00 3.459100e-01 6.262800e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.220100e+00 5.672400e-01 1.092600e+00 +8.750000e+01 1.250000e+01 1.250000e+01 1.986200e+00 3.963300e-01 1.002100e+00 +1.150000e+02 1.500000e+01 1.500000e+01 1.542700e+00 3.501400e-01 7.927800e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.062400e+00 2.263400e-01 5.405800e-01 +1.925000e+02 3.250000e+01 3.250000e+01 5.455000e-01 1.314700e-01 2.584200e-01 +2.625000e+02 3.750000e+01 3.750000e+01 1.862600e-01 3.796400e-02 9.110500e-02 +5.150000e+02 2.150000e+02 2.150000e+02 1.612200e-02 3.845700e-03 6.963700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d104-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d104-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.194600e+01 6.164026e+00 6.091542e+00 +4.500000e-01 1.500000e-01 1.500000e-01 6.906200e+01 1.111902e+01 1.017829e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.481600e+02 2.683081e+01 2.604132e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.602300e+02 3.992553e+01 4.030188e+01 +8.250000e-01 2.500000e-02 2.500000e-02 7.849300e+02 7.846769e+01 7.762066e+01 +8.750000e-01 2.500000e-02 2.500000e-02 9.958400e+02 9.472413e+01 9.582386e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.174000e+03 1.219903e+02 1.195064e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.279200e+03 1.442066e+02 1.373947e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d104-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d104-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 3.239300e+01 4.407000e+00 5.976200e+00 +4.500000e-01 1.500000e-01 1.500000e-01 8.260900e+01 9.607700e+00 1.179100e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.188800e+02 3.878000e+01 2.081300e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.970500e+02 5.861400e+01 5.088700e+01 +8.250000e-01 2.500000e-02 2.500000e-02 6.037600e+02 7.500900e+01 8.361700e+01 +8.750000e-01 2.500000e-02 2.500000e-02 7.792400e+02 1.042900e+02 9.046200e+01 +9.250000e-01 2.500000e-02 2.500000e-02 9.491400e+02 1.353100e+02 1.078500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.055800e+03 1.328000e+02 1.232000e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d104-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d104-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 2.731600e+01 8.990000e+00 1.520300e+01 +4.500000e-01 1.500000e-01 1.500000e-01 6.230900e+01 2.007600e+01 3.337900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 1.658300e+02 5.206100e+01 8.514600e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.190700e+02 9.867400e+01 1.603500e+02 +8.250000e-01 2.500000e-02 2.500000e-02 5.245600e+02 1.583200e+02 2.538200e+02 +8.750000e-01 2.500000e-02 2.500000e-02 7.095700e+02 2.116700e+02 3.377500e+02 +9.250000e-01 2.500000e-02 2.500000e-02 9.207600e+02 2.723200e+02 4.330500e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.069500e+03 3.134300e+02 4.955400e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d104-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d104-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 2.823700e+01 5.189300e+00 1.595500e+01 +4.500000e-01 1.500000e-01 1.500000e-01 7.249300e+01 1.804100e+01 3.539900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.057000e+02 4.742000e+01 9.726900e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.332700e+02 9.266500e+01 2.147100e+02 +8.250000e-01 2.500000e-02 2.500000e-02 6.871700e+02 1.624200e+02 3.248100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 9.404500e+02 2.333300e+02 4.317700e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.207400e+03 2.729700e+02 6.167700e+02 +9.750000e-01 2.500000e-02 2.500000e-02 1.421700e+03 3.464800e+02 7.012800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d105-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d105-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.122000e+02 1.378747e+01 1.380599e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.315300e+02 1.435557e+01 1.417091e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.543200e+02 1.478781e+01 1.471536e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.444700e+02 1.466204e+01 1.458784e+01 +4.000000e+00 4.000000e-01 4.000000e-01 9.352000e+01 1.023297e+01 8.861253e+00 +4.800000e+00 4.000000e-01 4.000000e-01 2.163800e+01 3.713625e+00 3.160063e+00 +7.000000e+00 1.800000e+00 1.800000e+00 1.062500e+00 2.460275e-01 3.311533e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d105-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d105-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 8.968700e+01 1.057600e+01 1.083800e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.073600e+02 1.271300e+01 1.246500e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.206100e+02 1.716200e+01 1.310400e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.224300e+02 1.619400e+01 1.452800e+01 +4.000000e+00 4.000000e-01 4.000000e-01 8.254300e+01 1.173900e+01 1.258300e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.472600e+01 4.240800e+00 2.577700e+00 +7.000000e+00 1.800000e+00 1.800000e+00 1.010200e+00 2.236900e-01 1.725500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d105-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d105-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 9.278400e+01 2.746300e+01 4.342600e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.028200e+02 3.053500e+01 4.849000e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.096100e+02 3.273900e+01 5.223800e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.026800e+02 3.086600e+01 4.951700e+01 +4.000000e+00 4.000000e-01 4.000000e-01 6.834600e+01 2.109100e+01 3.436500e+01 +4.800000e+00 4.000000e-01 4.000000e-01 1.958400e+01 6.280600e+00 1.048600e+01 +7.000000e+00 1.800000e+00 1.800000e+00 8.589900e-01 2.893700e-01 4.949900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d105-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d105-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.159700e+02 2.875900e+01 5.190000e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.323700e+02 2.846600e+01 7.192100e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.396700e+02 3.409100e+01 6.664400e+01 +3.400000e+00 2.000000e-01 2.000000e-01 1.347400e+02 3.416600e+01 6.224300e+01 +4.000000e+00 4.000000e-01 4.000000e-01 9.042200e+01 1.947100e+01 4.696200e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.645300e+01 6.194500e+00 1.221300e+01 +7.000000e+00 1.800000e+00 1.800000e+00 1.209200e+00 2.682700e-01 5.639100e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d106-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d106-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.355200e+00 2.128349e-01 1.447406e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.765000e+00 2.276836e-01 2.227523e-01 +1.275000e+02 1.250000e+01 1.250000e+01 2.035400e+00 2.008478e-01 2.097645e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.991800e+00 1.870991e-01 1.673110e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.725900e+00 1.426544e-01 1.396621e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.369100e+00 1.107719e-01 1.099527e-01 +2.350000e+02 1.500000e+01 1.500000e+01 8.336300e-01 7.129823e-02 7.290835e-02 +2.650000e+02 1.500000e+01 1.500000e+01 5.613100e-01 5.021629e-02 5.395497e-02 +3.150000e+02 3.500000e+01 3.500000e+01 2.690200e-01 3.322067e-02 3.541971e-02 +4.150000e+02 6.500000e+01 6.500000e+01 6.887900e-02 1.398064e-02 1.388875e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.004300e-02 1.987628e-03 1.952282e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d106-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d106-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.308600e+00 1.926600e-01 1.876600e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.607900e+00 2.357600e-01 2.261800e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.717500e+00 2.507500e-01 2.160800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.628200e+00 2.297500e-01 1.972400e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.423700e+00 1.929100e-01 1.677000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.068000e+00 1.444800e-01 1.143800e-01 +2.350000e+02 1.500000e+01 1.500000e+01 7.183400e-01 9.018700e-02 9.093100e-02 +2.650000e+02 1.500000e+01 1.500000e+01 4.689700e-01 6.093400e-02 4.755000e-02 +3.150000e+02 3.500000e+01 3.500000e+01 2.341500e-01 2.540800e-02 2.904400e-02 +4.150000e+02 6.500000e+01 6.500000e+01 6.382500e-02 7.698700e-03 9.501600e-03 +5.825000e+02 1.025000e+02 1.025000e+02 9.277700e-03 1.681800e-03 1.138000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d106-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d106-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.031500e+00 3.247300e-01 5.376400e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.285700e+00 3.935000e-01 6.393700e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.421100e+00 4.315900e-01 6.965200e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.428300e+00 4.300000e-01 6.900500e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.300400e+00 3.873100e-01 6.172100e-01 +2.050000e+02 1.500000e+01 1.500000e+01 9.809800e-01 2.952700e-01 4.743500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 6.892200e-01 2.066300e-01 3.300400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 4.874100e-01 1.468200e-01 2.336700e-01 +3.150000e+02 3.500000e+01 3.500000e+01 2.282500e-01 6.894600e-02 1.101900e-01 +4.150000e+02 6.500000e+01 6.500000e+01 6.858200e-02 2.065800e-02 3.296500e-02 +5.825000e+02 1.025000e+02 1.025000e+02 8.857500e-03 2.785100e-03 4.508500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d106-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d106-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 1.282000e+00 2.856700e-01 6.114500e-01 +1.050000e+02 1.000000e+01 1.000000e+01 1.691700e+00 4.555400e-01 8.108800e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.808800e+00 4.382900e-01 8.470800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 1.790200e+00 4.345600e-01 9.083900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 1.650100e+00 3.842600e-01 8.355900e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.277600e+00 2.625100e-01 7.166600e-01 +2.350000e+02 1.500000e+01 1.500000e+01 9.316100e-01 1.882400e-01 4.509400e-01 +2.650000e+02 1.500000e+01 1.500000e+01 5.948100e-01 1.383300e-01 2.783100e-01 +3.150000e+02 3.500000e+01 3.500000e+01 3.283500e-01 8.045000e-02 1.330400e-01 +4.150000e+02 6.500000e+01 6.500000e+01 9.358300e-02 2.241700e-02 4.588500e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.479700e-02 3.010100e-03 6.567300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d107-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d107-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 9.110900e-01 1.588982e-01 1.548867e-01 +5.800000e+02 3.500000e+01 3.500000e+01 7.716400e-01 1.018759e-01 9.759468e-02 +6.550000e+02 4.000000e+01 4.000000e+01 5.921600e-01 7.745728e-02 8.440039e-02 +7.400000e+02 4.500000e+01 4.500000e+01 4.260100e-01 4.972377e-02 4.414964e-02 +8.325000e+02 4.750000e+01 4.750000e+01 3.207500e-01 3.728159e-02 3.134651e-02 +9.325000e+02 5.250000e+01 5.250000e+01 2.109000e-01 2.949601e-02 3.550327e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.450100e-01 1.674060e-02 2.071307e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.819000e-02 1.536497e-02 1.352539e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.642700e-02 1.940322e-02 1.038693e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.980900e-02 7.758158e-03 6.992196e-03 +1.750000e+03 2.500000e+02 2.500000e+02 2.265900e-02 3.901552e-03 4.085785e-03 +3.000000e+03 1.000000e+03 1.000000e+03 1.295800e-03 3.913357e-04 3.826879e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d107-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d107-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.749000e-01 6.962400e-02 7.161800e-02 +5.800000e+02 3.500000e+01 3.500000e+01 5.696800e-01 6.748400e-02 7.435200e-02 +6.550000e+02 4.000000e+01 4.000000e+01 4.559200e-01 6.081700e-02 4.467700e-02 +7.400000e+02 4.500000e+01 4.500000e+01 3.484500e-01 4.783200e-02 4.020400e-02 +8.325000e+02 4.750000e+01 4.750000e+01 2.588900e-01 4.026200e-02 3.184800e-02 +9.325000e+02 5.250000e+01 5.250000e+01 1.867500e-01 2.524300e-02 2.079800e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.329000e-01 1.810700e-02 1.948800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.485300e-02 1.387400e-02 1.198400e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.533400e-02 1.085500e-02 8.814600e-03 +1.425000e+03 7.500000e+01 7.500000e+01 4.172400e-02 5.692800e-03 5.957800e-03 +1.750000e+03 2.500000e+02 2.500000e+02 1.852500e-02 3.335100e-03 2.679400e-03 +3.000000e+03 1.000000e+03 1.000000e+03 1.532600e-03 2.376600e-04 2.115200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d107-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d107-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.933500e-01 2.056700e-01 3.275100e-01 +5.800000e+02 3.500000e+01 3.500000e+01 5.915400e-01 1.772200e-01 2.835800e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.668500e-01 1.406400e-01 2.255000e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.584700e-01 1.101100e-01 1.794000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.709900e-01 8.322000e-02 1.345300e-01 +9.325000e+02 5.250000e+01 5.250000e+01 1.900500e-01 5.910400e-02 9.647700e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.331600e-01 4.170800e-02 6.846400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 9.995300e-02 3.139500e-02 5.163300e-02 +1.275000e+03 7.500000e+01 7.500000e+01 6.808800e-02 2.163600e-02 3.588400e-02 +1.425000e+03 7.500000e+01 7.500000e+01 4.331100e-02 1.395100e-02 2.331900e-02 +1.750000e+03 2.500000e+02 2.500000e+02 1.884200e-02 6.274900e-03 1.076900e-02 +3.000000e+03 1.000000e+03 1.000000e+03 1.560900e-03 5.455800e-04 9.647100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d107-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d107-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 6.985600e-01 1.620900e-01 3.070800e-01 +5.800000e+02 3.500000e+01 3.500000e+01 6.104800e-01 1.425200e-01 3.447700e-01 +6.550000e+02 4.000000e+01 4.000000e+01 4.834200e-01 1.095100e-01 2.226400e-01 +7.400000e+02 4.500000e+01 4.500000e+01 3.709300e-01 8.393800e-02 1.596900e-01 +8.325000e+02 4.750000e+01 4.750000e+01 2.861100e-01 6.263000e-02 1.323400e-01 +9.325000e+02 5.250000e+01 5.250000e+01 2.093300e-01 5.141200e-02 9.288200e-02 +1.042500e+03 5.750000e+01 5.750000e+01 1.469000e-01 2.522100e-02 7.490800e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.101900e-01 1.950300e-02 4.855200e-02 +1.275000e+03 7.500000e+01 7.500000e+01 8.093100e-02 1.666400e-02 2.972600e-02 +1.425000e+03 7.500000e+01 7.500000e+01 5.113300e-02 9.438600e-03 2.281700e-02 +1.750000e+03 2.500000e+02 2.500000e+02 2.359700e-02 5.260200e-03 9.532100e-03 +3.000000e+03 1.000000e+03 1.000000e+03 2.190700e-03 3.414200e-04 1.014400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d108-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d108-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.322900e+00 2.052019e-01 2.008205e-01 +6.250000e+01 1.250000e+01 1.250000e+01 2.274700e+00 3.189118e-01 3.174077e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.881600e+00 2.311125e-01 2.476128e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.126500e+00 1.507024e-01 1.157130e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.430300e-01 3.666611e-02 3.595725e-02 +6.000000e+02 3.000000e+02 3.000000e+02 8.547800e-03 3.085704e-03 3.089450e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d108-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d108-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 9.556900e-01 1.426000e-01 1.002700e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.632900e+00 2.089400e-01 1.928300e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.452100e+00 1.867900e-01 1.838100e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.005100e+00 1.299600e-01 1.279200e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.108300e-01 3.934900e-02 3.405800e-02 +6.000000e+02 3.000000e+02 3.000000e+02 1.116400e-02 1.334800e-03 1.773700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d108-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d108-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.020800e+00 3.047500e-01 4.887200e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.708300e+00 5.206200e-01 8.451500e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.481700e+00 4.521800e-01 7.315400e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.002800e+00 3.116200e-01 5.094200e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.148700e-01 9.850100e-02 1.610700e-01 +6.000000e+02 3.000000e+02 3.000000e+02 1.240100e-02 3.905500e-03 6.361600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d108-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d108-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.500000e+01 2.500000e+01 2.500000e+01 1.086100e+00 2.350100e-01 4.995300e-01 +6.250000e+01 1.250000e+01 1.250000e+01 1.846000e+00 4.406100e-01 7.994400e-01 +8.750000e+01 1.250000e+01 1.250000e+01 1.630600e+00 3.675200e-01 6.734600e-01 +1.300000e+02 3.000000e+01 3.000000e+01 1.076500e+00 2.144000e-01 5.511900e-01 +2.300000e+02 7.000000e+01 7.000000e+01 3.287400e-01 7.637500e-02 1.597300e-01 +6.000000e+02 3.000000e+02 3.000000e+02 1.247900e-02 2.462800e-03 5.497400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d109-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d109-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.427500e+01 1.496705e+01 9.122976e+00 +4.500000e-01 1.500000e-01 1.500000e-01 9.548000e+01 1.571207e+01 1.537634e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.600600e+02 2.651159e+01 2.948628e+01 +7.500000e-01 5.000000e-02 5.000000e-02 4.386300e+02 4.524406e+01 4.650106e+01 +8.500000e-01 5.000000e-02 5.000000e-02 7.594100e+02 9.625282e+01 9.274535e+01 +9.500000e-01 5.000000e-02 5.000000e-02 1.045600e+03 1.349422e+02 1.341298e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d109-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d109-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.609600e+01 6.268100e+00 4.698600e+00 +4.500000e-01 1.500000e-01 1.500000e-01 9.736800e+01 1.435600e+01 1.352900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.118900e+02 3.012500e+01 2.940000e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.577100e+02 4.684900e+01 3.778700e+01 +8.500000e-01 5.000000e-02 5.000000e-02 5.700600e+02 7.219900e+01 6.879200e+01 +9.500000e-01 5.000000e-02 5.000000e-02 7.844200e+02 1.002500e+02 8.880500e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d109-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d109-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.637100e+01 1.494500e+01 2.496500e+01 +4.500000e-01 1.500000e-01 1.500000e-01 9.160200e+01 2.926500e+01 4.862100e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.019100e+02 6.405400e+01 1.055700e+02 +7.500000e-01 5.000000e-02 5.000000e-02 3.559100e+02 1.112700e+02 1.826100e+02 +8.500000e-01 5.000000e-02 5.000000e-02 5.954700e+02 1.807200e+02 2.911900e+02 +9.500000e-01 5.000000e-02 5.000000e-02 8.576700e+02 2.551200e+02 4.074800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d109-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d109-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 4.130600e+01 9.606300e+00 2.474900e+01 +4.500000e-01 1.500000e-01 1.500000e-01 8.626100e+01 1.905000e+01 4.357300e+01 +6.500000e-01 5.000000e-02 5.000000e-02 2.054500e+02 4.413400e+01 9.224000e+01 +7.500000e-01 5.000000e-02 5.000000e-02 3.810800e+02 7.425200e+01 1.830400e+02 +8.500000e-01 5.000000e-02 5.000000e-02 6.637100e+02 1.435700e+02 3.065000e+02 +9.500000e-01 5.000000e-02 5.000000e-02 9.604300e+02 2.219200e+02 4.183300e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d110-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d110-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.309600e+00 4.165370e-01 3.534697e-01 +1.275000e+02 1.250000e+01 1.250000e+01 2.097600e+00 2.465289e-01 2.532859e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.567900e+00 1.617279e-01 1.576783e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.374100e-01 6.806971e-02 6.868258e-02 +2.825000e+02 3.250000e+01 3.250000e+01 3.204600e-01 2.768212e-02 2.745194e-02 +3.525000e+02 3.750000e+01 3.750000e+01 1.097400e-01 1.318318e-02 1.399842e-02 +4.350000e+02 4.500000e+01 4.500000e+01 3.719100e-02 6.349371e-03 6.233725e-03 +5.825000e+02 1.025000e+02 1.025000e+02 8.869200e-03 2.721005e-03 2.612747e-03 +8.425000e+02 1.575000e+02 1.575000e+02 1.380300e-07 6.263013e-03 6.263008e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d110-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d110-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.788400e+00 3.026300e-01 1.971400e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.681200e+00 2.229900e-01 1.975800e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.250200e+00 1.363900e-01 1.673400e-01 +2.200000e+02 3.000000e+01 3.000000e+01 6.486800e-01 7.338500e-02 7.466100e-02 +2.825000e+02 3.250000e+01 3.250000e+01 2.656500e-01 3.279500e-02 3.134000e-02 +3.525000e+02 3.750000e+01 3.750000e+01 1.002500e-01 1.424200e-02 8.753200e-03 +4.350000e+02 4.500000e+01 4.500000e+01 3.307200e-02 4.235100e-03 5.561900e-03 +5.825000e+02 1.025000e+02 1.025000e+02 6.981200e-03 9.980600e-04 9.399700e-04 +8.425000e+02 1.575000e+02 1.575000e+02 5.993900e-04 1.825100e-04 1.561300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d110-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d110-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.685600e+00 5.301900e-01 8.797400e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.672500e+00 5.137900e-01 8.347300e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.318500e+00 4.007900e-01 6.457800e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.110200e-01 2.143200e-01 3.436000e-01 +2.825000e+02 3.250000e+01 3.250000e+01 2.913200e-01 8.854600e-02 1.424500e-01 +3.525000e+02 3.750000e+01 3.750000e+01 1.122400e-01 3.456200e-02 5.565800e-02 +4.350000e+02 4.500000e+01 4.500000e+01 4.111900e-02 1.235000e-02 1.966000e-02 +5.825000e+02 1.025000e+02 1.025000e+02 9.051300e-03 2.747000e-03 4.374100e-03 +8.425000e+02 1.575000e+02 1.575000e+02 5.472200e-04 1.747300e-04 2.841000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d110-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d110-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.743200e+00 3.746100e-01 8.016600e-01 +1.275000e+02 1.250000e+01 1.250000e+01 1.693500e+00 4.213300e-01 7.914800e-01 +1.650000e+02 2.500000e+01 2.500000e+01 1.390000e+00 3.060800e-01 6.211300e-01 +2.200000e+02 3.000000e+01 3.000000e+01 7.808500e-01 1.474700e-01 4.022100e-01 +2.825000e+02 3.250000e+01 3.250000e+01 3.411600e-01 7.759400e-02 1.660200e-01 +3.525000e+02 3.750000e+01 3.750000e+01 1.373800e-01 3.107400e-02 5.632200e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.063200e-02 1.427800e-02 1.403200e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.128600e-02 2.130900e-03 5.189300e-03 +8.425000e+02 1.575000e+02 1.575000e+02 8.921200e-04 2.212200e-04 5.403600e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d111-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d111-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.934400e+00 2.047777e-01 2.060855e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.554500e+00 1.147123e-01 1.160608e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.148600e+00 7.958526e-02 7.788120e-02 +7.400000e+02 4.500000e+01 4.500000e+01 7.872700e-01 5.305027e-02 5.174950e-02 +8.325000e+02 4.750000e+01 4.750000e+01 5.362300e-01 4.052583e-02 3.776656e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.784800e-01 2.161550e-02 2.500310e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.505000e-01 1.974661e-02 1.394663e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.739800e-01 1.214582e-02 8.120632e-03 +1.275000e+03 7.500000e+01 7.500000e+01 1.133300e-01 7.347170e-03 7.403166e-03 +1.425000e+03 7.500000e+01 7.500000e+01 7.190800e-02 7.881528e-03 1.177839e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.443000e-02 3.375883e-03 3.932118e-03 +2.350000e+03 3.500000e+02 3.500000e+02 7.209200e-03 1.282826e-03 1.334459e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.041900e-03 2.878364e-04 2.626336e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d111-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d111-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.642100e+00 2.224900e-01 1.048000e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.280700e+00 1.377300e-01 1.273100e-01 +6.550000e+02 4.000000e+01 4.000000e+01 9.243800e-01 9.858100e-02 8.465500e-02 +7.400000e+02 4.500000e+01 4.500000e+01 6.538000e-01 7.784700e-02 5.199500e-02 +8.325000e+02 4.750000e+01 4.750000e+01 4.503400e-01 4.545300e-02 4.479600e-02 +9.325000e+02 5.250000e+01 5.250000e+01 3.181700e-01 3.284500e-02 2.535500e-02 +1.042500e+03 5.750000e+01 5.750000e+01 2.185000e-01 2.233400e-02 1.953400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.579900e-01 1.483300e-02 2.066600e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.090300e-01 9.760300e-03 9.055100e-03 +1.425000e+03 7.500000e+01 7.500000e+01 7.073300e-02 7.780500e-03 3.461500e-03 +1.750000e+03 2.500000e+02 2.500000e+02 3.316800e-02 2.504200e-03 2.777300e-03 +2.350000e+03 3.500000e+02 3.500000e+02 8.734700e-03 6.407600e-04 6.425400e-04 +3.350000e+03 6.500000e+02 6.500000e+02 1.212400e-03 1.337400e-04 1.543400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d111-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d111-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.880700e+00 4.180500e-01 6.047600e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.478800e+00 3.320800e-01 4.824600e-01 +6.550000e+02 4.000000e+01 4.000000e+01 1.064500e+00 2.412500e-01 3.519000e-01 +7.400000e+02 4.500000e+01 4.500000e+01 7.629200e-01 1.761300e-01 2.584000e-01 +8.325000e+02 4.750000e+01 4.750000e+01 5.197000e-01 1.209900e-01 1.789600e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.649800e-01 8.578500e-02 1.272200e-01 +1.042500e+03 5.750000e+01 5.750000e+01 2.483800e-01 5.903100e-02 8.813500e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.733800e-01 4.181800e-02 6.280800e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.198100e-01 2.886900e-02 4.345000e-02 +1.425000e+03 7.500000e+01 7.500000e+01 7.811100e-02 1.921100e-02 2.916800e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.568000e-02 8.919700e-03 1.364200e-02 +2.350000e+03 3.500000e+02 3.500000e+02 9.058400e-03 2.335400e-03 3.635200e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.192200e-03 3.207500e-04 5.047000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d111-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d111-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +5.225000e+02 2.250000e+01 2.250000e+01 1.628100e+00 2.993500e-01 6.745500e-01 +5.800000e+02 3.500000e+01 3.500000e+01 1.279400e+00 2.076000e-01 4.473400e-01 +6.550000e+02 4.000000e+01 4.000000e+01 9.358600e-01 1.605300e-01 3.396800e-01 +7.400000e+02 4.500000e+01 4.500000e+01 6.718400e-01 1.099100e-01 2.416500e-01 +8.325000e+02 4.750000e+01 4.750000e+01 4.790800e-01 7.642600e-02 1.506700e-01 +9.325000e+02 5.250000e+01 5.250000e+01 3.409300e-01 4.338300e-02 1.233500e-01 +1.042500e+03 5.750000e+01 5.750000e+01 2.365700e-01 3.459200e-02 7.409400e-02 +1.150000e+03 5.000000e+01 5.000000e+01 1.688300e-01 2.454700e-02 6.020900e-02 +1.275000e+03 7.500000e+01 7.500000e+01 1.199900e-01 1.771900e-02 4.314600e-02 +1.425000e+03 7.500000e+01 7.500000e+01 8.160500e-02 1.549200e-02 1.858400e-02 +1.750000e+03 2.500000e+02 2.500000e+02 3.742900e-02 5.936600e-03 1.075600e-02 +2.350000e+03 3.500000e+02 3.500000e+02 9.699000e-03 1.718800e-03 2.130700e-03 +3.350000e+03 6.500000e+02 6.500000e+02 1.324400e-03 2.172600e-04 3.806100e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d112-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d112-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.579600e+00 2.711065e-01 2.643542e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.958800e+00 5.026961e-01 5.257734e-01 +6.250000e+01 1.250000e+01 1.250000e+01 4.334200e+00 3.792103e-01 3.718256e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.998200e+00 2.164359e-01 2.116842e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.979600e+00 1.334556e-01 1.287057e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.492000e+00 1.237087e-01 1.085712e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.918100e-01 5.857638e-02 6.881132e-02 +2.250000e+02 3.500000e+01 3.500000e+01 4.240200e-01 4.365110e-02 4.182401e-02 +3.250000e+02 6.500000e+01 6.500000e+01 9.793900e-02 1.567364e-02 1.537346e-02 +6.450000e+02 2.550000e+02 2.550000e+02 5.061200e-03 1.404259e-03 1.386970e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d112-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d112-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.804400e+00 2.658700e-01 6.646200e-02 +3.750000e+01 1.250000e+01 1.250000e+01 3.770700e+00 3.970400e-01 3.774700e-01 +6.250000e+01 1.250000e+01 1.250000e+01 3.474700e+00 3.558700e-01 3.319800e-01 +8.750000e+01 1.250000e+01 1.250000e+01 2.670600e+00 2.791500e-01 2.253000e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.902400e+00 1.977700e-01 1.693700e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.329700e+00 1.605800e-01 1.222500e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.809000e-01 8.616900e-02 8.474500e-02 +2.250000e+02 3.500000e+01 3.500000e+01 4.329000e-01 4.424100e-02 3.108600e-02 +3.250000e+02 6.500000e+01 6.500000e+01 1.126000e-01 1.057300e-02 1.004400e-02 +6.450000e+02 2.550000e+02 2.550000e+02 6.649600e-03 7.184800e-04 4.637200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d112-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d112-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 2.121400e+00 4.360100e-01 6.128600e-01 +3.750000e+01 1.250000e+01 1.250000e+01 4.193800e+00 9.078900e-01 1.303500e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.752500e+00 8.527900e-01 1.247000e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.964300e+00 6.888600e-01 1.015400e+00 +1.150000e+02 1.500000e+01 1.500000e+01 2.143700e+00 5.061400e-01 7.530900e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.526300e+00 3.652700e-01 5.453000e-01 +1.750000e+02 1.500000e+01 1.500000e+01 1.068700e+00 2.598600e-01 3.887800e-01 +2.250000e+02 3.500000e+01 3.500000e+01 5.398000e-01 1.320000e-01 1.977300e-01 +3.250000e+02 6.500000e+01 6.500000e+01 1.535300e-01 3.824600e-02 5.733000e-02 +6.450000e+02 2.550000e+02 2.550000e+02 1.039400e-02 2.702600e-03 4.093300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d112-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d112-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 1.856200e+00 1.978500e-01 6.439900e-01 +3.750000e+01 1.250000e+01 1.250000e+01 3.939000e+00 6.173000e-01 1.379000e+00 +6.250000e+01 1.250000e+01 1.250000e+01 3.624400e+00 5.748400e-01 1.373800e+00 +8.750000e+01 1.250000e+01 1.250000e+01 2.762400e+00 4.109300e-01 9.952400e-01 +1.150000e+02 1.500000e+01 1.500000e+01 1.951300e+00 3.472300e-01 6.723300e-01 +1.450000e+02 1.500000e+01 1.500000e+01 1.344600e+00 2.294300e-01 4.235100e-01 +1.750000e+02 1.500000e+01 1.500000e+01 8.966700e-01 1.489700e-01 3.301800e-01 +2.250000e+02 3.500000e+01 3.500000e+01 4.410700e-01 8.725500e-02 1.531300e-01 +3.250000e+02 6.500000e+01 6.500000e+01 1.184800e-01 2.013000e-02 3.517000e-02 +6.450000e+02 2.550000e+02 2.550000e+02 8.714200e-03 2.430900e-03 2.757300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d113-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d113-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 5.586400e+01 1.118706e+01 1.104381e+01 +3.500000e-01 5.000000e-02 5.000000e-02 7.833700e+01 1.351436e+01 1.384003e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.288400e+02 1.549411e+01 1.432772e+01 +5.500000e-01 5.000000e-02 5.000000e-02 2.049900e+02 1.895132e+01 2.163838e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.402900e+02 3.049171e+01 2.859075e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.767000e+02 4.588403e+01 4.887892e+01 +7.750000e-01 2.500000e-02 2.500000e-02 7.672700e+02 5.741062e+01 5.452588e+01 +8.250000e-01 2.500000e-02 2.500000e-02 1.143300e+03 8.074666e+01 7.674454e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.653700e+03 1.302137e+02 1.240733e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.228500e+03 1.588063e+02 1.556113e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.867300e+03 2.246193e+02 2.329989e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d113-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d113-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 6.373000e+01 7.492800e+00 7.065600e+00 +3.500000e-01 5.000000e-02 5.000000e-02 8.990700e+01 1.271000e+01 1.286600e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.226300e+02 1.766100e+01 1.461900e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.825600e+02 1.828600e+01 1.752200e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.127800e+02 3.363300e+01 2.949200e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.867400e+02 5.180100e+01 6.072000e+01 +7.750000e-01 2.500000e-02 2.500000e-02 6.810400e+02 7.480700e+01 5.491100e+01 +8.250000e-01 2.500000e-02 2.500000e-02 9.436000e+02 9.818500e+01 8.198000e+01 +8.750000e-01 2.500000e-02 2.500000e-02 1.323700e+03 1.334200e+02 9.886700e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.792900e+03 1.825600e+02 1.661600e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.268900e+03 2.638000e+02 1.420800e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d113-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d113-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 7.362100e+01 1.803800e+01 2.728200e+01 +3.500000e-01 5.000000e-02 5.000000e-02 1.007000e+02 2.448200e+01 3.672200e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.347300e+02 3.243200e+01 4.847100e+01 +5.500000e-01 5.000000e-02 5.000000e-02 2.064100e+02 5.044600e+01 7.559700e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.389400e+02 8.167600e+01 1.224700e+02 +7.250000e-01 2.500000e-02 2.500000e-02 5.284200e+02 1.264000e+02 1.881400e+02 +7.750000e-01 2.500000e-02 2.500000e-02 7.345100e+02 1.744500e+02 2.595400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 1.043000e+03 2.465300e+02 3.651400e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.480000e+03 3.411800e+02 5.011000e+02 +9.250000e-01 2.500000e-02 2.500000e-02 2.107200e+03 4.715700e+02 6.848300e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.724500e+03 5.878600e+02 8.420200e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d113-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d113-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e-01 1.500000e-01 1.500000e-01 6.158000e+01 1.220800e+01 2.139600e+01 +3.500000e-01 5.000000e-02 5.000000e-02 8.181400e+01 1.449300e+01 3.341900e+01 +4.500000e-01 5.000000e-02 5.000000e-02 1.147200e+02 2.020900e+01 3.300600e+01 +5.500000e-01 5.000000e-02 5.000000e-02 1.722700e+02 3.036500e+01 5.917900e+01 +6.500000e-01 5.000000e-02 5.000000e-02 3.023600e+02 5.512700e+01 8.862700e+01 +7.250000e-01 2.500000e-02 2.500000e-02 4.652900e+02 7.566200e+01 1.763100e+02 +7.750000e-01 2.500000e-02 2.500000e-02 6.752300e+02 1.073700e+02 2.398400e+02 +8.250000e-01 2.500000e-02 2.500000e-02 9.776800e+02 1.698200e+02 3.293100e+02 +8.750000e-01 2.500000e-02 2.500000e-02 1.399600e+03 2.173500e+02 5.034200e+02 +9.250000e-01 2.500000e-02 2.500000e-02 1.938600e+03 3.075400e+02 6.884800e+02 +9.750000e-01 2.500000e-02 2.500000e-02 2.453700e+03 3.440500e+02 8.884500e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d114-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d114-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.269800e+02 8.348051e+00 8.261689e+00 +2.600000e+00 2.000000e-01 2.000000e-01 1.721100e+02 1.090471e+01 1.051043e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.081400e+02 1.294466e+01 1.299410e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.453600e+02 1.571388e+01 1.569201e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.530200e+02 1.746229e+01 1.794819e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.623600e+02 1.267874e+01 1.194071e+01 +4.600000e+00 2.000000e-01 2.000000e-01 9.276200e+01 7.698652e+00 7.934809e+00 +5.000000e+00 2.000000e-01 2.000000e-01 5.314900e+01 5.404704e+00 5.484141e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.617900e+01 1.942031e+00 2.003112e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.693000e-01 2.767259e-01 2.785675e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d114-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d114-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.076800e+02 1.043800e+01 8.709800e+00 +2.600000e+00 2.000000e-01 2.000000e-01 1.414800e+02 1.430800e+01 1.121600e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.825800e+02 2.318800e+01 8.498100e+00 +3.400000e+00 2.000000e-01 2.000000e-01 2.124500e+02 2.186700e+01 2.008200e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.062300e+02 2.360800e+01 1.781600e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.347600e+02 1.579900e+01 1.281300e+01 +4.600000e+00 2.000000e-01 2.000000e-01 8.099200e+01 8.587900e+00 1.024600e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.632300e+01 3.728200e+00 5.458600e+00 +5.800000e+00 6.000000e-01 6.000000e-01 1.523900e+01 1.658400e+00 1.293000e+00 +7.600000e+00 1.200000e+00 1.200000e+00 6.115400e-01 5.622500e-02 1.297900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d114-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d114-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.576800e+02 3.702000e+01 5.438600e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.890800e+02 4.376200e+01 6.410100e+01 +3.000000e+00 2.000000e-01 2.000000e-01 2.189000e+02 5.019500e+01 7.340100e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.361200e+02 5.356900e+01 7.828900e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.142900e+02 4.805700e+01 7.020000e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.379900e+02 3.135400e+01 4.597100e+01 +4.600000e+00 2.000000e-01 2.000000e-01 8.136100e+01 1.880900e+01 2.809400e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.554800e+01 1.057700e+01 1.586100e+01 +5.800000e+00 6.000000e-01 6.000000e-01 1.437000e+01 3.448400e+00 5.234100e+00 +7.600000e+00 1.200000e+00 1.200000e+00 5.877800e-01 1.400700e-01 2.165900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d114-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d114-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.200000e+00 2.000000e-01 2.000000e-01 1.217000e+02 2.136800e+01 5.508500e+01 +2.600000e+00 2.000000e-01 2.000000e-01 1.570500e+02 2.875600e+01 5.705200e+01 +3.000000e+00 2.000000e-01 2.000000e-01 1.931000e+02 3.311000e+01 6.632700e+01 +3.400000e+00 2.000000e-01 2.000000e-01 2.192100e+02 3.491800e+01 7.817500e+01 +3.800000e+00 2.000000e-01 2.000000e-01 2.015900e+02 3.189300e+01 6.867400e+01 +4.200000e+00 2.000000e-01 2.000000e-01 1.315700e+02 2.023700e+01 4.475300e+01 +4.600000e+00 2.000000e-01 2.000000e-01 7.956000e+01 1.362300e+01 2.580300e+01 +5.000000e+00 2.000000e-01 2.000000e-01 4.674200e+01 2.718300e+00 1.337300e+01 +5.800000e+00 6.000000e-01 6.000000e-01 1.587400e+01 2.351900e+00 3.766100e+00 +7.600000e+00 1.200000e+00 1.200000e+00 7.667600e-01 5.681500e-02 1.605200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d115-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d115-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 4.665800e+00 6.678500e-01 6.858559e-01 +1.050000e+02 1.000000e+01 1.000000e+01 4.712300e+00 4.874926e-01 5.099653e-01 +1.275000e+02 1.250000e+01 1.250000e+01 4.073500e+00 3.278462e-01 3.091421e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.179200e+00 1.990791e-01 1.957019e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.453400e+00 1.378531e-01 1.350295e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.734100e+00 8.475521e-02 7.626382e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.042200e+00 5.064959e-02 5.032267e-02 +2.650000e+02 1.500000e+01 1.500000e+01 6.199300e-01 5.535075e-02 5.525754e-02 +2.975000e+02 1.750000e+01 1.750000e+01 3.973900e-01 2.747221e-02 2.414900e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.201800e-01 1.781863e-02 1.807301e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.403800e-01 1.432198e-02 1.458703e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.246900e-02 7.396627e-03 7.142820e-03 +5.825000e+02 1.025000e+02 1.025000e+02 9.758700e-03 1.920456e-03 1.968488e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d115-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d115-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.432300e+00 3.867900e-01 4.608600e-01 +1.050000e+02 1.000000e+01 1.000000e+01 3.795000e+00 5.281400e-01 3.132500e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.426400e+00 3.683200e-01 3.154800e-01 +1.525000e+02 1.250000e+01 1.250000e+01 2.839700e+00 3.036700e-01 2.007900e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.191500e+00 2.194300e-01 1.954000e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.537100e+00 1.514900e-01 1.093400e-01 +2.350000e+02 1.500000e+01 1.500000e+01 9.712100e-01 1.018300e-01 6.519200e-02 +2.650000e+02 1.500000e+01 1.500000e+01 6.008100e-01 5.279200e-02 5.211700e-02 +2.975000e+02 1.750000e+01 1.750000e+01 3.638600e-01 3.233400e-02 2.857900e-02 +3.325000e+02 1.750000e+01 1.750000e+01 2.147700e-01 1.950300e-02 1.533300e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.244700e-01 1.198400e-02 1.009600e-02 +4.350000e+02 4.500000e+01 4.500000e+01 5.540200e-02 5.604400e-03 3.732800e-03 +5.825000e+02 1.025000e+02 1.025000e+02 1.054900e-02 1.160700e-03 1.025300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d115-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d115-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.274700e+00 7.190500e-01 1.045400e+00 +1.050000e+02 1.000000e+01 1.000000e+01 3.733000e+00 8.290900e-01 1.209400e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.642900e+00 8.199300e-01 1.195500e+00 +1.525000e+02 1.250000e+01 1.250000e+01 3.233700e+00 7.320600e-01 1.067800e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.694400e+00 6.155400e-01 9.005700e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.937000e+00 4.512200e-01 6.646500e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.280800e+00 3.024400e-01 4.471100e-01 +2.650000e+02 1.500000e+01 1.500000e+01 8.154200e-01 1.955600e-01 2.906500e-01 +2.975000e+02 1.750000e+01 1.750000e+01 5.032500e-01 1.230400e-01 1.837300e-01 +3.325000e+02 1.750000e+01 1.750000e+01 3.077000e-01 7.597300e-02 1.138100e-01 +3.700000e+02 2.000000e+01 2.000000e+01 1.843100e-01 4.597500e-02 6.892100e-02 +4.350000e+02 4.500000e+01 4.500000e+01 8.196700e-02 2.092900e-02 3.159100e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.661400e-02 4.346800e-03 6.610300e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d115-x01-y04 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d115-x01-y04 +Title: doi:10.17182/hepdata.76505.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +8.750000e+01 7.500000e+00 7.500000e+00 3.247700e+00 3.663900e-01 1.274300e+00 +1.050000e+02 1.000000e+01 1.000000e+01 3.572600e+00 5.606600e-01 1.204500e+00 +1.275000e+02 1.250000e+01 1.250000e+01 3.416600e+00 5.932200e-01 1.058400e+00 +1.525000e+02 1.250000e+01 1.250000e+01 2.991300e+00 4.270100e-01 1.017700e+00 +1.775000e+02 1.250000e+01 1.250000e+01 2.347200e+00 3.826900e-01 8.677800e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.681400e+00 2.743900e-01 6.893000e-01 +2.350000e+02 1.500000e+01 1.500000e+01 1.053300e+00 1.782000e-01 3.952300e-01 +2.650000e+02 1.500000e+01 1.500000e+01 6.836400e-01 1.242200e-01 2.270900e-01 +2.975000e+02 1.750000e+01 1.750000e+01 4.186800e-01 7.698900e-02 1.473300e-01 +3.325000e+02 1.750000e+01 1.750000e+01 2.620500e-01 5.768200e-02 7.882800e-02 +3.700000e+02 2.000000e+01 2.000000e+01 1.516800e-01 3.156300e-02 4.312400e-02 +4.350000e+02 4.500000e+01 4.500000e+01 6.819800e-02 1.272900e-02 2.067600e-02 +5.825000e+02 1.025000e+02 1.025000e+02 1.469100e-02 2.229200e-03 5.345600e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d116-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d116-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.023600e-01 1.130462e-01 1.130462e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.684200e+00 3.060627e-01 3.060627e-01 +9.250000e-01 2.500000e-02 2.500000e-02 5.084000e+00 7.082546e-01 7.082546e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.746000e+00 1.974846e+00 1.974846e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d116-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d116-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.365400e-01 0.000000e+00 5.099400e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.739800e+00 3.354900e-02 3.581100e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.069900e+00 3.253400e-01 0.000000e+00 +9.750000e-01 2.500000e-02 2.500000e-02 5.659300e+00 5.351000e-01 4.739900e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d116-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d116-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t116 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.306000e-01 1.453200e-02 1.676400e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.810800e+00 7.618100e-02 8.004900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.103200e+00 2.293600e-01 2.443100e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.425300e+00 2.637300e-01 2.731000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d117-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d117-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.257200e-03 2.465346e-03 2.465346e-03 +1.400000e+02 2.500000e+01 2.500000e+01 6.199800e-03 1.093463e-03 1.093463e-03 +1.925000e+02 2.750000e+01 2.750000e+01 3.385000e-03 6.762096e-04 6.762096e-04 +2.500000e+02 3.000000e+01 3.000000e+01 1.877600e-03 5.037593e-04 5.037593e-04 +3.575000e+02 7.750000e+01 7.750000e+01 5.946800e-04 2.631693e-04 2.631693e-04 +5.600000e+02 1.250000e+02 1.250000e+02 1.800100e-04 1.291442e-04 1.291442e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d117-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d117-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.239800e-03 5.017000e-04 9.408800e-05 +1.400000e+02 2.500000e+01 2.500000e+01 4.804500e-03 2.900700e-05 4.066500e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.669900e-03 1.729000e-04 7.828200e-05 +2.500000e+02 3.000000e+01 3.000000e+01 2.402700e-03 2.034300e-04 0.000000e+00 +3.575000e+02 7.750000e+01 7.750000e+01 1.185100e-03 2.747100e-05 1.869300e-04 +5.600000e+02 1.250000e+02 1.250000e+02 3.267100e-04 3.025200e-05 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d117-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d117-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t117 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.768300e-03 2.965100e-04 3.865600e-04 +1.400000e+02 2.500000e+01 2.500000e+01 5.255000e-03 2.604300e-04 3.155800e-04 +1.925000e+02 2.750000e+01 2.750000e+01 3.835400e-03 2.121300e-04 2.214200e-04 +2.500000e+02 3.000000e+01 3.000000e+01 2.379100e-03 1.599600e-04 1.621900e-04 +3.575000e+02 7.750000e+01 7.750000e+01 1.025100e-03 6.532900e-05 7.927300e-05 +5.600000e+02 1.250000e+02 1.250000e+02 2.311300e-04 2.442600e-05 3.342300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d118-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d118-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.892900e+00 7.182502e-01 7.182502e-01 +3.000000e-01 1.000000e-01 1.000000e-01 1.680700e+00 4.740168e-01 4.740168e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.421300e-01 2.328305e-01 2.328305e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d118-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d118-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.780400e+00 2.156200e-01 2.168200e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.659500e+00 1.473200e-01 3.328400e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.867100e-01 8.866000e-03 1.235300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d118-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d118-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t118 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.804200e+00 9.483400e-02 9.917100e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.670100e+00 7.318600e-02 7.585200e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.752300e-01 1.368700e-02 1.493600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d119-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d119-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.358900e-01 2.310755e-01 2.310755e-01 +1.000000e+00 5.000000e-01 5.000000e-01 8.261700e-02 1.109725e-01 1.109725e-01 +5.000000e+00 3.500000e+00 3.500000e+00 8.149600e-02 1.171497e-01 1.171497e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d119-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d119-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.871300e-01 5.594200e-03 3.429900e-03 +1.000000e+00 5.000000e-01 5.000000e-01 9.468100e-02 2.927000e-03 4.937900e-03 +5.000000e+00 3.500000e+00 3.500000e+00 1.819300e-02 5.601600e-04 3.261200e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d119-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d119-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t119 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.835900e-01 2.379900e-02 2.432100e-02 +1.000000e+00 5.000000e-01 5.000000e-01 8.941800e-02 7.570800e-03 8.527600e-03 +5.000000e+00 3.500000e+00 3.500000e+00 2.699100e-02 4.159500e-03 5.133800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d120-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d120-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 2.066400e-03 3.387979e-04 3.387979e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.585900e-03 1.985014e-04 1.985014e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.109000e-03 1.666473e-04 1.666473e-04 +1.425000e+03 7.500000e+01 7.500000e+01 7.989400e-04 1.911995e-04 1.911995e-04 +1.750000e+03 2.500000e+02 2.500000e+02 4.819700e-04 8.001193e-05 8.001193e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.159600e-04 2.753683e-05 2.753683e-05 +3.350000e+03 6.500000e+02 6.500000e+02 2.032200e-05 7.512427e-06 7.512427e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d120-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d120-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.776800e-03 1.456400e-04 1.308500e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.454200e-03 9.904800e-05 1.735200e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.146000e-03 0.000000e+00 9.799000e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.653700e-04 3.626500e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 4.798000e-04 1.186900e-05 8.028800e-06 +2.350000e+03 3.500000e+02 3.500000e+02 1.508700e-04 5.670100e-06 1.065200e-05 +3.350000e+03 6.500000e+02 6.500000e+02 2.284100e-05 2.336100e-06 2.329000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d120-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d120-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t120 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.704200e-03 7.203900e-05 7.770800e-05 +1.150000e+03 5.000000e+01 5.000000e+01 1.407700e-03 6.547200e-05 6.820500e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.136800e-03 4.804000e-05 5.452800e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.539800e-04 4.163800e-05 4.429600e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.888400e-04 1.725500e-05 1.779300e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.612200e-04 8.374800e-06 9.443100e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.532300e-05 2.435500e-06 3.029600e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d121-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d121-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 5.257200e-03 6.442300e-04 6.442300e-04 +3.750000e+01 1.250000e+01 1.250000e+01 9.913900e-03 1.177899e-03 1.177899e-03 +6.250000e+01 1.250000e+01 1.250000e+01 8.067000e-03 7.212043e-04 7.212043e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.753700e-03 6.128160e-04 6.128160e-04 +1.300000e+02 3.000000e+01 3.000000e+01 2.662800e-03 4.035903e-04 4.035903e-04 +2.100000e+02 5.000000e+01 5.000000e+01 7.339100e-04 3.123464e-04 3.123464e-04 +3.775000e+02 1.175000e+02 1.175000e+02 1.642100e-04 5.264875e-05 5.264875e-05 +6.975000e+02 2.025000e+02 2.025000e+02 8.526300e-06 1.036673e-05 1.036673e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d121-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d121-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.495700e-03 0.000000e+00 1.008900e-03 +3.750000e+01 1.250000e+01 1.250000e+01 7.123200e-03 2.261500e-04 6.968700e-05 +6.250000e+01 1.250000e+01 1.250000e+01 6.530500e-03 1.064200e-04 6.587700e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.283000e-03 1.991700e-04 3.218000e-05 +1.300000e+02 3.000000e+01 3.000000e+01 3.408700e-03 5.727800e-05 0.000000e+00 +2.100000e+02 5.000000e+01 5.000000e+01 1.473500e-03 8.284200e-05 0.000000e+00 +3.775000e+02 1.175000e+02 1.175000e+02 3.184400e-04 8.217900e-06 8.099800e-05 +6.975000e+02 2.025000e+02 2.025000e+02 3.082200e-05 3.614800e-06 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d121-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d121-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t121 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.250000e+01 1.250000e+01 1.250000e+01 3.766100e-03 2.140500e-04 2.350700e-04 +3.750000e+01 1.250000e+01 1.250000e+01 7.678500e-03 3.056400e-04 3.240100e-04 +6.250000e+01 1.250000e+01 1.250000e+01 6.720100e-03 2.859300e-04 3.185400e-04 +8.750000e+01 1.250000e+01 1.250000e+01 5.420200e-03 2.567900e-04 2.766100e-04 +1.300000e+02 3.000000e+01 3.000000e+01 3.466100e-03 1.325500e-04 1.401200e-04 +2.100000e+02 5.000000e+01 5.000000e+01 1.389800e-03 6.501600e-05 6.730900e-05 +3.775000e+02 1.175000e+02 1.175000e+02 2.443900e-04 1.778500e-05 2.066400e-05 +6.975000e+02 2.025000e+02 2.025000e+02 1.481800e-05 3.335900e-06 3.868100e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d122-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d122-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.128100e-01 6.931408e-02 6.931408e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.292600e+00 1.754933e-01 1.754933e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.849300e+00 2.906862e-01 2.906862e-01 +9.250000e-01 2.500000e-02 2.500000e-02 4.428100e+00 4.306034e-01 4.306034e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.708900e+00 8.452775e-01 8.452775e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d122-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d122-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.587700e-01 5.176900e-03 2.325000e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.197200e+00 6.864700e-02 0.000000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 2.376700e+00 5.536800e-02 0.000000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 3.964500e+00 1.953300e-02 3.789900e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.264900e+00 1.530600e-01 2.724500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d122-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d122-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t122 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.381100e-01 1.017100e-02 1.108400e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.219100e+00 6.088900e-02 6.469100e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.467100e+00 8.661800e-02 9.201500e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.032300e+00 1.566000e-01 1.788000e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.261800e+00 1.788900e-01 1.903600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d123-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d123-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.847200e-02 2.251447e-02 2.251447e-02 +3.200000e+00 4.000000e-01 4.000000e-01 1.706800e-01 2.670302e-02 2.670302e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.068800e-01 3.931611e-02 3.931611e-02 +4.200000e+00 2.000000e-01 2.000000e-01 2.929200e-01 7.162762e-02 7.162762e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.695400e-01 5.304497e-02 5.304497e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.352300e-01 7.909049e-02 7.909049e-02 +7.000000e+00 1.800000e+00 1.800000e+00 7.745700e-02 1.941613e-02 1.941613e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d123-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d123-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 6.834100e-02 2.985400e-03 4.022800e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.694500e-01 9.073300e-03 2.084000e-02 +3.800000e+00 2.000000e-01 2.000000e-01 2.806500e-01 1.497700e-02 1.495200e-04 +4.200000e+00 2.000000e-01 2.000000e-01 3.504300e-01 1.630900e-02 2.860300e-02 +4.600000e+00 2.000000e-01 2.000000e-01 3.899700e-01 1.044300e-03 7.664500e-03 +5.000000e+00 2.000000e-01 2.000000e-01 3.913300e-01 1.002500e-02 4.957900e-02 +7.000000e+00 1.800000e+00 1.800000e+00 6.800400e-02 3.137100e-03 9.999400e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d123-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d123-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t123 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.412600e-02 4.536000e-03 5.975800e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.451400e-01 7.427700e-03 9.474700e-03 +3.800000e+00 2.000000e-01 2.000000e-01 2.525900e-01 1.385800e-02 1.670600e-02 +4.200000e+00 2.000000e-01 2.000000e-01 3.316000e-01 1.587800e-02 1.669200e-02 +4.600000e+00 2.000000e-01 2.000000e-01 4.138100e-01 1.773700e-02 2.019600e-02 +5.000000e+00 2.000000e-01 2.000000e-01 4.121500e-01 1.770100e-02 2.105400e-02 +7.000000e+00 1.800000e+00 1.800000e+00 7.681400e-02 2.547300e-03 3.641800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d124-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d124-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.391500e-03 1.374241e-03 1.374241e-03 +1.275000e+02 1.250000e+01 1.250000e+01 7.056900e-03 7.344399e-04 7.344399e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.575600e-03 6.293049e-04 6.293049e-04 +1.775000e+02 1.250000e+01 1.250000e+01 2.875100e-03 4.954216e-04 4.954216e-04 +2.200000e+02 3.000000e+01 3.000000e+01 2.567000e-03 3.226880e-04 3.226880e-04 +4.675000e+02 2.175000e+02 2.175000e+02 4.588300e-04 1.004593e-04 1.004593e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d124-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d124-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.130900e-03 2.415800e-04 6.232700e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.748200e-03 1.496600e-04 1.098200e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.150200e-03 1.595500e-04 1.408800e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.320400e-03 1.017000e-04 6.212500e-05 +2.200000e+02 3.000000e+01 3.000000e+01 3.072500e-03 4.842900e-05 3.440300e-04 +4.675000e+02 2.175000e+02 2.175000e+02 5.875800e-04 3.647300e-05 3.251500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d124-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d124-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t124 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.687900e-03 2.226200e-04 2.669300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 6.238100e-03 2.758500e-04 3.253600e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.468500e-03 2.582700e-04 3.195000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.457300e-03 2.331800e-04 2.694300e-04 +2.200000e+02 3.000000e+01 3.000000e+01 3.068900e-03 1.248900e-04 1.447400e-04 +4.675000e+02 2.175000e+02 2.175000e+02 4.889500e-04 1.851400e-05 2.496300e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d125-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d125-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 2.594400e-03 4.190878e-04 4.190878e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.553700e-03 2.612375e-04 2.612375e-04 +1.275000e+03 7.500000e+01 7.500000e+01 1.072900e-03 1.985562e-04 1.985562e-04 +1.425000e+03 7.500000e+01 7.500000e+01 8.580400e-04 1.864359e-04 1.864359e-04 +1.750000e+03 2.500000e+02 2.500000e+02 4.344900e-04 1.704024e-04 1.704024e-04 +2.350000e+03 3.500000e+02 3.500000e+02 8.611900e-05 4.402697e-05 4.402697e-05 +3.350000e+03 6.500000e+02 6.500000e+02 1.387300e-05 1.362833e-05 1.362833e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d125-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d125-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.869000e-03 8.297400e-05 1.403700e-04 +1.150000e+03 5.000000e+01 5.000000e+01 1.514600e-03 8.065100e-05 8.493300e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.174600e-03 3.970400e-05 5.986900e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.704500e-04 5.492200e-05 0.000000e+00 +1.750000e+03 2.500000e+02 2.500000e+02 4.639200e-04 8.550100e-06 3.618800e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.386100e-04 6.042900e-06 1.018900e-05 +3.350000e+03 6.500000e+02 6.500000e+02 1.991800e-05 2.218200e-06 1.967000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d125-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d125-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t125 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.050000e+03 5.000000e+01 5.000000e+01 1.811700e-03 6.565500e-05 7.262200e-05 +1.150000e+03 5.000000e+01 5.000000e+01 1.467600e-03 5.909100e-05 6.342100e-05 +1.275000e+03 7.500000e+01 7.500000e+01 1.161500e-03 4.292300e-05 4.829600e-05 +1.425000e+03 7.500000e+01 7.500000e+01 8.521900e-04 3.676600e-05 3.954900e-05 +1.750000e+03 2.500000e+02 2.500000e+02 4.755500e-04 1.504300e-05 1.586300e-05 +2.350000e+03 3.500000e+02 3.500000e+02 1.484300e-04 7.102900e-06 7.838100e-06 +3.350000e+03 6.500000e+02 6.500000e+02 2.179700e-05 1.997300e-06 2.419000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d126-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d126-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.316600e-02 1.167391e-01 1.167391e-01 +7.500000e-01 5.000000e-02 5.000000e-02 1.077800e+00 2.641903e-01 2.641903e-01 +8.500000e-01 5.000000e-02 5.000000e-02 2.940700e+00 4.358110e-01 4.358110e-01 +9.250000e-01 2.500000e-02 2.500000e-02 5.160700e+00 8.712068e-01 8.712068e-01 +9.750000e-01 2.500000e-02 2.500000e-02 6.198000e+00 2.041773e+00 2.041773e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d126-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d126-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.466500e-01 2.039700e-03 1.887900e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.174000e+00 7.784000e-02 0.000000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 2.377200e+00 8.026200e-02 2.695900e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.012100e+00 6.297600e-02 2.827100e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.432300e+00 1.540300e-01 1.159600e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d126-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d126-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t126 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.307800e-01 8.851600e-03 1.017500e-02 +7.500000e-01 5.000000e-02 5.000000e-02 1.213800e+00 5.371000e-02 5.589200e-02 +8.500000e-01 5.000000e-02 5.000000e-02 2.450700e+00 7.631600e-02 7.704000e-02 +9.250000e-01 2.500000e-02 2.500000e-02 4.073100e+00 1.391400e-01 1.458700e-01 +9.750000e-01 2.500000e-02 2.500000e-02 5.367000e+00 1.597200e-01 1.715200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d127-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d127-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.580200e-01 5.158983e-02 5.158983e-02 +3.200000e+00 4.000000e-01 4.000000e-01 2.251000e-01 4.386656e-02 4.386656e-02 +4.000000e+00 4.000000e-01 4.000000e-01 2.738800e-01 4.135038e-02 4.135038e-02 +4.800000e+00 4.000000e-01 4.000000e-01 3.212500e-01 7.000266e-02 7.000266e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.090600e-01 6.827894e-02 6.827894e-02 +7.400000e+00 1.400000e+00 1.400000e+00 1.791200e-02 1.692342e-02 1.692342e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d127-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d127-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 9.733600e-02 5.356100e-03 3.796600e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.961000e-01 6.955800e-03 1.301800e-02 +4.000000e+00 4.000000e-01 4.000000e-01 3.223100e-01 7.804600e-03 8.098900e-03 +4.800000e+00 4.000000e-01 4.000000e-01 3.665900e-01 1.322700e-02 1.837700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.061100e-01 1.516000e-03 4.688500e-03 +7.400000e+00 1.400000e+00 1.400000e+00 1.758400e-02 1.554300e-03 9.895200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d127-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d127-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t127 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 7.695900e-02 4.781400e-03 7.292300e-03 +3.200000e+00 4.000000e-01 4.000000e-01 1.697600e-01 7.101500e-03 9.693300e-03 +4.000000e+00 4.000000e-01 4.000000e-01 3.024600e-01 9.479000e-03 1.106800e-02 +4.800000e+00 4.000000e-01 4.000000e-01 3.953700e-01 1.083800e-02 1.239700e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.304800e-01 8.274600e-03 1.024900e-02 +7.400000e+00 1.400000e+00 1.400000e+00 2.142100e-02 1.348400e-03 2.010000e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d128-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d128-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.642600e-03 1.960698e-03 1.960698e-03 +1.275000e+02 1.250000e+01 1.250000e+01 6.181900e-03 1.086276e-03 1.086276e-03 +1.525000e+02 1.250000e+01 1.250000e+01 5.108300e-03 9.268621e-04 9.268621e-04 +1.775000e+02 1.250000e+01 1.250000e+01 3.381100e-03 6.160713e-04 6.160713e-04 +2.050000e+02 1.500000e+01 1.500000e+01 2.577200e-03 4.961571e-04 4.961571e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.464700e-03 5.046414e-04 5.046414e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.591500e-03 3.863047e-04 3.863047e-04 +4.150000e+02 6.500000e+01 6.500000e+01 7.435300e-04 1.969364e-04 1.969364e-04 +5.825000e+02 1.025000e+02 1.025000e+02 1.397800e-04 8.768520e-05 8.768520e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d128-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d128-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 4.591600e-03 3.631500e-04 4.697300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.321200e-03 2.273500e-04 7.368200e-05 +1.525000e+02 1.250000e+01 1.250000e+01 4.875200e-03 1.269000e-04 3.029000e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.188200e-03 2.541400e-05 8.894900e-05 +2.050000e+02 1.500000e+01 1.500000e+01 3.505400e-03 6.468700e-05 4.064000e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.725200e-03 7.818100e-05 6.547600e-05 +3.000000e+02 5.000000e+01 5.000000e+01 1.741000e-03 9.813200e-05 6.747100e-05 +4.150000e+02 6.500000e+01 6.500000e+01 6.680600e-04 2.667300e-05 1.152700e-04 +5.825000e+02 1.025000e+02 1.025000e+02 1.551800e-04 9.030200e-06 0.000000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d128-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d128-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t128 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 5.155200e-03 1.874000e-04 2.542300e-04 +1.275000e+02 1.250000e+01 1.250000e+01 5.851400e-03 2.362300e-04 2.796300e-04 +1.525000e+02 1.250000e+01 1.250000e+01 5.218100e-03 2.230800e-04 2.756400e-04 +1.775000e+02 1.250000e+01 1.250000e+01 4.373900e-03 2.042400e-04 2.336300e-04 +2.050000e+02 1.500000e+01 1.500000e+01 3.536600e-03 1.676500e-04 1.888100e-04 +2.350000e+02 1.500000e+01 1.500000e+01 2.755400e-03 1.479800e-04 1.593700e-04 +3.000000e+02 5.000000e+01 5.000000e+01 1.546600e-03 6.072400e-05 7.170500e-05 +4.150000e+02 6.500000e+01 6.500000e+01 5.305400e-04 3.119300e-05 4.312000e-05 +5.825000e+02 1.025000e+02 1.025000e+02 1.028900e-04 1.093900e-05 1.551400e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d129-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d129-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.327800e+00 1.389135e+00 1.389135e+00 +3.000000e-01 1.000000e-01 1.000000e-01 1.539000e+00 2.244209e-01 2.244209e-01 +5.000000e-01 1.000000e-01 1.000000e-01 8.173400e-01 4.726766e-01 4.726766e-01 +8.000000e-01 2.000000e-01 2.000000e-01 1.579400e-01 1.700791e-01 1.700791e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d129-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d129-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.579100e+00 1.214900e-01 2.907000e-03 +3.000000e-01 1.000000e-01 1.000000e-01 1.669400e+00 0.000000e+00 4.594200e-02 +5.000000e-01 1.000000e-01 1.000000e-01 5.755300e-01 1.829200e-02 1.262200e-01 +8.000000e-01 2.000000e-01 2.000000e-01 8.800700e-02 1.777400e-03 3.412700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d129-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d129-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t129 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.000000e-01 1.000000e-01 1.000000e-01 2.616300e+00 5.581000e-02 6.133300e-02 +3.000000e-01 1.000000e-01 1.000000e-01 1.674600e+00 4.465000e-02 4.573200e-02 +5.000000e-01 1.000000e-01 1.000000e-01 5.580900e-01 2.577600e-02 2.870700e-02 +8.000000e-01 2.000000e-01 2.000000e-01 7.551800e-02 6.704700e-03 7.677700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d130-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d130-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 7.954800e-01 3.269501e-01 3.269501e-01 +1.000000e+00 5.000000e-01 5.000000e-01 1.242000e-01 1.342327e-01 1.342327e-01 +5.000000e+00 3.500000e+00 3.500000e+00 8.032600e-02 1.275911e-01 1.275911e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d130-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d130-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.785900e-01 7.975500e-03 4.351500e-03 +1.000000e+00 5.000000e-01 5.000000e-01 1.021400e-01 3.845900e-03 5.014800e-03 +5.000000e+00 3.500000e+00 3.500000e+00 1.927000e-02 8.246800e-04 2.957400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d130-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d130-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t130 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 8.725200e-01 1.440000e-02 1.481500e-02 +1.000000e+00 5.000000e-01 5.000000e-01 9.830500e-02 4.833500e-03 5.449800e-03 +5.000000e+00 3.500000e+00 3.500000e+00 2.917600e-02 2.633200e-03 3.563400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d131-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d131-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 8.262700e-02 1.237262e-01 1.237262e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.538700e+00 5.351295e-01 5.351295e-01 +9.500000e-01 5.000000e-02 5.000000e-02 6.344200e+00 1.601282e+00 1.601282e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d131-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d131-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.340000e-01 5.373100e-03 1.138000e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.696700e+00 2.749400e-02 7.501500e-03 +9.500000e-01 5.000000e-02 5.000000e-02 4.968600e+00 4.877900e-02 5.255200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d131-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d131-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t131 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.375100e-01 2.459900e-02 2.536700e-02 +8.000000e-01 1.000000e-01 1.000000e-01 1.746800e+00 1.248000e-01 1.334300e-01 +9.500000e-01 5.000000e-02 5.000000e-02 4.843900e+00 2.939100e-01 3.181300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d132-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d132-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 5.114000e-03 9.542262e-04 9.542262e-04 +4.525000e+02 2.325000e+02 2.325000e+02 6.108400e-04 2.507862e-04 2.507862e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d132-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d132-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 4.123000e-03 4.194100e-05 1.085200e-04 +4.525000e+02 2.325000e+02 2.325000e+02 9.092000e-04 3.134500e-05 1.458200e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d132-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d132-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t132 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 4.524800e-03 2.417200e-04 2.695300e-04 +4.525000e+02 2.325000e+02 2.325000e+02 7.882300e-04 5.535900e-05 6.577500e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d133-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d133-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.243600e+00 3.735556e-01 3.735556e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.709500e-01 1.938156e-01 1.938156e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d133-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d133-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.287500e+00 0.000000e+00 1.302300e-02 +7.000000e-01 3.000000e-01 3.000000e-01 1.416900e-01 7.956400e-03 1.157900e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d133-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d133-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t133 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e-01 2.000000e-01 2.000000e-01 2.317500e+00 1.016600e-01 1.022900e-01 +7.000000e-01 3.000000e-01 3.000000e-01 1.216800e-01 1.901900e-02 2.048700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d134-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d134-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.675400e-01 7.910694e-02 7.910694e-02 +1.000000e+00 5.000000e-01 5.000000e-01 3.246400e-02 9.812075e-02 9.812075e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d134-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d134-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.112700e-01 1.310100e-02 0.000000e+00 +1.000000e+00 5.000000e-01 5.000000e-01 8.873400e-02 0.000000e+00 1.020200e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d134-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d134-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t134 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 9.203000e-01 4.101300e-02 4.142100e-02 +1.000000e+00 5.000000e-01 5.000000e-01 7.970200e-02 1.207000e-02 1.335500e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d135-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d135-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.060600e+00 2.919681e+00 2.919681e+00 +8.000000e-01 1.000000e-01 1.000000e-01 3.390500e+01 1.401911e+01 1.401911e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.023500e+02 3.653857e+01 3.653857e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.358100e+02 4.366729e+01 4.366729e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d135-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d135-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.355200e+00 6.702500e-01 2.109900e+00 +8.000000e-01 1.000000e-01 1.000000e-01 3.203400e+01 5.241700e+00 7.890400e+00 +9.250000e-01 2.500000e-02 2.500000e-02 7.493700e+01 1.208700e+01 1.774600e+01 +9.750000e-01 2.500000e-02 2.500000e-02 1.042000e+02 1.573000e+01 2.590800e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d135-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d135-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t135 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.463200e+00 2.812500e-01 4.039600e-01 +8.000000e-01 1.000000e-01 1.000000e-01 3.504600e+01 1.474400e+00 2.058600e+00 +9.250000e-01 2.500000e-02 2.500000e-02 7.941600e+01 4.439100e+00 4.752700e+00 +9.750000e-01 2.500000e-02 2.500000e-02 1.050000e+02 5.104400e+00 6.932000e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d136-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d136-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 9.893700e-01 8.486929e-01 8.486929e-01 +4.400000e+00 8.000000e-01 8.000000e-01 4.799600e+00 1.899958e+00 1.899958e+00 +5.600000e+00 4.000000e-01 4.000000e-01 8.789000e+00 3.581552e+00 3.581552e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.197200e+00 7.472867e-01 7.472867e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d136-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d136-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 1.569300e+00 2.406500e-01 4.016700e-01 +4.400000e+00 8.000000e-01 8.000000e-01 5.065000e+00 8.139200e-01 1.313100e+00 +5.600000e+00 4.000000e-01 4.000000e-01 6.571300e+00 1.022000e+00 1.836800e+00 +7.400000e+00 1.400000e+00 1.400000e+00 9.072200e-01 1.443100e-01 2.461900e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d136-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d136-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t136 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.800000e+00 8.000000e-01 8.000000e-01 1.288000e+00 9.993400e-02 1.400400e-01 +4.400000e+00 8.000000e-01 8.000000e-01 5.131300e+00 1.994700e-01 2.381100e-01 +5.600000e+00 4.000000e-01 4.000000e-01 7.452000e+00 3.399500e-01 5.729900e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.115000e+00 7.028900e-02 1.142000e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d137-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d137-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 1.422700e-01 8.477553e-02 8.477553e-02 +1.400000e+02 2.500000e+01 2.500000e+01 1.215400e-01 4.175641e-02 4.175641e-02 +1.925000e+02 2.750000e+01 2.750000e+01 6.635900e-02 2.673253e-02 2.673253e-02 +2.500000e+02 3.000000e+01 3.000000e+01 3.680800e-02 1.739959e-02 1.739959e-02 +3.575000e+02 7.750000e+01 7.750000e+01 1.165800e-02 8.279260e-03 8.279260e-03 +5.600000e+02 1.250000e+02 1.250000e+02 3.528800e-03 3.175272e-03 3.175272e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d137-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d137-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 7.701200e-02 1.165900e-02 1.630800e-02 +1.400000e+02 2.500000e+01 2.500000e+01 8.726900e-02 1.246800e-02 2.832200e-02 +1.925000e+02 2.750000e+01 2.750000e+01 6.666100e-02 1.029800e-02 1.754400e-02 +2.500000e+02 3.000000e+01 3.000000e+01 4.364300e-02 7.126000e-03 1.014400e-02 +3.575000e+02 7.750000e+01 7.750000e+01 2.152600e-02 3.619900e-03 8.907700e-03 +5.600000e+02 1.250000e+02 1.250000e+02 5.934300e-03 1.058900e-03 1.059400e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d137-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d137-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t137 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 9.167000e-02 5.700400e-03 9.657400e-03 +1.400000e+02 2.500000e+01 2.500000e+01 1.010300e-01 5.006800e-03 7.355700e-03 +1.925000e+02 2.750000e+01 2.750000e+01 7.373500e-02 4.078300e-03 5.263900e-03 +2.500000e+02 3.000000e+01 3.000000e+01 4.573800e-02 3.075300e-03 3.371400e-03 +3.575000e+02 7.750000e+01 7.750000e+01 1.970800e-02 1.256000e-03 1.478400e-03 +5.600000e+02 1.250000e+02 1.250000e+02 4.443400e-03 4.695800e-04 6.250000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d138-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d138-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.657200e+01 3.750452e+00 3.750452e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.638000e+00 3.045752e+00 3.045752e+00 +5.000000e+00 3.500000e+00 3.500000e+00 1.615800e+00 2.799342e+00 2.799342e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d138-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d138-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.633400e+01 2.647400e+00 3.836800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.743300e+00 2.592200e-01 5.361400e-01 +5.000000e+00 3.500000e+00 3.500000e+00 3.349700e-01 3.766400e-02 9.854700e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d138-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d138-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t138 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 1.710200e+01 4.606200e-01 8.725200e-01 +1.000000e+00 5.000000e-01 5.000000e-01 1.730600e+00 1.465300e-01 1.663700e-01 +5.000000e+00 3.500000e+00 3.500000e+00 5.223900e-01 8.050500e-02 9.046300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d139-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d139-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.967000e+00 4.111985e+00 4.111985e+00 +7.500000e-01 5.000000e-02 5.000000e-02 5.691300e+01 1.449033e+01 1.449033e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.254600e+02 2.475365e+01 2.475365e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.949700e+02 4.410050e+01 4.410050e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.513700e+02 5.102258e+01 5.102258e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d139-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d139-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.044000e+01 1.596100e+00 3.236600e+00 +7.500000e-01 5.000000e-02 5.000000e-02 4.830100e+01 7.897300e+00 6.428600e+00 +8.500000e-01 5.000000e-02 5.000000e-02 9.588600e+01 1.390000e+01 1.668600e+01 +9.250000e-01 2.500000e-02 2.500000e-02 1.599500e+02 2.010600e+01 3.136500e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.124100e+02 2.646000e+01 4.343600e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d139-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d139-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t139 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 9.713800e+00 4.149200e-01 4.991100e-01 +7.500000e-01 5.000000e-02 5.000000e-02 4.973500e+01 2.484000e+00 3.085300e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.006500e+02 3.533700e+00 5.445000e+00 +9.250000e-01 2.500000e-02 2.500000e-02 1.645000e+02 6.388800e+00 7.474400e+00 +9.750000e-01 2.500000e-02 2.500000e-02 2.146600e+02 7.298200e+00 1.126600e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d140-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d140-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 3.411300e+00 1.353607e+00 1.353607e+00 +3.200000e+00 4.000000e-01 4.000000e-01 7.419800e+00 1.935078e+00 1.935078e+00 +3.800000e+00 2.000000e-01 2.000000e-01 8.993400e+00 2.629859e+00 2.629859e+00 +4.200000e+00 2.000000e-01 2.000000e-01 1.273300e+01 4.117456e+00 4.117456e+00 +4.600000e+00 2.000000e-01 2.000000e-01 1.606500e+01 4.215204e+00 4.215204e+00 +5.000000e+00 2.000000e-01 2.000000e-01 1.892000e+01 5.206451e+00 5.206451e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.367200e+00 9.963553e-01 9.963553e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d140-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d140-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 2.757200e+00 2.856800e-01 4.122200e-01 +3.200000e+00 4.000000e-01 4.000000e-01 6.836500e+00 1.081500e+00 1.955700e+00 +3.800000e+00 2.000000e-01 2.000000e-01 1.132300e+01 1.574400e+00 1.561100e+00 +4.200000e+00 2.000000e-01 2.000000e-01 1.413800e+01 1.863600e+00 4.243300e+00 +4.600000e+00 2.000000e-01 2.000000e-01 1.573300e+01 1.928800e+00 3.127700e+00 +5.000000e+00 2.000000e-01 2.000000e-01 1.578800e+01 2.475500e+00 2.837200e+00 +7.000000e+00 1.800000e+00 1.800000e+00 2.743600e+00 3.962800e-01 6.027500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d140-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d140-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t140 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 2.208100e+00 1.850500e-01 2.195600e-01 +3.200000e+00 4.000000e-01 4.000000e-01 5.921000e+00 3.030200e-01 3.544900e-01 +3.800000e+00 2.000000e-01 2.000000e-01 1.030500e+01 5.653400e-01 6.553600e-01 +4.200000e+00 2.000000e-01 2.000000e-01 1.352800e+01 6.477500e-01 6.885100e-01 +4.600000e+00 2.000000e-01 2.000000e-01 1.688200e+01 7.236100e-01 9.713500e-01 +5.000000e+00 2.000000e-01 2.000000e-01 1.681400e+01 7.221500e-01 1.004100e+00 +7.000000e+00 1.800000e+00 1.800000e+00 3.133700e+00 1.039200e-01 2.169200e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d141-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d141-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 3.192300e-01 1.120025e-01 1.120025e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.047800e-01 7.255875e-02 7.255875e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.408100e-01 5.214738e-02 5.214738e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.241700e-01 4.096810e-02 4.096810e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.108600e-01 2.379134e-02 2.379134e-02 +4.675000e+02 2.175000e+02 2.175000e+02 1.981600e-02 5.650998e-03 5.650998e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d141-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d141-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.058900e-01 2.813800e-02 3.543100e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.306600e-01 3.016000e-02 3.937900e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.066700e-01 2.396600e-02 3.607400e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.733700e-01 2.204000e-02 3.342500e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.232900e-01 1.758800e-02 3.371500e-02 +4.675000e+02 2.175000e+02 2.175000e+02 2.357800e-02 3.758700e-03 6.331500e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d141-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d141-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t141 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.314000e-01 9.056700e-03 1.507300e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.537800e-01 1.122200e-02 1.632900e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.224700e-01 1.050700e-02 1.406000e-02 +1.775000e+02 1.250000e+01 1.250000e+01 1.813300e-01 9.486200e-03 1.208100e-02 +2.200000e+02 3.000000e+01 3.000000e+01 1.248500e-01 5.080900e-03 6.374900e-03 +4.675000e+02 2.175000e+02 2.175000e+02 1.989200e-02 7.532100e-04 9.231200e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d142-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d142-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 2.829000e+00 1.063194e+01 1.063194e+01 +7.500000e-01 5.000000e-02 5.000000e-02 7.063200e+01 4.429856e+01 4.429856e+01 +8.500000e-01 5.000000e-02 5.000000e-02 1.927300e+02 8.025927e+01 8.025927e+01 +9.250000e-01 2.500000e-02 2.500000e-02 3.382100e+02 1.371993e+02 1.371993e+02 +9.750000e-01 2.500000e-02 2.500000e-02 4.062000e+02 1.660804e+02 1.660804e+02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d142-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d142-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.277500e+01 1.784700e+00 3.744300e+00 +7.500000e-01 5.000000e-02 5.000000e-02 6.080600e+01 8.843000e+00 9.730000e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.231300e+02 1.735900e+01 2.371100e+01 +9.250000e-01 2.500000e-02 2.500000e-02 2.078000e+02 2.311600e+01 4.653400e+01 +9.750000e-01 2.500000e-02 2.500000e-02 2.813600e+02 3.676700e+01 5.111300e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d142-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d142-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t142 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.204700e+01 4.620800e-01 5.575400e-01 +7.500000e-01 5.000000e-02 5.000000e-02 6.336500e+01 2.803800e+00 3.373100e+00 +8.500000e-01 5.000000e-02 5.000000e-02 1.279300e+02 3.983900e+00 5.374100e+00 +9.250000e-01 2.500000e-02 2.500000e-02 2.126300e+02 7.263500e+00 9.085400e+00 +9.750000e-01 2.500000e-02 2.500000e-02 2.801700e+02 8.337800e+00 1.225100e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d143-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d143-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 1.011900e+01 6.015301e+00 6.015301e+00 +3.200000e+00 4.000000e-01 4.000000e-01 1.441500e+01 7.616625e+00 7.616625e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.753800e+01 1.010305e+01 1.010305e+01 +4.800000e+00 4.000000e-01 4.000000e-01 2.057100e+01 1.376363e+01 1.376363e+01 +5.600000e+00 4.000000e-01 4.000000e-01 1.338700e+01 9.289119e+00 9.289119e+00 +7.400000e+00 1.400000e+00 1.400000e+00 1.147000e+00 7.083976e-01 7.083976e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d143-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d143-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 5.041500e+00 6.305600e-01 6.808800e-01 +3.200000e+00 4.000000e-01 4.000000e-01 1.015700e+01 1.416100e+00 2.615100e+00 +4.000000e+00 4.000000e-01 4.000000e-01 1.669400e+01 2.062600e+00 3.861900e+00 +4.800000e+00 4.000000e-01 4.000000e-01 1.898800e+01 2.606200e+00 3.640800e+00 +5.600000e+00 4.000000e-01 4.000000e-01 1.067500e+01 1.482900e+00 2.199400e+00 +7.400000e+00 1.400000e+00 1.400000e+00 9.107600e-01 1.466000e-01 2.447600e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d143-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d143-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t143 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.400000e+00 4.000000e-01 4.000000e-01 4.017500e+00 2.496100e-01 3.626100e-01 +3.200000e+00 4.000000e-01 4.000000e-01 8.862000e+00 3.707200e-01 4.803700e-01 +4.000000e+00 4.000000e-01 4.000000e-01 1.578900e+01 4.948300e-01 5.839000e-01 +4.800000e+00 4.000000e-01 4.000000e-01 2.063900e+01 5.657500e-01 9.146400e-01 +5.600000e+00 4.000000e-01 4.000000e-01 1.203200e+01 4.319600e-01 7.398200e-01 +7.400000e+00 1.400000e+00 1.400000e+00 1.118200e+00 7.038900e-02 1.151500e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d144-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d144-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 3.586100e-01 2.847792e-01 2.847792e-01 +1.275000e+02 1.250000e+01 1.250000e+01 3.928800e-01 2.004844e-01 2.004844e-01 +1.525000e+02 1.250000e+01 1.250000e+01 3.246600e-01 1.533856e-01 1.533856e-01 +1.775000e+02 1.250000e+01 1.250000e+01 2.148800e-01 1.301488e-01 1.301488e-01 +2.050000e+02 1.500000e+01 1.500000e+01 1.637900e-01 9.830358e-02 9.830358e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.566400e-01 8.339904e-02 8.339904e-02 +3.000000e+02 5.000000e+01 5.000000e+01 1.011500e-01 5.663508e-02 5.663508e-02 +4.150000e+02 6.500000e+01 6.500000e+01 4.725400e-02 2.339085e-02 2.339085e-02 +5.825000e+02 1.025000e+02 1.025000e+02 8.883300e-03 5.141496e-03 5.141496e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d144-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d144-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.360800e-01 3.254100e-02 3.997100e-02 +1.275000e+02 1.250000e+01 1.250000e+01 2.736000e-01 3.329400e-02 4.618700e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.506700e-01 2.991800e-02 6.328300e-02 +1.775000e+02 1.250000e+01 1.250000e+01 2.153400e-01 2.457100e-02 4.439500e-02 +2.050000e+02 1.500000e+01 1.500000e+01 1.802300e-01 2.677100e-02 5.693700e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.401200e-01 1.564900e-02 2.655800e-02 +3.000000e+02 5.000000e+01 5.000000e+01 8.951600e-02 1.349100e-02 2.013200e-02 +4.150000e+02 6.500000e+01 6.500000e+01 3.434900e-02 4.557400e-03 1.402800e-02 +5.825000e+02 1.025000e+02 1.025000e+02 7.978700e-03 1.068200e-03 1.368800e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d144-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d144-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t144 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +9.750000e+01 1.750000e+01 1.750000e+01 2.682500e-01 9.751300e-03 1.674800e-02 +1.275000e+02 1.250000e+01 1.250000e+01 3.044800e-01 1.229200e-02 1.774700e-02 +1.525000e+02 1.250000e+01 1.250000e+01 2.715300e-01 1.160800e-02 1.485000e-02 +1.775000e+02 1.250000e+01 1.250000e+01 2.276000e-01 1.062800e-02 1.307900e-02 +2.050000e+02 1.500000e+01 1.500000e+01 1.840300e-01 8.723800e-03 1.193600e-02 +2.350000e+02 1.500000e+01 1.500000e+01 1.433800e-01 7.700300e-03 8.618100e-03 +3.000000e+02 5.000000e+01 5.000000e+01 8.047900e-02 3.159800e-03 3.674600e-03 +4.150000e+02 6.500000e+01 6.500000e+01 2.760700e-02 1.623200e-03 2.186300e-03 +5.825000e+02 1.025000e+02 1.025000e+02 5.354000e-03 5.692300e-04 7.890300e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d145-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d145-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.081500e+01 1.340513e+01 1.340513e+01 +1.000000e+00 5.000000e-01 5.000000e-01 7.933800e+00 1.453248e+01 1.453248e+01 +5.000000e+00 3.500000e+00 3.500000e+00 5.131300e+00 1.108318e+01 1.108318e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d145-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d145-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 4.550600e+01 6.389100e+00 8.944800e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.290500e+00 4.758300e-01 1.213800e+00 +5.000000e+00 3.500000e+00 3.500000e+00 9.981000e-01 1.181700e-01 2.592400e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d145-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d145-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t145 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 4.554800e+01 7.517200e-01 1.603100e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.131800e+00 2.523200e-01 2.853600e-01 +5.000000e+00 3.500000e+00 3.500000e+00 1.523100e+00 1.374600e-01 1.651300e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d146-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d146-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 4.779900e-01 8.090187e-01 8.090187e-01 +8.000000e-01 1.000000e-01 1.000000e-01 8.901100e+00 3.877624e+00 3.877624e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.670100e+01 1.155229e+01 1.155229e+01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d146-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d146-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.499800e+00 2.920200e-01 4.895300e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.087500e+01 1.950100e+00 3.323400e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.184500e+01 5.320200e+00 9.142800e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d146-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d146-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t146 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.500000e-01 3.500000e-01 3.500000e-01 1.652300e+00 1.711300e-01 2.110200e-01 +8.000000e-01 1.000000e-01 1.000000e-01 1.215200e+01 8.682100e-01 1.171900e+00 +9.500000e-01 5.000000e-02 5.000000e-02 3.369700e+01 2.044600e+00 2.568500e+00 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d147-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d147-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 5.926800e-01 2.795387e-01 2.795387e-01 +5.600000e+00 4.000000e-01 4.000000e-01 2.243100e+00 8.148347e-01 8.148347e-01 +7.400000e+00 1.400000e+00 1.400000e+00 7.249500e-01 3.906053e-01 3.906053e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d147-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d147-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 9.124100e-01 1.824300e-01 2.578300e-01 +5.600000e+00 4.000000e-01 4.000000e-01 2.269900e+00 2.817400e-01 7.024200e-01 +7.400000e+00 1.400000e+00 1.400000e+00 6.537700e-01 1.258600e-01 2.023800e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d147-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d147-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t147 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +3.700000e+00 1.500000e+00 1.500000e+00 8.459900e-01 5.914900e-02 6.840600e-02 +5.600000e+00 4.000000e-01 4.000000e-01 2.672200e+00 2.035700e-01 2.902100e-01 +7.400000e+00 1.400000e+00 1.400000e+00 8.064800e-01 5.977800e-02 9.021300e-02 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d148-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d148-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 2.891900e-02 1.133468e-02 1.133468e-02 +4.525000e+02 2.325000e+02 2.325000e+02 3.454200e-03 1.637921e-03 1.637921e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d148-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d148-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 2.582200e-02 3.978900e-03 7.630100e-03 +4.525000e+02 2.325000e+02 2.325000e+02 5.694300e-03 1.162800e-03 1.730700e-03 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d148-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d148-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t148 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.500000e+02 7.000000e+01 7.000000e+01 3.105100e-02 1.658800e-03 2.820300e-03 +4.525000e+02 2.325000e+02 2.325000e+02 5.409100e-03 3.798900e-04 4.199000e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d149-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d149-x01-y01 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.570500e+00 1.202954e+00 1.202954e+00 +1.000000e+00 5.000000e-01 5.000000e-01 1.869100e-01 6.709501e-01 6.709501e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d149-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d149-x01-y02 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 5.753000e+00 1.067200e+00 1.685900e+00 +1.000000e+00 5.000000e-01 5.000000e-01 5.601900e-01 6.930800e-02 1.839700e-01 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2017_I1517194_MU/d149-x01-y03 +IsRef: 1 +Path: /REF/ATLAS_2017_I1517194_MU/d149-x01-y03 +Title: doi:10.17182/hepdata.76505.v1/t149 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +0.000000e+00 5.000000e-01 5.000000e-01 6.246700e+00 2.783900e-01 4.721300e-01 +1.000000e+00 5.000000e-01 5.000000e-01 5.409900e-01 8.192500e-02 8.663100e-02 +END YODA_SCATTER2D_V2 diff --git a/analyses/pluginATLAS/ATLAS_2018_I1656578.cc b/analyses/pluginATLAS/ATLAS_2018_I1656578.cc new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2018_I1656578.cc @@ -0,0 +1,244 @@ +#include "Rivet/Analysis.hh" +#include "Rivet/Projections/FinalState.hh" +#include "Rivet/Projections/VetoedFinalState.hh" +#include "Rivet/Projections/IdentifiedFinalState.hh" +#include "Rivet/Projections/PromptFinalState.hh" +#include "Rivet/Projections/DressedLeptons.hh" +#include "Rivet/Projections/FastJets.hh" +#include "Rivet/Projections/MissingMomentum.hh" + +namespace Rivet { + + + /// ttbar l+jets cross sections at 13 TeV + class ATLAS_2018_I1656578 : public Analysis { + public: + + /// Constructor + DEFAULT_RIVET_ANALYSIS_CTOR(ATLAS_2018_I1656578); + + + /// Book cuts and projections + void init() { + // Eta ranges + Cut eta_full = (Cuts::abseta < 5.0); + Cut lep_cuts = (Cuts::abseta < 2.5) && (Cuts::pT > 25*GeV); + + // All final state particles + FinalState fs(eta_full); + + // Get photons to dress leptons + IdentifiedFinalState all_photons(fs); + all_photons.acceptIdPair(PID::PHOTON); + + PromptFinalState photons(Cuts::abspid == PID::PHOTON, true); + declare(photons, "photons"); + + // Projection to find the electrons + PromptFinalState electrons(Cuts::abspid == PID::ELECTRON, true); + + DressedLeptons dressedelectrons(photons, electrons, 0.1, lep_cuts); + declare(dressedelectrons, "elecs"); + + DressedLeptons ewdressedelectrons(all_photons, electrons, 0.1, eta_full); + + // Projection to find the muons + PromptFinalState muons(Cuts::abspid == PID::MUON, true); + + DressedLeptons dressedmuons(photons, muons, 0.1, lep_cuts); + declare(dressedmuons, "muons"); + + DressedLeptons ewdressedmuons(all_photons, muons, 0.1, eta_full); + + // Projection to find MET + declare(MissingMomentum(fs), "MET"); + + // Jet clustering. + VetoedFinalState vfs(fs); + vfs.addVetoOnThisFinalState(ewdressedelectrons); + vfs.addVetoOnThisFinalState(ewdressedmuons); + FastJets jets(vfs, FastJets::ANTIKT, 0.4, JetAlg::ALL_MUONS, JetAlg::DECAY_INVISIBLES); + declare(jets, "jets"); + + + _h["absPout_inc"] = bookHisto1D(114, 1, 1); + _h["absPout_inc_norm"] = bookHisto1D(115, 1, 1); + _h["ptpseudotophadron_r1"] = bookHisto1D(98, 1, 1); + _h["ptpseudotophadron_r1_norm"] = bookHisto1D(99, 1, 1); + _h["ptttbar_r1"] = bookHisto1D(100, 1, 1); + _h["ptttbar_r1_norm"] = bookHisto1D(101, 1, 1); + _h["absPout_r1"] = bookHisto1D(96, 1, 1); + _h["absPout_r1_norm"] = bookHisto1D(97, 1, 1); + _h["ptpseudotophadron_r2"] = bookHisto1D(110, 1, 1); + _h["ptpseudotophadron_r2_norm"] = bookHisto1D(111, 1, 1); + _h["ptttbar_r2"] = bookHisto1D(112, 1, 1); + _h["ptttbar_r2_norm"] = bookHisto1D(113, 1, 1); + _h["absPout_r2"] = bookHisto1D(108, 1, 1); + _h["absPout_r2_norm"] = bookHisto1D(109, 1, 1); + _h["ptpseudotophadron_r3"] = bookHisto1D(104, 1, 1); + _h["ptpseudotophadron_r3_norm"] = bookHisto1D(105, 1, 1); + _h["ptttbar_r3"] = bookHisto1D(106, 1, 1); + _h["ptttbar_r3_norm"] = bookHisto1D(107, 1, 1); + _h["absPout_r3"] = bookHisto1D(102, 1, 1); + _h["absPout_r3_norm"] = bookHisto1D(103, 1, 1); + + } + + + void analyze(const Event& event) { + + const double weight = event.weight(); + + // Get the selected objects, using the projections. + vector electrons = apply(event, "elecs").dressedLeptons(); + vector muons = apply(event, "muons").dressedLeptons(); + const Jets& jets = apply(event, "jets").jetsByPt(Cuts::pT > 25*GeV && Cuts::abseta < 2.5); + + const Vector3 met = apply(event, "MET").vectorMPT(); + + Jets bjets, lightjets; + for (Jet jet : jets) { + bool b_tagged = jet.bTagged(Cuts::pT > 5*GeV); + if ( b_tagged && bjets.size() < 2) bjets += jet; + else lightjets += jet; + } + + bool single_electron = (electrons.size() == 1) && (muons.empty()); + bool single_muon = (muons.size() == 1) && (electrons.empty()); + + + DressedLepton *lepton = NULL; + if (single_electron) lepton = &electrons[0]; + else if (single_muon) lepton = &muons[0]; + + if (!single_electron && !single_muon) vetoEvent; + + bool num_b_tagged_jets = (bjets.size() == 2); + if (!num_b_tagged_jets) vetoEvent; + + if (jets.size() < 4) vetoEvent; + + bool reg_4jex2bin = (jets.size() == 4); + bool reg_5jex2bin = (jets.size() == 5); + bool reg_6jin2bin = (jets.size() >= 6); + + + FourMomentum pbjet1; //Momentum of bjet1 + FourMomentum pbjet2; //Momentum of bjet + + if ( deltaR(bjets[0], *lepton) <= deltaR(bjets[1], *lepton) ) { + pbjet1 = bjets[0].momentum(); + pbjet2 = bjets[1].momentum(); + } else { + pbjet1 = bjets[1].momentum(); + pbjet2 = bjets[0].momentum(); + } + + double bestWmass = 1000.0*TeV; + double mWPDG = 80.399*GeV; + int Wj1index = -1, Wj2index = -1; + for (unsigned int i = 0; i < (lightjets.size() - 1); ++i) { + for (unsigned int j = i + 1; j < lightjets.size(); ++j) { + double wmass = (lightjets[i].momentum() + lightjets[j].momentum()).mass(); + if (fabs(wmass - mWPDG) < fabs(bestWmass - mWPDG)) { + bestWmass = wmass; + Wj1index = i; + Wj2index = j; + } + } + } + + FourMomentum pjet1 = lightjets[Wj1index].momentum(); + FourMomentum pjet2 = lightjets[Wj2index].momentum(); + + // compute hadronic W boson + FourMomentum pWhadron = pjet1 + pjet2; + double pz = computeneutrinoz(lepton->momentum(), met); + FourMomentum ppseudoneutrino( sqrt(sqr(met.x()) + sqr(met.y()) + sqr(pz)), met.x(), met.y(), pz); + + //compute leptonic, hadronic, combined pseudo-top + FourMomentum ppseudotoplepton = lepton->momentum() + ppseudoneutrino + pbjet1; + FourMomentum ppseudotophadron = pbjet2 + pWhadron; + FourMomentum pttbar = ppseudotoplepton + ppseudotophadron; + + Vector3 z_versor(0,0,1); + Vector3 vpseudotophadron = ppseudotophadron.vector3(); + Vector3 vpseudotoplepton = ppseudotoplepton.vector3(); + // Variables + double absPout = fabs(vpseudotophadron.dot((vpseudotoplepton.cross(z_versor))/(vpseudotoplepton.cross(z_versor).mod()))); + + //pseudotop hadrons and leptons fill histogram + if (reg_4jex2bin) { + _h["ptpseudotophadron_r1"]->fill(ppseudotophadron.pt(), weight); //pT of pseudo top hadron + _h["ptpseudotophadron_r1_norm"]->fill(ppseudotophadron.pt(), weight); //pT of pseudo top hadron + _h["ptttbar_r1"]->fill(pttbar.pt(), weight); //fill pT of ttbar in combined channel + _h["ptttbar_r1_norm"]->fill(pttbar.pt(), weight); //fill pT of ttbar in combined channel + _h["absPout_r1"]->fill(absPout, weight); + _h["absPout_r1_norm"]->fill(absPout, weight); + } + if (reg_5jex2bin) { + _h["ptpseudotophadron_r2"]->fill(ppseudotophadron.pt(), weight); //pT of pseudo top hadron + _h["ptpseudotophadron_r2_norm"]->fill(ppseudotophadron.pt(), weight); //pT of pseudo top hadron + _h["ptttbar_r2"]->fill(pttbar.pt(), weight); //fill pT of ttbar in combined channel + _h["ptttbar_r2_norm"]->fill(pttbar.pt(), weight); //fill pT of ttbar in combined channel + _h["absPout_r2"]->fill(absPout, weight); + _h["absPout_r2_norm"]->fill(absPout, weight); + } + if (reg_6jin2bin) { + _h["ptpseudotophadron_r3"]->fill(ppseudotophadron.pt(), weight); //pT of pseudo top hadron + _h["ptpseudotophadron_r3_norm"]->fill(ppseudotophadron.pt(), weight); //pT of pseudo top hadron + _h["ptttbar_r3"]->fill(pttbar.pt(), weight); //fill pT of ttbar in combined channel + _h["ptttbar_r3_norm"]->fill(pttbar.pt(), weight); //fill pT of ttbar in combined channel + _h["absPout_r3"]->fill(absPout, weight); + _h["absPout_r3_norm"]->fill(absPout, weight); + } + _h["absPout_inc"]->fill(absPout, weight); + _h["absPout_inc_norm"]->fill(absPout, weight); + } + + + void finalize() { + // Normalize to cross-section + const double sf = (crossSection() / sumOfWeights()); + for (auto hist : _h) { + scale(hist.second, sf); + // Normalized distributions + if (hist.first.find("_norm") != string::npos) normalize(hist.second); + } + } + + + double computeneutrinoz(const FourMomentum& lepton, const Vector3 &met) const { + // computing z component of neutrino momentum given lepton and met + double pzneutrino; + double m_W = 80.399; // in GeV, given in the paper + double k = (( sqr( m_W ) - sqr( lepton.mass() ) ) / 2 ) + (lepton.px() * met.x() + lepton.py() * met.y()); + double a = sqr ( lepton.E() )- sqr ( lepton.pz() ); + double b = -2*k*lepton.pz(); + double c = sqr( lepton.E() ) * sqr( met.mod() ) - sqr( k ); + double discriminant = sqr(b) - 4 * a * c; + double quad[2] = { (- b - sqrt(discriminant)) / (2 * a), (- b + sqrt(discriminant)) / (2 * a) }; //two possible quadratic solns + if (discriminant < 0) pzneutrino = - b / (2 * a); //if the discriminant is negative + else { //if the discriminant is greater than or equal to zero, take the soln with smallest absolute value + double absquad[2]; + for (int n=0; n<2; ++n) absquad[n] = fabs(quad[n]); + if (absquad[0] < absquad[1]) pzneutrino = quad[0]; + else pzneutrino = quad[1]; + } + return pzneutrino; + } + + + private: + + /// @name Objects that are used by the event selection decisions + map _h; + + }; + + + // The hook for the plugin system + DECLARE_RIVET_PLUGIN(ATLAS_2018_I1656578); + + +} diff --git a/analyses/pluginATLAS/ATLAS_2018_I1656578.info b/analyses/pluginATLAS/ATLAS_2018_I1656578.info new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2018_I1656578.info @@ -0,0 +1,45 @@ +Name: ATLAS_2018_I1656578 +Year: 2018 +Summary: Differential $t\bar{t}$ $l$+jets cross-sections at 13~TeV +Experiment: ATLAS +Collider: LHC +InspireID: 1656578 +Status: VALIDATED +Authors: + - Francesco La Ruffa + - Christian Gutschow +References: + - Submitted to JHEP + - arXiv:1802.06572 [hep-ex] +Keywords: + - TTBAR + - NONALLHADRONIC + - JETS +RunInfo: + non-all-hadronic ttbar production at 13 TeV +Luminosity_fb: 3.2 +NeedCrossSection: yes +Beams: [p+, p+] +Energies: [13000] +PtCuts: [25.] +Description: + 'Measurements of differential cross sections of top quark pair production in association with jets by the ATLAS experiment at the + LHC are presented. The measurements are performed as functions of the top quark transverse momentum, the transverse momentum of + the top quark-antitop quark system and the out-of-plane transverse momentum using data from pp collisions at $\sqrt{s}=13$ TeV + collected by the ATLAS detector at the LHC in 2015 and corresponding to an integrated luminosity of 3.2 $\text{fb}^{-1}$. The top quark + pair events are selected in the lepton (electron or muon) + jets channel. The measured cross sections, which are compared to several + predictions, allow a detailed study of top quark production.' +BibKey: Aaboud:2018uzf +BibTex: '@article{Aaboud:2018uzf, + author = "Aaboud, Morad and others", + title = "{Measurements of differential cross sections of top quark + pair production in association with jets in ${pp}$ + collisions at $\sqrt{s}=13$ TeV using the ATLAS detector}", + collaboration = "ATLAS", + year = "2018", + eprint = "1802.06572", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-2017-227", + SLACcitation = "%%CITATION = ARXIV:1802.06572;%%" +}' diff --git a/analyses/pluginATLAS/ATLAS_2018_I1656578.plot b/analyses/pluginATLAS/ATLAS_2018_I1656578.plot new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2018_I1656578.plot @@ -0,0 +1,141 @@ +# BEGIN PLOT /ATLAS_2018_I1656578/d. +LegendAlign=r +XTwosidedTicks=1 +YTwosidedTicks=1 +LeftMargin=1.9 +YLabelSep=8.0 +RatioPlotYMin=0.4 +RatioPlotYMax=1.6 +Title=combined lepton channels +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d114-x01-y01 +Title=combined lepton channels, 4ji2bi +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d115-x01-y01 +Title=combined lepton channels, 4ji2bi +XLabel=$|p_\text{out}^{t\bar{t}}|$ [GeV] +YLabel=$1/\sigma$ $\text{d}\sigma / \text{d}|p_\text{out}^{t\bar{t}}|$ [1/GeV] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d100-x01-y01 +Title=combined lepton channels, 4je2bi +XLabel=$p_{\text{T}}^{t\bar{t}}$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}^{t\bar{t}}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d96-x01-y01 +Title=combined lepton channels, 4je2bi +RatioPlotYMin=0.0 +RatioPlotYMax=2.0 +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d98-x01-y01 +Title=combined lepton channels, 4je2bi +XLabel=$p_{\text{T}}^{t,\text{had}}$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}}^{t,\text{had}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d101-x01-y01 +Title=combined lepton channels, 4je2bi +XLabel=$p_{\text{T}}^{t\bar{t}}$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}^{t\bar{t}}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d97-x01-y01 +Title=combined lepton channels, 4je2bi +RatioPlotYMin=0.0 +RatioPlotYMax=2.0 +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d99-x01-y01 +Title=combined lepton channels, 4je2bi +XLabel=$p_{\text{T}}^{t,\text{had}}$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}}^{t,\text{had}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d112-x01-y01 +Title=combined lepton channels, 5je2bi +XLabel=$p_{\text{T}}^{t\bar{t}}$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}^{t\bar{t}}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d108-x01-y01 +Title=combined lepton channels, 5je2bi +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d110-x01-y01 +Title=combined lepton channels, 5je2bi +XLabel=$p_{\text{T}}^{t,\text{had}}$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}}^{t,\text{had}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d113-x01-y01 +Title=combined lepton channels, 5je2bi +XLabel=$p_{\text{T}}^{t\bar{t}}$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}^{t\bar{t}}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d109-x01-y01 +Title=combined lepton channels, 5je2bi +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d11-x01-y01 +Title=combined lepton channels, 5je2bi +XLabel=$p_{\text{T}}^{t,\text{had}}$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}}^{t,\text{had}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d106-x01-y01 +Title=combined lepton channels, 6ji2bi +XLabel=$p_{\text{T}}^{t\bar{t}}$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}^{t\bar{t}}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d102-x01-y01 +Title=combined lepton channels, 6ji2bi +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d104-x01-y01 +Title=combined lepton channels, 6ji2bi +XLabel=$p_{\text{T}}^{t,\text{had}}$ [GeV] +YLabel=$\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}}^{t,\text{had}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d107-x01-y01 +Title=combined lepton channels, 6ji2bi +XLabel=$p_{\text{T}}^{t\bar{t}}$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}^{t\bar{t}}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + + +# BEGIN PLOT /ATLAS_2018_I1656578/d103-x01-y01 +Title=combined lepton channels, 6ji2bi +XLabel=$|p_{\text{out}}^{t\bar{t}}|$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}|p_{\text{out}}^{t\bar{t}}|}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT + +# BEGIN PLOT /ATLAS_2018_I1656578/d105-x01-y01 +Title=combined lepton channels, 6ji2bi +XLabel=$p_{\text{T}}^{t,\text{had}}$ [GeV] +YLabel=$1/\sigma$ $\dfrac{\text{d}\sigma^\text{fid}}{\text{d}p_{\text{T}}^{t,\text{had}}}$ [$\dfrac{\text{pb}}{\text{GeV}}$] +# END PLOT diff --git a/analyses/pluginATLAS/ATLAS_2018_I1656578.yoda b/analyses/pluginATLAS/ATLAS_2018_I1656578.yoda new file mode 100644 --- /dev/null +++ b/analyses/pluginATLAS/ATLAS_2018_I1656578.yoda @@ -0,0 +1,11580 @@ +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d01-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d01-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t1 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.104670e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.293530e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.010640e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.902540e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.631050e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.104670e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.077140e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.216200e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.672000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.091890e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.293530e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.077140e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.098410e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.232440e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.685830e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.010640e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.216200e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.098410e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.270760e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.875750e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.902540e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.672000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.232440e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.270760e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.569440e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.631050e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.091890e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.685830e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.875750e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.569440e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d02-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d02-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t2 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.016680e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.071640e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.291660e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.523080e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.250410e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.063090e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.927470e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.595670e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.062400e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.391420e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.598030e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.164470e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.359370e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.033620e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.764530e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.565450e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.072140e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.079580e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.374990e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.701610e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.700420e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.113410e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.866040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.809690e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.457060e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.182000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.923800e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.423250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.247240e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.906620e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.598450e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.142670e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.245230e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.628900e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.826500e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.047800e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.669070e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.097660e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.234050e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.668780e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.884250e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.101150e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.625830e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.818290e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.713840e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.666570e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.167810e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.048980e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.461430e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.993060e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.207970e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.487070e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.443520e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.283140e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.309000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.449850e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.302590e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.226670e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.262940e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.088150e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.072790e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.358330e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.763740e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.479900e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.867440e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.882360e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.849780e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.329540e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.964790e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.875750e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.176760e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.447730e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.680530e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.862350e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.629000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.415900e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.087090e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.107290e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.562600e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.308870e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.000930e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.050550e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.488960e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.063090e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.242050e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.272850e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.742960e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.150230e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.708810e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.130080e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.173240e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.843910e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.635570e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.148220e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.108820e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.754650e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.519410e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.856630e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.720250e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.776100e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.873390e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.358060e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.296390e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.530860e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.061560e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.822310e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.134130e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.365200e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d03-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d03-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t3 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.884660e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.359730e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.466840e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.938200e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.372160e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.721010e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.540110e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.385250e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.909240e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.422430e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.381770e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.519890e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.175670e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.867350e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.678400e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.541180e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.023130e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.548220e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.350870e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.181340e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.156540e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.166340e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.755120e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.231160e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.451580e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000280e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.733940e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.601890e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.058870e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.288510e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.621110e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.553460e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.704760e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.085510e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.605620e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.627690e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d04-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d04-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t4 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.498160e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.756130e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.316220e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.311990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.873220e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.935360e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.569600e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.255610e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.473240e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.540420e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.024180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.967680e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.772760e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.286500e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.947940e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.342660e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.285290e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.964580e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.255590e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.703260e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.438800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.041760e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.950980e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.824160e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.065540e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.948960e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.913130e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.312990e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.769370e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.203480e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.141910e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.424700e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.847190e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.610700e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.083500e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.321600e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d05-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d05-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t5 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.191830e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.270530e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.710050e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.211860e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.250040e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.988530e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.609070e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.108280e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.953200e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.871130e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.820850e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.842070e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.958830e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.974350e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.326750e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.398950e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.089810e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.092530e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.425400e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.306610e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.727700e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.640770e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.349510e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.559400e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.509380e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.995990e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.338190e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.615760e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.093790e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.906680e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.177810e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.994420e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.385170e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.396230e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.446340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.184350e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.807550e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.960600e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.104670e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.939920e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.229940e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.554320e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.746680e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.533240e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.740570e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.197060e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.994630e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.684550e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.398090e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.674060e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.713790e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.183450e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.251120e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.816830e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.444910e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.316010e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.380590e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.884610e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.917450e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.631040e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.891390e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.211510e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.307690e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.764370e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.954050e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.457590e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.789370e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.192570e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.229040e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.541930e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.571450e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.850890e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.724460e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.210060e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.073090e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.191460e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.220940e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.341510e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.572660e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.614160e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.561040e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.415710e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.764290e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.162220e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.787130e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.943870e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.939060e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.730680e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.226610e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.496680e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.960270e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.746240e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.884190e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.186760e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.944070e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.643690e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.678510e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.497130e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.574350e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.862890e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.739880e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.726040e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.134270e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.531240e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.204850e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.058010e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.445100e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.487510e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d06-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d06-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t6 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.531070e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.032740e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.122130e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.366790e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.565100e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.518820e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.729770e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.733390e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.192110e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.990790e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.873530e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.454330e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.692810e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.592340e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.668390e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.703170e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.269310e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.524470e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.612380e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.743640e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.013310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.276860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.877810e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.832230e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.857530e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.826660e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.454070e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.552140e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.410290e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.531110e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.036070e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.973650e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.105220e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.455500e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.007260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.167180e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d07-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d07-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t7 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.233570e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.644100e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.189310e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.605360e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.403440e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.577080e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.190510e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.833900e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.573780e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.695490e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.231740e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.721610e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.429040e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.001350e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.321360e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.373740e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.316680e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.516910e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.612300e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.227020e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.028940e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.445800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.476660e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.207400e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.521160e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.012300e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.999800e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.448520e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.482210e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.050600e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.799940e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.961180e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.352660e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.479750e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.164580e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.037470e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d08-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d08-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t8 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.894410e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.222930e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.737600e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.789060e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.635880e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.905600e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.189170e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.059670e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.380180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.170450e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.450630e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.683030e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.445710e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.169040e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.579110e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.086010e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.678840e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.494540e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.027480e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.619230e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.705050e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.332780e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.515550e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.875950e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.124740e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.821500e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.733940e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.177720e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.334550e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.358550e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.064040e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.183230e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.093840e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.259220e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.983620e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.078310e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.069370e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.524790e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.231590e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.135290e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.397770e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.119780e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.529560e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.069750e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.030190e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.261020e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.499100e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.250490e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.017220e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.682180e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.454340e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.450370e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.660490e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.343350e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.117420e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.933340e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.334400e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.423840e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.974220e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.350230e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.954310e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.332030e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.311900e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.252220e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.556330e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.211500e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.261270e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.218790e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.491670e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.588460e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.417120e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.758100e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.017590e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.209700e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.268120e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.245510e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.732870e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.597290e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.610890e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.108750e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.420100e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.858260e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.815730e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.238130e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.981400e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.115820e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.704460e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.615940e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.754440e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.079700e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.733950e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.046240e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.023350e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.111940e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.176220e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.385190e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.838920e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.267130e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.207200e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.137010e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.382400e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.382860e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.193600e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.977760e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.164290e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.255860e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.391210e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.805860e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d09-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d09-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t9 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.225480e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.084020e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.835680e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.422170e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.294240e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.587220e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.237610e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.242460e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.028790e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.107180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.151560e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.235290e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.273630e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.094590e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.851540e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.187790e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.124360e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.883480e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.296410e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.553470e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.845860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.819930e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.940270e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.185310e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.507790e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.888340e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.162320e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.478320e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.366980e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.407700e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.470950e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.563310e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.418490e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.917950e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.776350e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.359140e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d10-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d10-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t10 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.768830e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.374060e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.175560e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.815870e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.283730e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.448760e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.049960e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.728330e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.205130e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.512140e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.889800e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.618240e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.086440e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.952940e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.380410e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.679100e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.446790e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.307690e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.204340e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.161440e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.810050e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.782400e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.486020e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.179760e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.507250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.700270e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.933470e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.110930e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.869880e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.261340e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.915660e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.003660e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.042160e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.640630e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.321120e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.354180e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d11-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d11-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t11 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.832350e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.477540e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.329050e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.795810e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.548950e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.840460e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.569760e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.131560e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.506590e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.738570e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.883630e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.346810e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.033780e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.332940e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.629280e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.502730e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.175980e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.832350e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.468160e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.396310e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.484940e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.090460e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.941630e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.028360e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.761250e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.405100e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.994020e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.089410e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.339450e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -9.366060e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.496120e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.951180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.853460e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.507120e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.477540e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.468160e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.727650e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.369450e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.461560e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.793800e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.437460e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.672060e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -9.895930e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.639470e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -8.279500e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.403650e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.427920e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.498600e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.317270e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.396480e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.084720e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.329050e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.396310e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.727650e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.734610e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.470540e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.933530e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.551370e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.252220e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.330970e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.960190e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.962590e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.384450e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.600220e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.065170e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.195510e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.885070e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.975410e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.795810e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.484940e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.369450e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.734610e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.077860e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.418960e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.934250e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.986800e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.328640e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.152700e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.700240e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.780460e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.449770e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.833330e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.255850e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.341020e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.946090e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.548950e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.090460e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.461560e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.470540e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.077860e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.382910e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.576170e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.264020e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.081530e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.757330e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.036180e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.202820e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.619820e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.526040e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.001750e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.043320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.397050e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.840460e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.941630e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.793800e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.933530e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.418960e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.382910e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.677400e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.652880e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.247760e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.205740e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.269790e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.528870e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.856630e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.246900e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.814410e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.908120e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.390550e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.569760e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.028360e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.437460e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.551370e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.934250e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.576170e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.677400e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.129040e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.465020e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.492020e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.455970e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.770270e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.517380e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.055530e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -9.100210e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.359210e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.892430e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.131560e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.761250e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.672060e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.252220e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.986800e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.264020e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.652880e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.129040e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.568070e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.379420e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.760180e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.383020e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.600000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.444130e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -6.422270e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.310410e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.948630e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.506590e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.405100e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.895930e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.330970e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.328640e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.081530e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.247760e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.465020e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.568070e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.937790e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.134150e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.668750e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.237110e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.194360e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.469990e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.839430e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.189100e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.738570e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.994020e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.639470e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.960190e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.152700e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.757330e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.205740e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.492020e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.379420e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.937790e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.452740e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.280390e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.122990e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.716480e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.803540e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.202750e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.090970e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.883630e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.089410e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.279500e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.962590e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.700240e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.036180e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.269790e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -6.455970e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.760180e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.134150e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.452740e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.865220e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.520830e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.134250e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.047530e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.102480e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.683740e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.346810e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.339450e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.403650e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.384450e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.780460e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.202820e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.528870e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.770270e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.383020e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.668750e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.280390e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.865220e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.219250e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.959250e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.512860e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.934040e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.021290e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.033780e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.366060e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.427920e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.600220e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.449770e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.619820e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.856630e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.517380e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.600000e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.237110e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.122990e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.520830e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.219250e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.672220e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.285580e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.842310e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.708450e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.332940e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.496120e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.498600e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.065170e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.833330e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.526040e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.246900e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.055530e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.444130e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.194360e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.716480e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.134250e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.959250e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.672220e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.162720e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.295400e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.661370e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.629280e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.951180e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.317270e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.195510e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.255850e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.001750e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.814410e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -9.100210e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.422270e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.469990e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.803540e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.047530e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.512860e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.285580e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.162720e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.678420e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.202260e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.502730e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.853460e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.396480e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.885070e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.341020e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.043320e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.908120e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.359210e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.310410e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.839430e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.202750e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.102480e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.934040e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.842310e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.295400e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.678420e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.154830e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.175980e-05 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.507120e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.084720e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.975410e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.946090e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.397050e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.390550e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.892430e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.948630e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.189100e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.090970e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.683740e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.021290e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.708450e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.661370e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.202260e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.154830e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d12-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d12-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t12 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.911430e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.924010e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.179740e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.338440e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.417590e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.605630e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.724720e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.655770e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.421150e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.303810e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.256520e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.108660e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.056940e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.220960e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.240200e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.723730e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.509180e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.363360e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.494100e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.422100e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.778850e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.006650e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.198970e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.378710e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.477110e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.424830e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.230280e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.070680e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.862410e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.642020e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.467950e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.371510e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.106420e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.030040e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.340930e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.574520e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.053930e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.031900e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.230760e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.463450e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.602340e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.579460e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.609690e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.604810e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.566530e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.511280e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.309170e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.202180e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.160450e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.072320e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.906590e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.554870e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.834800e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.121250e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.403340e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.453150e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.343720e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.213790e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.329670e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.160160e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.426980e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.424980e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.490540e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.874610e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.892310e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.350050e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.300430e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.946420e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.040410e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.021800e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.712510e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.580360e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.136160e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.721180e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.580580e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.945540e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.227900e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.481390e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.205060e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.697200e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.055340e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.878470e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.797240e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.899780e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.139340e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.566250e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.852470e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.321700e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.428540e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.172260e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.838040e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.361500e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.140810e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.992000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.357490e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.470650e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.216860e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.021740e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.786860e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.286230e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.833930e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.203830e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.472570e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.154670e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.227830e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.745010e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.513740e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.631770e-02 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d13-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d13-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t13 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.122410e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.227110e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.130060e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.265780e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.309170e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.270320e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.285910e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.183700e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.559030e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.564940e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -8.701660e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.356960e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.387320e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.740140e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.786350e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.118910e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.453760e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.091110e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.232430e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.899260e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.947540e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.142740e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.194090e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.202080e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.669880e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.798660e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.745500e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.779370e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.850250e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.108380e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.826950e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.940370e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.960800e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.985620e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.422490e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.995560e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.580190e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.800340e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.002500e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.012260e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.624460e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.102580e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.658990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.516420e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.458660e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.162100e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -6.129430e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -7.240210e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -6.139780e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.476910e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.014470e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.366980e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.414740e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.845650e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.431520e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.221750e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.806270e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.080500e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.925520e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.502510e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.765000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.445210e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.123520e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.687840e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.866730e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.737860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.858060e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.000040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.474280e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.911240e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.347940e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.583940e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.254670e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.716250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.101450e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.714600e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.208330e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.244170e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.475550e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.908110e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.559030e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.094350e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.886750e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.520970e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.704070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.903280e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.516100e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.855650e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.552710e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.087430e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.488610e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.920120e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.998340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.711460e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.226880e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.944290e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.084080e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.837670e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.232300e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.799740e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.015650e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.636890e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.027810e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.882290e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.538810e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.784760e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.827930e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.140090e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d14-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d14-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t14 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.140740e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.639770e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.103760e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.692130e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.496230e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.424220e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.977250e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.562520e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.948640e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.706100e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.835010e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.620600e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.058990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -7.473650e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.307800e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.493150e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.344990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.070210e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.963640e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.550060e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.033060e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.065190e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.077350e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.894650e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.666310e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.413330e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.315520e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.693140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -6.722310e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.098140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.698690e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.546080e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.629000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -7.180980e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.678560e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.022630e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.673220e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.437910e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.322960e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.416800e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.340870e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.624780e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.810090e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.533220e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.181510e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.379360e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.749350e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.707790e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.189090e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.941170e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.548580e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.686990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.195970e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.467980e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.397430e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.277870e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.027360e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.835030e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.833970e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.527980e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.642040e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.346600e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.201420e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.217250e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.663620e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.758820e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.947480e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.948750e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.526590e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.119570e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.575960e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.573280e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.912830e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.234080e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.036150e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.414250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.077700e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.885670e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.765570e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.544280e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.412050e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.127260e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.102670e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.395690e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.875910e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.838770e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.201330e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.532890e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.343720e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.576410e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.952040e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.705180e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.647090e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.810260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.609560e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.100170e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.261410e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.210320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.698370e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.197770e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.149620e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -9.095160e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.031470e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.531490e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.699950e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.579070e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.543450e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.875910e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.955690e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.493290e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.071190e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.638490e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.653540e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.693100e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.904320e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.660290e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.686740e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.529940e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.994440e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.607060e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.467620e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.239340e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.684620e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.264740e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.413060e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.319950e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.307730e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.774220e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.343500e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.798240e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.331040e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.151250e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.948550e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.475300e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.159190e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.073620e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.163070e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.382180e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -5.066760e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.973710e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.060690e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.850910e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.648440e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.350490e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.220160e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.525310e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.946820e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.143290e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.741700e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.403990e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.004450e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.664890e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.682770e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.881270e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.843160e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -7.297900e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.055950e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.131020e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.432820e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.722710e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.773450e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.219000e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.608440e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.279720e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.812050e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.875110e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.308350e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.360370e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.704360e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.025790e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.777610e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.562900e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.619630e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -8.363370e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.132880e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.985740e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.184210e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.215880e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.292830e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -8.185920e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.512590e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.245340e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.120490e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.414660e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.907280e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.119900e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.761620e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.386350e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.969410e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.465650e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.354040e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.027680e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.624020e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.684440e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.046090e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.488290e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.471870e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.630050e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.831730e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.859760e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.541690e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.546030e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.156440e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.901890e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.344840e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.479640e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.471770e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.958300e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.051340e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.032650e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.302370e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -9.420470e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.311550e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.233590e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.258520e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.284020e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.771270e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.591290e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.126970e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.649620e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.297670e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.472050e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.708920e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.933550e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.106230e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.161970e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.101060e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.758980e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.427720e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.252010e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.782380e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.153190e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.098490e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.357740e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.210550e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.591180e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.380600e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.056380e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.722430e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.376810e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.937230e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.387440e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.079830e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.117930e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.772250e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.672480e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.247440e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.372770e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.643380e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.431800e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.388870e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.696670e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.199250e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.169430e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.823910e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.675890e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.897680e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.744880e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.724220e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.331980e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.638450e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.886810e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.927290e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.782360e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.496450e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.746350e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.826760e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.727000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.406990e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -5.158180e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.997540e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.022270e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.648760e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.576720e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.379750e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.760720e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.265150e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.159400e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.839980e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -7.696840e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.432220e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.305130e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.391530e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.984000e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.808770e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.150410e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.652610e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.130280e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.416490e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.750870e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.156180e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.279450e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.040200e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.927960e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.407920e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.853220e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.340590e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.062900e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -4.540800e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -8.359100e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.338730e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.558610e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.923910e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.941750e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -9.045220e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.092500e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.823600e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.233590e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.157020e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.398770e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.629240e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.566140e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.216420e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.859630e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.086780e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.958000e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.967540e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -8.383180e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.881540e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.536730e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.357950e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -6.852920e-05 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.844370e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.176300e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d15-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d15-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t15 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.618170e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.290750e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.032270e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.267000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.560270e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.254590e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.543070e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.054200e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.232320e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.136540e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.704180e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.021170e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.343630e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.638980e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.698560e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.041500e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.752950e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.389620e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.628520e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.165010e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.227150e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.471140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.625890e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.384850e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -7.887030e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.682460e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.599640e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.251410e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.880810e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.436580e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -5.808580e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.913010e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -8.873660e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.818910e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.099290e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.234950e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.289910e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.539210e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.482700e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.964990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.510400e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.143520e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.602170e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.096140e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.312590e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.241500e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -9.070190e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.650930e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -6.376020e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.414810e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.891610e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.335510e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.172530e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.931100e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.139800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.475690e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.633740e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.197920e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.478080e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.808830e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.956910e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.450140e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.274460e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.333890e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.438430e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.367110e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.523390e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.034810e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.466790e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.777960e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.236950e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.563780e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.347310e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.565590e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.426900e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.426050e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.010290e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.702170e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.247770e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.112930e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.172960e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.106610e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.099310e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.489040e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.315400e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -9.048510e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.609760e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.282440e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.879650e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.754090e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.412630e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.076970e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.219370e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.574030e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.377750e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.452160e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.293050e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.237370e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.685250e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.286950e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.987930e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.531300e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -6.144020e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.095600e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.588650e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.776580e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.769610e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.395700e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d16-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d16-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t16 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.832770e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.745840e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.915830e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.828950e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.653060e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.141420e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.157390e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.523620e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.042610e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -8.666510e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.052860e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.504540e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.441200e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.557830e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.572800e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.197680e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.745970e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.675750e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.146740e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.507530e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.769440e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.224020e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.244360e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.739240e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.425560e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.349550e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.227980e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.693190e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.581340e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.086860e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.151140e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.206260e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.243140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.047590e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.402440e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.202840e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.601180e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.933430e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.374130e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.457400e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.567880e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.751990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.323980e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.587580e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.851430e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.211700e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -5.480230e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.552360e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.446330e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.676410e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.781400e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.956950e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.875760e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.984960e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.283300e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.536380e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.342480e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.953260e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.212410e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.272360e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.126930e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.914010e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.661460e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.578200e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.662990e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.782800e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -8.307000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.251090e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.013310e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.418310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.142440e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.449940e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.909370e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.232730e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.183690e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.048680e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.442550e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.348650e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.394880e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.353510e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.954380e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -8.005910e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.324660e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.510850e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.811830e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.434540e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.489900e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.838190e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.612630e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.133130e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.724900e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.076890e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.787020e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.559970e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.060210e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.318620e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.527970e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.075580e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.180490e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.620110e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.407570e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.573890e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.254830e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.115960e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.273620e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.494660e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.912400e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.951960e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d17-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d17-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t17 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.522670e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.922180e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.653270e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.383860e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.951310e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.967800e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.158500e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.661020e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.999300e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.574720e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.402970e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.385990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.812070e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.711690e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.671110e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.167590e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -8.676050e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.353730e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.916130e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.446030e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.855970e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.070990e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.400900e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.387170e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.289760e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.684510e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.067420e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.961510e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.174280e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.239190e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.756780e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -7.671660e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -6.528480e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.275060e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.383230e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.915180e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.044010e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.317940e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.700600e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.409940e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.582390e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.052800e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.560370e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.502850e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.826730e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.529640e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.423830e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.391270e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.429870e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.250340e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.735430e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.797550e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.733320e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.302670e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.577690e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.253660e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.135940e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.161130e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.557630e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.563570e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.472860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.115540e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.828870e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.614130e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.151270e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.849600e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.034940e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.818530e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.377020e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.145150e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.663860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.897220e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.313620e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.220560e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.566110e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.729710e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.652910e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.431940e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.296260e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.256870e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.071490e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -7.684770e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.858760e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.679520e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.524910e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.093880e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.049400e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.568010e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.733890e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.134810e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.832400e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.572260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.069920e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.052320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.842600e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.238180e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.137690e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.906930e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.890160e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.719310e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.780300e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.445830e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.530360e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.522950e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.230270e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.480260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.095380e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.746130e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.153480e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.494580e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.796100e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.302810e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.651190e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.500760e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.743060e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.817670e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -8.186150e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.089850e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.273220e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.242830e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.105170e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.066380e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.992570e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.942480e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.743850e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.845860e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.193570e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.556960e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.913050e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.465180e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.441510e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.120560e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.389090e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.222310e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.375770e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.981440e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.079300e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.574170e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.244040e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -8.143680e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.708210e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.213580e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.323860e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.412740e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.979910e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.283880e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.460660e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.019770e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.297160e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.373750e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.743360e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.601270e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.770510e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.084000e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.562870e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.496640e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.960010e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.572210e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.909810e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.050290e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.609990e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.019000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.413510e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.448800e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.501630e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.017580e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.568420e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.094060e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.179130e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.126540e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.550430e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.556230e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -9.359290e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.032960e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.226150e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.119080e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.440790e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.961020e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.316880e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.397690e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.331420e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.473970e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.198070e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.760170e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.130620e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.614640e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.612910e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.728900e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.334130e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.064470e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.736080e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.380180e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.342660e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.751760e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.056990e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.758960e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.019050e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -5.021410e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.633360e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.018420e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.141840e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.062030e-06 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.787400e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.373640e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.797100e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.956890e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.156130e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.643210e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.614200e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.815490e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.574920e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.087720e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.451610e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.822260e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.415200e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.801060e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.404410e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.137950e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.929840e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.339800e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.012840e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.584400e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.490120e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.058080e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.801850e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.312700e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.487400e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.267900e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.746890e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.833660e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.659650e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.030030e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.404440e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -7.872850e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.868300e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.641310e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.922810e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.552550e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.292530e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.783850e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.148730e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.011190e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.914910e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.312470e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.618280e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.962280e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.831780e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.103750e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.200110e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.119710e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.814330e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.619890e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.261500e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.032570e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.613000e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.459330e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.462120e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.353050e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.388500e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -9.545780e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.024310e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -7.002260e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -6.401250e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.412770e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.690490e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.746040e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.092300e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.608790e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.656030e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.242080e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.390750e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.437300e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.984820e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.900570e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.024400e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.750110e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.301260e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.317980e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.388400e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.456470e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.824070e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.028560e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.311930e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.292820e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.092030e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.279750e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.439300e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.559760e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.804940e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.519620e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.494720e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.743770e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.665060e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.950550e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.583110e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.704530e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.407110e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.197370e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -5.732290e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.077550e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.516190e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.625920e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.091970e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.381340e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.558900e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.758820e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.982710e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.434180e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.645680e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.080430e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.074740e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.919680e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.305430e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.017900e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.439360e-05 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.451740e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.719960e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.830040e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.140460e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.736500e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -9.638610e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.067400e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.875540e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.069510e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d18-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d18-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t18 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.514810e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.640370e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.954110e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.324050e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.264060e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.587590e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.974060e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.231500e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.143370e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.061900e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.350440e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -9.834320e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.325290e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.449430e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -7.002510e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.487700e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.030520e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -7.084350e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.534150e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.944430e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.501950e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.447870e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.829100e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.345800e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.480100e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.211390e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.663540e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -8.291330e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.263140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.805660e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.390290e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.946180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.197190e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -7.689980e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.698200e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.959750e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.946050e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.011660e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.104800e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.878320e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.655220e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.548380e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.149630e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.146460e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.690120e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.741090e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.789260e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.783520e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.977690e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.240720e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.322680e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.422690e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.145380e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.526800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.460590e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.182310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.078070e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.581040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.197760e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.040030e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.016310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.503630e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.250310e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.531590e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -5.112870e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.779950e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.773220e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.107240e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.646160e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.402750e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.391400e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.902970e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.681040e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.503130e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.695760e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.650700e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.968070e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.581350e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.528100e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.665020e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.468630e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.699750e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.789600e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.245880e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.397230e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.695560e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.185630e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.188880e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.341990e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.110190e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.587650e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.185100e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.353730e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.489640e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.200070e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.074280e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.233480e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.705310e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.491270e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.852500e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.911870e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.232330e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.623900e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.343710e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.211520e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.264560e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.977980e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -7.147080e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d19-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d19-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t19 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.955520e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.539630e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.844230e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.870410e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.959150e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.071980e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.134270e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.104890e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.940520e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.833620e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.667780e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.464240e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.355430e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.267540e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.011860e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.479920e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.287920e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.228270e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.430140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.604910e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.096550e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.581230e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.572380e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.429790e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.071190e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.342640e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.310300e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.203520e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.517330e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.466840e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.460410e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.636820e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.292440e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.494150e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.043450e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.290220e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.996740e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.275680e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.183110e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.005480e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.004010e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.914300e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.309160e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.878320e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.199390e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.017210e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.118230e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.223500e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.091840e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.750560e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.126710e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.931990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.473890e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.868610e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.483340e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.555420e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.555050e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.496550e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.466620e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.278160e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.452430e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.017060e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.380240e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.427390e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.645150e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.069040e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.067220e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.484630e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.919310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.037390e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.933280e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.089400e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.070950e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.136250e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.237500e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.442660e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.540400e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.190720e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.392100e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.747750e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.833070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.952740e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.388650e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.831370e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.467600e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.044700e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.153120e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.158170e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -8.466330e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.890030e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.088270e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.754610e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.940320e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.594300e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.957450e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.650250e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.073010e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.468700e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.428750e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.866120e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.033220e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.911540e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -9.776740e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.526560e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.398950e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.644900e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.006600e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.512170e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d20-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d20-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t20 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.605170e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.251220e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.666920e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.197270e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.417110e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.605170e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.150700e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.346340e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.518070e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.810900e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.251220e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.150700e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.800550e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.399330e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.535630e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.666920e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.346340e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.800550e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.183400e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.172570e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.197270e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.518070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.399330e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.183400e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.226170e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.417110e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.810900e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.535630e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.172570e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.226170e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d21-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d21-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t21 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.501580e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.790710e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.193680e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.679740e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.632380e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.293630e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.874310e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.335080e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.082900e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.109710e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.611390e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.277210e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.133920e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.711480e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.411940e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.810320e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.586690e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.990040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.036120e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.710700e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.669120e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.376000e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.526130e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.397270e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.704150e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.554470e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.276770e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.127270e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.215130e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.911290e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.124530e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.581810e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.304320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.351850e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.870490e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.949330e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d22-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d22-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t22 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.658700e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.712940e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.888340e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.079560e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.474230e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.179800e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.606940e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.767520e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.022950e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.675190e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.908480e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.242390e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.969440e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.621910e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.674200e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.378880e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.752990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.057710e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.263580e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.241330e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.679680e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.410290e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.067920e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.956310e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.689050e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.738220e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.610870e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.084600e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.135650e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.535320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.298870e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.542740e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.708270e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.102560e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.235230e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.424000e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.529550e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.627590e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.064460e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.526290e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.932620e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.307970e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.233380e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.028440e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.759160e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.079300e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.281120e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.645140e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.523750e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.361190e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.612020e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.523080e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.476260e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.110630e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.087510e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.141960e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.366330e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.619300e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.609660e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.582680e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.391360e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.553190e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.455890e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.663090e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.800200e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.395790e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.415020e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.026990e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.738420e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.508370e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.275660e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.993190e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.230900e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.402660e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.325570e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.352150e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.151820e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.100210e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.401720e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.790080e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.764010e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.349640e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.480320e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.408280e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.883820e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.035730e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.905870e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.105480e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.997390e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.326780e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.727010e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.920750e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.131940e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.911130e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.535220e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.503480e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.394480e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.299860e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.034250e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.665060e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.418390e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.480790e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.747110e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.300600e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.530510e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.437240e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.014240e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.237660e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d23-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d23-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t23 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.773990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.410590e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.520210e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.308670e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.458420e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.916820e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.750710e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.981240e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.585640e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.506080e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.443730e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.866280e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.858930e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.202180e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.945870e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.246280e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.380440e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.899850e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.874160e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.116850e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.807140e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.967750e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.185140e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.065420e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.611870e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.153730e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.084080e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.256310e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.540200e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.627260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.209030e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.976980e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.190210e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.679230e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.913640e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.676360e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d24-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d24-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t24 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.752210e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.209410e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.137730e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.146450e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.226150e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.618230e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.599280e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.637930e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.385460e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.281820e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.631370e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.378990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.693130e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.618540e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.142930e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.332220e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.859760e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.163740e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.253880e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.180580e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.856670e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.624190e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.815230e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.370320e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.408170e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.191640e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.542650e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.640310e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.068690e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.656590e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.197150e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.059190e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.665230e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.874740e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.851250e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.377720e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d25-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d25-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t25 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.887180e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.198420e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.204130e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.483320e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.621230e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.556740e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.839700e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.180040e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.851460e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.597570e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.444320e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.044170e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.043340e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.382120e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.136660e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.157430e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.410710e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.072260e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.169830e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.034460e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.628090e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.185460e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.001770e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.532480e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.569190e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.333470e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.838270e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.727270e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.985230e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.508580e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.184300e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.973170e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.481820e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.481790e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.929290e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.354160e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.396550e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.456930e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.707310e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.164550e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.311070e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.032160e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.257310e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.128140e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.563420e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.082490e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.453950e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.615950e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.370730e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.322670e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.635720e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.126740e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.141870e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.732880e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.451540e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.191540e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.009350e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.958080e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.786750e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.603560e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.222590e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.971110e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.457610e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.394620e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.048400e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.183730e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.597930e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.982410e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.806300e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.621200e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.457410e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.715790e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.579160e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.582390e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.041010e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.919560e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.274630e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.239250e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.196990e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.306570e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.443410e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.810250e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.215290e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.661010e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.216740e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.161260e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.022550e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.233540e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.037340e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.935210e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.999700e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.259950e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.444220e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.061900e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.553290e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.205460e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.060510e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.814780e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.765520e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.919410e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.218240e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.170760e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.508060e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.839480e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.299870e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.182990e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.989840e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.969900e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d26-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d26-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t26 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.226410e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.632110e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.822260e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.321680e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.690260e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.753840e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.186940e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.174100e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.367050e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.719300e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.400490e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.237610e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.265610e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.640450e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.175630e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.669860e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.103280e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.290450e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.005450e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.596400e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.752990e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.006130e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.616840e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.568950e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.533070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.158840e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.441580e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.242350e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.751670e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.489690e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.693730e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.909040e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.926650e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.740000e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.482950e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.824820e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d27-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d27-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t27 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.563110e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.638400e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.390700e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.324990e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.694450e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.286560e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.575040e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.065520e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.635620e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.844050e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.466930e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.087200e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.531480e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.836570e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.876410e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.275710e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.935810e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.984390e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.210570e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.374310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.474200e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.364710e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.371810e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.731510e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.973590e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.323570e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.171930e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.857030e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.476140e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.697030e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.422400e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.714870e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.294840e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.066080e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.405310e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.184210e-02 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d28-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d28-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t28 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.196320e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.307900e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.638760e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.940810e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.804990e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.196320e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.768140e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.275030e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.900390e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.856160e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.307900e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.768140e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.953870e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.100220e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.635640e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.638760e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.275030e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.953870e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.832960e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.630720e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.940810e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.900390e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.100220e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.832960e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.656000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.804990e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.856160e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.635640e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.630720e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.656000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d29-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d29-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t29 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.317690e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.557230e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.263330e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.220720e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.972310e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.860250e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.824710e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.123440e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.571570e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.220490e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.588670e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.950910e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.209570e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.384260e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.186540e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.419920e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.024610e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.192220e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.172630e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.557020e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.758830e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.345580e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.934890e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.855250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.429290e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.721950e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.535320e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.540930e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.124900e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.234340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.222700e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.435090e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.638740e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.497440e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.981340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.543100e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.165880e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.683350e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.742430e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.791290e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.156120e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.866380e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.106940e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.308020e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.405000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.461270e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.328140e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.466230e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.038610e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.122210e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.802260e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.486990e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.911180e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.212590e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000690e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.485390e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.235360e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.734810e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.240130e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.439430e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.946790e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.771270e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.918170e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.989960e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.650030e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.068160e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.454140e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.486810e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.549290e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.670030e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.195360e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.760240e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.193230e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.884170e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.445530e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.111790e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.296580e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.801000e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.545080e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.620990e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.169310e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.957560e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.360030e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.663810e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.303040e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.921180e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.772890e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.031720e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.269640e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.162060e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.931710e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.620400e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.475060e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.888050e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.715390e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.846130e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.819400e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.650370e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.537560e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.425340e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.852420e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.109190e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.694450e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.730680e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.959680e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.094600e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.882940e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.656110e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d30-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d30-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t30 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.208160e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.590370e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.664850e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.202680e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.026950e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.130870e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.047870e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.651500e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.164980e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.686560e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.776930e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.264810e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.395950e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.363950e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.934370e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.026610e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.520790e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.036860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.143000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.285120e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.060450e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.665670e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.705870e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.258660e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.033520e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.614880e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.037950e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.976590e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.272590e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.185060e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.987280e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.406710e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.368900e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.177540e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.137130e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.350380e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d31-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d31-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t31 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.189470e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.919920e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.707420e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.609460e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.723600e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.550240e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.345590e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.016120e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.237290e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.803490e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.270370e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.059470e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.097120e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.095320e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.142180e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.812310e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.696170e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.129740e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.260000e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.341060e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.919570e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.320240e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.741560e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.673330e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.826900e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.010030e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.519070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.106810e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.200060e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.071470e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.291690e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.207360e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.899980e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.319750e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.394710e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.892860e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d32-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d32-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t32 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.168410e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.453140e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.842610e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.235880e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.928190e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.492910e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.744360e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.870020e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.863650e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.596350e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.441630e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.882310e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.877140e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.374760e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.453020e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.343620e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.200600e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.143880e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.811370e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.448470e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.191410e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.107240e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.233970e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.716330e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.381250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.443160e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.489050e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.763100e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.284090e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.002890e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.047600e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.657620e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.217180e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.412630e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.987400e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.681880e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.004590e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.056330e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.940650e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.534530e-06 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.021710e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.860730e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.329460e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.572510e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.982680e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.035990e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.617360e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.447070e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.121870e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.412790e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.477250e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.692270e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.792590e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.899880e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.841690e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.065970e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.092120e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.295270e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.962130e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.914750e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.366030e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.447680e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.439850e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.848110e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.078860e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.288410e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.262100e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.850410e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.746460e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.255520e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.702110e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.691430e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.732960e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.522780e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.817210e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.758880e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.804930e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.786480e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.312350e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.308710e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.898130e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.507120e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.242870e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.830860e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.349220e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.983620e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.658360e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.752540e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.106880e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.595910e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.161950e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.518080e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.621010e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.090240e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.523010e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.557630e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.317440e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.366540e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.627750e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.238650e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.034860e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.734080e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.778980e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.559520e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.725550e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.402810e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.265230e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.897790e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d33-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d33-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t33 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.283100e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.270040e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.437380e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.316760e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.458080e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.507360e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.024130e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.735300e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.441920e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.129820e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.046900e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.373950e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.809230e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.130180e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.119430e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.154130e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.797310e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.992280e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.857010e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.840340e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.391560e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.628960e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.326010e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.253920e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.336130e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.478900e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.672540e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.134040e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.109890e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.724920e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.844670e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.400260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.925170e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.626330e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.105400e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.114780e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d34-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d34-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t34 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.728920e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.107290e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.317300e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.101520e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.197090e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.352850e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.774850e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.885270e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.882070e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.689670e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.564830e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.353950e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.840390e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.845800e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.832410e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.196230e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.326860e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.090150e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.396460e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.254750e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.872270e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.399210e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.619880e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.507530e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.408480e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.248100e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.401910e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.072510e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.747750e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.296490e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.214160e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.136630e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.382980e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.323890e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.259140e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.825440e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d35-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d35-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t35 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.350580e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.356920e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.671230e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.132370e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.319750e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.641770e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.132280e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.132750e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.449810e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.422840e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.148970e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.803870e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.254170e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.213320e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -6.099470e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.046190e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.119550e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.350580e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.906930e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.260950e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.824300e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.308280e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.174030e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.459860e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.456660e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.490300e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.010670e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.534950e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.534880e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.916410e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -6.010470e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.049790e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.351730e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.161420e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.356920e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.906930e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.291130e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.310560e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.337960e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.698870e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.780650e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.483940e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.107710e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.007410e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.289150e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -6.420320e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.030750e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.516730e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.239680e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.365590e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.253000e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.671230e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.260950e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.291130e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.967820e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.427890e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -7.791630e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.635590e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.171150e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.077250e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.287860e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.931310e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.895930e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.970290e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.474700e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.186570e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.789040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.751630e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.132370e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.824300e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.310560e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.967820e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.086730e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.433640e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.166900e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.801800e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.717720e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.068660e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.308720e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.777870e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.025700e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.627050e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.718560e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.076070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.615480e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.319750e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.308280e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.337960e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.427890e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.086730e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.185580e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.494090e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.851260e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.322360e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.268860e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.033010e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -5.011690e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.514600e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.302300e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.860250e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.901920e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.014880e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.641770e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.174030e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.698870e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.791630e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.433640e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.185580e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.496460e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.531690e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.151990e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.409690e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.455090e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.746710e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.607950e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.390350e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -8.262080e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.992680e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.353590e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.132280e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.459860e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.780650e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.635590e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.166900e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.494090e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.496460e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.981340e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.468920e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.431600e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.617190e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.203610e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.874760e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.456580e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.236870e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.549230e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.775910e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.132750e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.456660e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.483940e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.171150e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.801800e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.851260e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.531690e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.981340e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.255810e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.346630e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.570290e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -9.355740e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.936760e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.086750e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.938660e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.991980e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -5.986720e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.449810e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.490300e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.107710e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.077250e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.717720e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.322360e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.151990e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.468920e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.255810e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.778090e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.198670e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.523130e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.938910e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.733000e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.353400e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.618980e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.429000e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.422840e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.010670e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.007410e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.287860e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.068660e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.268860e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.409690e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.431600e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.346630e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.778090e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.216940e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.135450e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.061750e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.721780e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.773530e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.955450e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.679950e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.148970e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.534950e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.289150e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.931310e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.308720e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.033010e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.455090e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.617190e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.570290e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.198670e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.216940e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.730070e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.456630e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.574800e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.666820e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.031090e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.652210e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.803870e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.534880e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.420320e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.895930e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.777870e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.011690e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.746710e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.203610e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.355740e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.523130e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.135450e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.730070e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.166290e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.892390e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.364880e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.697240e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.049900e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.254170e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.916410e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.030750e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.970290e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.025700e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.514600e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.607950e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.874760e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.936760e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.938910e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.061750e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.456630e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.166290e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.527130e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.195330e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.063800e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.455570e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.213320e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.010470e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.516730e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.474700e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.627050e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.302300e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.390350e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.456580e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.086750e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.733000e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.721780e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.574800e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.892390e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.527130e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.215770e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.793060e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.269150e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.099470e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.049790e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.239680e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.186570e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.718560e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.860250e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -8.262080e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.236870e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.938660e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.353400e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.773530e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.666820e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.364880e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.195330e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.215770e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.695660e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -7.017510e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.046190e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.351730e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.365590e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.789040e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.076070e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.901920e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.992680e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.549230e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.991980e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.618980e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.955450e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.031090e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.697240e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.063800e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.793060e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.695660e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.339680e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.119550e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.161420e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.253000e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.751630e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.615480e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.014880e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.353590e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.775910e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.986720e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.429000e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.679950e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.652210e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -6.049900e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.455570e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.269150e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -7.017510e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.339680e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d36-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d36-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t36 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.128930e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.579300e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.683560e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.150260e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.198130e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.489710e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.143770e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.228820e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.322120e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.707820e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.825410e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.340400e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.934700e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.917560e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.780820e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.020470e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.469400e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.434610e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.728810e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.968480e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.037030e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.234160e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.345100e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.351960e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.375560e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.407700e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.334510e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.162320e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.056680e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.691220e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.410680e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.575200e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.601910e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.548140e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.850390e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.663960e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.276610e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.104450e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.863700e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.241430e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.359970e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.307790e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.233780e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.268530e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.205070e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.198040e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.165620e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.069190e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.098910e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.264900e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.709100e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.974750e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.182620e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.841320e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.650060e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.799460e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.907520e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.548280e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.768850e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.106510e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.053960e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.998080e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.847810e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.842600e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.397960e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.747300e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.376680e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.616360e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.284670e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.333210e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.731270e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.907660e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.538020e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.838130e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.284730e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.385050e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.675300e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.983310e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.846610e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.332860e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.945200e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.972490e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.773920e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.273100e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.543460e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.179660e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.005200e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.614170e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.598850e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.128320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.991860e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.534500e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.061440e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.446810e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.292510e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.703000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.743180e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.755110e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.457230e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.287780e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.860980e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.903760e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.534380e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.843560e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.266810e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.165530e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.365270e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.038440e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d37-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d37-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t37 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.718840e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.554360e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.668300e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.263960e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.097990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.607580e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.038360e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.182270e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.886000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.902300e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.099060e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.102430e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.486610e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.370270e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.278600e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.128290e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.617780e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.224860e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.282840e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.381970e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.429190e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.325060e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.501450e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.728520e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.580310e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.355090e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.937640e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.094860e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.416300e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.405190e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.203390e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.881490e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.700290e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.786430e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.942520e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.284490e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.014730e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.076840e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.080870e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.191990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.400880e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.038140e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.607980e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.622820e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.041610e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.023970e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.944160e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.950040e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.084280e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.582240e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -8.105350e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.988960e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.055240e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.292300e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.581920e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.300220e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.492340e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.041350e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.475050e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.741360e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.534340e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.349290e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.587060e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.661600e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.827350e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.924040e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -9.607130e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.275810e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.777450e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.447750e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.239330e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.101730e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.266660e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.514440e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.847010e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.521510e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.682730e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.363500e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.485170e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.110240e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.750060e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.112970e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.594410e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.196960e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.288020e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.000260e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.471200e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.752200e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.896070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -6.451180e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.349330e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.858870e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.595250e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.034750e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.073110e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.460510e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -7.188500e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.225050e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.364070e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.116930e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -7.702470e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.701210e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.293140e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -8.012390e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.691720e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.371440e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.731260e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.335020e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d38-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d38-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t38 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.835380e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.270410e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.698760e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.214960e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.074620e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.108240e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.546340e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.020080e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.351700e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.966120e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.973480e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.838500e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.735720e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.122730e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.505830e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.737700e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.948510e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.799830e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.286440e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.499910e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.531010e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.070390e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.337110e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.374210e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.117060e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.595580e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.429100e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.657940e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.011660e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.740140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.643110e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.838160e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.684850e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.496690e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.600440e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.028010e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.309710e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.145730e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.168860e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.896530e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.772430e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.531300e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.522760e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.384310e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.168140e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.231420e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.084460e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.371760e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.461190e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.773980e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.642810e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.059230e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.295210e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.656560e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.695920e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.080110e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.727830e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.238940e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.127800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.516870e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.534580e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.227170e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.169920e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.563960e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -4.309770e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.572960e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.553930e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.862900e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.459250e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.488350e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.602880e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.539500e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.481550e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.181890e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.582790e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.872220e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.463370e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.529640e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.125040e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.265530e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.791520e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.557030e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -8.026580e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.471590e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.436730e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.808430e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.272720e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.592020e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.922970e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.528290e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.639480e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.344960e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.609290e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.269490e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.416350e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.491800e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.551030e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.548210e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.674230e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.027150e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -5.163480e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.434900e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.808950e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.134420e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.935060e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.609520e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.803570e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.716130e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.190940e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.996390e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.827410e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.227070e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.045050e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.307980e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.511350e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.117030e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.135480e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -8.533150e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.031200e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.508620e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.547840e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.749440e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.700060e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.124690e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.864190e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.010180e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.850190e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.641950e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.831820e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.956700e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.564690e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.369380e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.721270e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.528740e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.347340e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.357110e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.350780e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.831870e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.797620e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.923960e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.869880e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.473900e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.631820e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.305540e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.949450e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.614420e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.155010e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.493680e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.565060e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.652730e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.316520e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.563320e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.339490e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.864550e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.820110e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.016840e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.800100e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.391570e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.717780e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.988530e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.011360e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.662300e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.562880e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.629930e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.522440e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.015910e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.079390e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.484400e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.022130e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.999980e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.409480e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.216130e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.644570e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.324540e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.886490e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.528000e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.556880e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.310060e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.741530e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.020940e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.840210e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.609400e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.658750e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.853780e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.851040e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.590450e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.956920e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.854700e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.376730e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.506910e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.770930e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.573720e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.815570e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.474400e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.018710e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -6.360530e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.865250e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.537110e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.211740e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.177030e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.606240e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.568690e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.904500e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.581090e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.126440e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.647110e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.691740e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.376720e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -4.312350e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.855820e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.237520e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.619400e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.316260e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.271430e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.243520e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.864760e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.441340e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.869500e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.191340e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.692400e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.965330e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.508210e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.126540e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.565690e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.400500e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.427370e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -4.270930e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.675680e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.749450e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.726910e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.819960e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.383200e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.949330e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.331400e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.089230e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.160360e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.748750e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.069400e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.705260e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.407330e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.803780e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.122640e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.548180e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.203060e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.917920e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.845130e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.890250e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.020890e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.077960e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.532290e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.848460e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.717510e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.815330e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.019280e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.145150e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.353370e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.973440e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.272010e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.075750e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.829630e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.076920e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.023720e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -7.206450e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.047220e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.458460e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.023140e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.564920e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.115290e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.048450e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.800600e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.021810e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.162100e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.087950e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.069090e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.228840e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.856690e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.839770e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.136920e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -7.865810e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.458110e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.544660e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.066210e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.270970e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.632500e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.050470e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.678650e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.149620e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.961320e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.824300e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.299980e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.039550e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.270480e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.483120e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.003280e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.751870e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.307360e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.627900e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.677720e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.625030e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.792610e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -6.639840e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.705650e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.617790e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.652760e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.803180e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.842120e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.610480e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.935160e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.237200e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.697710e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.537080e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.843840e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.809930e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.643320e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.670190e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -4.422020e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.185970e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.521810e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.498870e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.948200e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.570300e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.189670e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.599690e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -5.227650e-04 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d39-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d39-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t39 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.337440e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.711450e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.064820e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.992260e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.378960e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.200050e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.395720e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.268660e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.741890e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.478230e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.840870e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.164890e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.677600e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.473630e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.106150e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.503020e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.350010e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.764990e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.780390e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.625560e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.916540e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.187300e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.483330e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.511680e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.347200e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.199640e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.680880e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -7.632730e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.662490e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.418430e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.671120e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.822850e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.437420e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.382570e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.696360e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.180370e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.243190e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.811840e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.862740e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.047360e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.539450e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.835840e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.574490e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.185750e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.167770e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.695190e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -4.238720e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.162970e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.326290e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.898390e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.057370e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.544990e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.859310e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.731060e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.777740e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.865260e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.083200e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.571000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.103660e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.749330e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.495700e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.019040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.430800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.522000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.170800e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.457720e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.505490e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.994020e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.885080e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.598520e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.418870e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.331760e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.732060e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.141730e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.130010e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.626060e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.813230e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.677830e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.884260e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.677320e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.749090e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.780750e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.490330e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.164700e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.516340e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.927280e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.145160e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.406920e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.911330e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.370300e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.555590e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.027000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.856450e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.820760e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.385470e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.805820e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.301160e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.762240e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.782680e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -7.180370e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.290950e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.268320e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.416150e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.428770e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -7.506720e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -7.449440e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.638810e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.767930e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d40-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d40-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t40 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.701440e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.035010e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.201920e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.460970e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.630060e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.164520e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.490700e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.038100e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.388990e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.866610e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.349120e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.862920e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.650730e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.259420e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.713200e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.328460e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.348260e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.020210e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.762340e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.076760e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.965330e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.862570e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.691210e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.532110e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.072830e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.085760e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.753930e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.716990e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.685900e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.786790e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.609000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.468010e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.423280e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.912970e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.762070e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.227030e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.280730e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.467360e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.012260e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.282870e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.913510e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.705860e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.260940e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.740020e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.325950e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.366310e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.678140e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.621070e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.839600e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.073740e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.252160e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.982210e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.792040e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.576330e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.020240e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.698100e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.853380e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.547590e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.316660e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.969530e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.911430e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.405900e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.994960e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.347180e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.518490e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.243610e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.434890e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.305180e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.762030e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.250500e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.133570e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.782350e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.140200e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.943250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.657340e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.891490e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.429410e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.563610e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -8.028250e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.293110e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.511230e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.746840e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.054960e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.785280e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.029690e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.813010e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.424650e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.042210e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.976190e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.088070e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.218590e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.610040e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.428570e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.283850e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.327640e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.092860e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.725890e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.317750e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.546340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -4.793890e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.343050e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.115880e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.315030e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.235550e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.091760e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.443440e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.654560e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.292700e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d41-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d41-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t41 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.213810e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.667320e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.158030e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.878340e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.179450e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.213810e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.367610e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.941360e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.234180e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.509140e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.667320e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.367610e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.161120e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.839710e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.544030e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.158030e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.941360e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.161120e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.654070e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.218150e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.878340e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.234180e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.839710e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.654070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.562910e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.179450e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.509140e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.544030e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.218150e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.562910e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d42-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d42-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t42 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.253980e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.585370e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.967690e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.480010e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.071270e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.697180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.168260e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.730320e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.857080e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.020060e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.609980e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.347450e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.714380e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.182430e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.820350e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.423890e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.578170e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.843740e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.217640e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.448400e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.202130e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.225330e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.068930e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.461690e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.284890e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.536540e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.431490e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.694280e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.593000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.890530e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.082340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.260360e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.333890e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.144330e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.247610e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.044500e-05 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d43-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d43-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t43 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.990130e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.075020e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.015650e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.595250e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.662120e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.216120e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.636140e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.100360e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.466890e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.148290e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.432620e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.846110e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.906230e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.727860e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.610340e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.635050e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.136850e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.811390e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.854920e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.600050e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.911000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.893200e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.739380e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.436090e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.448320e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.644370e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.746630e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.923330e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.418150e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.321210e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.377050e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.408340e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.246940e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.844510e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.263570e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.223710e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.955110e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.270620e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.423120e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.980280e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.342870e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.501410e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.875730e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.175860e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.862280e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.281990e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.517940e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.771490e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.089900e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.599480e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.195750e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.723560e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.439820e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.442680e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.604940e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.670200e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.159040e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.443100e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.538990e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.160440e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.140970e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.833750e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.511380e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.380540e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.169560e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.039080e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.710040e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.238250e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.340200e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.820310e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.272000e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.074400e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.789590e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.264840e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.250810e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.190960e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.705420e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.963100e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.764550e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.029470e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.967330e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.033040e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.679900e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.729920e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.614800e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.042930e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.161980e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.289530e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.962920e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.187000e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.024550e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.695000e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.826210e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.162360e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.916180e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.082790e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.030450e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.380670e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.237970e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.063660e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.835080e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.070550e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.695010e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.187440e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.353780e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.974510e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.940680e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.504830e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d44-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d44-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t44 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.242830e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.982270e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.643230e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.098500e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.251520e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.873280e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.804830e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.588060e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.886360e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.755260e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.353300e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.527910e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.111030e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.952040e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.189020e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.287930e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.438260e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.809520e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.475270e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.029490e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.908770e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.282040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.093580e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.959570e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.445880e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.463320e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.368700e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.656690e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.358490e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.265620e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.183320e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.414610e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.413440e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.917980e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.382310e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.334190e-03 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d45-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d45-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t45 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.577160e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.373870e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.746280e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.994410e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.064000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.102860e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.267760e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.706100e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.065020e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.981860e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.888360e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.866600e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.095700e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.068090e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.201550e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.544370e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.814090e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.720420e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.606200e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.585500e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.299820e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.059240e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.500630e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.027760e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.092430e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.041070e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.757480e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.674740e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.774080e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.656750e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.051680e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.666800e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.149860e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.050350e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.072120e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.647230e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d46-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d46-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t46 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.289500e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.339950e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.872340e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.903990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.308110e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.289500e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.468360e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.261120e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.564420e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.439280e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.339950e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.468360e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.295980e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.228670e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.246930e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.872340e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.261120e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.295980e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.297720e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.499120e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.903990e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.564420e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.228670e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.297720e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.577940e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.308110e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.439280e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.246930e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.499120e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.577940e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d47-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d47-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t47 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.158630e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.571970e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.950690e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.343610e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.360450e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.800020e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.501510e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.333760e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.634510e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.759600e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.100500e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.770040e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.810260e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.211790e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.692970e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.760680e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.620880e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.213620e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.124690e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.277600e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.691000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.648370e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.755420e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.381680e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.759490e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.177920e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.376950e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.681450e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.282090e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.864590e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.701580e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.039020e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.223770e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.797990e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.426440e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.050950e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.685670e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.430270e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.397020e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.657940e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.308080e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.071920e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.560530e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.186410e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.792380e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.362370e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.180340e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.835020e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.395980e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.196320e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.265990e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.931940e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.813960e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.966520e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.367160e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.178360e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.992050e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.286870e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.067350e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.576640e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.316620e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.481150e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.422780e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.528970e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.031130e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.796100e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.266730e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.872320e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.891530e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.234780e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.692160e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.376080e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.004020e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.868190e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.059090e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.470900e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.928430e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.618090e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.418790e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.957280e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.703670e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.291190e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.712150e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.114320e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.266110e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.975540e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.063740e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.456820e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.669900e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.583360e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.741430e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.120590e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.845140e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.289920e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.478240e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.868870e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.866020e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.887120e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.193610e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.337980e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.678480e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.586910e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.054970e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.706820e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.713050e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.232110e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.120000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.574150e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d48-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d48-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t48 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.353230e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.708600e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.254500e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.445740e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.337740e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.500830e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.664570e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.224140e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.674220e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.313560e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.593270e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.867170e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.418330e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.212230e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.438030e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.018500e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.608080e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.380240e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.048750e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.009270e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.236870e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.074810e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.350620e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.014530e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.560260e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.486960e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.011730e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.039220e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.371150e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.564160e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.262930e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.885100e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.762640e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.249980e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.054980e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.655290e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d49-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d49-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t49 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.021880e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.268310e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.493540e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.006730e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.358800e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.504980e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.276010e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.531040e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.757650e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.638430e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.533350e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.892820e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.460680e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.385080e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.414530e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.008140e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.995270e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.326920e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.544500e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.184490e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.746320e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.162620e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.839790e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.628900e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.689340e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.026500e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.406530e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.552280e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.052190e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.298030e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.459960e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.830660e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.703420e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.035720e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.007940e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.043900e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d50-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d50-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t50 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.728580e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.458080e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.419370e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.151360e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.259240e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.681960e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.679180e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.059100e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.559640e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.810930e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.547690e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.559790e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.498990e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -6.962320e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.671770e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.474170e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.146180e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.728580e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.051550e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.526390e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.451980e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.269730e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.657470e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.020270e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.805670e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.040740e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -4.044860e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.176280e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.048120e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.417020e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.921100e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.877270e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.130610e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.346570e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.458080e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.051550e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.769680e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.400850e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.887370e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.204480e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.329460e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.147130e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.005120e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -7.116650e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.519710e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.313890e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.435750e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.145250e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.009970e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.657940e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.453610e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.419370e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.526390e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.769680e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.670540e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.418040e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.851400e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.721320e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.479690e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.773060e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.926010e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.354960e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.714380e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.156300e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.866530e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.317040e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.393160e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.327980e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.151360e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.451980e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.400850e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.670540e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.924150e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.532930e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.931540e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.213980e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.559370e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.189350e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.728940e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -8.552820e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.569100e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.113460e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.065050e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.054950e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.528660e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.259240e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.269730e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.887370e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.418040e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.924150e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.548530e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.540190e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.003920e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.342120e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.546510e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.385500e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.714130e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.759360e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.361940e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.102250e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.272190e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.364300e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.681960e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.657470e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.204480e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.851400e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.532930e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.548530e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.769280e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.608820e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.207740e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.086110e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.067470e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.082470e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.328620e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.604980e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.809230e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.238820e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.339990e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.679180e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.020270e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.329460e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.721320e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.931540e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.540190e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.769280e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.895680e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.462900e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.334730e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.445900e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.312370e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.478400e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.166920e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.449040e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.257290e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.638560e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.059100e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.805670e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.147130e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.479690e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.213980e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.003920e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.608820e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.895680e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.244810e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.379390e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.631300e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.459010e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.186820e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.160110e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.393280e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.451970e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.383090e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.559640e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.040740e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.005120e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.773060e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.559370e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.342120e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.207740e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.462900e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.244810e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.813210e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.225280e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.601400e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.428500e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.806520e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.281170e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.295130e-03 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.624590e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.810930e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.044860e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.116650e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.926010e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.189350e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.546510e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.086110e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.334730e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.379390e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.813210e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.093560e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.196490e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.033480e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.196870e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.526950e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.787210e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.811440e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.547690e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.176280e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.519710e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.354960e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.728940e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.385500e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.067470e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.445900e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.631300e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.225280e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.093560e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.305450e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.468770e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.937720e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.732550e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.573470e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.751080e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.559790e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.048120e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.313890e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.714380e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.552820e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.714130e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.082470e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.312370e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.459010e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.601400e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.196490e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.305450e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.052550e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.893420e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.356870e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.050540e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.192500e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.498990e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.417020e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.435750e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.156300e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.569100e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.759360e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.328620e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.478400e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.186820e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.428500e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.033480e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.468770e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.052550e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.731200e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.238410e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.986980e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.841110e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.962320e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.921100e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.145250e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.866530e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.113460e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.361940e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.604980e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.166920e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.160110e-03 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.806520e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.196870e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.937720e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.893420e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.731200e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.107190e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.730400e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.482270e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.671770e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.877270e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.009970e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.317040e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.065050e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.102250e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.809230e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.449040e-04 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.393280e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -4.281170e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.526950e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.732550e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.356870e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.238410e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.107190e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.699520e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -8.605250e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.474170e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.130610e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.657940e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.393160e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.054950e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.272190e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.238820e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.257290e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.451970e-04 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.295130e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.787210e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.573470e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.050540e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.986980e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.730400e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.699520e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.302440e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.146180e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.346570e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.453610e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.327980e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.528660e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.364300e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.339990e-04 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.638560e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.383090e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.624590e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.811440e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.751080e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.192500e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.841110e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.482270e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -8.605250e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.302440e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d51-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d51-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t51 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.154580e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.555890e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.072640e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.047580e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.093870e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.201220e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.229080e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.181750e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.778340e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.535650e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.544680e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.643390e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.083310e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.275040e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.729770e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.638480e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.243960e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.172520e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.694000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.747950e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.388830e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.562870e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.712650e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.724670e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.726450e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.703760e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.601240e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.527150e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.401710e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.324890e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.122330e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.826220e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.631150e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.323100e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.554630e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.026210e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.789890e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.859030e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.884960e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.033180e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.214590e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.224010e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.189220e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.107740e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.060400e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.044440e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.038150e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.304340e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.045000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.291830e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.598790e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.456490e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.629410e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.125210e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.923340e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.833290e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.642010e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.879520e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.148910e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.921580e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.929610e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.686350e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.269090e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.117110e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.962610e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.374490e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.409170e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.003710e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.966070e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.933680e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.792630e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.889710e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.683410e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.203490e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.622230e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.200660e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.853780e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.315230e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.200240e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.116030e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.404200e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.342280e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.476870e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.337830e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.948570e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.451590e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.192780e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.861070e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.072690e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.259230e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.494990e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.369220e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.459380e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.266400e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.749870e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.315420e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.006870e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.140350e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.360320e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.960710e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.248540e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.040480e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.996830e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.965700e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.270420e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.480030e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.801440e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.067580e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d52-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d52-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t52 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.993230e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.259270e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.402840e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.019480e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.523200e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.253510e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.354210e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.585610e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.121720e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.578500e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.439670e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.323900e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.896830e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.643650e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.179600e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.484660e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.665890e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.124470e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.103100e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.074040e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.654880e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.742100e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.498080e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.417590e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.018910e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.455650e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.648120e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.959700e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.002020e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.427490e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.026760e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.336400e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.904340e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.492650e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.603000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.388000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.489840e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -9.358660e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.511700e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.236760e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.116490e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.435550e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.457440e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.164650e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.625520e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.945520e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.902240e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.257680e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.059570e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.063880e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.840720e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.552650e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.402510e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.114940e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.507490e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.211270e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.450070e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.236900e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.135460e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.088320e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.116380e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.278030e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.880640e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.017190e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.806700e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.716620e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.855310e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.244120e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.909230e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.450000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.038710e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.130090e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.731870e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.687360e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.256590e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.567950e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.725930e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.266620e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.230550e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.306860e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.634790e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.554360e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.339590e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.984940e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.405020e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.046820e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.157240e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.064670e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.203850e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.901170e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.207060e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.988100e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.882970e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.848530e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.562040e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.943110e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.559220e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.436330e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.516110e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.448480e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.391110e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.388780e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -8.461120e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.326160e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.351310e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.343450e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.776820e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.086890e-02 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d53-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d53-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t53 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.120230e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.556190e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.147230e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.449470e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.432940e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.120230e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.027600e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.674220e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.192170e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.198610e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.556190e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.027600e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.905300e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.554050e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.527170e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.147230e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.674220e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.905300e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.439000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.206350e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.449470e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.192170e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.554050e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.439000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.632500e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.432940e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.198610e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.527170e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.206350e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.632500e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d54-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d54-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t54 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.669220e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.308110e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.342990e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.739330e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.670230e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.872710e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.459280e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.226410e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.194940e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.848070e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.794080e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.026690e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.335630e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.083700e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.321230e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.480440e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.220750e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.653850e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.752030e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.991550e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.847260e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.929010e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.250660e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.553290e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.327960e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.196240e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.352060e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.449070e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.370140e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.243040e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.535010e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.020290e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.971650e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.522340e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.766420e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.198070e-01 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d55-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d55-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t55 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.844390e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.205960e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.866620e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.653140e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.239310e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.844390e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.054850e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.267690e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.668720e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.161640e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.205960e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.054850e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.776490e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.181270e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.464190e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.866620e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.267690e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.776490e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.980940e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.083750e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.653140e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.668720e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.181270e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.980940e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.596770e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.239310e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.161640e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.464190e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.083750e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.596770e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d56-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d56-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t56 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.071000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.634000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.795000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.367000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.167000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.142000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.634000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.487000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.164000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.756000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.982000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.938000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.795000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.164000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.409000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.619000e-06 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.763000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.835000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.367000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.756000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.619000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.073000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.668000e-07 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.924000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.167000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.982000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.763000e-07 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.668000e-07 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.272000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.553000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.142000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.938000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.835000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.924000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.553000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.452000e-10 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d57-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d57-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t57 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.862000e-07 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.330000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.536000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.637000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.228000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.184000e-11 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.330000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.672000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.397000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.987000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.214000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.322000e-12 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.536000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.397000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.916000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.181000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.117000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.863000e-12 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.637000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.987000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.181000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.882000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.011000e-11 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.168000e-13 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.228000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.214000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.117000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.011000e-11 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.158000e-11 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.172000e-14 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.184000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.322000e-12 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.863000e-12 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.168000e-13 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.172000e-14 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.014000e-14 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d58-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d58-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t58 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.766000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.776000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.185000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.539000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.715000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.679000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.683000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.441000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.175000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.014000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.487000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.248000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.386000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.151000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.964000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.086000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.308000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.086000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.776000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.219000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.385000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.138000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.702000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.741000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.680000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.937000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.171000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.631000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.981000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.400000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.097000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.472000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.576000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.374000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.903000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.002000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.185000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.385000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.945000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.106000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.827000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.997000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.723000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.454000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.260000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.318000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.201000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.307000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.825000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.268000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.552000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.858000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.167000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.176000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.539000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.138000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.106000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.179000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.003000e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.982000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.643000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.186000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.711000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.517000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.066000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.916000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.332000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.646000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.677000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.025000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.551000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.504000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.715000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.702000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.827000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.003000e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.184000e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.160000e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.106000e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.553000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.898000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.428000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.685000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.397000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.763000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.882000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.073000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.824000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.708000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.745000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.679000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.741000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.997000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.982000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.160000e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.215000e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.142000e-03 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.590000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.994000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.581000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.818000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.481000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.797000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.918000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.098000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.779000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.720000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.756000e-06 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.683000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.680000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.723000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.643000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.106000e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.142000e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.166000e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.719000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.801000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.557000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.895000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.473000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.794000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.944000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.177000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.236000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.779000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.816000e-06 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.441000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.937000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.454000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.186000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.553000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.590000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.719000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.733000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.079000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.761000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.288000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.121000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.536000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.739000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.014000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.656000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.581000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.583000e-06 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.175000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.171000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.260000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.711000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.898000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.994000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.801000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.079000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.146000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.010000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.597000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.645000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.196000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.508000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.513000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.832000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.376000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.371000e-06 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.014000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.631000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.318000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.517000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.428000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.581000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.557000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.761000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.010000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.407000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.187000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.230000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.873000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.337000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.845000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.455000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.294000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.271000e-06 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.487000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.981000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.201000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.066000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.685000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.818000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.895000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.288000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.597000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.187000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.522000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.773000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.367000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.859000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.068000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.378000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.733000e-06 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.353000e-07 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.248000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.400000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.307000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.916000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.397000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.481000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.473000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.121000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.645000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.230000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.773000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.386000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.069000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.135000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.316000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.504000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.093000e-06 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.848000e-07 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.386000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.097000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.825000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.332000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.763000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.797000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.794000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.536000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.196000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.873000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.367000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.069000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.752000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.472000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.664000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.317000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.680000e-06 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.482000e-07 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.151000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.472000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.268000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.646000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.882000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.918000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.944000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.739000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.508000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.337000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.859000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.135000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.472000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.239000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.961000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.750000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.460000e-06 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.996000e-07 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.964000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.576000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.552000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.677000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.073000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.098000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.177000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.014000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.513000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.845000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.068000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.316000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.664000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.961000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.235000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.137000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.545000e-06 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.263000e-07 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.086000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.374000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.858000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.025000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.824000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.779000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.236000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.656000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.832000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.455000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.378000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.504000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.317000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.750000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.137000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.330000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.236000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.111000e-07 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.308000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.903000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.167000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.551000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.708000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.720000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.779000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.581000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.376000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.294000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.733000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.093000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.680000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.460000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.545000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.236000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.697000e-07 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.565000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.086000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.002000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.176000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.504000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.745000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.756000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.816000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.583000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.371000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.271000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.353000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.848000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.482000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.996000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.263000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.111000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.565000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.166000e-09 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d59-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d59-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t59 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.782000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.122000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.576000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.927000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.750000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.741000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.164000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -6.216000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.056000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.183000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.528000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.330000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.210000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.593000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -8.268000e-11 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.170000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.208000e-11 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.816000e-11 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.122000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.166000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.116000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.565000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.527000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.351000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.163000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.505000e-11 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.951000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.013000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.213000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.120000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.123000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.125000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.555000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.427000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.015000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.754000e-11 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.576000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.116000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.132000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.233000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.230000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.998000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.119000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.831000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.736000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.536000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -5.366000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.049000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.178000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.809000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.946000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.093000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.955000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.888000e-12 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.927000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.565000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.233000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.496000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.122000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.942000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.478000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -6.393000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.805000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -8.787000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.051000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.347000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -9.326000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -7.549000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.017000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.172000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.465000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.329000e-11 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.750000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.527000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.230000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.122000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.797000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.538000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.392000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.186000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.778000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -7.742000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.174000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.387000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.796000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -9.160000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -7.197000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.644000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.169000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.672000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.741000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.351000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.998000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.942000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.538000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.435000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.511000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.899000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -6.076000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -4.300000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -6.734000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.043000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.785000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -7.208000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.446000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.831000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -9.335000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.432000e-11 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.164000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.163000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.119000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.478000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.392000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.511000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.902000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.098000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.677000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.847000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.459000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.677000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.442000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.904000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -8.443000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.767000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -7.404000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.958000e-11 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.216000e-10 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -7.505000e-11 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.831000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.393000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.186000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.899000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.098000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.108000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.065000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.146000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.559000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.780000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.240000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.156000e-11 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.964000e-10 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.515000e-11 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.409000e-10 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.790000e-11 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.056000e-10 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.951000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.736000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.805000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.778000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.076000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.677000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.065000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.619000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.175000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.311000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.033000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.531000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.562000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.266000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.112000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.199000e-10 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.339000e-12 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.183000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.013000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.536000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.787000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.742000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.300000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.847000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.146000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.175000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.411000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.899000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.356000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.123000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.338000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.665000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.746000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.806000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.292000e-11 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.528000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.213000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.366000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.051000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.174000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.734000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.459000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.559000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.311000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.899000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.333000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.134000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.265000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.807000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.605000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.269000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.097000e-10 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.017000e-11 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.330000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.120000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.049000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.347000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.387000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.043000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.677000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.780000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.033000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.356000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.134000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.237000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.879000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.361000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.544000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.708000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.439000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.779000e-11 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.210000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.123000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.178000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.326000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.796000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.785000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.442000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.240000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.531000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.123000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.265000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.879000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.085000e-08 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.259000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.554000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.864000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.873000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.617000e-11 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.593000e-10 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.125000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.809000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.549000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.160000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.208000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.904000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.156000e-11 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.562000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.338000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.807000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.361000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.259000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.927000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.254000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.143000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.235000e-10 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.987000e-11 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.268000e-11 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.555000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.946000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.017000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.197000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.446000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -8.443000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.964000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.266000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.665000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.605000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.544000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.554000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.254000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.985000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.778000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.797000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.480000e-11 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.170000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.427000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.093000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.172000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.644000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.831000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.767000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.515000e-11 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.112000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.746000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.269000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.708000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.864000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.143000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.778000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.736000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.116000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.008000e-11 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.208000e-11 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.015000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.955000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.465000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.169000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.335000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -7.404000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.409000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.199000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.806000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.097000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.439000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.873000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.235000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.797000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.116000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.034000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.157000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.816000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.754000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.888000e-12 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.329000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.672000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.432000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.958000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.790000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.339000e-12 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.292000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.017000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.779000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.617000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.987000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.480000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.008000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.157000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.963000e-12 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d60-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d60-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t60 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.257000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.296000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.536000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.627000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.261000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.871000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.296000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.504000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.166000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.538000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.063000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.869000e-06 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.536000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.166000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.931000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.268000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.409000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.372000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.627000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.538000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.268000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.224000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.736000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.056000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.261000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.063000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.409000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.736000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.628000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.519000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.871000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.869000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.372000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.056000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.519000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.075000e-08 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d61-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d61-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t61 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.239000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.468000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.579000e-07 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.632000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.123000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.384000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.468000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.953000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.978000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.553000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.116000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.431000e-11 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.579000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.978000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.205000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.208000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.535000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.461000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.632000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.553000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.208000e-07 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.412000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.253000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.295000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.123000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.116000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.535000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.253000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.397000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.407000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.384000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.431000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.461000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.295000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.407000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.751000e-12 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d62-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d62-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t62 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.128000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.409000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.321000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.403000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.449000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.553000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.409000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.495000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.273000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.620000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.690000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.900000e-06 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.321000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.273000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.104000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.653000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.691000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.132000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.403000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.620000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.653000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.052000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.031000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.660000e-07 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.449000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.690000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.691000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.031000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.356000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.813000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.553000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.900000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.132000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.660000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.813000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.744000e-08 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d63-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d63-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t63 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.246000e-07 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.514000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.653000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.003000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.293000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.369000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.514000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.102000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.617000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.064000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.388000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.649000e-11 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.653000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.617000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.968000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.518000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.507000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.931000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.003000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.064000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.518000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.026000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.882000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.123000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.293000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.388000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.507000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.882000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.666000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.687000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.369000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.649000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.931000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.123000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.687000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.189000e-11 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d64-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d64-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t64 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.533000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.842000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.068000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.232000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.282000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.126000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.861000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.720000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.741000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.133000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.084000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.089000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.224000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.694000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.838000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.027000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.968000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.113000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.842000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.139000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.758000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.343000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.594000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.588000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.502000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.451000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.165000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.731000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.418000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.155000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.204000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.509000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.957000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.555000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.392000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.841000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.068000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.758000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.902000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.798000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.159000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.162000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.029000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.951000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.492000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.788000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.285000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.852000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.492000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.218000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.059000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.144000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.337000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.152000e-07 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.232000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.343000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.798000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.158000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.629000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.578000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.402000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.317000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.699000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.748000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.067000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.497000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.004000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.632000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.081000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.512000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.808000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.231000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.282000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.594000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.159000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.629000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.500000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.313000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.061000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.958000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.283000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.166000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.566000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.841000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.255000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.865000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.249000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.634000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.042000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.532000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.126000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.588000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.162000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.578000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.313000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.324000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.034000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.880000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.212000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.140000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.483000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.804000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.242000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.833000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.214000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.421000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.028000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.462000e-06 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.861000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.502000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.029000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.402000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.061000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.034000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.926000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.765000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.045000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.004000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.368000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.717000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.172000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.782000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.196000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.164000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.973000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.412000e-06 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.720000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.451000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.951000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.317000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.958000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.880000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.765000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.761000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.029000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.938000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.286000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.669000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.146000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.764000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.187000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.995000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.945000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.373000e-06 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.741000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.165000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.492000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.699000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.283000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.212000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.045000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.029000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.510000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.533000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.916000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.360000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.887000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.563000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.055000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.381000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.739000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.253000e-06 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.133000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.731000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.788000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.748000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.166000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.140000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.004000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.938000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.533000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.868000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.317000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.858000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.481000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.225000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.255000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.176000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.381000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.589000e-07 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.084000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.418000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.285000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.067000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.566000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.483000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.368000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.286000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.916000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.317000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.094000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.632000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.257000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.054000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.172000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.991000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.183000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 9.629000e-07 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.089000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.155000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.852000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.497000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.841000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.804000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.717000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.669000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.360000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.858000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.632000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.333000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.035000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.398000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.695000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.088000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.651000e-06 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.432000e-07 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.224000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.204000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.492000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.004000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.255000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.242000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.172000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.146000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.887000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.481000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.257000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.035000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.701000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.825000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.422000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.426000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.611000e-06 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.489000e-07 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.694000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.509000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.218000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.632000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.865000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.833000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.782000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.764000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.563000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.225000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.054000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.398000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.825000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.875000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.822000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.040000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.286000e-06 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.854000e-07 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.838000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.957000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.059000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.081000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.249000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.214000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.196000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.187000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.055000e-04 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.255000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.172000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.695000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.422000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.822000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.849000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.357000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.354000e-06 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.453000e-07 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.027000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.555000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.144000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.512000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.634000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.421000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.164000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.995000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.381000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.176000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.991000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.088000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.426000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.040000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.357000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.206000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.290000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.189000e-07 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.968000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.392000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.337000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.808000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.042000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.028000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.973000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.945000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.739000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.381000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.183000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.651000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.611000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.286000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.354000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.290000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.960000e-07 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.155000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.113000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.841000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.152000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.231000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.532000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.462000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.412000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.373000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.253000e-06 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.589000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.629000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.432000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.489000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.854000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.453000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.189000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.155000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.142000e-09 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d65-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d65-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t65 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.561000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.261000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.421000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.234000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.051000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.694000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.459000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.110000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.758000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.650000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.810000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.078000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.967000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.120000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.785000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -7.489000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -9.891000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.356000e-12 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.261000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.014000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.298000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.580000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.476000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.192000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.141000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.996000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.062000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.155000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.672000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.922000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.499000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.310000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.288000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.262000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.456000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.508000e-12 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.421000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.298000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.562000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.005000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.779000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.807000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.073000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.037000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.247000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.991000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.364000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.741000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.642000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.224000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.357000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.505000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.052000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -8.412000e-11 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.234000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.580000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.005000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.315000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.447000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.793000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.238000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.051000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.830000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.447000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.175000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.262000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.187000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -7.412000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.915000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.371000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.041000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -7.766000e-11 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.051000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.476000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.779000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.447000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.434000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.141000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.452000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.775000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.267000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.870000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.718000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.210000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.547000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -6.494000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.553000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.337000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.219000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.019000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.694000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.192000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.807000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.793000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.141000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.632000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.452000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.626000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.142000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.388000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.533000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.155000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.416000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -7.415000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -7.141000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.921000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.872000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.717000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.459000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.141000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.073000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.238000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.452000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.452000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.844000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.438000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.168000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.914000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.135000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.123000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.639000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.448000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.236000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.225000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.121000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.286000e-10 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.110000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.996000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.037000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.051000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.775000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.626000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.438000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.831000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.251000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -5.190000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.955000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.373000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.554000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.282000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.484000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.853000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.141000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -8.460000e-11 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.758000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.062000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.247000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.830000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.267000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.142000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.168000e-10 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.251000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.622000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.043000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.271000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.245000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.667000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.907000e-11 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.045000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.511000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.585000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.973000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.650000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.155000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.991000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.447000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.870000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.388000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.914000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.190000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.043000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.569000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.732000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.090000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.062000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.147000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.444000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.250000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.419000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.318000e-10 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.810000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.672000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.364000e-10 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.175000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.718000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.533000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.135000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.955000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.271000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.732000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.641000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.512000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.428000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.914000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.511000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.052000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.937000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.121000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.078000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.922000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.741000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.262000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.210000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.155000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.123000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.373000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.245000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.090000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.512000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.647000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.223000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.633000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.865000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.305000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.048000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.611000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.967000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.499000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.642000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.187000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.547000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.416000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.639000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.554000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.667000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.062000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.428000e-08 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.223000e-08 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.265000e-08 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.356000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.869000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.911000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.625000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.494000e-10 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.120000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.310000e-10 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.224000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.412000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.494000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.415000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.448000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.282000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.907000e-11 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.147000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.914000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.633000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.356000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.177000e-08 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.338000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.789000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.744000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.702000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.785000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.288000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.357000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.915000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.553000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.141000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.236000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.484000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.045000e-08 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.444000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.511000e-08 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.865000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.869000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.338000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.752000e-08 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.978000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.779000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.496000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.489000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.262000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.505000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.371000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.337000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.921000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.225000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.853000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.511000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.250000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.052000e-08 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.305000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.911000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.789000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.978000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.180000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.367000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.829000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.891000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.456000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.052000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.041000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.219000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.872000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.121000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.141000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.585000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.419000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.937000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.048000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.625000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.744000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.779000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.367000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.089000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.602000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.356000e-12 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.508000e-12 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.412000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.766000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.019000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.717000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.286000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.460000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.973000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.318000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.121000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.611000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.494000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.702000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.496000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.829000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.602000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.141000e-11 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d66-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d66-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t66 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.006000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.398000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.353000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.506000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.025000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.546000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.398000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.867000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.740000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.644000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.950000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.855000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.353000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.740000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.711000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.638000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.944000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.854000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.506000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.644000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.638000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.446000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.300000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.224000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.025000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.950000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.944000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.300000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.171000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.617000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.546000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.855000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.854000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.224000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.617000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.803000e-07 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d67-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d67-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t67 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.367000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.700000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.683000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.576000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.911000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.088000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.700000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.077000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.062000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.016000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.020000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.031000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.683000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.062000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.994000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.060000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -8.020000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.545000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.576000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.016000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.060000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.650000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.285000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.378000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.911000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.020000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.020000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.285000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.320000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.093000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.088000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.031000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.545000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.378000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.093000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.016000e-10 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d68-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d68-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t68 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.718000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.273000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.398000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.777000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.865000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.899000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.273000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.290000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.745000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.651000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.012000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.507000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.398000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.745000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.864000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.525000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.271000e-06 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.602000e-07 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.777000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.651000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.525000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.414000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.910000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.827000e-07 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.865000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.012000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.271000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.910000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.050000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.449000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.899000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.507000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.602000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.827000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.449000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.368000e-08 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d69-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d69-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t69 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.112000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.411000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.162000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.471000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.786000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -7.380000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.411000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.142000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.451000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.790000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.729000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.345000e-11 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.162000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.451000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.779000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.406000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.934000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.133000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.471000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.790000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.406000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.891000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.747000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.887000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.786000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.729000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.934000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.747000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.379000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.437000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.380000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.345000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.133000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.887000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.437000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.738000e-11 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d70-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d70-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t70 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.273000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.138000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.977000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.355000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.118000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.224000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.096000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.510000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.763000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.678000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.813000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.064000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.162000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.743000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.236000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.095000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.574000e-06 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.222000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.138000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.091000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.599000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.989000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.245000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.377000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.332000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.084000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.864000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.463000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.236000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.875000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.992000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.961000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.150000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.308000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.470000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.418000e-07 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.977000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.599000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.843000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.370000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.787000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.867000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.804000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.507000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.084000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.550000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.065000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.666000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.217000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.074000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.948000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.217000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.338000e-06 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.268000e-07 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.355000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.989000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.370000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.326000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.755000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.776000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.746000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.346000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.840000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.121000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.570000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.076000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.493000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.169000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.375000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.741000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.114000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.426000e-07 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.118000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.245000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.787000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.755000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.553000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.535000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.379000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.945000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.370000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.585000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.923000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.365000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.717000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.311000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.027000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.098000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.205000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.410000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.224000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.377000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.867000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.776000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.535000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.958000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.708000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.087000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.530000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.684000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.036000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.441000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.780000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.399000e-04 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.306000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.202000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.258000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.134000e-07 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.096000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.332000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.804000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.746000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.379000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.708000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.758000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.156000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.526000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.660000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.056000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.468000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.781000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.429000e-04 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.608000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.214000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.328000e-05 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.552000e-07 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.510000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.084000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.507000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.346000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.945000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.087000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.156000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.916000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.282000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.419000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.835000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.294000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.665000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.298000e-04 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.073000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.030000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.239000e-05 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.424000e-07 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.763000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.864000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.084000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.840000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.370000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.530000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.526000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.282000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.890000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.073000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.510000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.029000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.471000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.179000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.363000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.723000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.139000e-05 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.145000e-07 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.678000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.463000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.550000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.121000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.585000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.684000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.660000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.419000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.073000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.621000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.093000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.657000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.226000e-04 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.226000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.086000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.279000e-05 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.888000e-06 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.517000e-07 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.813000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.236000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.065000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.570000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.923000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.036000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.056000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.835000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.510000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.093000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.799000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.424000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.011000e-04 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.023000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.507000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.907000e-05 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.086000e-06 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.629000e-07 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.064000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.875000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.666000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.076000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.365000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.441000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.468000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.294000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.029000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.657000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.424000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.204000e-04 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.535000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.464000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.643000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.574000e-05 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.685000e-06 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.863000e-07 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.162000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.992000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.217000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.493000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.717000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.780000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.781000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.665000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.471000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.226000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.011000e-04 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.535000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.792000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.705000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.626000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.202000e-05 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.887000e-06 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.845000e-07 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.743000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.961000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.074000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.169000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.311000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.399000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.429000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.298000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.179000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.226000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.023000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.464000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.705000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.456000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.288000e-05 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.085000e-06 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.394000e-06 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.896000e-07 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.236000e-06 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.150000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.948000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.375000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.027000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.306000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.608000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.073000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.363000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.086000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.507000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.643000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.626000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.288000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.561000e-05 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.468000e-06 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.721000e-06 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.877000e-07 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.095000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.308000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.217000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.741000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.098000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.202000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.214000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.030000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.723000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.279000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.907000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.574000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.202000e-05 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.085000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.468000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.288000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.110000e-06 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.671000e-08 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.574000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.470000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.338000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.114000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.205000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.258000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.328000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.239000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.139000e-05 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.888000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.086000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.685000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.887000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.394000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.721000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.110000e-06 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.160000e-07 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.769000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.222000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.418000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.268000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.426000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.410000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.134000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.552000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.424000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.145000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.517000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.629000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.863000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.845000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.896000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.877000e-07 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.671000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.769000e-08 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.525000e-09 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d71-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d71-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t71 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.581000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.011000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.959000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.086000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.440000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.435000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.143000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.146000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.381000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.865000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.203000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.051000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.153000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.394000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 2.506000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.063000e-10 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.424000e-12 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.748000e-11 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.011000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.091000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.048000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.043000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.383000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.731000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.468000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.679000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.157000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.528000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.590000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.324000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.497000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.550000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.131000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -8.431000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.116000e-11 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.499000e-11 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.959000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.048000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.954000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.942000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.367000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.628000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.392000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.121000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.726000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.697000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.188000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.303000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.458000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.613000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.501000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.793000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.091000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.973000e-11 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.086000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.043000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.942000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.771000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.018000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.142000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.278000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.193000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.870000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -3.365000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -5.717000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -8.279000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.095000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.053000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -4.924000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.316000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.373000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -5.286000e-11 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.440000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.383000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.367000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.018000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.827000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.256000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.117000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.074000e-08 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.073000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.461000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.848000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -6.493000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -7.656000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.029000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.325000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.353000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.389000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.373000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.435000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.731000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.628000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.142000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.256000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.268000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.305000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.027000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.029000e-08 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.986000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.161000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.011000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.203000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.384000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.505000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.048000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.899000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.035000e-11 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.143000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.468000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.392000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.278000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.117000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.305000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.350000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.828000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.161000e-08 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.149000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.100000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -9.278000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.565000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.286000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.451000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.996000e-09 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.259000e-10 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.939000e-11 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.146000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.679000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.121000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.193000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.074000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.027000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.828000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.394000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.159000e-08 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.850000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.084000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.732000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -9.764000e-10 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.229000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.553000e-09 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -8.891000e-11 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.422000e-10 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.784000e-11 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.381000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.157000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.726000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.870000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.073000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.029000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.161000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.159000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.609000e-08 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.111000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.209000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.278000e-11 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.453000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.392000e-09 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.322000e-10 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -9.320000e-10 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.129000e-11 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.730000e-11 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.865000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.528000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.697000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.365000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.461000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.986000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.149000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.850000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.111000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.812000e-08 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.700000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.110000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.538000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.561000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.725000e-09 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.694000e-10 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.542000e-11 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.700000e-12 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.203000e-10 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.590000e-10 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.188000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.717000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.848000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.161000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.100000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.084000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.209000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.700000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.229000e-08 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.471000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.347000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.591000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.720000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.602000e-09 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.222000e-10 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.663000e-11 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.051000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.324000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.303000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.279000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.493000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.011000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -9.278000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.732000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.278000e-11 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.110000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.471000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.094000e-08 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.336000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.265000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.790000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.150000e-09 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.890000e-10 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.020000e-11 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.153000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.497000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.458000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.095000e-08 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -7.656000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.203000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.565000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -9.764000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.453000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.538000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.347000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.336000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.209000e-08 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.010000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.765000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.938000e-09 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 9.343000e-10 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.228000e-11 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.394000e-10 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.550000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.613000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.053000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.029000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.384000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.286000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.229000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.392000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.561000e-10 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.591000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.265000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.010000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.229000e-08 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.732000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.389000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.297000e-09 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.243000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.506000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.131000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.501000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.924000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.325000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.505000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.451000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.553000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.322000e-10 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.725000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.720000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.790000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.765000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.732000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.207000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.313000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.288000e-09 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.265000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.063000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.431000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.793000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.316000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.353000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.048000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.996000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.891000e-11 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -9.320000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.694000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.602000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.150000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.938000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.389000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.313000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.014000e-09 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.065000e-10 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.185000e-11 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.424000e-12 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.116000e-11 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.091000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.373000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.389000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.899000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -6.259000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.422000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.129000e-11 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.542000e-11 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.222000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.890000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.343000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.297000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.288000e-09 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.065000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.756000e-10 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.670000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.748000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.499000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.973000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.286000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.373000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.035000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.939000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.784000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.730000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.700000e-12 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.663000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.020000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.228000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.243000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.265000e-10 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.185000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.670000e-11 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.327000e-12 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d72-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d72-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t72 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.197000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.194000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.538000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.365000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.029000e-05 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.641000e-06 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.194000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.332000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.478000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.397000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.072000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.162000e-06 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.538000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.478000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.681000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.431000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.554000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.576000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.365000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.397000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.431000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.256000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.363000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.603000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.029000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.072000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.554000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.363000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.193000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.163000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.641000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.162000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.576000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.603000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.163000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.787000e-08 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d73-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d73-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t73 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.673000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.843000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.653000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.896000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.303000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.186000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.843000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.255000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.604000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.301000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.581000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.605000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.653000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.604000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.989000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.078000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.401000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.922000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.896000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.301000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.078000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.938000e-08 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.980000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.274000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.303000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.581000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.401000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.980000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.002000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.402000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.186000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.605000e-09 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.922000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.274000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.402000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.010000e-10 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d74-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d74-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t74 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.953000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.182000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.735000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.204000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.664000e-04 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.758000e-05 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.182000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.650000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.238000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.519000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.919000e-04 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.504000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.735000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.238000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.865000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.275000e-04 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.765000e-05 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.055000e-06 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.204000e-03 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.519000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.275000e-04 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.370000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.198000e-05 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.851000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.664000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.919000e-04 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.765000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.198000e-05 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.194000e-06 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.945000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.758000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.504000e-05 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.055000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.851000e-06 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.945000e-07 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.505000e-08 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d75-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d75-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t75 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.188000e-07 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.063000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.283000e-08 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.119000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.568000e-09 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.476000e-10 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.063000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.611000e-07 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.480000e-08 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.155000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.059000e-09 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.361000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.283000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.480000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.152000e-08 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.925000e-09 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.375000e-10 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.834000e-11 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.119000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.155000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.925000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.464000e-09 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.538000e-10 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.184000e-11 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.568000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.059000e-09 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.375000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.538000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.873000e-10 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.007000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.476000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.361000e-10 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.834000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.184000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.007000e-11 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.568000e-12 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d76-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d76-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t76 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.199000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.502000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.602000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.400000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.195000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.199000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.309000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.514000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.436000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.209000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.502000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.309000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.535000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.790000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.302000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.602000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.514000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.535000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.443000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.193000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.400000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.436000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.790000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.443000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.778000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.195000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.209000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.302000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.193000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.778000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d77-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d77-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t77 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.436000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.428000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.016000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.404000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.886000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.436000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.337000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.513000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.284000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.089000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.428000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.337000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.060000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.234000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.437000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.016000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.513000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.060000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.113000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.691000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.404000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.284000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.234000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.113000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.110000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.886000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.089000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.437000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.691000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.110000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d78-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d78-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t78 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.507000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.923000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.280000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.121000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.852000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.033000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.943000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.727000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.870000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.683000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.264000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.238000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.093000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.772000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.134000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.780000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.566000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.507000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.319000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.170000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.172000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.132000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.199000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.944000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.587000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.412000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.376000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.982000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.456000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.931000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.499000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.521000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.969000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.202000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.923000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.319000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.619000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.328000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.410000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.275000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.957000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.703000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.436000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.267000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.039000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.579000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.184000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.553000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.482000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.135000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.336000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.280000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.170000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.619000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.623000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.453000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.320000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.143000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.935000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.674000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.451000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.175000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.793000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.506000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.757000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.747000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.490000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.492000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.121000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.172000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.328000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.623000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.671000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.409000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.394000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.258000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.898000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.573000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.386000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.131000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.554000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.594000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.864000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.323000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.613000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.852000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.132000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.410000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.453000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.671000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.597000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.310000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.251000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.995000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.705000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.484000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.125000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.603000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.662000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.745000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.292000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.574000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.033000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.199000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.275000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.320000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.409000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.597000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.629000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.214000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.145000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.026000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.640000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.284000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.864000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.290000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.326000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.587000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.884000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.943000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.944000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.957000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.143000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.394000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.310000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.629000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.663000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.287000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.138000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.970000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.689000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.132000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.259000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.632000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.737000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.926000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.727000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.587000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.703000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.935000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.258000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.251000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.214000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.663000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.626000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.138000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.064000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.971000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.402000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.265000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.754000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.952000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.122000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.870000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.412000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.436000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.674000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.898000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.995000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.145000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.287000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.626000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.559000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.025000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.033000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.797000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.906000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.352000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.611000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.698000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.683000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.376000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.267000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.451000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.573000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.705000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.026000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.138000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.138000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.559000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.483000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.717000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.578000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.084000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.371000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.572000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.518000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.264000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.982000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.039000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.175000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.386000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.484000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.640000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.970000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.064000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.025000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.483000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.197000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.374000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.756000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.370000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.461000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.437000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.238000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.456000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.579000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.793000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.131000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.125000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.284000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.689000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.971000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.033000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.717000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.197000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.055000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.849000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.130000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.253000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.264000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.093000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.931000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.184000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.506000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.554000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.603000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.864000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.132000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.402000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.797000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.578000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.374000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.055000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.653000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.376000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.090000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.638000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.772000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.499000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.553000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.757000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.594000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.662000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.290000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.259000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.265000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.906000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.084000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.756000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.849000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.653000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.337000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.042000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.639000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.134000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.521000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.482000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.747000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.864000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.745000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.326000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.632000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.754000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.352000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.371000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.370000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.130000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.376000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.337000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.306000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 8.092000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.780000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.969000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.135000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.490000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.323000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.292000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.587000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.737000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.952000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.611000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.572000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.461000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.253000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.090000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.042000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.306000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.790000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.566000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.202000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.336000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.492000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.613000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.574000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 5.884000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.926000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.122000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.698000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.518000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.437000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.264000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.638000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.639000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.092000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.790000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d79-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d79-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t79 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.364000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.254000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.296000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.452000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.655000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.989000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -5.630000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -5.225000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.848000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.315000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.573000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.315000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.126000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.722000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.694000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.568000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.705000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.364000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.072000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.015000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.737000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.952000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.655000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.512000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.576000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.808000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.397000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.129000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.385000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.641000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.674000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.327000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.437000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.336000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.254000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.072000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.500000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.009000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.303000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.230000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.637000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.764000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.754000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.728000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.639000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.389000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.350000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.296000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -3.652000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.054000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.121000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.296000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.015000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.500000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.722000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.943000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.516000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.076000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.634000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.669000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.246000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.715000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.221000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -4.624000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.748000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.722000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.468000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.475000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.452000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.737000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.009000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.722000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.252000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.445000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.729000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.714000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -2.276000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.510000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.696000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.417000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.432000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.205000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.088000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.742000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -5.451000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.655000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.952000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.303000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.943000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.252000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.785000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.449000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.576000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.494000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.379000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -5.059000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.032000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -5.051000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -3.800000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.961000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.531000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.365000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.989000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.655000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.230000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.516000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.445000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.785000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.678000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -7.738000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.076000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.329000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.413000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.376000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.977000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -7.850000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.489000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.047000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.239000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.630000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.512000e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.637000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.076000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.729000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.449000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.678000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.763000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.282000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.507000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.341000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.142000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.507000e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.143000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.242000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.646000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -8.802000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.225000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.576000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.764000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.634000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.714000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.576000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -7.738000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.763000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.948000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.247000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.850000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.172000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.615000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.576000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.097000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.605000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.873000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.848000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.808000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.754000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.669000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.276000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.494000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.076000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.282000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.948000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.008000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.681000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.639000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.465000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.759000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.244000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.525000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.432000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.315000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.397000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.728000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.246000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.510000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.379000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.329000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.507000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.247000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.008000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.678000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.822000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.938000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.813000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.136000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.176000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.279000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.573000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.129000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.639000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.715000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.696000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.059000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.413000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.341000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.850000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.681000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.678000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.801000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.094000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.048000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.844000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.060000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.426000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.315000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.385000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.389000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.221000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.417000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.032000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.376000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.142000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.172000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.639000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.822000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.801000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.556000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.404000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.598000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.298000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.848000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.126000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.641000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.350000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.624000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.432000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.051000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.977000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 5.507000e-03 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.615000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.465000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.938000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.094000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.556000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.694000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.679000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.588000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.697000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.722000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.674000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.296000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.748000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.205000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.800000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -7.850000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.143000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.576000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.759000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.813000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.048000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.404000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.694000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.758000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.438000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.935000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.694000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.327000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.652000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.722000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.088000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.961000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.489000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.242000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.097000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.244000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.136000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.844000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.598000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.679000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.758000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.926000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.153000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.568000e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.437000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.054000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.468000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.742000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.531000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.047000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.646000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.605000e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.525000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.176000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.060000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.298000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 6.588000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.438000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.926000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.789000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.705000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.336000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.121000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.475000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.451000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -9.365000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.239000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.802000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.873000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.432000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.279000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.426000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.848000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.697000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.935000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.153000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.789000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d80-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d80-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t80 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.426000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.178000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.169000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.384000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.470000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.426000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.275000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.575000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.148000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.043000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.178000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.275000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.001000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.450000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.007000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.169000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.575000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.001000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.869000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.831000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.384000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.148000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.450000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.869000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.411000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.470000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.043000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.007000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.831000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.411000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d81-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d81-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t81 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.814000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.809000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.373000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -9.408000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.989000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.814000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.143000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.985000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.205000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.912000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.809000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.143000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.952000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.221000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.969000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.373000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.985000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.952000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.944000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.082000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -9.408000e-03 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.205000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.221000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.944000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.645000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.989000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.912000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.969000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.082000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.645000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d82-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d82-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t82 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.914000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.445000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.430000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.775000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.221000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.914000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.560000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.518000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.847000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.541000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.445000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.560000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.550000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.889000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.597000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.430000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.518000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.550000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.940000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.167000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.775000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.847000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.889000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.940000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.966000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.221000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.541000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.597000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.167000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.966000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d83-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d83-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t83 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.959000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.008000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.601000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.866000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.286000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.959000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.048000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.405000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.272000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.257000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.008000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.048000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.308000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.247000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.730000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.601000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.405000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.308000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.402000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.680000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.866000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.272000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.247000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.402000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.881000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.286000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.257000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.730000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.680000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.881000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d84-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d84-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t84 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.194000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.097000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.257000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.298000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.268000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.296000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.278000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.308000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.249000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.974000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.044000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.827000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.975000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.796000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.598000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.008000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.979000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.194000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.672000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.668000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.536000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.646000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.630000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.568000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.552000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.577000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.184000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.378000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.247000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.181000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.704000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.891000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.308000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.066000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.097000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.672000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.818000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.578000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.716000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.716000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.663000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.652000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.667000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.269000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.419000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.388000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.326000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.863000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.019000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.292000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.954000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.257000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.668000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.818000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.722000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.767000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.771000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.753000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.742000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.746000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.334000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.522000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.462000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.375000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.918000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.999000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.409000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.009000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.298000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.536000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.578000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.722000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.847000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.765000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.736000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.757000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.651000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.668000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.650000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.482000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.543000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.178000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.575000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.462000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.660000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.268000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.646000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.716000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.767000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.847000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.856000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.742000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.759000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.721000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.572000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.657000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.558000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.507000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.043000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.415000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.522000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.442000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.296000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.630000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.716000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.771000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.765000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.856000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.867000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.759000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.712000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.561000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.667000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.566000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.549000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.202000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.345000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.563000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.427000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.278000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.568000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.663000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.753000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.736000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.742000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.867000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.866000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.687000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.463000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.632000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.585000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.590000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.265000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.232000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.561000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.341000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.308000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.552000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.652000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.742000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.757000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.759000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.759000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.866000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.825000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.489000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.624000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.527000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.604000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.311000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.351000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.651000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.539000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.249000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.577000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.667000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.746000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.651000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.721000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.712000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.687000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.825000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.458000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.501000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.375000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.441000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.133000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.127000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.617000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.275000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.974000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.184000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.269000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.334000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.668000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.572000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.561000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.463000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.489000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.458000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.768000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.315000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.505000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.286000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 9.091000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.636000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.375000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.044000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.378000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.419000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.522000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.650000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.657000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.667000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.632000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.624000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.501000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.768000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.610000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.490000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.242000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.815000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.831000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.134000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.827000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.247000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.388000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.462000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.482000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.558000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.566000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.585000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.527000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.375000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.315000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.610000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.546000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.882000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.572000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.620000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.522000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.975000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.181000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.326000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.375000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.543000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.507000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.549000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.590000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.604000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.441000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.505000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.490000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.546000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.343000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.769000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.664000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.019000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.796000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.704000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.863000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.918000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.178000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.043000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.202000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.265000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.311000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.133000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.286000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.242000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.882000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 9.343000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.377000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.617000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.170000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.598000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.891000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.019000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.999000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.575000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.415000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.345000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.232000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.351000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.127000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.091000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.815000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.572000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.769000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.377000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.974000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.995000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.008000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.308000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.292000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.409000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.462000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.522000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.563000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.561000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.651000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.617000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.636000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.831000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.620000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.664000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.617000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.974000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 7.206000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.979000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.066000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.954000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.009000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.660000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.442000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.427000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.341000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.539000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.275000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.375000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.134000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.522000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.019000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.170000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.995000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.206000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d85-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d85-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t85 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.707000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.238000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.537000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.116000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.266000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.532000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.854000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.560000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.892000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.171000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.848000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.254000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.274000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.665000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.091000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.700000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.227000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.707000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.845000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.429000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.101000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.902000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.565000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.518000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.099000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.077000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.866000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.055000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.638000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.500000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.347000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.375000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.109000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.358000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.238000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.845000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.336000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.716000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.450000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.851000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.446000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.787000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.583000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.565000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -7.187000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.781000e-03 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.552000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.344000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -9.414000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.901000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.320000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.537000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.429000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.336000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.977000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.164000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.921000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.170000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.750000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.074000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.621000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.914000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.782000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.719000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -8.763000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.114000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.078000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.150000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.116000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.101000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.716000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.977000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.754000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.976000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.575000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.433000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.519000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.801000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.717000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.053000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.360000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.626000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -6.220000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.040000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.691000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.266000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.902000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.450000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.164000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.754000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.001000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.810000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.238000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -6.922000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -6.168000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.182000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.289000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -3.176000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.506000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.150000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -5.451000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.362000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.532000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.565000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.851000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.921000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.976000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.001000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.356000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.924000e-03 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.078000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -3.528000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.905000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.040000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.431000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -5.537000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.257000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.810000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -2.257000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.854000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.518000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.446000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.170000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.575000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.810000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.356000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 4.852000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.654000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -7.912000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.450000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -8.670000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.546000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 9.587000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.323000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -4.864000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.280000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.560000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.099000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.787000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.750000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.433000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.238000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.924000e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.852000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.744000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.810000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.395000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.869000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.415000e-04 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.330000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.747000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.304000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.464000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.892000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.077000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -6.583000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.074000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.519000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.922000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.078000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.654000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.744000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.662000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.502000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.513000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.960000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.451000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.866000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.683000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.436000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.171000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.866000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.565000e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.621000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.801000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.168000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.528000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.912000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.810000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.662000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.175000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.972000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.340000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.981000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.505000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.076000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.842000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.848000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.055000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -7.187000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.914000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.717000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.182000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.905000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.450000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.395000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.502000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.175000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.333000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.610000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.630000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.879000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.474000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.717000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.254000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.638000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.781000e-03 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.782000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.053000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.289000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.040000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -8.670000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.869000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.513000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.972000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 6.333000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.118000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.950000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.987000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.272000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.906000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.274000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.500000e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.552000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.719000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.360000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.176000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.431000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.546000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.415000e-04 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.960000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.340000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.610000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.118000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.110000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.210000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.872000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.645000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.665000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.347000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.344000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.763000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.626000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.506000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -5.537000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.587000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.330000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.451000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.981000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.630000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.950000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.110000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.330000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.073000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.582000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.091000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.375000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.414000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.114000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.220000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.150000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.257000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -2.323000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.747000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.866000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 6.505000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.879000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 6.987000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.210000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.330000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.888000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.390000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -3.700000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.109000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -4.901000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -6.078000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.040000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.451000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.810000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.864000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -3.304000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.683000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.076000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.474000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.272000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.872000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.073000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.888000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.129000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.227000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.358000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.320000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -9.150000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.691000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -2.362000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -2.257000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -1.280000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.464000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.436000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.842000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.717000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.906000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.645000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.582000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.390000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 4.129000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d86-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d86-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t86 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.871000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.816000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.599000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.449000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.121000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.871000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.917000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.620000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.506000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.286000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.816000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.917000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.732000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.604000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.406000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.599000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.620000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.732000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.819000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.485000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.449000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.506000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.604000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.819000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.474000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.121000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.286000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.406000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.485000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.474000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d87-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d87-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t87 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.452000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.654000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.381000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -4.351000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.644000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.452000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.483000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.512000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.848000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.711000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.654000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.483000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.687000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -5.884000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.462000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.381000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.512000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.687000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.068000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.312000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.351000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.848000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.884000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.068000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.183000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.644000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.711000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -5.462000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.312000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.183000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d88-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d88-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t88 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.735000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.511000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.183000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.491000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.623000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.735000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.088000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.812000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.938000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.218000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.511000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.088000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.316000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.169000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.905000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.183000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.812000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.316000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.846000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.735000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.491000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.938000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.169000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.846000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.382000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.623000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.218000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.905000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.735000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.382000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d89-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d89-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t89 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -4.636000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -8.324000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -7.383000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.416000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -6.215000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.636000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.422000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.395000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -6.877000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -3.018000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -8.324000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.422000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.723000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.903000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.836000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -7.383000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.395000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.723000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.726000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.470000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.416000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.877000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.903000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.726000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.094000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -6.215000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -3.018000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.836000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.470000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.094000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d90-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d90-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t90 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.421000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.271000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.563000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.465000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.294000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.286000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.228000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.188000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.097000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.968000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.826000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.352000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.319000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.552000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.328000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.211000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.852000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.421000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.077000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.155000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.122000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.325000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.307000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.001000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.051000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.650000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.827000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.619000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.123000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.551000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.635000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.907000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.190000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.052000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.271000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.077000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.610000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.532000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.395000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.401000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.381000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.273000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.339000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.129000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.003000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.759000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.062000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.428000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.251000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.844000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.133000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.563000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.155000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.610000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.701000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.408000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.510000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.423000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.360000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.268000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.213000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.099000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.708000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.422000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.759000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.268000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.327000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.825000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.465000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.122000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.532000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.701000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.623000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.512000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.465000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.402000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.398000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.248000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.147000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.843000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.333000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.548000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.250000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.045000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.368000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.294000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.325000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.395000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.408000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.623000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.745000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.400000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.409000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.322000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.275000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.116000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.847000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.589000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.577000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.233000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.091000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.618000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.286000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.307000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.401000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.510000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.512000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.745000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.691000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.562000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.421000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.494000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.375000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.004000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.919000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.026000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.385000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.539000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.896000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.228000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.001000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.381000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.423000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.465000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.400000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.691000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.792000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.524000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.533000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.429000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.112000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.768000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.075000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.537000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.605000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.587000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.188000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.051000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.273000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.360000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.402000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.409000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.562000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.792000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.623000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.490000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.376000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.050000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.953000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.167000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.613000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.827000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.857000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.097000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.650000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.339000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.268000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.398000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.322000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.421000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.524000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.623000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.640000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.327000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.187000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.537000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.952000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.763000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.488000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 3.454000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.968000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.827000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.129000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.213000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.248000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.275000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.494000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.533000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.490000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.640000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.681000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.144000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.961000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.506000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.839000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.125000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.273000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.826000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.619000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.003000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.099000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.147000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 9.116000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.375000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.429000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.376000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.327000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.681000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 9.440000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.827000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.407000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.909000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.201000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.360000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.352000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.123000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.759000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.708000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.843000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.847000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 9.004000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 9.112000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.050000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.187000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 9.144000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 9.440000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.553000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.067000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 8.044000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.008000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.273000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.319000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.551000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.062000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.422000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.333000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 8.589000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.919000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.768000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.953000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 8.537000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.961000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.827000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.553000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.676000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.506000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.779000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.372000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.552000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.635000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.428000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.759000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.548000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.577000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 8.026000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 8.075000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 8.167000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.952000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 8.506000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 8.407000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.067000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.676000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.633000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 8.141000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.884000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 6.328000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.907000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.251000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.268000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.250000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.233000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.385000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.537000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 7.613000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.763000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.839000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.909000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 8.044000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.506000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.633000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 7.237000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.237000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.211000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.190000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.844000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.327000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.045000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.091000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.539000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.605000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.827000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 6.488000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 7.125000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.201000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 7.008000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 7.779000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.141000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 7.237000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.978000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.852000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.052000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.133000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.825000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.368000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.618000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.896000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 3.587000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.857000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.454000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.273000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.360000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.273000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.372000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.884000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.237000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.978000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d91-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d91-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t91 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.098000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.544000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.870000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.354000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.855000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.935000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.217000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.263000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.339000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.936000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.485000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.893000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 8.522000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.087000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -5.553000e-02 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.320000e-03 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.027000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.098000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.215000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.713000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.963000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.214000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 4.867000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.863000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.636000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.299000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.487000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.537000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -2.199000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.838000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 8.632000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.062000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -6.710000e-03 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.237000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.544000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.215000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.819000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.065000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.128000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.884000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.254000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 9.820000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 7.336000e-02 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.673000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.507000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.947000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.897000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.249000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.960000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -2.910000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -9.191000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.870000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.713000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.819000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.312000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.562000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.155000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.276000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 5.960000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 -1.287000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -2.656000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.077000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -5.128000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -1.883000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -2.799000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -4.048000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.242000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.082000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.354000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.963000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.065000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.312000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.024000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.737000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.619000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.559000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 9.344000e-02 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 -1.774000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -3.174000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -3.559000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 -2.319000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 -1.312000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -2.191000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.255000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.905000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.855000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.214000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.128000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.562000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.024000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.904000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 4.213000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 2.776000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.937000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.242000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -1.255000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -8.731000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.330000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.240000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -8.320000e-02 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.378000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -1.792000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.935000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.867000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.884000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.155000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.737000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.904000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.469000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.447000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.834000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.773000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -4.254000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -1.555000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.286000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 7.682000e-02 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.743000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.376000e-01 0.000000e+00 0.000000e+00 +7.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.697000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.217000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.863000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.254000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.276000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 2.619000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.213000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 6.469000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 6.377000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 2.782000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.188000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 7.902000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -4.236000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.251000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.871000e-01 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -7.726000e-03 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -3.111000e-02 0.000000e+00 0.000000e+00 +8.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -3.384000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.263000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.636000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.820000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.960000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.559000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 2.776000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 3.447000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 6.377000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 3.730000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.233000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 -2.533000e-03 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 -8.183000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.011000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.636000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 -1.051000e-01 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 -1.172000e-02 0.000000e+00 0.000000e+00 +9.000000e+00 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 -4.256000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.339000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.299000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.336000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.287000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 9.344000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.937000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.834000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.782000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.730000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 4.490000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.499000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.418000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.737000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.414000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.176000e-01 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.547000e-02 0.000000e+00 0.000000e+00 +1.000000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.020000e-03 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.936000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.487000e-02 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.673000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.656000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.774000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.242000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 1.773000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.188000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 1.233000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.490000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.582000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.925000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.737000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.705000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 2.633000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 2.574000e-01 0.000000e+00 0.000000e+00 +1.100000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.031000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.485000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.537000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.507000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.077000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.174000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.255000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -4.254000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 7.902000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -2.533000e-03 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.499000e-02 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 5.582000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 5.511000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 2.817000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 4.001000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.745000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.460000e-01 0.000000e+00 0.000000e+00 +1.200000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.289000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.893000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.199000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -3.947000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -5.128000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.559000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.731000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.555000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -4.236000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -8.183000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 4.418000e-02 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 1.925000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 5.511000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.290000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 3.780000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 4.867000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 3.897000e-01 0.000000e+00 0.000000e+00 +1.300000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 2.975000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.522000e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.838000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -1.897000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.883000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.319000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.330000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 2.286000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 2.251000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.011000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.737000e-02 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.737000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.817000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.290000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.708000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 3.926000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 5.364000e-01 0.000000e+00 0.000000e+00 +1.400000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 4.459000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.087000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.632000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.249000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -2.799000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.312000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.240000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 7.682000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 1.871000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 3.636000e-02 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.414000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 3.705000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 4.001000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.780000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.708000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.661000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.518000e-01 0.000000e+00 0.000000e+00 +1.500000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.550000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -5.553000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.062000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.960000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -4.048000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.191000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -8.320000e-02 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.743000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -7.726000e-03 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.051000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.176000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.633000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.745000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 4.867000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 3.926000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.661000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.736000e-01 0.000000e+00 0.000000e+00 +1.600000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 5.927000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.320000e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -6.710000e-03 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.910000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -3.242000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -3.255000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.378000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -1.376000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.111000e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -1.172000e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 1.547000e-02 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.574000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 3.460000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 3.897000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 5.364000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 6.518000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 6.736000e-01 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.700000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 6.690000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.027000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.237000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -9.191000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.082000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.905000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -1.792000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 7.000000e+00 0.000000e+00 0.000000e+00 -3.697000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 8.000000e+00 0.000000e+00 0.000000e+00 -3.384000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 9.000000e+00 0.000000e+00 0.000000e+00 -4.256000e-02 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+01 0.000000e+00 0.000000e+00 5.020000e-03 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.100000e+01 0.000000e+00 0.000000e+00 2.031000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.200000e+01 0.000000e+00 0.000000e+00 2.289000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.300000e+01 0.000000e+00 0.000000e+00 2.975000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.400000e+01 0.000000e+00 0.000000e+00 4.459000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.500000e+01 0.000000e+00 0.000000e+00 5.550000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.600000e+01 0.000000e+00 0.000000e+00 5.927000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.700000e+01 0.000000e+00 0.000000e+00 6.690000e-01 0.000000e+00 0.000000e+00 +1.800000e+01 0.000000e+00 0.000000e+00 1.800000e+01 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d92-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d92-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t92 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.620000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.001000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.424000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.106000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.121000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.620000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.249000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.304000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.195000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.520000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 9.001000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.249000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.430000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.380000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.957000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.424000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.304000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.430000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.650000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.478000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.106000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 7.195000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.380000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.650000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.554000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.121000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 4.520000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 5.957000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.478000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.554000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d93-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d93-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t93 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.088000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.510000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 2.170000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -1.009000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -4.008000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.088000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 2.796000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -8.253000e-02 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 -2.957000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 -5.560000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 4.510000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 2.796000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.476000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 4.137000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.456000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 2.170000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -8.253000e-02 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.476000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.472000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 4.485000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.009000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -2.957000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 4.137000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.472000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.940000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -4.008000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -5.560000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.456000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 4.485000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 6.940000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d94-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d94-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t94 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.434000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 7.751000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.160000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.449000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.499000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.434000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.788000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.312000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.223000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.326000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.751000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.788000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 9.451000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.427000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 6.180000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 8.160000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.312000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.451000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 8.944000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.393000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.449000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 8.223000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 8.427000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 8.944000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 7.122000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 7.499000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 6.326000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.180000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 7.393000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 7.122000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER3D_V2 /REF/ATLAS_2018_I1656578/d95-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d95-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t95 +Type: Scatter3D +--- +# xval xerr- xerr+ yval yerr- yerr+ zval zerr- zerr+ +1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 -1.793000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 -2.756000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 -1.444000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.729000e-01 0.000000e+00 0.000000e+00 +1.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.367000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.793000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 9.306000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.310000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.026000e-01 0.000000e+00 0.000000e+00 +2.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.586000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -2.756000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 9.306000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 6.993000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 3.771000e-01 0.000000e+00 0.000000e+00 +3.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.861000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 -1.444000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 5.310000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 6.993000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.455000e-01 0.000000e+00 0.000000e+00 +4.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 3.894000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 3.729000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 3.026000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 3.771000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 5.455000e-01 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +5.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 5.539000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 5.367000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 2.000000e+00 0.000000e+00 0.000000e+00 1.586000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 3.000000e+00 0.000000e+00 0.000000e+00 1.861000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 4.000000e+00 0.000000e+00 0.000000e+00 3.894000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 5.000000e+00 0.000000e+00 0.000000e+00 5.539000e-01 0.000000e+00 0.000000e+00 +6.000000e+00 0.000000e+00 0.000000e+00 6.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 +END YODA_SCATTER3D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d96-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d96-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.091328e+00 1.110602e-01 1.050563e-01 +6.000000e+01 2.000000e+01 2.000000e+01 1.563556e-01 2.549203e-02 2.599126e-02 +1.000000e+02 2.000000e+01 2.000000e+01 2.281198e-02 5.003797e-03 4.945086e-03 +1.450000e+02 2.500000e+01 2.500000e+01 5.145449e-03 1.503565e-03 1.403014e-03 +2.000000e+02 3.000000e+01 3.000000e+01 9.830373e-04 2.714148e-04 2.852302e-04 +4.150000e+02 1.850000e+02 1.850000e+02 2.351663e-05 1.808958e-05 1.680552e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d96-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d96-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t96 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.091328e+00 1.110878e-01 1.050758e-01 +6.000000e+01 2.000000e+01 2.000000e+01 1.563556e-01 2.550510e-02 2.600335e-02 +1.000000e+02 2.000000e+01 2.000000e+01 2.281198e-02 5.013441e-03 4.954889e-03 +1.450000e+02 2.500000e+01 2.500000e+01 5.145449e-03 1.509704e-03 1.409591e-03 +2.000000e+02 3.000000e+01 3.000000e+01 9.830373e-04 2.767245e-04 2.902905e-04 +4.150000e+02 1.850000e+02 1.850000e+02 2.351663e-05 1.821357e-05 1.693896e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d97-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d97-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 2.133801e-02 7.162603e-04 6.806397e-04 +6.000000e+01 2.000000e+01 2.000000e+01 3.057117e-03 3.919334e-04 4.326992e-04 +1.000000e+02 2.000000e+01 2.000000e+01 4.460274e-04 8.830170e-05 9.099357e-05 +1.450000e+02 2.500000e+01 2.500000e+01 1.006055e-04 2.613795e-05 2.520694e-05 +2.000000e+02 3.000000e+01 3.000000e+01 1.922068e-05 5.212339e-06 5.504734e-06 +4.150000e+02 1.850000e+02 1.850000e+02 4.598051e-07 3.458052e-07 3.183623e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d97-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d97-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t97 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 2.133801e-02 7.166439e-04 6.808812e-04 +6.000000e+01 2.000000e+01 2.000000e+01 3.057117e-03 3.922313e-04 4.329860e-04 +1.000000e+02 2.000000e+01 2.000000e+01 4.460274e-04 8.850642e-05 9.119214e-05 +1.450000e+02 2.500000e+01 2.500000e+01 1.006055e-04 2.627241e-05 2.534640e-05 +2.000000e+02 3.000000e+01 3.000000e+01 1.922068e-05 5.318106e-06 5.604968e-06 +4.150000e+02 1.850000e+02 1.850000e+02 4.598051e-07 3.482830e-07 3.210529e-07 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d98-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d98-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 4.063329e-02 6.583950e-03 5.965852e-03 +2.250000e+01 7.500000e+00 7.500000e+00 1.190516e-01 1.545399e-02 1.517502e-02 +3.750000e+01 7.500000e+00 7.500000e+00 1.995954e-01 2.546613e-02 2.507118e-02 +5.250000e+01 7.500000e+00 7.500000e+00 2.623467e-01 3.256684e-02 3.076766e-02 +6.750000e+01 7.500000e+00 7.500000e+00 3.101524e-01 3.711885e-02 3.487645e-02 +8.250000e+01 7.500000e+00 7.500000e+00 3.289564e-01 3.709059e-02 3.493560e-02 +9.750000e+01 7.500000e+00 7.500000e+00 3.477461e-01 3.583188e-02 3.515008e-02 +1.125000e+02 7.500000e+00 7.500000e+00 3.306449e-01 3.225773e-02 2.986823e-02 +1.275000e+02 7.500000e+00 7.500000e+00 2.821092e-01 2.737116e-02 2.475994e-02 +1.425000e+02 7.500000e+00 7.500000e+00 2.311646e-01 2.231715e-02 2.148982e-02 +1.575000e+02 7.500000e+00 7.500000e+00 1.892674e-01 1.630916e-02 1.711005e-02 +1.725000e+02 7.500000e+00 7.500000e+00 1.518968e-01 1.304693e-02 1.193984e-02 +1.900000e+02 1.000000e+01 1.000000e+01 1.147653e-01 1.170434e-02 9.479514e-03 +2.150000e+02 1.500000e+01 1.500000e+01 7.987874e-02 7.884744e-03 7.185652e-03 +2.475000e+02 1.750000e+01 1.750000e+01 4.873722e-02 4.927492e-03 4.794517e-03 +2.950000e+02 3.000000e+01 3.000000e+01 2.810237e-02 3.097677e-03 2.849676e-03 +3.875000e+02 6.250000e+01 6.250000e+01 7.241062e-03 9.640391e-04 8.997010e-04 +7.250000e+02 2.750000e+02 2.750000e+02 4.127725e-04 8.843982e-05 8.170131e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d98-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d98-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t98 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 4.063329e-02 6.724485e-03 6.120823e-03 +2.250000e+01 7.500000e+00 7.500000e+00 1.190516e-01 1.554748e-02 1.527047e-02 +3.750000e+01 7.500000e+00 7.500000e+00 1.995954e-01 2.554966e-02 2.515653e-02 +5.250000e+01 7.500000e+00 7.500000e+00 2.623467e-01 3.264622e-02 3.085243e-02 +6.750000e+01 7.500000e+00 7.500000e+00 3.101524e-01 3.718246e-02 3.494480e-02 +8.250000e+01 7.500000e+00 7.500000e+00 3.289564e-01 3.716012e-02 3.500959e-02 +9.750000e+01 7.500000e+00 7.500000e+00 3.477461e-01 3.587600e-02 3.519294e-02 +1.125000e+02 7.500000e+00 7.500000e+00 3.306449e-01 3.231539e-02 2.993036e-02 +1.275000e+02 7.500000e+00 7.500000e+00 2.821092e-01 2.741353e-02 2.480672e-02 +1.425000e+02 7.500000e+00 7.500000e+00 2.311646e-01 2.235209e-02 2.152669e-02 +1.575000e+02 7.500000e+00 7.500000e+00 1.892674e-01 1.634982e-02 1.714914e-02 +1.725000e+02 7.500000e+00 7.500000e+00 1.518968e-01 1.308892e-02 1.198671e-02 +1.900000e+02 1.000000e+01 1.000000e+01 1.147653e-01 1.173709e-02 9.520633e-03 +2.150000e+02 1.500000e+01 1.500000e+01 7.987874e-02 7.908575e-03 7.211899e-03 +2.475000e+02 1.750000e+01 1.750000e+01 4.873722e-02 4.944770e-03 4.812085e-03 +2.950000e+02 3.000000e+01 3.000000e+01 2.810237e-02 3.111264e-03 2.864541e-03 +3.875000e+02 6.250000e+01 6.250000e+01 7.241062e-03 9.682080e-04 9.042097e-04 +7.250000e+02 2.750000e+02 2.750000e+02 4.127725e-04 8.886071e-05 8.215921e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d99-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d99-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 7.948727e-04 7.388738e-05 6.900388e-05 +2.250000e+01 7.500000e+00 7.500000e+00 2.328900e-03 1.478751e-04 1.487628e-04 +3.750000e+01 7.500000e+00 7.500000e+00 3.904507e-03 2.177550e-04 2.142829e-04 +5.250000e+01 7.500000e+00 7.500000e+00 5.132053e-03 2.394171e-04 2.279987e-04 +6.750000e+01 7.500000e+00 7.500000e+00 6.067234e-03 2.625875e-04 2.358358e-04 +8.250000e+01 7.500000e+00 7.500000e+00 6.435080e-03 2.234849e-04 2.241185e-04 +9.750000e+01 7.500000e+00 7.500000e+00 6.802645e-03 1.993196e-04 2.441485e-04 +1.125000e+02 7.500000e+00 7.500000e+00 6.468110e-03 1.904835e-04 1.954177e-04 +1.275000e+02 7.500000e+00 7.500000e+00 5.518650e-03 1.655340e-04 1.612993e-04 +1.425000e+02 7.500000e+00 7.500000e+00 4.522066e-03 1.660249e-04 1.765453e-04 +1.575000e+02 7.500000e+00 7.500000e+00 3.702469e-03 1.475899e-04 1.701554e-04 +1.725000e+02 7.500000e+00 7.500000e+00 2.971422e-03 1.206260e-04 1.201439e-04 +1.900000e+02 1.000000e+01 1.000000e+01 2.245051e-03 1.139575e-04 1.011800e-04 +2.150000e+02 1.500000e+01 1.500000e+01 1.562596e-03 7.954267e-05 8.067212e-05 +2.475000e+02 1.750000e+01 1.750000e+01 9.534025e-04 5.813520e-05 6.759920e-05 +2.950000e+02 3.000000e+01 3.000000e+01 5.497414e-04 4.318697e-05 3.970431e-05 +3.875000e+02 6.250000e+01 6.250000e+01 1.416504e-04 1.394851e-05 1.376161e-05 +7.250000e+02 2.750000e+02 2.750000e+02 8.074700e-06 1.368652e-06 1.282695e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d99-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d99-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t99 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 7.948727e-04 7.852681e-05 7.394405e-05 +2.250000e+01 7.500000e+00 7.500000e+00 2.328900e-03 1.514216e-04 1.522748e-04 +3.750000e+01 7.500000e+00 7.500000e+00 3.904507e-03 2.212458e-04 2.178366e-04 +5.250000e+01 7.500000e+00 7.500000e+00 5.132053e-03 2.433528e-04 2.320970e-04 +6.750000e+01 7.500000e+00 7.500000e+00 6.067234e-03 2.656286e-04 2.391723e-04 +8.250000e+01 7.500000e+00 7.500000e+00 6.435080e-03 2.274358e-04 2.280711e-04 +9.750000e+01 7.500000e+00 7.500000e+00 6.802645e-03 2.021124e-04 2.464296e-04 +1.125000e+02 7.500000e+00 7.500000e+00 6.468110e-03 1.938556e-04 1.987392e-04 +1.275000e+02 7.500000e+00 7.500000e+00 5.518650e-03 1.680612e-04 1.639006e-04 +1.425000e+02 7.500000e+00 7.500000e+00 4.522066e-03 1.677666e-04 1.781999e-04 +1.575000e+02 7.500000e+00 7.500000e+00 3.702469e-03 1.492835e-04 1.716269e-04 +1.725000e+02 7.500000e+00 7.500000e+00 2.971422e-03 1.223542e-04 1.218797e-04 +1.900000e+02 1.000000e+01 1.000000e+01 2.245051e-03 1.152118e-04 1.025783e-04 +2.150000e+02 1.500000e+01 1.500000e+01 1.562596e-03 8.044308e-05 8.156350e-05 +2.475000e+02 1.750000e+01 1.750000e+01 9.534025e-04 5.867831e-05 6.806646e-05 +2.950000e+02 3.000000e+01 3.000000e+01 5.497414e-04 4.355496e-05 4.010563e-05 +3.875000e+02 6.250000e+01 6.250000e+01 1.416504e-04 1.405802e-05 1.387299e-05 +7.250000e+02 2.750000e+02 2.750000e+02 8.074700e-06 1.379131e-06 1.293776e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d100-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d100-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 6.578824e-01 1.164647e-01 1.112831e-01 +2.500000e+01 1.000000e+01 1.000000e+01 1.028300e+00 1.307006e-01 1.239529e-01 +5.500000e+01 2.000000e+01 2.000000e+01 4.000902e-01 5.652409e-02 5.339248e-02 +1.000000e+02 2.500000e+01 2.500000e+01 6.732053e-02 1.436307e-02 1.511037e-02 +1.475000e+02 2.250000e+01 2.250000e+01 1.945086e-02 4.135056e-03 4.092889e-03 +4.850000e+02 3.150000e+02 3.150000e+02 6.091283e-04 1.053785e-04 9.116650e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d100-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d100-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t100 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 6.578824e-01 1.164879e-01 1.113051e-01 +2.500000e+01 1.000000e+01 1.000000e+01 1.028300e+00 1.307175e-01 1.239745e-01 +5.500000e+01 2.000000e+01 2.000000e+01 4.000902e-01 5.653952e-02 5.340877e-02 +1.000000e+02 2.500000e+01 2.500000e+01 6.732053e-02 1.437186e-02 1.511923e-02 +1.475000e+02 2.250000e+01 2.250000e+01 1.945086e-02 4.144702e-03 4.102594e-03 +4.850000e+02 3.150000e+02 3.150000e+02 6.091283e-04 1.060054e-04 9.188990e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d101-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d101-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 1.288376e-02 1.863383e-03 1.837781e-03 +2.500000e+01 1.000000e+01 1.000000e+01 2.013790e-02 1.529066e-03 1.472597e-03 +5.500000e+01 2.000000e+01 2.000000e+01 7.835241e-03 8.900209e-04 8.913287e-04 +1.000000e+02 2.500000e+01 2.500000e+01 1.318384e-03 2.501265e-04 2.786242e-04 +1.475000e+02 2.250000e+01 2.250000e+01 3.809195e-04 6.488024e-05 6.784829e-05 +4.850000e+02 3.150000e+02 3.150000e+02 1.192898e-05 1.631941e-06 1.521704e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d101-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d101-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t101 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 1.288376e-02 1.863779e-03 1.838123e-03 +2.500000e+01 1.000000e+01 1.000000e+01 2.013790e-02 1.529395e-03 1.473033e-03 +5.500000e+01 2.000000e+01 2.000000e+01 7.835241e-03 8.901919e-04 8.915205e-04 +1.000000e+02 2.500000e+01 2.500000e+01 1.318384e-03 2.503183e-04 2.787977e-04 +1.475000e+02 2.250000e+01 2.250000e+01 3.809195e-04 6.511651e-05 6.807058e-05 +4.850000e+02 3.150000e+02 3.150000e+02 1.192898e-05 1.647421e-06 1.538343e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d102-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d102-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 2.128782e-01 4.694704e-02 4.647496e-02 +6.000000e+01 2.000000e+01 2.000000e+01 1.522911e-01 3.042657e-02 3.208673e-02 +1.000000e+02 2.000000e+01 2.000000e+01 7.551200e-02 1.490604e-02 1.436841e-02 +1.450000e+02 2.500000e+01 2.500000e+01 3.335587e-02 5.582527e-03 5.561654e-03 +2.000000e+02 3.000000e+01 3.000000e+01 1.482179e-02 2.264330e-03 2.016745e-03 +4.150000e+02 1.850000e+02 1.850000e+02 1.084321e-03 1.881616e-04 1.850757e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d102-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d102-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t102 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 2.128782e-01 4.695498e-02 4.648218e-02 +6.000000e+01 2.000000e+01 2.000000e+01 1.522911e-01 3.043520e-02 3.209480e-02 +1.000000e+02 2.000000e+01 2.000000e+01 7.551200e-02 1.491518e-02 1.437786e-02 +1.450000e+02 2.500000e+01 2.500000e+01 3.335587e-02 5.593023e-03 5.572158e-03 +2.000000e+02 3.000000e+01 3.000000e+01 1.482179e-02 2.275002e-03 2.028638e-03 +4.150000e+02 1.850000e+02 1.850000e+02 1.084321e-03 1.892430e-04 1.861709e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d103-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d103-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.034115e-02 4.095172e-04 3.593405e-04 +6.000000e+01 2.000000e+01 2.000000e+01 7.397961e-03 1.938573e-04 2.193973e-04 +1.000000e+02 2.000000e+01 2.000000e+01 3.668204e-03 1.904346e-04 1.833405e-04 +1.450000e+02 2.500000e+01 2.500000e+01 1.620353e-03 9.284145e-05 1.015713e-04 +2.000000e+02 3.000000e+01 3.000000e+01 7.200092e-04 7.198744e-05 6.893148e-05 +4.150000e+02 1.850000e+02 1.850000e+02 5.267391e-05 7.814426e-06 8.318704e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d103-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d103-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t103 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.034115e-02 4.108572e-04 3.609603e-04 +6.000000e+01 2.000000e+01 2.000000e+01 7.397961e-03 1.964679e-04 2.217161e-04 +1.000000e+02 2.000000e+01 2.000000e+01 3.668204e-03 1.918907e-04 1.848656e-04 +1.450000e+02 2.500000e+01 2.500000e+01 1.620353e-03 9.423063e-05 1.028364e-04 +2.000000e+02 3.000000e+01 3.000000e+01 7.200092e-04 7.275637e-05 6.973580e-05 +4.150000e+02 1.850000e+02 1.850000e+02 5.267391e-05 7.874691e-06 8.375266e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d104-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d104-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 1.561840e-02 3.909731e-03 3.890711e-03 +2.250000e+01 7.500000e+00 7.500000e+00 4.750517e-02 1.058611e-02 1.102137e-02 +3.750000e+01 7.500000e+00 7.500000e+00 7.980193e-02 1.759369e-02 1.696316e-02 +5.250000e+01 7.500000e+00 7.500000e+00 1.013044e-01 2.320027e-02 2.263330e-02 +6.750000e+01 7.500000e+00 7.500000e+00 1.117994e-01 2.486833e-02 2.647098e-02 +8.250000e+01 7.500000e+00 7.500000e+00 1.178205e-01 2.613727e-02 2.466073e-02 +9.750000e+01 7.500000e+00 7.500000e+00 1.147695e-01 2.375186e-02 2.538747e-02 +1.125000e+02 7.500000e+00 7.500000e+00 1.099132e-01 2.360905e-02 2.488880e-02 +1.275000e+02 7.500000e+00 7.500000e+00 9.969275e-02 2.205072e-02 2.098092e-02 +1.425000e+02 7.500000e+00 7.500000e+00 8.941819e-02 1.694318e-02 1.728111e-02 +1.575000e+02 7.500000e+00 7.500000e+00 7.280748e-02 1.442074e-02 1.472675e-02 +1.725000e+02 7.500000e+00 7.500000e+00 5.754136e-02 1.170490e-02 1.150597e-02 +1.900000e+02 1.000000e+01 1.000000e+01 5.059591e-02 9.630425e-03 9.121423e-03 +2.150000e+02 1.500000e+01 1.500000e+01 4.342562e-02 8.043208e-03 7.519167e-03 +2.475000e+02 1.750000e+01 1.750000e+01 2.864620e-02 5.190524e-03 5.599864e-03 +2.950000e+02 3.000000e+01 3.000000e+01 1.676982e-02 3.168911e-03 2.924246e-03 +3.875000e+02 6.250000e+01 6.250000e+01 6.188119e-03 9.177031e-04 9.741818e-04 +7.250000e+02 2.750000e+02 2.750000e+02 3.406650e-04 8.597109e-05 8.703856e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d104-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d104-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t104 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 1.561840e-02 3.928084e-03 3.909107e-03 +2.250000e+01 7.500000e+00 7.500000e+00 4.750517e-02 1.060404e-02 1.103898e-02 +3.750000e+01 7.500000e+00 7.500000e+00 7.980193e-02 1.761395e-02 1.698468e-02 +5.250000e+01 7.500000e+00 7.500000e+00 1.013044e-01 2.321690e-02 2.265073e-02 +6.750000e+01 7.500000e+00 7.500000e+00 1.117994e-01 2.488361e-02 2.648487e-02 +8.250000e+01 7.500000e+00 7.500000e+00 1.178205e-01 2.615326e-02 2.467844e-02 +9.750000e+01 7.500000e+00 7.500000e+00 1.147695e-01 2.376718e-02 2.540144e-02 +1.125000e+02 7.500000e+00 7.500000e+00 1.099132e-01 2.362306e-02 2.490191e-02 +1.275000e+02 7.500000e+00 7.500000e+00 9.969275e-02 2.207288e-02 2.100517e-02 +1.425000e+02 7.500000e+00 7.500000e+00 8.941819e-02 1.696231e-02 1.730077e-02 +1.575000e+02 7.500000e+00 7.500000e+00 7.280748e-02 1.443362e-02 1.473918e-02 +1.725000e+02 7.500000e+00 7.500000e+00 5.754136e-02 1.171676e-02 1.151802e-02 +1.900000e+02 1.000000e+01 1.000000e+01 5.059591e-02 9.643320e-03 9.135100e-03 +2.150000e+02 1.500000e+01 1.500000e+01 4.342562e-02 8.055019e-03 7.531373e-03 +2.475000e+02 1.750000e+01 1.750000e+01 2.864620e-02 5.201524e-03 5.610142e-03 +2.950000e+02 3.000000e+01 3.000000e+01 1.676982e-02 3.175256e-03 2.931110e-03 +3.875000e+02 6.250000e+01 6.250000e+01 6.188119e-03 9.209939e-04 9.773039e-04 +7.250000e+02 2.750000e+02 2.750000e+02 3.406650e-04 8.642054e-05 8.748382e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d105-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d105-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 7.598619e-04 7.621058e-05 7.512122e-05 +2.250000e+01 7.500000e+00 7.500000e+00 2.311208e-03 1.448184e-04 1.432405e-04 +3.750000e+01 7.500000e+00 7.500000e+00 3.882501e-03 2.051773e-04 1.861752e-04 +5.250000e+01 7.500000e+00 7.500000e+00 4.928635e-03 2.657054e-04 2.350091e-04 +6.750000e+01 7.500000e+00 7.500000e+00 5.439234e-03 2.587557e-04 2.927052e-04 +8.250000e+01 7.500000e+00 7.500000e+00 5.732170e-03 2.485406e-04 2.086647e-04 +9.750000e+01 7.500000e+00 7.500000e+00 5.583732e-03 1.942831e-04 2.153875e-04 +1.125000e+02 7.500000e+00 7.500000e+00 5.347468e-03 2.038176e-04 2.402661e-04 +1.275000e+02 7.500000e+00 7.500000e+00 4.850224e-03 2.619351e-04 2.328520e-04 +1.425000e+02 7.500000e+00 7.500000e+00 4.350348e-03 1.561024e-04 1.891803e-04 +1.575000e+02 7.500000e+00 7.500000e+00 3.542209e-03 1.878625e-04 1.935420e-04 +1.725000e+02 7.500000e+00 7.500000e+00 2.799486e-03 1.335845e-04 1.251102e-04 +1.900000e+02 1.000000e+01 1.000000e+01 2.461578e-03 1.670466e-04 1.513155e-04 +2.150000e+02 1.500000e+01 1.500000e+01 2.112731e-03 1.187506e-04 1.036099e-04 +2.475000e+02 1.750000e+01 1.750000e+01 1.393687e-03 1.174067e-04 1.315403e-04 +2.950000e+02 3.000000e+01 3.000000e+01 8.158806e-04 8.545341e-05 8.263904e-05 +3.875000e+02 6.250000e+01 6.250000e+01 3.010626e-04 2.604645e-05 3.173561e-05 +7.250000e+02 2.750000e+02 2.750000e+02 1.657394e-05 3.121188e-06 3.227049e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d105-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d105-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t105 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 7.598619e-04 7.838705e-05 7.733213e-05 +2.250000e+01 7.500000e+00 7.500000e+00 2.311208e-03 1.478768e-04 1.463226e-04 +3.750000e+01 7.500000e+00 7.500000e+00 3.882501e-03 2.090755e-04 1.904365e-04 +5.250000e+01 7.500000e+00 7.500000e+00 4.928635e-03 2.688452e-04 2.385788e-04 +6.750000e+01 7.500000e+00 7.500000e+00 5.439234e-03 2.619212e-04 2.955135e-04 +8.250000e+01 7.500000e+00 7.500000e+00 5.732170e-03 2.522866e-04 2.131196e-04 +9.750000e+01 7.500000e+00 7.500000e+00 5.583732e-03 1.985217e-04 2.192188e-04 +1.125000e+02 7.500000e+00 7.500000e+00 5.347468e-03 2.072766e-04 2.431965e-04 +1.275000e+02 7.500000e+00 7.500000e+00 4.850224e-03 2.659412e-04 2.373487e-04 +1.425000e+02 7.500000e+00 7.500000e+00 4.350348e-03 1.607219e-04 1.930009e-04 +1.575000e+02 7.500000e+00 7.500000e+00 3.542209e-03 1.901264e-04 1.957277e-04 +1.725000e+02 7.500000e+00 7.500000e+00 2.799486e-03 1.358736e-04 1.275608e-04 +1.900000e+02 1.000000e+01 1.000000e+01 2.461578e-03 1.687363e-04 1.531913e-04 +2.150000e+02 1.500000e+01 1.500000e+01 2.112731e-03 1.205344e-04 1.056484e-04 +2.475000e+02 1.750000e+01 1.750000e+01 1.393687e-03 1.185183e-04 1.325421e-04 +2.950000e+02 3.000000e+01 3.000000e+01 8.158806e-04 8.599214e-05 8.319407e-05 +3.875000e+02 6.250000e+01 6.250000e+01 3.010626e-04 2.630922e-05 3.195103e-05 +7.250000e+02 2.750000e+02 2.750000e+02 1.657394e-05 3.150005e-06 3.255008e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d106-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d106-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 4.339131e-02 9.401971e-03 1.075752e-02 +5.500000e+01 2.000000e+01 2.000000e+01 1.067533e-01 2.414350e-02 2.423053e-02 +1.000000e+02 2.500000e+01 2.500000e+01 1.118213e-01 2.374527e-02 2.390634e-02 +1.475000e+02 2.250000e+01 2.250000e+01 7.759650e-02 1.539752e-02 1.589126e-02 +1.975000e+02 2.750000e+01 2.750000e+01 4.580285e-02 8.886301e-03 8.094882e-03 +5.125000e+02 2.875000e+02 2.875000e+02 5.392794e-03 8.367453e-04 8.017010e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d106-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d106-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t106 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 4.339131e-02 9.409114e-03 1.076386e-02 +5.500000e+01 2.000000e+01 2.000000e+01 1.067533e-01 2.414950e-02 2.423749e-02 +1.000000e+02 2.500000e+01 2.500000e+01 1.118213e-01 2.375093e-02 2.391201e-02 +1.475000e+02 2.250000e+01 2.250000e+01 7.759650e-02 1.540532e-02 1.589830e-02 +1.975000e+02 2.750000e+01 2.750000e+01 4.580285e-02 8.892920e-03 8.102194e-03 +5.125000e+02 2.875000e+02 2.875000e+02 5.392794e-03 8.373560e-04 8.023161e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d107-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d107-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 2.117501e-03 1.147056e-04 1.419093e-04 +5.500000e+01 2.000000e+01 2.000000e+01 5.209573e-03 2.419647e-04 2.307058e-04 +1.000000e+02 2.500000e+01 2.500000e+01 5.456896e-03 1.767100e-04 1.728649e-04 +1.475000e+02 2.250000e+01 2.250000e+01 3.786719e-03 1.431993e-04 1.503310e-04 +1.975000e+02 2.750000e+01 2.750000e+01 2.235185e-03 1.108726e-04 9.896469e-05 +5.125000e+02 2.875000e+02 2.875000e+02 2.631691e-04 1.828969e-05 1.895417e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d107-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d107-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t107 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 2.117501e-03 1.160358e-04 1.429897e-04 +5.500000e+01 2.000000e+01 2.000000e+01 5.209573e-03 2.431989e-04 2.320061e-04 +1.000000e+02 2.500000e+01 2.500000e+01 5.456896e-03 1.782025e-04 1.744114e-04 +1.475000e+02 2.250000e+01 2.250000e+01 3.786719e-03 1.448780e-04 1.519108e-04 +1.975000e+02 2.750000e+01 2.750000e+01 2.235185e-03 1.119939e-04 1.002210e-04 +5.125000e+02 2.875000e+02 2.875000e+02 2.631691e-04 1.834619e-05 1.900697e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d108-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d108-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 4.100937e-01 5.728535e-02 5.383764e-02 +6.000000e+01 2.000000e+01 2.000000e+01 2.197165e-01 2.769745e-02 2.652037e-02 +1.000000e+02 2.000000e+01 2.000000e+01 7.841046e-02 9.189586e-03 9.295863e-03 +1.450000e+02 2.500000e+01 2.500000e+01 2.435284e-02 3.437684e-03 3.166404e-03 +2.000000e+02 3.000000e+01 3.000000e+01 9.005711e-03 1.426268e-03 1.343364e-03 +4.150000e+02 1.850000e+02 1.850000e+02 6.885695e-04 1.362526e-04 1.311870e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d108-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d108-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t108 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 4.100937e-01 5.729817e-02 5.384754e-02 +6.000000e+01 2.000000e+01 2.000000e+01 2.197165e-01 2.771439e-02 2.653895e-02 +1.000000e+02 2.000000e+01 2.000000e+01 7.841046e-02 9.210274e-03 9.316108e-03 +1.450000e+02 2.500000e+01 2.500000e+01 2.435284e-02 3.452119e-03 3.182027e-03 +2.000000e+02 3.000000e+01 3.000000e+01 9.005711e-03 1.439750e-03 1.357665e-03 +4.150000e+02 1.850000e+02 1.850000e+02 6.885695e-04 1.374935e-04 1.324740e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d109-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d109-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.351590e-02 5.419175e-04 5.286187e-04 +6.000000e+01 2.000000e+01 2.000000e+01 7.241433e-03 2.190482e-04 2.422758e-04 +1.000000e+02 2.000000e+01 2.000000e+01 2.584257e-03 1.799348e-04 1.946957e-04 +1.450000e+02 2.500000e+01 2.500000e+01 8.026224e-04 9.397111e-05 7.940326e-05 +2.000000e+02 3.000000e+01 3.000000e+01 2.968108e-04 4.796484e-05 4.701431e-05 +4.150000e+02 1.850000e+02 1.850000e+02 2.269392e-05 4.563486e-06 4.305850e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d109-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d109-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t109 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.351590e-02 5.427419e-04 5.294638e-04 +6.000000e+01 2.000000e+01 2.000000e+01 7.241433e-03 2.208571e-04 2.439290e-04 +1.000000e+02 2.000000e+01 2.000000e+01 2.584257e-03 1.809861e-04 1.956710e-04 +1.450000e+02 2.500000e+01 2.500000e+01 8.026224e-04 9.452831e-05 8.006582e-05 +2.000000e+02 3.000000e+01 3.000000e+01 2.968108e-04 4.839471e-05 4.745272e-05 +4.150000e+02 1.850000e+02 1.850000e+02 2.269392e-05 4.603356e-06 4.348049e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d110-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d110-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 2.174049e-02 3.497601e-03 3.577509e-03 +2.250000e+01 7.500000e+00 7.500000e+00 7.535165e-02 1.116062e-02 1.035610e-02 +3.750000e+01 7.500000e+00 7.500000e+00 1.166285e-01 1.719628e-02 1.733647e-02 +5.250000e+01 7.500000e+00 7.500000e+00 1.496832e-01 2.268939e-02 1.996178e-02 +6.750000e+01 7.500000e+00 7.500000e+00 1.833478e-01 2.510865e-02 2.347292e-02 +8.250000e+01 7.500000e+00 7.500000e+00 1.887459e-01 2.503184e-02 2.514458e-02 +9.750000e+01 7.500000e+00 7.500000e+00 1.821275e-01 2.591629e-02 2.336110e-02 +1.125000e+02 7.500000e+00 7.500000e+00 1.702186e-01 2.393265e-02 2.151100e-02 +1.275000e+02 7.500000e+00 7.500000e+00 1.520217e-01 2.107446e-02 1.917897e-02 +1.425000e+02 7.500000e+00 7.500000e+00 1.287073e-01 1.663060e-02 1.643501e-02 +1.575000e+02 7.500000e+00 7.500000e+00 1.106275e-01 1.393410e-02 1.350459e-02 +1.725000e+02 7.500000e+00 7.500000e+00 9.576870e-02 1.170149e-02 1.082682e-02 +1.900000e+02 1.000000e+01 1.000000e+01 7.599576e-02 8.486872e-03 8.525461e-03 +2.150000e+02 1.500000e+01 1.500000e+01 5.610183e-02 7.386233e-03 6.302448e-03 +2.475000e+02 1.750000e+01 1.750000e+01 3.550773e-02 4.483631e-03 3.678892e-03 +2.950000e+02 3.000000e+01 3.000000e+01 1.967260e-02 1.796745e-03 1.996371e-03 +3.875000e+02 6.250000e+01 6.250000e+01 6.680246e-03 9.040614e-04 8.142951e-04 +7.250000e+02 2.750000e+02 2.750000e+02 3.667169e-04 7.762088e-05 7.844866e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d110-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d110-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t110 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 2.174049e-02 3.531131e-03 3.610127e-03 +2.250000e+01 7.500000e+00 7.500000e+00 7.535165e-02 1.119341e-02 1.039153e-02 +3.750000e+01 7.500000e+00 7.500000e+00 1.166285e-01 1.722639e-02 1.736565e-02 +5.250000e+01 7.500000e+00 7.500000e+00 1.496832e-01 2.272246e-02 1.999995e-02 +6.750000e+01 7.500000e+00 7.500000e+00 1.833478e-01 2.514087e-02 2.350640e-02 +8.250000e+01 7.500000e+00 7.500000e+00 1.887459e-01 2.506245e-02 2.517588e-02 +9.750000e+01 7.500000e+00 7.500000e+00 1.821275e-01 2.594562e-02 2.339195e-02 +1.125000e+02 7.500000e+00 7.500000e+00 1.702186e-01 2.395393e-02 2.153514e-02 +1.275000e+02 7.500000e+00 7.500000e+00 1.520217e-01 2.110000e-02 1.920592e-02 +1.425000e+02 7.500000e+00 7.500000e+00 1.287073e-01 1.666366e-02 1.646879e-02 +1.575000e+02 7.500000e+00 7.500000e+00 1.106275e-01 1.395598e-02 1.352771e-02 +1.725000e+02 7.500000e+00 7.500000e+00 9.576870e-02 1.173055e-02 1.085821e-02 +1.900000e+02 1.000000e+01 1.000000e+01 7.599576e-02 8.510425e-03 8.548586e-03 +2.150000e+02 1.500000e+01 1.500000e+01 5.610183e-02 7.402870e-03 6.322040e-03 +2.475000e+02 1.750000e+01 1.750000e+01 3.550773e-02 4.499752e-03 3.698780e-03 +2.950000e+02 3.000000e+01 3.000000e+01 1.967260e-02 1.808310e-03 2.006841e-03 +3.875000e+02 6.250000e+01 6.250000e+01 6.680246e-03 9.081937e-04 8.187985e-04 +7.250000e+02 2.750000e+02 2.750000e+02 3.667169e-04 7.834794e-05 7.916930e-05 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d111-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d111-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 7.178073e-04 6.277439e-05 6.613597e-05 +2.250000e+01 7.500000e+00 7.500000e+00 2.487891e-03 1.533133e-04 1.502746e-04 +3.750000e+01 7.500000e+00 7.500000e+00 3.850732e-03 1.807092e-04 1.939954e-04 +5.250000e+01 7.500000e+00 7.500000e+00 4.942103e-03 2.239253e-04 2.082219e-04 +6.750000e+01 7.500000e+00 7.500000e+00 6.053610e-03 2.160100e-04 2.309847e-04 +8.250000e+01 7.500000e+00 7.500000e+00 6.231837e-03 2.456291e-04 2.829159e-04 +9.750000e+01 7.500000e+00 7.500000e+00 6.013319e-03 2.447523e-04 2.191790e-04 +1.125000e+02 7.500000e+00 7.500000e+00 5.620120e-03 2.342040e-04 2.037469e-04 +1.275000e+02 7.500000e+00 7.500000e+00 5.019313e-03 1.899147e-04 1.870976e-04 +1.425000e+02 7.500000e+00 7.500000e+00 4.249539e-03 1.422281e-04 1.569535e-04 +1.575000e+02 7.500000e+00 7.500000e+00 3.652598e-03 1.277718e-04 1.285696e-04 +1.725000e+02 7.500000e+00 7.500000e+00 3.162002e-03 1.151248e-04 1.190050e-04 +1.900000e+02 1.000000e+01 1.000000e+01 2.509158e-03 1.092811e-04 1.196867e-04 +2.150000e+02 1.500000e+01 1.500000e+01 1.852319e-03 1.215622e-04 1.115610e-04 +2.475000e+02 1.750000e+01 1.750000e+01 1.172362e-03 9.216659e-05 8.128108e-05 +2.950000e+02 3.000000e+01 3.000000e+01 6.495318e-04 4.718252e-05 5.672684e-05 +3.875000e+02 6.250000e+01 6.250000e+01 2.205622e-04 2.163455e-05 2.129070e-05 +7.250000e+02 2.750000e+02 2.750000e+02 1.210792e-05 2.419514e-06 2.399666e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d111-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d111-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t111 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +7.500000e+00 7.500000e+00 7.500000e+00 7.178073e-04 6.477973e-05 6.804092e-05 +2.250000e+01 7.500000e+00 7.500000e+00 2.487891e-03 1.558509e-04 1.528735e-04 +3.750000e+01 7.500000e+00 7.500000e+00 3.850732e-03 1.836941e-04 1.967772e-04 +5.250000e+01 7.500000e+00 7.500000e+00 4.942103e-03 2.273857e-04 2.119455e-04 +6.750000e+01 7.500000e+00 7.500000e+00 6.053610e-03 2.196832e-04 2.344217e-04 +8.250000e+01 7.500000e+00 7.500000e+00 6.231837e-03 2.486749e-04 2.855726e-04 +9.750000e+01 7.500000e+00 7.500000e+00 6.013319e-03 2.477703e-04 2.225195e-04 +1.125000e+02 7.500000e+00 7.500000e+00 5.620120e-03 2.365602e-04 2.064598e-04 +1.275000e+02 7.500000e+00 7.500000e+00 5.019313e-03 1.926779e-04 1.899200e-04 +1.425000e+02 7.500000e+00 7.500000e+00 4.249539e-03 1.460999e-04 1.604906e-04 +1.575000e+02 7.500000e+00 7.500000e+00 3.652598e-03 1.302540e-04 1.310205e-04 +1.725000e+02 7.500000e+00 7.500000e+00 3.162002e-03 1.181636e-04 1.219404e-04 +1.900000e+02 1.000000e+01 1.000000e+01 2.509158e-03 1.111615e-04 1.214128e-04 +2.150000e+02 1.500000e+01 1.500000e+01 1.852319e-03 1.226328e-04 1.127269e-04 +2.475000e+02 1.750000e+01 1.750000e+01 1.172362e-03 9.300031e-05 8.222573e-05 +2.950000e+02 3.000000e+01 3.000000e+01 6.495318e-04 4.765210e-05 5.712175e-05 +3.875000e+02 6.250000e+01 6.250000e+01 2.205622e-04 2.181703e-05 2.147627e-05 +7.250000e+02 2.750000e+02 2.750000e+02 1.210792e-05 2.444768e-06 2.425163e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d112-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d112-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 1.334121e-01 2.145085e-02 2.035247e-02 +5.500000e+01 2.000000e+01 2.000000e+01 2.832749e-01 3.879574e-02 3.628020e-02 +1.000000e+02 2.500000e+01 2.500000e+01 1.558130e-01 2.030096e-02 1.916733e-02 +1.475000e+02 2.250000e+01 2.250000e+01 6.776909e-02 8.220697e-03 8.093007e-03 +1.975000e+02 2.750000e+01 2.750000e+01 3.203683e-02 3.497337e-03 3.691986e-03 +5.125000e+02 2.875000e+02 2.875000e+02 2.996525e-03 3.298308e-04 3.273211e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d112-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d112-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t112 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 1.334121e-01 2.146171e-02 2.036381e-02 +5.500000e+01 2.000000e+01 2.000000e+01 2.832749e-01 3.880526e-02 3.628964e-02 +1.000000e+02 2.500000e+01 2.500000e+01 1.558130e-01 2.031460e-02 1.918062e-02 +1.475000e+02 2.250000e+01 2.250000e+01 6.776909e-02 8.235812e-03 8.108319e-03 +1.975000e+02 2.750000e+01 2.750000e+01 3.203683e-02 3.512424e-03 3.706422e-03 +5.125000e+02 2.875000e+02 2.875000e+02 2.996525e-03 3.309996e-04 3.285118e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d113-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d113-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 4.399306e-03 3.096074e-04 3.032296e-04 +5.500000e+01 2.000000e+01 2.000000e+01 9.341081e-03 3.429123e-04 3.361030e-04 +1.000000e+02 2.500000e+01 2.500000e+01 5.137985e-03 2.297163e-04 2.206420e-04 +1.475000e+02 2.250000e+01 2.250000e+01 2.234708e-03 1.391592e-04 1.482603e-04 +1.975000e+02 2.750000e+01 2.750000e+01 1.056425e-03 7.231675e-05 8.516204e-05 +5.125000e+02 2.875000e+02 2.875000e+02 9.881139e-05 1.087714e-05 9.579000e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d113-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d113-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t113 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +1.750000e+01 1.750000e+01 1.750000e+01 4.399306e-03 3.103300e-04 3.039590e-04 +5.500000e+01 2.000000e+01 2.000000e+01 9.341081e-03 3.437747e-04 3.370376e-04 +1.000000e+02 2.500000e+01 2.500000e+01 5.137985e-03 2.307384e-04 2.216793e-04 +1.475000e+02 2.250000e+01 2.250000e+01 2.234708e-03 1.400758e-04 1.491201e-04 +1.975000e+02 2.750000e+01 2.750000e+01 1.056425e-03 7.308430e-05 8.580969e-05 +5.125000e+02 2.875000e+02 2.875000e+02 9.881139e-05 1.091425e-05 9.620007e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d114-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d114-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.712543e+00 1.871097e-01 1.709333e-01 +6.000000e+01 2.000000e+01 2.000000e+01 5.358253e-01 8.168736e-02 8.249875e-02 +1.000000e+02 2.000000e+01 2.000000e+01 1.791376e-01 2.848395e-02 2.795310e-02 +1.450000e+02 2.500000e+01 2.500000e+01 6.317582e-02 9.130445e-03 8.207692e-03 +2.000000e+02 3.000000e+01 3.000000e+01 2.480229e-02 3.094746e-03 2.818306e-03 +4.150000e+02 1.850000e+02 1.850000e+02 1.792559e-03 2.919523e-04 2.752374e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d114-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d114-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t114 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.712543e+00 1.871326e-01 1.709569e-01 +6.000000e+01 2.000000e+01 2.000000e+01 5.358253e-01 8.170192e-02 8.251637e-02 +1.000000e+02 2.000000e+01 2.000000e+01 1.791376e-01 2.849834e-02 2.796558e-02 +1.450000e+02 2.500000e+01 2.500000e+01 6.317582e-02 9.143305e-03 8.221557e-03 +2.000000e+02 3.000000e+01 3.000000e+01 2.480229e-02 3.109256e-03 2.834073e-03 +4.150000e+02 1.850000e+02 1.850000e+02 1.792559e-03 2.932145e-04 2.765645e-04 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d115-x01-y01 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d115-x01-y01 +Title: doi:10.17182/hepdata.81950.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.672235e-02 6.557407e-04 6.292375e-04 +6.000000e+01 2.000000e+01 2.000000e+01 5.232138e-03 3.855559e-04 4.221048e-04 +1.000000e+02 2.000000e+01 2.000000e+01 1.749212e-03 1.451464e-04 1.508088e-04 +1.450000e+02 2.500000e+01 2.500000e+01 6.168887e-04 4.101550e-05 3.793790e-05 +2.000000e+02 3.000000e+01 3.000000e+01 2.421853e-04 1.726437e-05 1.693520e-05 +4.150000e+02 1.850000e+02 1.850000e+02 1.750368e-05 2.041546e-06 1.992443e-06 +END YODA_SCATTER2D_V2 +BEGIN YODA_SCATTER2D_V2 /REF/ATLAS_2018_I1656578/d115-x01-y02 +IsRef: 1 +Path: /REF/ATLAS_2018_I1656578/d115-x01-y02 +Title: doi:10.17182/hepdata.81950.v1/t115 +Type: Scatter2D +--- +# xval xerr- xerr+ yval yerr- yerr+ +2.000000e+01 2.000000e+01 2.000000e+01 1.672235e-02 6.560428e-04 6.294862e-04 +6.000000e+01 2.000000e+01 2.000000e+01 5.232138e-03 3.857917e-04 4.223353e-04 +1.000000e+02 2.000000e+01 2.000000e+01 1.749212e-03 1.453800e-04 1.510303e-04 +1.450000e+02 2.500000e+01 2.500000e+01 6.168887e-04 4.128176e-05 3.822995e-05 +2.000000e+02 3.000000e+01 3.000000e+01 2.421853e-04 1.750775e-05 1.718440e-05 +4.150000e+02 1.850000e+02 1.850000e+02 1.750368e-05 2.058579e-06 2.009817e-06 +END YODA_SCATTER2D_V2