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] [-config
7 CONFIG]
8 [-memstat MEMSTAT] [-h HELP] [--version 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 splash screen
37
38 -config
39 print ./configure options
40
41 -memstat
42 run with memory usage monitoring
43
44 -h -? --help
45 Show summary of options
46
47 --version
48 Show the ROOT version
49
50 --notebook
51 Execute ROOT notebook
52
53 --web Display graphics in a default web browser
54
55 --web=<browser>
56 Display graphics in specified web browser
57
58 [dir] if dir is a valid directory cd to it before executing
59
60 [file:data.root]
61 Open the ROOT file data.root
62
63 [file1.C...fileN.C]
64 Execute the the ROOT macro file1.C ... fileN.C
65
66
67
68 root(1)