Logo ROOT   6.14/05
Reference Guide
rootlogon.C
Go to the documentation of this file.
1 /// \file
2 /// \ingroup Tutorials
3 /// Example of `rootlogon.C`.
4 /// The macro `rootlogon.C` in the current working directory, is executed when
5 /// `root` starts unless the option `-n` is used.
6 ///
7 /// \macro_code
8 ///
9 /// \author Rene Brun
10 
11 {
12  printf("\nWelcome to the ROOT tutorials\n\n");
13  printf("\nType \".x demos.C\" to get a toolbar from which to execute the demos\n");
14  printf("\nType \".x demoshelp.C\" to see the help window\n\n");
15  printf("==> Many tutorials use the file hsimple.root produced by hsimple.C\n");
16  printf("==> It is recommended to execute hsimple.C before any other script\n\n");
17 }
18