]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added a note on root-cint state problem after a failed macro-execution.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Nov 2006 12:59:33 +0000 (12:59 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Nov 2006 12:59:33 +0000 (12:59 +0000)
EVE/README

index d275c1f2ddd73e3891c7aef66be99e021cad543e..84097a6a83ecbd459b204f3606cd67e1d7744470 100644 (file)
@@ -7,8 +7,7 @@ EVE is composed of:
 3. CINT scripts that extract data, fill graphics classes and register
    them to the application.
 
-This is an early release ... expect problems and be sure that what you
-need is not supported.
+The framework is still evolving ... some things might not work as expected.
 
 
 Usage
@@ -58,3 +57,22 @@ test-macros/      -- macros for tests of specific features; usually one needs
 
 bin/, Makefile and make_base.inc are used for stand-alone build of the
 packages.
+
+
+Notes
+=====
+
+1. Problems with macro-execution
+--------------------------------
+
+A failed macro-execution can leave CINT in a poorly defined state that
+prevents further execution of macros. For example:
+
+  Exception Reve::Exc_t: Event::Open failed opening ALICE ESDfriend from
+  '/alice-data/coctail_10k/AliESDfriends.root'.
+
+  root [1] Error: Function MUON_geom() is not defined in current scope  :0:
+  *** Interpreter error recovered ***
+  Error: G__unloadfile() File "/tmp/MUON_geom.C" not loaded  :0:
+
+'gROOT->Reset()' helps in most of the cases.