Locked History Actions

Diff for "ANAROOT/Manual/StartupGuide"

Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
= login to anaroot = = Setup for ANAROOT =
Line 11: Line 11:
}}}

= Edit AnaFile =
(Ask someone which TArtAnaLoop derived class to use.)

= Start ROOT =
{{{
$ acd (if you are not in base directory)
Line 12: Line 20:
root[0]
Line 14: Line 21:

= Analysis =
{{{
root[0] book(new TArtAnaLoopSAMURAI, "ana/user.ana")
root[1] push("ridf/data0001.ridf")
root[2] start()
root[3] ls()
root[4] hn()
...
}}}
For further commands, see

Startup guide

Setup for ANAROOT

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

Edit AnaFile

(Ask someone which TArtAnaLoop derived class to use.)

Start ROOT

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

Analysis

root[0] book(new TArtAnaLoopSAMURAI, "ana/user.ana")
root[1] push("ridf/data0001.ridf")
root[2] start()
root[3] ls()
root[4] hn()
...

For further commands, see