Main Page
Namespaces
Classes
Package Documentation
src
Validation
RecoTrack
python
trajectorySeedTracks_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
trajectorySeedTracks = cms.EDProducer(
4
"TrackFromSeedProducer"
,
5
src = cms.InputTag(
"initialStepSeeds"
),
6
beamSpot = cms.InputTag(
"offlineBeamSpot"
),
7
TTRHBuilder = cms.string(
"WithoutRefit"
)
8
)
Generated for CMSSW Reference Manual by
1.8.11