Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 trackdnn_source = cms.ESSource("EmptyESSource", 
0004     recordName = cms.string("TfGraphRecord"), 
0005     firstValid = cms.vuint32(1), 
0006     iovIsRunNotTime = cms.bool(True)
0007 )