https://github.com/root-project/root
Raw File
Tip revision: 7a4ac3d57f3376255e863041b903c5ebc3e336ce authored by Unknown Author on 06 February 2002, 11:51:09 UTC
This commit was manufactured by cvs2svn to create tag 'v3-01-06'.
Tip revision: 7a4ac3d
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