.cirrus.yml
.flake8
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
codecov.yml
setup.cfg
setup.py
binder/accumulators.ipynb
binder/applying_corrections.ipynb
binder/environment.yml
binder/histograms.ipynb
binder/nanoevents.ipynb
binder/nanoevents_pq.ipynb
binder/processor.ipynb
binder/systematics.ipynb
binder/servicex/ATLAS/DaskAnalysis.ipynb
binder/servicex/ATLAS/LocalExample.ipynb
coffea/__init__.py
coffea/analysis_tools.py
coffea/util.py
coffea/version.py
coffea.egg-info/PKG-INFO
coffea.egg-info/SOURCES.txt
coffea.egg-info/dependency_links.txt
coffea.egg-info/requires.txt
coffea.egg-info/top_level.txt
coffea/btag_tools/__init__.py
coffea/btag_tools/btagscalefactor.py
coffea/jetmet_tools/CorrectedJetsFactory.py
coffea/jetmet_tools/CorrectedMETFactory.py
coffea/jetmet_tools/FactorizedJetCorrector.py
coffea/jetmet_tools/JECStack.py
coffea/jetmet_tools/JetCorrectionUncertainty.py
coffea/jetmet_tools/JetResolution.py
coffea/jetmet_tools/JetResolutionScaleFactor.py
coffea/jetmet_tools/__init__.py
coffea/lookup_tools/__init__.py
coffea/lookup_tools/correctionlib_wrapper.py
coffea/lookup_tools/dense_evaluated_lookup.py
coffea/lookup_tools/dense_lookup.py
coffea/lookup_tools/dense_mapped_lookup.py
coffea/lookup_tools/doublecrystalball.py
coffea/lookup_tools/evaluator.py
coffea/lookup_tools/extractor.py
coffea/lookup_tools/jec_uncertainty_lookup.py
coffea/lookup_tools/jersf_lookup.py
coffea/lookup_tools/jme_standard_function.py
coffea/lookup_tools/json_converters.py
coffea/lookup_tools/json_lookup.py
coffea/lookup_tools/lookup_base.py
coffea/lookup_tools/rochester_lookup.py
coffea/lookup_tools/root_converters.py
coffea/lookup_tools/txt_converters.py
coffea/lumi_tools/__init__.py
coffea/lumi_tools/lumi_tools.py
coffea/nanoevents/__init__.py
coffea/nanoevents/factory.py
coffea/nanoevents/transforms.py
coffea/nanoevents/util.py
coffea/nanoevents/mapping/__init__.py
coffea/nanoevents/mapping/base.py
coffea/nanoevents/mapping/parquet.py
coffea/nanoevents/mapping/preloaded.py
coffea/nanoevents/mapping/uproot.py
coffea/nanoevents/mapping/util.py
coffea/nanoevents/methods/__init__.py
coffea/nanoevents/methods/base.py
coffea/nanoevents/methods/candidate.py
coffea/nanoevents/methods/delphes.py
coffea/nanoevents/methods/nanoaod.py
coffea/nanoevents/methods/pdune.py
coffea/nanoevents/methods/physlite.py
coffea/nanoevents/methods/vector.py
coffea/nanoevents/methods/systematics/UpDownSystematic.py
coffea/nanoevents/methods/systematics/__init__.py
coffea/nanoevents/schemas/__init__.py
coffea/nanoevents/schemas/auto.py
coffea/nanoevents/schemas/base.py
coffea/nanoevents/schemas/delphes.py
coffea/nanoevents/schemas/nanoaod.py
coffea/nanoevents/schemas/pdune.py
coffea/nanoevents/schemas/physlite.py
coffea/nanoevents/schemas/treemaker.py
coffea/processor/__init__.py
coffea/processor/accumulator.py
coffea/processor/dataframe.py
coffea/processor/executor.py
coffea/processor/helpers.py
coffea/processor/processor.py
coffea/processor/work_queue_tools.py
coffea/processor/dask/__init__.py
coffea/processor/parsl/__init__.py
coffea/processor/parsl/condor_config.py
coffea/processor/parsl/detail.py
coffea/processor/parsl/slurm_config.py
coffea/processor/parsl/timeout.py
coffea/processor/servicex/__init__.py
coffea/processor/servicex/analysis.py
coffea/processor/servicex/dask_executor.py
coffea/processor/servicex/data_source.py
coffea/processor/servicex/executor.py
coffea/processor/servicex/local_executor.py
coffea/processor/spark/__init__.py
coffea/processor/spark/detail.py
coffea/processor/spark/spark_executor.py
coffea/processor/templates/__init__.py
coffea/processor/templates/spark.py.tmpl
coffea/processor/test_items/NanoDaskProcessor.py
coffea/processor/test_items/NanoEventsProcessor.py
coffea/processor/test_items/NanoTestProcessor.py
coffea/processor/test_items/NanoTestProcessorPandas.py
coffea/processor/test_items/__init__.py
docker/kubernetes/spark/Dockerfile
docker/skyhook/Dockerfile
docker/skyhook/README.md
docker/skyhook/script.sh
docker/skyhook/skyhook-coffea-demo.yml
docs/Makefile
docs/source/concepts.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/reference.rst
docs/source/wq-example.py
docs/source/wq.rst
docs/source/_templates/automodapi_templ.rst
docs/source/images/columnar.png
docs/source/notebooks/accumulators.ipynb
docs/source/notebooks/applying_corrections.ipynb
docs/source/notebooks/histograms.ipynb
docs/source/notebooks/nanoevents.ipynb
docs/source/notebooks/processor.ipynb
tests/dummy_distributions.py
tests/make_expected_lookup.py
tests/test_accumulators.py
tests/test_analysis_tools.py
tests/test_btag.py
tests/test_dask.py
tests/test_dask_pandas.py
tests/test_jetmet_tools.py
tests/test_local_executors.py
tests/test_lookup_tools.py
tests/test_lumi_tools.py
tests/test_nanoevents.py
tests/test_nanoevents_auto.py
tests/test_nanoevents_delphes.py
tests/test_nanoevents_pdune.py
tests/test_nanoevents_physlite.py
tests/test_nanoevents_treemaker.py
tests/test_nanoevents_vector.py
tests/test_parsl.py
tests/test_preloaded.py
tests/test_processor.py
tests/test_skyhook_job.py
tests/test_spark.py
tests/test_util.py
tests/test_workitem.py
tests/wq.py
tests/baseline/test_plot1d.png
tests/baseline/test_plot2d.png
tests/baseline/test_plotgrid.png
tests/baseline/test_plotratio.png
tests/processor/__init__.py
tests/processor/servicex/__init__.py
tests/processor/servicex/test_data_source.py
tests/processor/servicex/test_executor.py
tests/samples/Autumn18_RunA_V19_DATA_L2Relative_AK4Calo.jec.txt
tests/samples/Autumn18_RunC_V19_DATA_L2Relative_AK8PFchs.jec.txt.gz
tests/samples/Autumn18_V7_MC_SF_AK4PFchs.jersf.txt.gz
tests/samples/Autumn18_V7b_DATA_SF_AK4PF.jersf.txt
tests/samples/Autumn18_V7b_MC_SF_AK8PFchs.jersf.txt.gz
tests/samples/Autumn18_V8_MC_UncertaintySources_AK4PFchs.junc.txt
tests/samples/Cert_294927-306462_13TeV_EOY2017ReReco_Collisions17_JSON.txt
tests/samples/DAOD_PHYSLITE_21.2.108.0.art.pool.root
tests/samples/DeepCSV_102XSF_V1.btag.csv.gz
tests/samples/DeepCSV_2016LegacySF_V1_TuneCP5.btag.csv.gz
tests/samples/DeepJet_102XSF_WP_V1.btag.csv.gz
tests/samples/EIDISO_WH_out.histo.json
tests/samples/Fall17_17Nov2017B_V32_DATA_L2Relative_AK4Calo.txt.gz
tests/samples/Fall17_17Nov2017_V32_MC_L1JPTOffset_AK4JPT.jec.txt.gz
tests/samples/Fall17_17Nov2017_V32_MC_L2Relative_AK4Calo.jec.txt.gz
tests/samples/Fall17_17Nov2017_V32_MC_L2Relative_AK4PFPuppi.jec.txt
tests/samples/Fall17_17Nov2017_V32_MC_Uncertainty_AK4PFPuppi.junc.txt
tests/samples/Fall17_17Nov2017_V32_MC_Uncertainty_AK4PFPuppi.junc.txt.gz
tests/samples/Fall17_17Nov2017_V6_MC_UncertaintySources_AK4PFchs.junc.txt.gz
tests/samples/Fall17_V2_MC_SF_AK8PFPuppi.jersf.txt
tests/samples/PR554_SkipReadOnlyDirectory.root
tests/samples/RegroupedV2_Fall17_17Nov2017_V32_MC_UncertaintySources_AK4PFchs.junc.txt.gz
tests/samples/Regrouped_Fall17_17Nov2017_V32_MC_UncertaintySources_AK4PFchs.junc.txt
tests/samples/RoccoR2018.txt.gz
tests/samples/SFttbar_2016_ele_pt.root
tests/samples/Spring16_25nsV10_MC_PtResolution_AK4PFPuppi.jr.txt.gz
tests/samples/Spring16_25nsV10_MC_SF_AK4PFPuppi.jersf.txt
tests/samples/Spring16_25nsV10_MC_SF_AK4PFPuppi.jersf.txt.gz
tests/samples/Summer16_07Aug2017_V11_L1fix_MC_L2Relative_AK4PFchs.jec.txt.gz
tests/samples/Summer16_23Sep2016V3_MC_L1FastJet_AK4PFPuppi.jec.txt.gz
tests/samples/Summer16_23Sep2016V3_MC_L2L3Residual_AK4PFPuppi.jec.txt.gz
tests/samples/Summer16_23Sep2016V3_MC_L2Relative_AK4PFPuppi.jec.txt.gz
tests/samples/Summer16_23Sep2016V3_MC_L3Absolute_AK4PFPuppi.jec.txt.gz
tests/samples/Summer16_23Sep2016V3_MC_UncertaintySources_AK4PFPuppi.junc.txt.gz
tests/samples/Summer16_23Sep2016V3_MC_Uncertainty_AK4PFPuppi.junc.txt.gz
tests/samples/Winter14_V8_MC_L5Flavor_AK5Calo.txt
tests/samples/beamana.C
tests/samples/beamana.h
tests/samples/build_rochester.py
tests/samples/cp_nano.sh
tests/samples/delphes.root
tests/samples/lumi_small.csv
tests/samples/nano_dimuon.parquet
tests/samples/nano_dimuon.root
tests/samples/nano_dimuon_rochester.npy
tests/samples/nano_dimuon_rochester_err.npy
tests/samples/nano_dy.parquet
tests/samples/nano_dy.root
tests/samples/nano_dy_SpecialTree.root
tests/samples/nano_dy_rochester.npy
tests/samples/nano_dy_rochester_err.npy
tests/samples/nano_dy_rochester_rand.npy
tests/samples/nano_tree.root
tests/samples/old_hist_format.coffea
tests/samples/pduneana.root
tests/samples/photon_id.ea.txt
tests/samples/testBTagSF.btag.csv
tests/samples/testSF2d.corr.json.gz
tests/samples/testSF2d.histo.root
tests/samples/treemaker.root
validation/btag/setup.sh
validation/btag/validate.py