CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalSimpleUncalibRecHitFiler_cfi.py
Go to the documentation of this file.
2 
3 ecalSimpleUncalibRecHitFiler = cms.EDFilter("EcalSimpleUncalibRecHitFilter",
4  adcCut = cms.untracked.double(12.0),
5  EcalUncalibRecHitCollection = cms.InputTag("ecalWeightUncalibRecHit","EcalUncalibRecHitsEB"),
6  #
7  maskedChannels = cms.untracked.vint32()
8 )
9 
10