00001 // @(#)root/test:$Id: eventload.cxx 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Rene Brun 10/01/97 00003 00004 { 00005 // This macro loads the shared library libEvent.so provided in $ROOTSYS/test. 00006 // Before executing this macro, we assume that: 00007 // - you have changed your current directory to $ROOTSYS/test. 00008 // - you have executed Event. 00009 // If not, go to directory test and issue the commands: 00010 // make Event to generate the executable module and shared library 00011 // Event to produce the file Event.root 00012 // 00013 00014 // Load shared library created in $ROOTSYS/test/libEvent.so 00015 gSystem.Load("libEvent"); 00016 }