Go to the source code of this file.
legend AddEntry |
( |
h1 |
, |
|
|
"Urban93" |
, |
|
|
"l" |
|
|
) |
| |
legend AddEntry |
( |
h2 |
, |
|
|
"Urban95" |
, |
|
|
"l" |
|
|
) |
| |
TFile f1 |
( |
"./msc93.root" |
| ) |
|
TFile f2 |
( |
"./local.root" |
| ) |
|
in open |
( |
"530um.ascii" |
| ) |
|
h1 SetTitle |
( |
"Energy deposited in 530 um of Si by 1 MeV e-" |
| ) |
|
Definition at line 39 of file berger.C.
References y.
41 if (!
in.good())
break;
TH1D* h1 = (TH1D*) f1.Get("1") |
TH1D* h2 = (TH1D*) f2.Get("1") |
Definition at line 36 of file berger.C.
Referenced by BuildEmuEnuCosThetaPdf(), drawPlot(), genie::LwlynSmithQELCCPXSec::FullDifferentialXSec(), make_selectgoodclust(), make_spalld(), make_spallq(), make_spallt8mev(), plot_CellPos(), plot_nhit(), plot_positions(), PlotComp(), PlotEfficiency(), Plotting_MakeBlessedSlices(), ana::RatioPlot(), RatioPlot(), and SplitPlot().
TLegend* legend = new TLegend(0.6,0.6,0.8,0.8) |