eventload.cxx

Go to the documentation of this file.
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 }

Generated on Tue Jul 5 15:14:50 2011 for ROOT_528-00b_version by  doxygen 1.5.1