1 import FWCore.ParameterSet.Config
as cms
3 omtfFwVersionSource = cms.ESSource(
5 recordName = cms.string(
'L1TMuonOverlapFwVersionRcd'),
6 iovIsRunNotTime = cms.bool(
True),
7 firstValid = cms.vuint32(1)
11 omtfFwVersion = cms.ESProducer(
12 "L1TMuonOverlapFwVersionESProducer",
13 algoVersion = cms.uint32(0x110),
14 layersVersion = cms.uint32(6),
15 patternsVersion = cms.uint32(3),
16 synthDate = cms.string(
"2001-01-01 00:00")