Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:04

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 omtfFwVersionSource = cms.ESSource(
0004     "EmptyESSource",
0005     recordName = cms.string('L1TMuonOverlapFwVersionRcd'),
0006     iovIsRunNotTime = cms.bool(True),
0007     firstValid = cms.vuint32(1)
0008 )
0009 
0010 ###OMTF FW ESProducer.
0011 omtfFwVersion = cms.ESProducer(
0012     "L1TMuonOverlapFwVersionESProducer",
0013     algoVersion = cms.uint32(0x110),
0014     layersVersion = cms.uint32(6),
0015     patternsVersion = cms.uint32(3),
0016     synthDate = cms.string("2001-01-01 00:00")
0017 )
0018