1 import FWCore.ParameterSet.Config
as cms
4 ecalTPSkim = cms.EDProducer(
"EcalTPSkimmer",
7 chStatusToSelectTP = cms.vuint32( 13 ),
10 skipModule = cms.bool(
False),
13 doBarrel = cms.bool(
True),
14 doEndcap = cms.bool(
True),
16 tpInputCollection = cms.InputTag(
"ecalDigis:EcalTriggerPrimitives"),
17 tpOutputCollection = cms.string(
"")