Revision 5 as of 2012-02-25 07:00:08

Clear message
Locked History Actions

ANAROOT/Manual/StartupGuide

Startup guide

Setup for ANAROOT

$ anarootlogin username
...
 New user! Do you create new directory for this user? [y/n]: y
...

Edit AnaFile

Using AnaFile, you can easily create 1D or 2D histograms and simple gate by ID (not by name).

$ emacs ana/user.ana

Grammer and Examples are shown in here.

Start ROOT

$ acd (if you are not in base directory)
$ root -l

Analysis

root[0] book(new TArtAnaLoopSAMURAI, "ana/user.ana") (Ask collaborator which TArtAnaLoop derived class to use.)
root[1] push("ridf/data0001.ridf")
root[2] start()
root[3] ls()
root[4] hn()
...

For further commands, see commands reference.