Line Code
1 2 3 4 5 6 7 8 9
import FWCore.ParameterSet.Config as cms

L1TriggerKeyRcdSource = cms.ESSource("EmptyESSource",
    recordName = cms.string('L1TriggerKeyRcd'),
    iovIsRunNotTime = cms.bool(True),
    firstValid = cms.vuint32(1)
)