https://github.com/root-project/root
Raw File
Tip revision: 69959f285164e49c2ac3013b3d4364e0b0b88c8c authored by Philippe Canal on 06 July 2012, 23:54:52 UTC
Backport a limited version of revision 43947 from the trunk.
Tip revision: 69959f2
rootlogon.C
{
   printf("\nWelcome to the ROOT tutorials\n\n");
   printf("\nType \".x demos.C\" to get a toolbar from which to execute the demos\n");
   printf("\nType \".x demoshelp.C\" to see the help window\n\n");
   printf("==> Many tutorials use the file hsimple.root produced by hsimple.C\n");
   printf("==> It is recommended to execute hsimple.C before any other script\n\n");
}

back to top