Skip to content
Snippets Groups Projects
Commit 9a2f8696 authored by Lucas Corcodilos's avatar Lucas Corcodilos
Browse files

Small example fix

parent 38ee0c77
Branches
Tags
No related merge requests found
......@@ -88,4 +88,4 @@ nminus1Hists.Do('Write')
out.Close()
# NOTE: Can plot full node to tree to ensure selections were made accurately (requires graphviz python package and Graphviz installation)
a.PrintNodeTree('ex4_tree')
\ No newline at end of file
a.PrintNodeTree('ex4_tree.png')
\ No newline at end of file
......@@ -74,4 +74,4 @@ a.MakeWeightCols()
templateGroup = a.MakeTemplateHistos(ROOT.TH1F('mtt','m_{tt}',30,500,3500), 'invariantMass')
a.DrawTemplates(templateGroup,'test_templates/')
a.PrintNodeTree('ex5_tree',verbose=True)
a.PrintNodeTree('ex5_tree.png',verbose=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment