CMS 3D CMS Logo

CkfElectronCandidates_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 CkfElectronCandidates = ckfTrackCandidates.clone(
5  TrajectoryBuilderPSet = dict(
6  refToPSet_ = 'CkfElectronTrajectoryBuilder'
7  )
8 )