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

trackdnn_source = cms.ESSource("EmptyESSource", 
    recordName = cms.string("TfGraphRecord"), 
    firstValid = cms.vuint32(1), 
    iovIsRunNotTime = cms.bool(True)
)