Create the rec-point branch even in the case of no digits. Please review and fix...
[u/mrichter/AliRoot.git] / man / man4 / alirun.4
index 1678ce2523156342877e7c1b6c7dceebb317a1f2..b23d0f9f867133b97f3fea69c19c3e7cf637a20b 100644 (file)
@@ -4,6 +4,9 @@
 alirun - a shell script to run AliRoot
 .SH DESCRIPTION
 $Log$
 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.
 
 Revision 1.5  2001/02/23 17:33:40  buncic
 Added alifs wrapper for CASTOR and alirun modified accordingly.
@@ -48,7 +51,7 @@ The following options are used to configure AliRoot session.
     - Reco ................ reconstruction
 
 -d <TPC+ITS+..> | -d all | -all 
     - 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.
 
 -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.
@@ -127,9 +130,9 @@ These options define run time appearance of the AliRoot session.
    
    alirun -o /tmp/event.2 -f test.root -split -p 100 -c Hits
 
    
    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:
 
 
   Use output from second step and create digits for all detectors. Output is in the same direcory and branches are diverted to separate files: