CMS 3D CMS Logo

MeasurementTrackerEvent_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MeasurementTrackerEvent = cms.EDProducer("MeasurementTrackerEventProducer",
4  Phase2TrackerCluster1DProducer = cms.string('siPhase2Clusters'),
5  badPixelFEDChannelCollectionLabels = cms.VInputTag("siPixelDigis"),
6  inactivePixelDetectorLabels = cms.VInputTag(),
7  inactiveStripDetectorLabels = cms.VInputTag("siStripDigis"),
8  measurementTracker = cms.string(''),
9  mightGet = cms.optional.untracked.vstring,
10  pixelCablingMapLabel = cms.string(''),
11  pixelClusterProducer = cms.string('siPixelClusters'),
12  skipClusters = cms.InputTag(""),
13  stripClusterProducer = cms.string(''),
14  switchOffPixelsIfEmpty = cms.bool(True)
15 )