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  SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
7  latency = cms.uint32(1),
8  mode = cms.uint32(37)
9  )