CMS 3D CMS Logo

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