ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rootlogon.C
Go to the documentation of this file.
1 {
2  printf("\nWelcome to the ROOT tutorials\n\n");
3  printf("\nType \".x demos.C\" to get a toolbar from which to execute the demos\n");
4  printf("\nType \".x demoshelp.C\" to see the help window\n\n");
5  printf("==> Many tutorials use the file hsimple.root produced by hsimple.C\n");
6  printf("==> It is recommended to execute hsimple.C before any other script\n\n");
7 }
8 
printf("\nType \".x demos.C\" to get a toolbar from which to execute the demos\n")