[[root:root|Getting started with ROOT]] -> [[root:pyroot|Useful pyROOT snippets]] ====== Useful pyROOT snippets ====== Here are some loose examples of ''ROOT'' in ''python'' that may be useful: * [[root:pyroot_TTree|handling TTree trees]], * [[root:pyroot_TH1|handling TH1 histograms]], * [[root:pyroot_TFile|handling TFile files and TDirectory directories]], * [[https://github.com/clelange/roofit|RooFit]] and [[https://github.com/clelange/roostats|RooStats]] tutorials, [[https://www.nikhef.nl/~vcroft/GettingStartedWithRooFit.html|RooFit manual]]. * [[https://wiki.physik.uzh.ch/lhcb/root:root|more by the LHCb group]]. (More snippets to follow.)