|
| plot_impactresponse.stops = array('d',[ 0.00, 0.45, 0.50, 0.55, 1.00 ]) |
|
| plot_impactresponse.reds = array('d',[ 0.00, 0.00, 1.00, 1.00, 0.51 ]) |
|
| plot_impactresponse.greens = array('d',[ 0.00, 0.81, 1.00, 0.20, 0.00 ]) |
|
| plot_impactresponse.blues = array('d',[ 0.51, 1.00, 1.00, 0.00, 0.00 ]) |
|
| plot_impactresponse.fp = ROOT.TFile.Open("build/util/test_impactresponse.root") |
|
string | plot_impactresponse.outname = "test_impactresponse.pdf" |
|
| plot_impactresponse.c = ROOT.TCanvas() |
|
| plot_impactresponse.limits |
|
| plot_impactresponse.lmins |
|
| plot_impactresponse.wline = ROOT.TLine() |
|
| plot_impactresponse.hline = ROOT.TLine() |
|
| plot_impactresponse.hist = fp.Get("h%s_%c" % (name, letter)) |
|
| plot_impactresponse.lim = limits[name][iplane] |
|
| plot_impactresponse.lminin = lmins[name][iplane] |
|
| plot_impactresponse.lminout = bilogify(hist, lminin) |
|
| plot_impactresponse.title = hist.GetTitle() |
|