CMS 3D CMS Logo

FrameHeaderEvents_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 frameHeaderEvents = cms.EDFilter('EventWithHistoryEDFilter',
4  commonConfiguration = cms.untracked.PSet(
5  partitionName = cms.untracked.string("Any")
6  ),
7  filterConfigurations = cms.untracked.VPSet(
8  cms.PSet(
9  dbxInCycleRangeLtcyAware = cms.untracked.vint32(298,319)
10  )
11  )
12  )