Variables | |
tuple | newCombinedSeeds |
00001 cms.EDProducer( 00002 "SeedCombiner", 00003 seedCollections = cms.VInputTag( 00004 cms.InputTag('iterativeInitialSeeds','InitialPixelTriplets'), 00005 # cms.InputTag('iterativeLowPtTripletSeeds','LowPtPixelTriplets'), 00006 cms.InputTag('iterativePixelPairSeeds','PixelPair'), 00007 cms.InputTag('iterativeMixedTripletStepSeeds','MixedTriplets'), 00008 cms.InputTag('iterativePixelLessSeeds','PixelLessPairs'), 00009 ) 00010 )
Definition at line 3 of file globalCombinedSeeds_cfi.py.