Test ROOT

To determine if ROOT is set up properly:

  1. 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:

  1. 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:

  1. To quit your ROOT session, type: .q

ROOT should exit.

 

 

Last updated by: Chuck Patterson 04/18/2005