File indexing completed on 2025-03-05 03:16:36
0001 import FWCore.ParameterSet.Config as cms
0002
0003 me0Stubs = cms.EDProducer("ME0StubProducer",
0004
0005 skipCentroids = cms.bool(False),
0006 layerThresholdPatternId = cms.vint32(7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 5, 5, 4, 4, 4, 4, 4),
0007 layerThresholdEta = cms.vint32(4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4),
0008 maxSpan = cms.int32(37),
0009 width = cms.int32(192),
0010 deghostPre = cms.bool(True),
0011 deghostPost = cms.bool(True),
0012 groupWidth = cms.int32(8),
0013 ghostWidth = cms.int32(1),
0014 xPartitionEnabled = cms.bool(True),
0015 enableNonPointing = cms.bool(False),
0016 crossPartitionSegmentWidth = cms.int32(4),
0017 numOutputs = cms.int32(4),
0018 checkIds = cms.bool(False),
0019 edgeDistance = cms.int32(2),
0020 numOr = cms.int32(2),
0021 mseThreshold = cms.double(0.75),
0022
0023 InputCollection = cms.InputTag("GEMPadDigis"),
0024 )