Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:17

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from L1TriggerConfig.L1CSCTPConfigProducers.L1CSCTriggerPrimitivesConfig_cfi import *
0004 l1csctpconfsrc = cms.ESSource("EmptyESSource",
0005     recordName = cms.string('CSCL1TPParametersRcd'),
0006     iovIsRunNotTime = cms.bool(True),
0007     firstValid = cms.vuint32(0)
0008 )
0009 
0010