![]() |
|
|||
File indexing completed on 2023-03-17 11:03:06
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.Process( "TEST2" ) 0004 0005 process.source = cms.Source("PoolSource", 0006 fileNames = cms.untracked.vstring( 0007 'file:testSubProcessUnscheduled.root' 0008 ) 0009 ) 0010 0011 process.test = cms.EDAnalyzer("TestParentage", 0012 inputTag = cms.InputTag("final"), 0013 expectedAncestors = cms.vstring("two", "ten", "adder") 0014 ) 0015 process.o = cms.EndPath(process.test) 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |