Definition at line 34 of file printPaths.py.
def printPaths.TestPrintPath.testPrint |
( |
|
self | ) |
|
Definition at line 35 of file printPaths.py.
References printPaths.printPath().
37 p.foo = cms.EDProducer(
"Foo")
42 p.foo = cms.EDProducer(
"Foo")
43 p.bar = cms.EDProducer(
"Bar")
44 p.p = cms.Path(p.foo*p.bar)
48 p.foo = cms.EDProducer(
"Foo")
49 p.bar = cms.EDProducer(
"Bar")
50 p.s = cms.Sequence(p.foo*p.bar)
51 p.fii = cms.EDProducer(
"Fii")
52 p.p = cms.Path(p.s*p.fii)
def printPath(pth, indent="", indentDelta=" ", type="path")