Namespaces | Functions | Variables
plot_impactzipper.py File Reference

Go to the source code of this file.

Namespaces

 wirecell.gen.test.plot_impactzipper
 

Functions

def wirecell.gen.test.plot_impactzipper.bilogify (hist, lmin=None)
 
def wirecell.gen.test.plot_impactzipper.set_palette (which="custom")
 

Variables

 wirecell.gen.test.plot_impactzipper.stops = array('d',[ 0.00, 0.45, 0.50, 0.55, 1.00 ])
 
 wirecell.gen.test.plot_impactzipper.reds = array('d',[ 0.00, 0.00, 1.00, 1.00, 0.51 ])
 
 wirecell.gen.test.plot_impactzipper.greens = array('d',[ 0.00, 0.81, 1.00, 0.20, 0.00 ])
 
 wirecell.gen.test.plot_impactzipper.blues = array('d',[ 0.51, 1.00, 1.00, 0.00, 0.00 ])
 
 wirecell.gen.test.plot_impactzipper.fp = ROOT.TFile.Open("build/gen/test_impactzipper-uvw.root")
 
dictionary wirecell.gen.test.plot_impactzipper.hists = {u:fp.Get("h%d"%n) for n,u in enumerate("uvw")}
 
list wirecell.gen.test.plot_impactzipper.limits = [1,1,2]
 
list wirecell.gen.test.plot_impactzipper.lmins = [-3, -3, -3]
 
string wirecell.gen.test.plot_impactzipper.pdffile = "plot_impactzipper.pdf"
 
 wirecell.gen.test.plot_impactzipper.c = ROOT.TCanvas()
 
 wirecell.gen.test.plot_impactzipper.lminout = bilogify(h, lmin)
 
 wirecell.gen.test.plot_impactzipper.title = h.GetTitle()