CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripBaseDelayFakeESSource_cfi.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 import FWCore.ParameterSet.Config as cms
3 
5 
6 siStripBaseDelayFakeESSource = cms.ESSource("SiStripBaseDelayFakeESSource",
7  appendToDataLabel = cms.string('')
8  )