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
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
▼
html
▼
doc
▼
macros
►
testmacro.C
►
inc
►
src
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
testmacro.C
Go to the documentation of this file.
1
TObject
*
testmacro
()
2
{
3
4
TH1
*
h
=
new
TH1F
(
"h"
,
"h"
, 100, 0., 1.);
5
h
->FillRandom(
"gaus"
,10000);
6
TCanvas
*
c
=
new
TCanvas
(
"c"
,
"c"
);
7
h
->Draw();
8
9
return
c
;
10
}
c
#define c(i)
Definition
RSha256.hxx:101
h
#define h(i)
Definition
RSha256.hxx:106
TCanvas
The Canvas class.
Definition
TCanvas.h:23
TH1F
1-D histogram with a float per channel (see TH1 documentation)
Definition
TH1.h:621
TH1
TH1 is the base class of all histogram classes in ROOT.
Definition
TH1.h:59
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
testmacro
TObject * testmacro()
Definition
testmacro.C:1
html
doc
macros
testmacro.C
ROOT v6-32 - Reference Guide Generated on Thu Apr 3 2025 12:07:44 (GVA Time) using Doxygen 1.10.0