CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CTFCombinedSeeds_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # KFUpdatoerESProducer
5 # Chi2MeasurementEstimatorESProducer
7 # PropagatorWithMaterialESProducer
8 #include "TrackingTools/MaterialEffects/data/OppositeMaterialPropagator.cfi"
9 # stripCPE
12 #TransientTrackingBuilder
14 
16 # TrackProducer
17 ctfCombinedSeeds = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone(
18  src = 'ckfTrackCandidatesCombinedSeeds'
19 )