CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OnDemandMeasurementTrackerESProducer_cfi.py
Go to the documentation of this file.
2 
3 OnDemandMeasurementTracker = cms.ESProducer("MeasurementTrackerESProducer",
4  ComponentName = cms.string('OnDemandMeasurementTracker'),
5 
6  OnDemand = cms.bool(True),
7  Regional = cms.bool(True),
8 
9  PixelCPE = cms.string('PixelCPEGeneric'),
10  StripCPE = cms.string('StripCPEfromTrackAngle'),
11  HitMatcher = cms.string('StandardMatcher'),
12 
13  UseStripCablingDB = cms.bool(False),
14  UseStripNoiseDB = cms.bool(False),
15 )
16 
17