alirun - a shell script to run AliRoot
.SH DESCRIPTION
$Log$
+Revision 1.1 2001/05/16 14:57:29 alibrary
+New files for folders and Stack
+
Revision 1.5 2001/02/23 17:33:40 buncic
Added alifs wrapper for CASTOR and alirun modified accordingly.
- Reco ................ reconstruction
-d <TPC+ITS+..> | -d all | -all
- Selects detector for which <command> will be run. If none of these options was specified, an internal loop in AliRoot over all active detectors is assumed. Otherwise, for each detector, input file(s) are re-opened in update mode, command (or macro) is executed and the file is closed. Option -all is equivalent to MUON+RICH+TOF+ITS+TPC+PHOS+PMD+CASTOR+TRD. Detectors are processed in order as they appear on the command line.
+ Selects detector for which <command> will be run. If none of these options was specified, an internal loop in AliRoot over all active detectors is assumed. Otherwise, for each detector, input file(s) are re-opened in update mode, command (or macro) is executed and the file is closed. Option -all is equivalent to MUON+HMPID+TOF+ITS+TPC+PHOS+PMD+CASTOR+TRD. Detectors are processed in order as they appear on the command line.
-f <file>
Name of the top level Root file where Root trees will be stored (branches may reside in the same file or be diverted to separate files (see -split option). By default, file is named galice.root.
alirun -o /tmp/event.2 -f test.root -split -p 100 -c Hits
- Use output from first step and create TOF and RICH digits. Output is in the same direcory and in file test.root
+ Use output from first step and create TOF and HMPID digits. Output is in the same direcory and in file test.root
- alirun -d TOF+RICH -o /tmp/event.1 -c Digits
+ alirun -d TOF+HMPID -o /tmp/event.1 -c Digits
Use output from second step and create digits for all detectors. Output is in the same direcory and branches are diverted to separate files: