https://github.com/root-project/root
Raw File
Tip revision: 8fea3be3315b436a8f03f97a0ce39149f15b2273 authored by Unknown Author on 10 March 2006, 21:02:27 UTC
This commit was manufactured by cvs2svn to create tag 'v5-10-00a'.
Tip revision: 8fea3be
eventload.cxx
// @(#)root/test:$Name$:$Id$
// Author: Rene Brun   10/01/97

{
//  This macro loads the shared library libEvent.so provided in $ROOTSYS/test.
//  Before executing this macro, we assume that:
//     - you have changed your current directory to $ROOTSYS/test.
//     - you have executed Event.
//  If not, go to directory test and issue the commands:
//       make Event      to generate the executable module and shared library
//       Event           to produce the file Event.root
//

//   Load shared library created in $ROOTSYS/test/libEvent.so
   gSystem.Load("libEvent");
}
back to top