src
HLTrigger
Configuration
python
HLT_75e33
eventsetup
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
)
Generated for CMSSW Reference Manual by
1.8.14