CMS 3D CMS Logo

gsfElectronGsfFit_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Gsf track fit for GsfElectrons
7 pixelMatchGsfFit = TrackingTools.GsfTracking.GsfElectronFit_cfi.GsfGlobalElectronTest.clone()
8 pixelMatchGsfFit.src = 'egammaCkfTrackCandidates'
9 pixelMatchGsfFit.Propagator = 'fwdGsfElectronPropagator'
10 pixelMatchGsfFit.Fitter = 'GsfElectronFittingSmoother'
11 pixelMatchGsfFit.TTRHBuilder = 'WithTrackAngle'
12 pixelMatchGsfFit.TrajectoryInEvent = True
13