The "fROOT" software package includes:
Online monitor
HDT [Hit-Data-Tape] management (root-trees with detector hits)
"fidarc wrapper" (froot<->fidarc interface)
Pre-analysis monitor
SCC (SlowControlCenter)
Event-Display (support for reconstructed tracks [from pre-analysis trees] available)
"Mini-SQL-1",
"mysql" and "ROOT >= 5-13/04" are required by
"fROOT".
MSQL:
download the msql-1 tar-file (refer to the "README" file for installation)
ROOT:
The "ROOT" official CVS server is: ":pserver:cvs@root.cern.ch:/user/cvs". (see the official ROOT web page for details).
If you are used to cvs you already know everithing you need, otherwise read the following lines.
#
cd <directory in which you will download root
# export
CVSROOT=”:pserver:cvs@root.cern.ch:/user/cvs”
# cvs
-z3 co root
If you need to download a “tagged”
version:
# cvs -z3 co -r v5-13-04 root
If you need to
specify the directory name:
( example for version “5.13/04”
)
# cvs -z3 co -d root_5_13_04 -r v5-13-04 root
the
complete syntax for downloading a tagged version is:
# cvs -z3 co
-d <dir-name> -r <tag-name> <project-name>
fROOT:
The access to the "fROOT" CVS server is allowed (in read-mode) to the FINUDA Collaboration. The CVS environment required to connect to the fROOT CVS server is:
#
CVSROOT=":ext:finuda@fnddiskfe.lnf.infn.it:/home/online/CVS_REP_ONLINE"
# CVS_RSH="ssh"
# project name = "fROOT"
If you need you can check the List of available tags.
If you are used to cvs you already know everithing you need, otherwise read the following lines.
#
cd <directory in which you will download fROOT
# export
CVSROOT=":ext:finuda@fnddiskfe.lnf.infn.it:/home/online/CVS_REP_ONLINE"
#
export CVS_RSH=”ssh”
# cvs co fROOT
If you
need to download a “tagged” version:
# cvs co -r
v9-03-01 fROOT
If you need to specify the directory name:
(
example for version “9.03/01” )
# cvs co -d
root_9_03_01 -r v9-03-01 fROOT
the complete syntax for
downloading a tagged version is:
# cvs co -d <dir-name> -r
<tag-name> <project-name>
last update: