CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MeasurementTrackerSiStripRefGetterProducer_cfi.py
Go to the documentation of this file.
2 
3 measurementTrackerSiStripRefGetterProducer = cms.EDProducer("MeasurementTrackerSiStripRefGetterProducer",
4  InputModuleLabel = cms.InputTag("SiStripRawToClustersFacility"),
5  measurementTracker = cms.string('MeasurementTrackerOnDemand'),
6 
7  pixelClusterProducer = cms.string('siPixelClusters'),
8  stripClusterProducer = cms.string('measurementTrackerSiStripRefGetterProducer'),
9  stripLazyGetterProducer = cms.string('SiStripRawToClustersFacility'),
10 
11  inactivePixelDetectorLabels = cms.VInputTag(),
12  inactiveStripDetectorLabels = cms.VInputTag(),
13 
14  switchOffPixelsIfEmpty = cms.bool(True), # let's keep it like this, for cosmics
15 )
16 
17