X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FDoxymain.h;h=1fc0ab7b6e0f471c7b4b2e5dc75993a9ebc53933;hb=65cd97ed9feb638ead24104ec0aa803f061bfce7;hp=74c8dfeee73e11680a994dde309cac7ff884bf5c;hpb=0145e89abcfc92979b59eb1e7514739f1f945d05;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/Doxymain.h b/MUON/Doxymain.h index 74c8dfeee73..1fc0ab7b6e0 100644 --- a/MUON/Doxymain.h +++ b/MUON/Doxymain.h @@ -19,15 +19,20 @@ Currently there are the documentation pages on - \ref README_sim - \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 -- \ref README_mchview On this page you will find the first how to run the simulation, reconstructin and evaluation chain. More details @@ -52,14 +57,16 @@ the script with whatever non valid option, .eg. h:
 ./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)
 
The results of this test are saved in test_out.nevent directory.