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