Go to the source code of this file.
|
| TH1D * | h1d = (TH1D*) f.Get("4") |
| |
| ifstream | in |
| |
| TMarker * | pt |
| |
| Double_t | x |
| |
| Double_t | y |
| |
| int | nbdata = 0 |
| |
| TLegend * | legend = new TLegend(0.6,0.55,0.8,0.68) |
| |
| legend AddEntry |
( |
pt |
, |
|
|
"Faddegon data" |
, |
|
|
"P" |
|
|
) |
| |
| TFile f |
( |
"./Au3.local.root" |
| ) |
|
Definition at line 26 of file plot.C.
References y.
28 if (!
in.good())
break;
29 pt =
new TMarker(
x,y,22);
30 pt->SetMarkerColor(kRed);
| in open |
( |
"../data/Au3.13MeV.ascii" |
| ) |
|
| h1d SetTitle |
( |
"Fluence distribution of 13 MeV e- in Au (93.7 mg/cm2)" |
| ) |
|
| TH1D* h1d = (TH1D*) f.Get("4") |
Definition at line 7 of file plot.C.
| TLegend* legend = new TLegend(0.6,0.55,0.8,0.68) |