CMS 3D CMS Logo

fakeOmtfFwVersion_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 omtfFwVersionSource = cms.ESSource(
4  "EmptyESSource",
5  recordName = cms.string('L1TMuonOverlapFwVersionRcd'),
6  iovIsRunNotTime = cms.bool(True),
7  firstValid = cms.vuint32(1)
8 )
9 
10 
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")
17 )
18