00001 { 00002 printf("\nWelcome to the ROOT tutorials\n\n"); 00003 printf("\nType \".x demos.C\" to get a toolbar from which to execute the demos\n"); 00004 printf("\nType \".x demoshelp.C\" to see the help window\n\n"); 00005 printf("==> Many tutorials use the file hsimple.root produced by hsimple.C\n"); 00006 printf("==> It is recommended to execute hsimple.C before any other script\n\n"); 00007 } 00008