00001
00002
00003
00004
00005
00006
00007
00008
00009 import FWCore.ParameterSet.Config as cms
00010
00011
00012 ecalLocalRecoFEVT = cms.PSet(
00013 outputCommands = cms.untracked.vstring('keep *_ecalWeightUncalibRecHit_*_*',
00014 'keep *_ecalPreshowerRecHit_*_*',
00015 'keep *_ecalRecHit_*_*')
00016 )
00017
00018 ecalLocalRecoRECO = cms.PSet(
00019 outputCommands = cms.untracked.vstring('keep *_ecalPreshowerRecHit_*_*',
00020 'keep *_ecalRecHit_*_*')
00021 )
00022
00023 ecalLocalRecoAOD = cms.PSet(
00024 outputCommands = cms.untracked.vstring()
00025 )
00026