CMS 3D CMS Logo

largesistripclusterevents_AlCaReco_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 LargeSiStripClusterEvents = cms.EDFilter('BySiStripClusterMultiplicityEventFilter',
4  multiplicityConfig = cms.PSet(
5  collectionName = cms.InputTag("calZeroBiasClusters"),
6  moduleThreshold = cms.untracked.int32(20),
7  useQuality = cms.untracked.bool(False),
8  qualityLabel = cms.untracked.string("")
9  ),
10  cut = cms.string("mult > 150000")
11  )
12