Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-21 04:46:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltMeasurementTrackerEvent = cms.EDProducer("MeasurementTrackerEventProducer",
0004     Phase2TrackerCluster1DProducer = cms.string('hltSiPhase2Clusters'),
0005     badPixelFEDChannelCollectionLabels = cms.VInputTag(),
0006     inactivePixelDetectorLabels = cms.VInputTag(),
0007     inactiveStripDetectorLabels = cms.VInputTag("siStripDigis"),
0008     measurementTracker = cms.string(''),
0009     mightGet = cms.optional.untracked.vstring,
0010     pixelCablingMapLabel = cms.string(''),
0011     pixelClusterProducer = cms.string('hltSiPixelClusters'),
0012     skipClusters = cms.InputTag(""),
0013     stripClusterProducer = cms.string(''),
0014     switchOffPixelsIfEmpty = cms.bool(True)
0015 )