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