]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Doxymain.h
renaming function to avoid library conflict (discovered in test/generators/TUHKMgen)
[u/mrichter/AliRoot.git] / MUON / Doxymain.h
index 463d2615fc99b80b6c133f4f19f5565ec58b7851..1fc0ab7b6e0f471c7b4b2e5dc75993a9ebc53933 100644 (file)
@@ -20,13 +20,16 @@ Currently there are the documentation pages on
 - \ref README_rec
 - \ref README_base
 - \ref README_mchview 
+- \ref README_eve
 - \ref README_evaluation 
 - \ref README_cosmics
 - \ref README_fast
 - \ref README_raw 
 - \ref README_mapping 
 - \ref README_mchda 
+- \ref README_mtrda 
 - \ref README_calib 
+- \ref README_calign 
 - \ref README_geometry 
 - \ref README_trigger 
 - \ref README_shuttle 
@@ -54,14 +57,16 @@ the script with whatever non valid option, .eg. h:
 <pre>
 ./AlirootRun_MUONtest.sh h
 ERROR : extra option not recognized
-Usage: AlirootRun_MUONtest.sh options (-SRXsrxn:p:d:c:)
+Usage: AlirootRun_MUONtest.sh options (-SRXsrxn:tg:p:d:c:)
        -S (-s) perform (or not) simulation (default is do it, i.e -S)
        -R (-r) perform (or not) reconstruction (default is do it, i.e. -R)
        -X event (-x) perform (or not) checks and dumps (default is do it for event 5, i.e. -X 5)
        -n nevents (int) number of events to simulate (default 100)
+       -t will use OUTDIR as a tmp directory to generate raw data  
+       -g seed (uint) seed to be used in simulation (default 1234567)
        -p recoptions (quotified string) reconstruction options to use (default "SAVEDIGITS")
-       -d full path to output directory (default /work/projects/alice/dev/AliRoot/MUON/test_out.100)
-       -c full path to configuration file for simulation (default /work/projects/alice/dev/AliRoot/MUON/Config.C)
+       -d full path to output directory (default /work/projects/alice/trunk/AliRoot/MUON/test_out.100)
+       -c full path to configuration file for simulation (default /work/projects/alice/trunk/AliRoot/MUON/Config.C)
 </pre>
 
 The results of this test are saved in test_out.nevent directory.