CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
globalCombinedSeeds_cfi.py
Go to the documentation of this file.
2 
3 newCombinedSeeds = cms.EDProducer(
4  "SeedCombiner",
5  seedCollections = cms.VInputTag(
6  cms.InputTag('iterativeInitialSeeds','InitialPixelTriplets'),
7 # cms.InputTag('iterativeLowPtTripletSeeds','LowPtPixelTriplets'),
8  cms.InputTag('iterativePixelPairSeeds','PixelPair'),
9  cms.InputTag('iterativeMixedTripletStepSeeds','MixedTriplets'),
10  cms.InputTag('iterativePixelLessSeeds','PixelLessPairs'),
11  )
12  )
13 
14 
15