Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
30 |
f9daq |
1 |
{ |
|
|
2 |
TFile *file0 = new TFile("C:/HOME/dino/l2d/root/test.root"); |
|
|
3 |
//TNtuple *ntuple = (TNtuple*) file0->Get("nt"); |
|
|
4 |
TCanvas *canvas1 = new TCanvas("canvas1","canvas1",1000,500); |
|
|
5 |
canvas1->Divide(2); |
|
|
6 |
canvas1->cd(1); |
|
|
7 |
htdc->Draw(); |
|
|
8 |
|
|
|
9 |
} |