13 printf(
"******************************************************************** \n") ;
14 printf(
" Messages from Load.C \n") ;
15 printf(
"******************************************************************** \n") ;
21 if ( macroPATH.Contains(tmp.Data()) ==
false ) {
22 printf(
"- Add %s to the macros path \n",tmp.Data());
24 macroPATH.Prepend(tmp.Data()); gROOT->SetMacroPath(macroPATH.Data());
29 tmp.Prepend(
" .include ");
30 gROOT->ProcessLine(tmp.Data());
static const char * GetPath(const char *)
to get a particular GW environment variable
printf(" Messages from Load.C \n")