Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
testmacro.C
Go to the documentation of this file.
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}
#define c(i)
Definition RSha256.hxx:101
#define h(i)
Definition RSha256.hxx:106
The Canvas class.
Definition TCanvas.h:23
1-D histogram with a float per channel (see TH1 documentation)
Definition TH1.h:621
TH1 is the base class of all histogram classes in ROOT.
Definition TH1.h:59
Mother of all ROOT objects.
Definition TObject.h:41
TObject * testmacro()
Definition testmacro.C:1