GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
src/adf/rootlogon.C
Go to the documentation of this file.
1 {
2 
3 // load the libraries
4 /*
5  gROOT->ProcessLine(".L BaseBuffer.cpp+");
6  gROOT->ProcessLine(".L BufferIO.cpp+");
7  gROOT->ProcessLine(".L Key.cpp+");
8 */
9 
10 // gSystem->Load("./libADF.so");
11 // gSystem->Load("./libDUMMY.so");
12 
13  gROOT->ProcessLine(" .include ./");
14 }