1 import FWCore.ParameterSet.Config
as cms
3 omtfParamsSource = cms.ESSource(
5 recordName = cms.string(
'L1TMuonOverlapParamsRcd'),
6 iovIsRunNotTime = cms.bool(
True),
7 firstValid = cms.vuint32(1)
11 omtfParams = cms.ESProducer(
12 "L1TMuonOverlapParamsESProducer",
13 patternsXMLFiles = cms.VPSet(
14 cms.PSet(patternsXMLFile = cms.FileInPath(
"L1Trigger/L1TMuon/data/omtf_config/Patterns_0x0003.xml")),
16 configXMLFile = cms.FileInPath(
"L1Trigger/L1TMuon/data/omtf_config/hwToLogicLayer_0x0005.xml"),