Skip to content
Snippets Groups Projects
Commit 7d0ebbf6 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Add missing file variable

parent 63442ab7
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ h1f.FillRandom("sqroot",10000) ...@@ -41,7 +41,7 @@ h1f.FillRandom("sqroot",10000)
h1f.Draw() h1f.Draw()
c1.Update() c1.Update()
ROOT.TFile ("fillrandom.root","RECREATE") f = ROOT.TFile("fillrandom.root","RECREATE")
form1.Write() form1.Write()
sqroot.Write() sqroot.Write()
h1f.Write() h1f.Write()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment