CMS 3D CMS Logo

LatencyPlusOneEvents_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 latencyPlusOne = cms.EDFilter('EventWithHistoryEDFilter',
4  filterConfigurations = cms.untracked.VPSet(
5  cms.PSet(dbxRangeLtcyAware = cms.untracked.vint32(1,1))
6  )
7  )