Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| root:pyroot [2017/06/13 09:40] – iwn | root:pyroot [2017/09/05 15:05] (current) – [Useful pyROOT snippets] iwn |
|---|
| | [[root:root|Getting started with ROOT]] -> [[root:pyroot|Useful pyROOT snippets]] |
| | |
| ====== Useful pyROOT snippets ====== | ====== Useful pyROOT snippets ====== |
| |
| Here are some loose examples of ''ROOT'' in ''python'' that may be useful: | Here are some loose examples of ''ROOT'' in ''python'' that may be useful: |
| * [[root:pyroot_TTree|handling TTree trees]] | * [[root:pyroot_TTree|handling TTree trees]], |
| * [[root:pyroot_TH1|handling TH1 histograms]] | * [[root:pyroot_TH1|handling TH1 histograms]], |
| * [[root:pyroot_TFile|handling TFile files]] | * [[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.) |