X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVE%2FREADME;h=d275c1f2ddd73e3891c7aef66be99e021cad543e;hp=0fa8ecc21913ff6a573a6f2113e905db6c28d5df;hb=becafd4b5332dcd393858375d12fea7edfae60f0;hpb=915dabe1bd312cfb64c010e3bce0a3ee72b8a3c5 diff --git a/EVE/README b/EVE/README index 0fa8ecc2191..d275c1f2ddd 100644 --- a/EVE/README +++ b/EVE/README @@ -16,19 +16,27 @@ Usage 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: - # reve alieve_init.C + # alieve alieve_init.C 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: - # 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. - + +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() + See files in EVE/alice-macros/. For specific uses these should be edited to suit your needs.