CMS 3D CMS Logo

CkfTrackCandidatesCombinedSeeds_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # TrackerTrajectoryBuilders
6 # TrajectoryCleaning
8 # navigation school
10 import copy
12 # generate CTF track candidates ############
13 ckfTrackCandidatesCombinedSeeds = copy.deepcopy(ckfTrackCandidates)
14 ckfTrackCandidatesCombinedSeeds.src = cms.InputTag('globalCombinedSeeds')
15