Definition at line 36 of file printPaths.py.
◆ testPrint()
def printPaths.TestPrintPath.testPrint |
( |
|
self | ) |
|
Definition at line 37 of file printPaths.py.
39 p.foo = cms.EDProducer(
"Foo")
44 p.foo = cms.EDProducer(
"Foo")
45 p.bar = cms.EDProducer(
"Bar")
46 p.p = cms.Path(p.foo*p.bar)
50 p.foo = cms.EDProducer(
"Foo")
51 p.bar = cms.EDProducer(
"Bar")
52 p.s = cms.Sequence(p.foo*p.bar)
53 p.fii = cms.EDProducer(
"Fii")
54 p.p = cms.Path(p.s*p.fii)
References printPaths.printPath().