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