CMS 3D CMS Logo

SiStripBaseDelayFakeESSource_cfi.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 import FWCore.ParameterSet.Config as cms
3 
4 siStripBaseDelayFakeESSource = cms.ESSource("SiStripBaseDelayFakeESSource",
5  appendToDataLabel = cms.string(''),
6  CoarseDelay = cms.uint32(0),
7  FineDelay = cms.uint32(0)
8  )