Open root:
> root
Instantiate a h101 object and run its loop method:
// This loads the class files from the directory above
root [3] .L ../h101.C
// This makes our h101 object
root [4] h101 c
// This runs the loop method of the h101 object, which makes the graphs etc.
root [5] c.Loop()
No comments:
Post a Comment