CMS 3D CMS Logo

hltPhase2L3MuonPixelTracksHitDoublets_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3MuonPixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer",
4  clusterCheck = cms.InputTag("trackerClusterCheck"),
5  layerPairs = cms.vuint32(0, 1, 2),
6  maxElement = cms.uint32(5000000),
7  maxElementTotal = cms.uint32(50000000),
8  mightGet = cms.optional.untracked.vstring,
9  produceIntermediateHitDoublets = cms.bool(True),
10  produceSeedingHitSets = cms.bool(False),
11  seedingLayers = cms.InputTag("hltPhase2L3MuonPixelTracksSeedLayers"),
12  trackingRegions = cms.InputTag("hltPhase2L3MuonPixelTracksTrackingRegions"),
13  trackingRegionsSeedingLayers = cms.InputTag("")
14 )