ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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 v6-32 - Reference Guide Generated on Thu Apr 3 2025 12:08:04 (GVA Time) using Doxygen 1.10.0