CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CalibTracker/SiStripESProducers/python/fake/SiStripBaseDelayFakeESSource_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.SiStripBaseDelayGeneratorService_cfi import *
00005 
00006 SiStripBaseDelayFakeESSource = cms.ESSource("SiStripBaseDelayFakeESSource",
00007                                             appendToDataLabel = cms.string('')
00008                                            )