Main Page
Namespaces
Classes
Package Documentation
CalibTracker
SiStripESProducers
python
fake
SiStripBaseDelayFakeESSource_cfi.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
import
FWCore.ParameterSet.Config
as
cms
3
4
siStripBaseDelayFakeESSource = cms.ESSource(
"SiStripBaseDelayFakeESSource"
,
5
appendToDataLabel = cms.string(
''
),
6
CoarseDelay = cms.uint32(0),
7
FineDelay = cms.uint32(0)
8
)
Generated for CMSSW Reference Manual by
1.8.11