]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/README
Getting rid of effC++ warnings about missing copy constructor and assignment operator.
[u/mrichter/AliRoot.git] / EVE / README
index 84097a6a83ecbd459b204f3606cd67e1d7744470..be723eb5d89af13cf2dbc38a56864e0c70c7c51a 100644 (file)
@@ -36,8 +36,14 @@ or
 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/ from the ROOT browser that is spawned
+automatically with the application. They can be executed directly from
+the browser (by dpouble-clicking on their icon) or via standard ROOT's
+macro execution methods using '.x' and '.L'. If you want to pass the
+arguments to the macros, use '.L' as this gives you automatic tab
+completion.
+
+For specific uses you can copy them and edit them to suit your needs.
 
 
 Directory structure
@@ -59,6 +65,14 @@ bin/, Makefile and make_base.inc are used for stand-alone build of the
 packages.
 
 
+Examples
+========
+
+1. Run the interface for visual scanning:
+
+alieve -mode 2 trackcount_init.C
+
+
 Notes
 =====
 
@@ -76,3 +90,5 @@ prevents further execution of macros. For example:
   Error: G__unloadfile() File "/tmp/MUON_geom.C" not loaded  :0:
 
 'gROOT->Reset()' helps in most of the cases.
+
+This has been fixed for most cases.