Go to the documentation of this file. 4 TFile*
file =
new TFile(
"dT_dZ_CollectionRate.root");
5 TH2D*
histo = (TH2D*)file->Get(
"dT_dZ_CollectionRate");
7 TCanvas*
canv =
new TCanvas(
"cdT_dZ_CollectionRate",
"cdT_dZ_CollectionRate");
9 histo->SetStats(
false);
10 histo->SetTitle(
";|Z^{collection} - Z^{emission}| (cm);T^{collection} - T^{emission} (ns);");
11 histo->SetMinimum(1.0
e-9);