ROOT
git-r3/HEAD
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
roofit
roostats
CreateExampleFile.py
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1