CMS 3D CMS Logo

byclustsummsipixelmulteventfilter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 byclustsummsipixelmulteventfilter = cms.EDFilter('ByClusterSummarySingleMultiplicityEventFilter',
4  multiplicityConfig = cms.PSet(
5  clusterSummaryCollection = cms.InputTag("clusterSummaryProducer"),
6  subDetEnum = cms.int32(5),
7  varEnum = cms.int32(0)
8  ),
9  cut = cms.string("mult > 300")
10  )
11