CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MeasurementTrackerEventProducer_cfi.py
Go to the documentation of this file.
2 
3 MeasurementTrackerEvent = cms.EDProducer("MeasurementTrackerEventProducer",
4  measurementTracker = cms.string(''),
5 
6  skipClusters = cms.InputTag(""),
7  OnDemand = cms.bool(False),
8  Regional = cms.bool(False),
9 
10  pixelClusterProducer = cms.string('siPixelClusters'),
11  stripClusterProducer = cms.string('siStripClusters'),
12  #stripLazyGetterProducer label only matters if Regional=true
13  stripLazyGetterProducer = cms.string(''),
14 
15  # One or more DetIdCollections of modules to mask on the fly for a given event
16  inactivePixelDetectorLabels = cms.VInputTag(cms.InputTag('siPixelDigis')),
17  inactiveStripDetectorLabels = cms.VInputTag(cms.InputTag('siStripDigis')),
18  switchOffPixelsIfEmpty = cms.bool(True), # let's keep it like this, for cosmics
19 )
20 
21