1ROOT(1)                     General Commands Manual                    ROOT(1)
2
3
4

NAME

6       root - Interpretor of C++ for the ROOT framework
7

SYNOPSIS

9       root [options] files ...
10

DESCRIPTION

12       ROOTs Object-Oriented Technologies.
13
14       root  is a interactive interpretor of C++ code. It uses the ROOT frame‐
15       work.   For   more   information   on    ROOT,    please    refer    to
16       http://root.cern.ch.
17
18       An extensive Users Guide is available from that site.
19

OPTIONS

21       -?  Show summary of options.
22
23       -b     Run in batch mode without graphics
24
25       -n     Do not execute logon and logoff macros as specified in .rootrc
26
27       -q     Exit after processing command line macro files
28
29       -l     Do not show splash screen
30

SEE ALSO

32       rootcint(1), cint(1), root-config(1), rootd(1), h2root(1), g2root(1)
33
34       For extensive documentation on the ROOT system, see http://root.cern.ch
35
36       A Users Guide is avaliable online.
37
38       The  classes  of ROOT are all documented by the automatic documentation
39       system, and is available online.
40

FILES

42       <etcdir>/system.rootrc
43              System-wide configuration  file.  <etcdir>  either  ROOTSYS,  or
44              something like /etc/root
45
46       <libdir>/*
47              ROOT  C++  class  libraries.  <libdir>  is either ROOTSYS/lib or
48              something like /usr/lib/root.
49
50       <incdir>/*
51              The header files for the ROOT C++ class libraries.  <incdir>  is
52              either ROOTSYS/include or something like /usr/include/root.
53
54       ~/.rootrc, ./.rootrc
55              User configuration file
56

ORIGINAL AUTHORS

58       The ROOT team (see web page above):
59              Rene Brun and Fons Rademakers
60
62       This library is free software; you can redistribute it and/or modify it
63       under the terms of the GNU Lesser General Public License  as  published
64       by  the Free Software Foundation; either version 2.1 of the License, or
65       (at your option) any later version.
66
67       This library is distributed in the hope that it  will  be  useful,  but
68       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
69       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  GNU  Lesser
70       General Public License for more details.
71
72       You  should  have  received  a  copy  of  the GNU Lesser General Public
73       License along with this library; if not, write  to  the  Free  Software
74       Foundation,  Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301
75       USA
76

AUTHOR

78       This  manual  page  was   written   by   Christian   Holm   Christensen
79       <cholm@nbi.dk>,  for  the  Debian  GNU/Linux system (but may be used by
80       others).
81
82
83
84ROOT                               Version 3                           ROOT(1)
Impressum