]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/README
Merge from EVE-dev to HEAD.
[u/mrichter/AliRoot.git] / EVE / README
index 98fb9a7ad70a513c791876124248e37f82474b86..d275c1f2ddd73e3891c7aef66be99e021cad543e 100644 (file)
@@ -16,19 +16,27 @@ Usage
 
 1. Initialize ALICE environment.
 
 
 1. Initialize ALICE environment.
 
-2. Spawn 'reve' executable and invoke the alieve_init.C macro, for example:
+2. Spawn 'alieve' executable and invoke the alieve_init.C macro, for example:
 
 To load first event from current directory:
 
 To load first event from current directory:
-   # reve  alieve_init.C 
+   # alieve  alieve_init.C 
 To load 5th event from directory /data/my-pp-run:
 To load 5th event from directory /data/my-pp-run:
-   # reve 'alieve_init.C("/data/my-pp-run", 5)' 
+   # alieve 'alieve_init.C("/data/my-pp-run", 5)' 
 Interactively:
 Interactively:
-   # reve
+   # alieve
    root[0] .L alieve_init.C
    root[1] alieve_init("/somedir")
 
 3. Use GUI or CINT command-line to invoke further visualization macros.
    root[0] .L alieve_init.C
    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.
 
 See files in EVE/alice-macros/. For specific uses these should be
 edited to suit your needs.
 
@@ -45,6 +53,8 @@ Alieve/ and Reve/ -- sources
 macros/                  -- macros for bootstraping and internal steering
 alice-macros/    -- macros for ALICE visualization
 alica-data/      -- data files used by ALICE macros
 macros/                  -- macros for bootstraping and internal steering
 alice-macros/    -- macros for ALICE visualization
 alica-data/      -- data files used by ALICE macros
+test-macros/      -- macros for tests of specific features; usually one needs
+                     to copy and edit them
 
 bin/, Makefile and make_base.inc are used for stand-alone build of the
 packages.
 
 bin/, Makefile and make_base.inc are used for stand-alone build of the
 packages.