CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltEgammaRegionalCkfTrackCandidates_cfi.py
Go to the documentation of this file.
2 
3 import copy
5 #
6 # This cfi should be included to run the CkfTrackCandidateMaker
7 #
8 hltEgammaRegionalCkfTrackCandidates = copy.deepcopy(ckfTrackCandidates)
9 #bool seedCleaning = false
10 hltEgammaRegionalCkfTrackCandidates.src = 'hltEgammaRegionalPixelSeedGenerator'
11 hltEgammaRegionalCkfTrackCandidates.TrajectoryBuilder = 'CkfTrajectoryBuilder'
12 hltEgammaRegionalCkfTrackCandidates.TrajectoryCleaner = 'TrajectoryCleanerBySharedHits'
13 # set it as "none" to avoid redundant seed cleaner
14 hltEgammaRegionalCkfTrackCandidates.RedundantSeedCleaner = 'CachingSeedCleanerBySharedInput'
15 #replace hltEgammaRegionalCkfTrackCandidates.RedundantSeedCleaner = "none"
16 hltEgammaRegionalCkfTrackCandidates.NavigationSchool = 'SimpleNavigationSchool'
17