Created
January 25, 2012 14:26
-
-
Save gadamc/1676501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ROOT import TF1 | |
import pickle | |
f = pickle.loads(doc['formula']['tf1']) | |
f.Draw() #now f is a TF1 object and the parameters should have already been set for you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment