ROOT
master
Reference Guide
Loading...
Searching...
No Matches
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
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
tutorials
rootlogon.C
ROOT master - Reference Guide Generated on Fri Jan 24 2025 04:37:21 (GVA Time) using Doxygen 1.10.0