This lesson is still being designed and assembled (Pre-Alpha version)

Using ROOT with python

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • Can I call ROOT from python?

Objectives
  • Find resources

PyROOT

The PyROOT project started with Wim Lavrijsen in the late `00s and became very popular, paralleling the rise of more general python tools within the community.

If you want to learn how to use PyROOT, you can go through some individual examples here, or a more guided tutorial here.

Feel free to challenge yourself to rewrite the previous C++ code using PyROOT!

Key Points

  • PyROOT is a complete interface to the ROOT libraries