CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/AnalysisAlgos/TrackInfoProducer/python/TrackInfoProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 trackinfo = cms.EDProducer("TrackInfoProducer",
00004     combinedState = cms.string('combinedState'),
00005     forwardPredictedState = cms.string(''),
00006     updatedState = cms.string('updatedState'),
00007     cosmicTracks = cms.InputTag("ctfWithMaterialTracks"),
00008     backwardPredictedState = cms.string(''),
00009     rechits = cms.InputTag("ctfWithMaterialTracks")
00010 )
00011 
00012