CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 SeedFromConsecutiveHitsTripletOnlyCreator = cms.PSet(
3  ComponentName = cms.string('SeedFromConsecutiveHitsTripletOnlyCreator'),
4  propagator = cms.string('PropagatorWithMaterial')
5 # propagator = cms.string('PropagatorWithMaterialParabolicMf')
6 )