CMS 3D CMS Logo

largesistripdigievents_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 largeSiStripDigiEvents = cms.EDFilter('LargeSiStripDigiEvents',
4  collectionName = cms.InputTag("siStripDigis","ZeroSuppressed"),
5  absoluteThreshold = cms.untracked.int32(100000),
6  moduleThreshold = cms.untracked.int32(-1)
7 )