Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FastSimulation
Tracking
python
globalCombinedSeeds_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5