A ROOT script demonstrating an example of writing a HistFactory model using Python.
try:
import ROOT
except:
print("It seems that pyROOT isn't properly configured")
return
"""
Create a HistFactory measurement from python
"""
InputFile = "./data/example.root"
ROOT.Info(
"example.py", InputFile+
" does not exist")
pass
if __name__ == "__main__":
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
- Author
- George Lewis
Definition in file example.py.