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  pixelClusterProducer = cms.string('siPixelClusters'),
10  stripClusterProducer = cms.string('measurementTrackerSiStripRefGetterProducer'),
11  #stripLazyGetterProducer label only matters if Regional=true
12  stripLazyGetterProducer = cms.string('SiStripRawToClustersFacility'),
13 
14  PixelCPE = cms.string('PixelCPEGeneric'),
15  StripCPE = cms.string('StripCPEfromTrackAngle'),
16  HitMatcher = cms.string('StandardMatcher'),
17 
18  UseStripCablingDB = cms.bool(False),
19  UseStripNoiseDB = cms.bool(False),
20 
21  inactivePixelDetectorLabels = cms.VInputTag(),
22  inactiveStripDetectorLabels = cms.VInputTag(),
23 )
24 
25