CMS 3D CMS Logo

trackdnn_source_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 trackdnn_source = cms.ESSource("EmptyESSource",
4  recordName = cms.string("TfGraphRecord"),
5  firstValid = cms.vuint32(1),
6  iovIsRunNotTime = cms.bool(True)
7 )