4 printf(
"******************************************************************** \n") ;
5 printf(
" Messages from StartServer.C \n") ;
6 printf(
"******************************************************************** \n") ;
12 if ( macroPATH.Contains(tmp.Data()) ==
false ) {
13 printf(
"- Add %s to the macros path \n",tmp.Data());
15 macroPATH.Prepend(tmp.Data()); gROOT->SetMacroPath(macroPATH.Data());
20 printf(
"- Add %s to the include path \n",tmp.Data());
21 tmp.Prepend(
" .include ");
22 gROOT->ProcessLine(tmp.Data());
25 gSystem->Load(
"libGWCORE.so");
26 gSystem->Load(
"libGWADF.so");
27 gSystem->Load(
"libGWADFE.so");
30 gROOT->ProcessLine(
".L Macros/WatcherServer.C+");
32 printf(
" To start the Server : RunWatcherServer(\"./\") \n");
printf(" Messages from StartServer.C \n")
static const char * GetPath(const char *)
to get a particular GW environment variable