CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFBasedPixelFitter.py
Go to the documentation of this file.
2 
3 KFBasedPixelFitter = cms.PSet(
4  ComponentName = cms.string('KFBasedPixelFitter'),
5  useBeamSpotConstraint = cms.bool(True),
6  beamSpotConstraint = cms.InputTag('offlineBeamSpot'),
7  propagator = cms.string('PropagatorWithMaterial'),
8  propagatorOpposite = cms.string('PropagatorWithMaterialOpposite'),
9  TTRHBuilder = cms.string('PixelTTRHBuilderWithoutAngle')
10 )
11