]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/READMEtrigger.txt
Protection against index out of range
[u/mrichter/AliRoot.git] / MUON / READMEtrigger.txt
index 65c69eb2f296dc3447b1e993a6531af247491685..f7e5203c6c82295d0dc793e050dfe43a504f4637 100644 (file)
@@ -2,7 +2,7 @@
 
 /*! 
 
-\page README_trigger README trigger
+\page README_trigger Trigger
 
 
 \section trigger_s1  How to reprocess trigger decision from already produced digits
@@ -20,7 +20,7 @@ Note: rec points from tracking chamber will be lost.
 Usage:
 <pre>
 root [0] .L $ALICE_ROOT/MUON/MUONTrigger.C+
-root [1] MUONTrigger()
+root [1] MUONTrigger("galice.root")
 </pre>
 
 
@@ -50,7 +50,7 @@ By menus:
 \subsection trigger_s2_sub1 File
 
 - Run     - open a file and start with a given event number
-          takes the full path <path>/galice.root
+            takes the full path your_path/galice.root
 - Control - navigate in the tree with events
 - Exit    - exit the main application
 
@@ -179,5 +179,7 @@ by adding in Config.C:
 MUON->SetTriggerEffCells(1);
 </pre>
 
+This chapter is defined in the READMEtrigger.txt file.
+
 */