]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added description of event navigation.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Jul 2006 12:59:01 +0000 (12:59 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Jul 2006 12:59:01 +0000 (12:59 +0000)
EVE/README

index 9b88fb07d01768c5c3f75d83e7fa634f4d42d649..d275c1f2ddd73e3891c7aef66be99e021cad543e 100644 (file)
@@ -28,7 +28,15 @@ Interactively:
    root[1] alieve_init("/somedir")
 
 3. Use GUI or CINT command-line to invoke further visualization macros.
-  
+
+4. To navigate the events use macros 'event_next.C' and 'event_prev.C'.
+   These are equivalent to the command-line invocations:
+   root[x] Alieve::gEvent->NextEvent()
+or
+   root[x] Alieve::gEvent->PrevEvent()
+The general form to go to event via its number is:
+   root[x] Alieve::gEvent->GotoEvent(<event-number>)
+
 See files in EVE/alice-macros/. For specific uses these should be
 edited to suit your needs.