Test ROOT
To determine if ROOT is set up properly:
- If you set up a temporary ROOT environment, execute the script you created in "Set ROOT Environment".
OR
If you permanently modified your ROOT environment, enter (from the command line): root
ROOT should start up and the windows should look like:

- To check ROOT environment setting, type:
TF1 f1("func1", "sin(x)/x", 0, 10)
Then enter:
f1.Draw()
You should see something similar to:

And a new plot:

- To quit your ROOT session, type: .q
ROOT should exit.
Last updated by: Chuck Patterson
04/18/2005 |
|
|