1root(1) General Commands Manual root(1)
2
3
4
6 usage: root [-b B] [-x X] [-e E] [-n N] [-t T] [-q Q] [-l L] [-a A]
7 [-config CONFIG] [-h HELP] [--version VERSION]
8 [--notebook NOTEBOOK] [--web WEB] [--web=<browser>
9 WEB=<BROWSER>]
10 [dir] [file:data.root] [file1.C...fileN.C]
11
12
14 ROOTs Object-Oriented Technologies.
15
16 root is an interactive interpreter of C++ code. It uses the ROOT
17 framework. For more information on ROOT, please refer to
18
19 An extensive Users Guide is available from that site (see below).
20
21
23 -b Run in batch mode without graphics
24
25 -x Exit on exceptions
26
27 -e Execute the command passed between single quotes
28
29 -n Do not execute logon and logoff macros as specified in .rootrc
30
31 -t Enable thread-safety and implicit multi-threading (IMT)
32
33 -q Exit after processing command line macro files
34
35 -l Do not show the ROOT banner
36
37 -a Show the ROOT splash screen
38
39 -config
40 print ./configure options
41
42 -h -? --help
43 Show summary of options
44
45 --version
46 Show the ROOT version
47
48 --notebook
49 Execute ROOT notebook
50
51 --web Display graphics in a default web browser
52
53 --web=<browser>
54 Display graphics in specified web browser
55
56 [dir] if dir is a valid directory cd to it before executing
57
58 [file:data.root]
59 Open the ROOT file data.root
60
61 [file1.C...fileN.C]
62 Execute the the ROOT macro file1.C ... fileN.C
63
64
65
66 root(1)