CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibTracker/SiStripESProducers/python/fake/SiStripLatencyFakeESSource_cfi.py

Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 from CalibTracker.SiStripESProducers.services.SiStripLatencyGeneratorService_cfi import *
00005 
00006 SiStripLatencyFakeESSource = cms.ESSource("SiStripLatencyFakeESSource",
00007                                          appendToDataLabel = cms.string('')
00008                                          )