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