3 printf(
"******************************************************************** \n") ;
4 printf(
" Messages from rootlogon.C \n") ;
5 printf(
"******************************************************************** \n") ;
10 if ( gwprefix.EndsWith(
"/") == false )
16 tmp +=
"share/gw/macros/";
17 if ( macroPATH.Contains(tmp.Data()) == kFALSE ) {
18 printf(
"- Add %s to the macros path \n",tmp.Data());
20 macroPATH.Prepend(tmp.Data()); gROOT->SetMacroPath(macroPATH.Data());
25 tmp +=
"include/gw"; tmp +=
"0.9";
printf(
"- Add %s to the include path \n",tmp.Data());
27 tmp.Prepend(
" .include ");
29 gROOT->ProcessLine(tmp.Data());
printf(" Messages from rootlogon.C \n")