Definition at line 40 of file pyrootRender.py.
def pyrootRender.batchRender.__init__ |
( |
|
self, |
|
|
|
outputfilename |
|
) |
| |
Definition at line 41 of file pyrootRender.py.
42 ROOT.gStyle.SetOptStat(0)
43 ROOT.gROOT.SetBatch(ROOT.kTRUE)
45 self.__canvas.SetHighLightColor(2);
46 self.__canvas.Range(-125.6732,-0.1364721,1123.878,1.178117)
47 self.__canvas.SetFillColor(0)
48 self.__canvas.SetBorderMode(0)
49 self.__canvas.SetBorderSize(2)
50 self.__canvas.SetGridx()
51 self.__canvas.SetGridy()
52 self.__canvas.SetFrameFillColor(19)
53 self.__canvas.SetFrameBorderMode(0)
54 self.__canvas.SetFrameBorderMode(0)
def __init__(self, outputfilename)
def pyrootRender.batchRender.draw |
( |
|
self, |
|
|
|
rootobj |
|
) |
| |
pyrootRender.batchRender.__canvas |
|
private |
pyrootRender.batchRender.__outfile |
|
private |