CMS 3D CMS Logo

GsfElectronFit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 GsfGlobalElectronTest = cms.EDProducer("GsfTrackProducer",
00004     src = cms.InputTag("CkfElectronCandidates"),
00005     beamSpot = cms.InputTag("offlineBeamSpot"),
00006     producer = cms.string(''),
00007     Fitter = cms.string('GsfElectronFittingSmoother'),
00008     useHitsSplitting = cms.bool(False),
00009     TrajectoryInEvent = cms.bool(False),
00010     TTRHBuilder = cms.string('WithTrackAngle'),
00011     Propagator = cms.string('fwdElectronPropagator')
00012 )
00013 
00014 

Generated on Tue Jun 9 17:48:21 2009 for CMSSW by  doxygen 1.5.4