6 import FWCore.ParameterSet.Config
as cms
8 L1TGlobalPrescalesVetosRcdSource = cms.ESSource(
"EmptyESSource",
9 recordName = cms.string(
'L1TGlobalPrescalesVetosRcd'),
10 iovIsRunNotTime = cms.bool(
True),
11 firstValid = cms.vuint32(1)
14 L1TGlobalPrescalesVetos = cms.ESProducer(
"L1TGlobalPrescalesVetosESProducer",