Go to the source code of this file.
◆ AddEntry() [1/4]
◆ AddEntry() [2/4]
◆ AddEntry() [3/4]
◆ AddEntry() [4/4]
legend AddEntry |
( |
pt |
, |
|
|
"Hanson data" |
, |
|
|
"P" |
|
|
) |
| |
◆ close()
◆ Draw() [1/3]
◆ Draw() [2/3]
◆ Draw() [3/3]
◆ f1()
TFile f1 |
( |
"./19um.opt0.root" |
| ) |
|
◆ f2()
TFile f2 |
( |
"./19um.opt3.root" |
| ) |
|
◆ f3()
TFile f3 |
( |
"./19um.local.root" |
| ) |
|
◆ for()
Definition at line 43 of file hanson.C.
45 if (!
in.good())
break;
46 pt =
new TMarker(
x,y,22);
47 pt->SetMarkerColor(kRed);
◆ GetXaxis()
◆ GetYaxis()
◆ open()
in open |
( |
"./19um.ascii" |
| ) |
|
◆ SetLineColor() [1/3]
h1 SetLineColor |
( |
kBlack |
| ) |
|
◆ SetLineColor() [2/3]
h16 SetLineColor |
( |
kBlue |
| ) |
|
◆ SetLineColor() [3/3]
h3 SetLineColor |
( |
kGreen |
| ) |
|
◆ SetStats()
◆ SetTitle()
h1 SetTitle |
( |
"Angular distribution of 15.7 MeV e- after 19um Au foil" |
| ) |
|
◆ h1
TH1D* h1 = (TH1D*) f1.Get("12") |
◆ h2
TH1D* h2 = (TH1D*) f2.Get("12") |
◆ h3
TH1D* h3 = (TH1D*) f3.Get("12") |
◆ in
◆ legend
TLegend* legend = new TLegend(0.6,0.5,0.8,0.68) |
◆ nbdata
◆ pt