PyROOT Tutorial (python) - Indico

Step 1: create the basic structure of a PyROOT script {PyROOT scripts are the same as any other python script, they just have to \import ROOT". {Create the script with something like the below to get started. import ROOTprint "This is my script" {Run the script using python: python myScript.py Step 2: de ne the script arguments ................
................