Definition at line 34 of file printPaths.py.
def printPaths.TestPrintPath.testPrint |
( |
|
self | ) |
|
Definition at line 35 of file printPaths.py.
References printPaths.printPath().
38 p.foo = cms.EDProducer(
"Foo")
43 p.foo = cms.EDProducer(
"Foo")
44 p.bar = cms.EDProducer(
"Bar")
45 p.p = cms.Path(p.foo*p.bar)
49 p.foo = cms.EDProducer(
"Foo")
50 p.bar = cms.EDProducer(
"Bar")
51 p.s = cms.Sequence(p.foo*p.bar)
52 p.fii = cms.EDProducer(
"Fii")
53 p.p = cms.Path(p.s*p.fii)
unittest.main()