Public Attributes | |
data | |
endstarts | |
nodes | |
options | |
pathends | |
pathstarts | |
shapes | |
toplevel | |
Definition at line 18 of file DOTExport.py.
def DOTExport.DotProducer.__init__ | ( | self, | |
data, | |||
options, | |||
shapes | |||
) |
Definition at line 19 of file DOTExport.py.
def DOTExport.DotProducer.__call__ | ( | self | ) |
Definition at line 240 of file DOTExport.py.
References DOTExport.DotProducer.connectPaths(), DOTExport.DotProducer.connectTags(), join(), DOTExport.DotProducer.options, DOTExport.DotProducer.produceLegend(), DOTExport.DotProducer.produceNodes(), DOTExport.DotProducer.producePaths(), DOTExport.DotProducer.produceServices(), and DOTExport.DotProducer.produceSource().
def DOTExport.DotProducer.connectPaths | ( | self | ) |
Definition at line 159 of file DOTExport.py.
References DOTExport.DotProducer.endstarts, and DOTExport.DotProducer.pathends.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.connectTags | ( | self | ) |
Definition at line 166 of file DOTExport.py.
References DOTExport.DotProducer.nodes, and DOTExport.DotProducer.options.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.getTopLevel | ( | self | ) |
Definition at line 30 of file DOTExport.py.
References DOTExport.DotProducer.nodeLabel(), DOTExport.DotProducer.nodes, and DOTExport.DotProducer.options.
Definition at line 103 of file DOTExport.py.
References join(), DOTExport.DotProducer.nodeLabel(), DOTExport.DotProducer.nodes, DOTExport.DotProducer.options, DOTExport.DotProducer.recurseChildren(), and DOTExport.DotProducer.seqRecurseChildren().
Referenced by DOTExport.DotProducer.producePaths().
def DOTExport.DotProducer.nodeLabel | ( | self, | |
obj | |||
) |
Definition at line 87 of file DOTExport.py.
References DOTExport.DotProducer.options.
Referenced by DOTExport.DotProducer.getTopLevel(), DOTExport.DotProducer.makePath(), DOTExport.DotProducer.produceServices(), and DOTExport.DotProducer.seqRecurseChildren().
def DOTExport.DotProducer.nodeURL | ( | self, | |
obj | |||
) |
Definition at line 96 of file DOTExport.py.
References DOTExport.DotProducer.options, and python.rootplot.root2matplotlib.replace().
Referenced by DOTExport.DotProducer.produceNodes().
def DOTExport.DotProducer.produceLegend | ( | self | ) |
Return a legend subgraph using current shape and colour preferences.
Definition at line 234 of file DOTExport.py.
References DOTExport.DotProducer.options, DOTExport.DotProducer.shapes, and EcalLaserAnalyzer2.shapes.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.produceNodes | ( | self | ) |
Definition at line 224 of file DOTExport.py.
References join(), DOTExport.DotProducer.nodes, DOTExport.DotProducer.nodeURL(), and DOTExport.DotProducer.options.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.producePaths | ( | self | ) |
Definition at line 145 of file DOTExport.py.
References DOTExport.DotProducer.makePath(), Json::Path.makePath(), DOTExport.DotProducer.options, DOTExport.DotProducer.seqRecurseChildren(), and DOTExport.DotProducer.toplevel.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.produceServices | ( | self | ) |
Definition at line 194 of file DOTExport.py.
References max(), DOTExport.DotProducer.nodeLabel(), DOTExport.DotProducer.nodes, DOTExport.DotProducer.options, DOTExport.DotProducer.recurseChildren(), DOTExport.DotProducer.shapes, EcalLaserAnalyzer2.shapes, and DOTExport.DotProducer.toplevel.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.produceSource | ( | self | ) |
Definition at line 181 of file DOTExport.py.
References DOTExport.DotProducer.nodes, DOTExport.DotProducer.options, DOTExport.DotProducer.pathstarts, DOTExport.DotProducer.shapes, EcalLaserAnalyzer2.shapes, and DOTExport.DotProducer.toplevel.
Referenced by DOTExport.DotProducer.__call__().
def DOTExport.DotProducer.recurseChildren | ( | self, | |
obj | |||
) |
Definition at line 76 of file DOTExport.py.
References DOTExport.DotProducer.recurseChildren().
Referenced by DOTExport.DotProducer.makePath(), DOTExport.DotProducer.produceServices(), and DOTExport.DotProducer.recurseChildren().
def DOTExport.DotProducer.seqRecurseChildren | ( | self, | |
obj | |||
) |
Definition at line 61 of file DOTExport.py.
References DOTExport.DotProducer.nodeLabel(), DOTExport.DotProducer.nodes, DOTExport.DotProducer.options, and DOTExport.DotProducer.seqRecurseChildren().
Referenced by DOTExport.DotProducer.makePath(), DOTExport.DotProducer.producePaths(), and DOTExport.DotProducer.seqRecurseChildren().
DOTExport.DotProducer.data |
Definition at line 20 of file DOTExport.py.
Referenced by cuy.FindIssue.__init__(), confdb.HLTProcess.customize(), confdb.HLTProcess.dump(), confdb.HLTProcess.getRawConfigurationFromDB(), and confdb.HLTProcess.releaseSpecificCustomize().
DOTExport.DotProducer.endstarts |
Definition at line 27 of file DOTExport.py.
Referenced by DOTExport.DotProducer.connectPaths().
DOTExport.DotProducer.nodes |
Definition at line 23 of file DOTExport.py.
Referenced by DOTExport.DotProducer.connectTags(), DOTExport.DotProducer.getTopLevel(), DOTExport.DotProducer.makePath(), DOTExport.DotProducer.produceNodes(), DOTExport.DotProducer.produceServices(), DOTExport.DotProducer.produceSource(), and DOTExport.DotProducer.seqRecurseChildren().
DOTExport.DotProducer.options |
Definition at line 21 of file DOTExport.py.
Referenced by DOTExport.DotProducer.__call__(), betterConfigParser.BetterConfigParser.__updateDict(), betterConfigParser.BetterConfigParser.checkInput(), DOTExport.DotProducer.connectTags(), DOTExport.DotExport.export(), DOTExport.DotProducer.getTopLevel(), DOTExport.DotProducer.makePath(), DOTExport.DotProducer.nodeLabel(), DOTExport.DotProducer.nodeURL(), DOTExport.DotProducer.produceLegend(), DOTExport.DotProducer.produceNodes(), DOTExport.DotProducer.producePaths(), DOTExport.DotProducer.produceServices(), DOTExport.DotProducer.produceSource(), DOTExport.DotProducer.seqRecurseChildren(), FileExportPlugin.FileExportPlugin.setOption(), and DOTExport.DotExport.write_output().
DOTExport.DotProducer.pathends |
Definition at line 26 of file DOTExport.py.
Referenced by DOTExport.DotProducer.connectPaths().
DOTExport.DotProducer.pathstarts |
Definition at line 25 of file DOTExport.py.
Referenced by DOTExport.DotProducer.produceSource().
DOTExport.DotProducer.shapes |
Definition at line 22 of file DOTExport.py.
Referenced by DOTExport.DotExport.export(), DOTExport.DotProducer.produceLegend(), DOTExport.DotProducer.produceServices(), and DOTExport.DotProducer.produceSource().
DOTExport.DotProducer.toplevel |
Definition at line 28 of file DOTExport.py.
Referenced by DOTExport.DotProducer.producePaths(), DOTExport.DotProducer.produceServices(), and DOTExport.DotProducer.produceSource().