From 3603001687d7cf172ebd585d30b8ff7b351c761e Mon Sep 17 00:00:00 2001 From: Julie Hogan Date: Fri, 26 Jul 2024 10:18:26 -0500 Subject: [PATCH] Update 05-using-root-with-python.md --- episodes/05-using-root-with-python.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/episodes/05-using-root-with-python.md b/episodes/05-using-root-with-python.md index d053293..ab36eab 100644 --- a/episodes/05-using-root-with-python.md +++ b/episodes/05-using-root-with-python.md @@ -13,6 +13,7 @@ exercises: 0 :::::::::::::: objectives - Find resources for PyROOT +- Find resources for Scikit-HEP :::::::::::::: @@ -85,5 +86,7 @@ perform some HEP analysis with your new python environment! :::::::::::::: keypoints - PyROOT is a complete interface to the ROOT libraries +- Scikit-HEP provides tools to interface between ROOT and global scientific python tools +- We will use `uproot`, `awkward`, and `vector` in our NanoAOD analysis ::::::::::::::