CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackInfoProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 trackinfo = cms.EDProducer("TrackInfoProducer",
4  combinedState = cms.string('combinedState'),
5  forwardPredictedState = cms.string(''),
6  updatedState = cms.string('updatedState'),
7  cosmicTracks = cms.InputTag("ctfWithMaterialTracks"),
8  backwardPredictedState = cms.string(''),
9  rechits = cms.InputTag("ctfWithMaterialTracks")
10 )
11 
12