Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CreateExampleFile.py
Go to the documentation of this file.
1import ROOT
2
3gROOT = ROOT.gROOT
4
5
7
8 print("Preparing HistFactory ...")
9 gROOT.ProcessLine(".! prepareHistFactory .")
10 print("... done." "")
11
12 print("Moving HistoryFactory to Working Space ...")
13 gROOT.ProcessLine(".! hist2workspace config/example.xml")
14 print("... done.")