ROOT
master
Reference Guide
Loading...
Searching...
No Matches
CreateExampleFile.py
Go to the documentation of this file.
1
import
ROOT
2
3
gROOT = ROOT.gROOT
4
5
6
def
CreateExampleFile
():
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."
)
CreateExampleFile.CreateExampleFile
CreateExampleFile()
Definition
CreateExampleFile.py:6
tutorials
roostats
CreateExampleFile.py
ROOT master - Reference Guide Generated on Thu Dec 19 2024 09:47:22 (GVA Time) using Doxygen 1.9.8