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