CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GSMeasurementTrackerESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MeasurementTrackerESProducer = cms.ESProducer("MeasurementTrackerESProducer",
4  StripCPE = cms.string('Fake'),
5  ComponentName = cms.string(''),
6  GaussianSmearing = cms.bool(True),
7  PixelCPE = cms.string('Fake'),
8  HitMatcher = cms.string('Fake')
9 )
10 
11