ROOT
Version v6.34
master
v6.32
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
diamond.C
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_graphics
3
/// \notebook
4
/// Draw a diamond.
5
///
6
/// \macro_image
7
/// \macro_code
8
///
9
/// \author Olivier Couet
10
11
void
diamond
(){
12
auto
d
=
new
TDiamond
(.05,.1,.95,.8);
13
d
->AddText(
"A TDiamond can contain any text."
);
14
d
->Draw();
15
}
d
#define d(i)
Definition
RSha256.hxx:102
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
TDiamond
Draw a Diamond.
Definition
TDiamond.h:17
tutorials
graphics
diamond.C
ROOT tags/6-34-04 - Reference Guide Generated on Sun Mar 23 2025 14:39:08 (GVA Time) using Doxygen 1.10.0