https://github.com/root-project/root
Raw File
Tip revision: c16a0eb67e8a320e16e725c159e386e1dbed4711 authored by David Abdurachmanov on 26 October 2016, 13:47:08 UTC
Set code model to Large for PowerPC64 (aka ppc64le)
Tip revision: c16a0eb
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