Skip to content

stwunsch/root_dataframe_tutorial

Repository files navigation

ROOT Data Frame Tutorial

This tutorial illustrate the usage of ROOT::RDataFrame in C++ and Python. The notebooks guide through an examplary analysis producing a dimuon spectrum from CMS Open Data.

Stage 0 of the tutorial introduces you to the C++ API of ROOT's dataframe. Stage 1 reimplements the analysis in Python and introduces you to features of ROOT, which allow you to inject performant C++ code in your Python workflow. Finally, stage 2 shows how you can optimize your analysis in Python even further by injecting precompiled C++ code in your application with very little effort ensuring best performance combined with the convenience of Python.

Open in SWAN Open in Binder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published