CMS 3D CMS Logo

SiStripLatencyFakeESSource_cfi.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 import FWCore.ParameterSet.Config as cms
3 
4 siStripLatencyFakeESSource = cms.ESSource("SiStripLatencyFakeESSource",
5  appendToDataLabel = cms.string(''),
6  latency = cms.uint32(1),
7  mode = cms.uint32(37)
8  )