12 ecalLocalRecoFEVT = cms.PSet(
13 outputCommands = cms.untracked.vstring(
14 'keep *_ecalGlobalUncalibRecHit_*_*',
15 'keep *_ecalPreshowerRecHit_*_*',
16 'keep *_ecalRecHit_*_*')
19 ecalLocalRecoRECO = cms.PSet(
20 outputCommands = cms.untracked.vstring(
21 'keep *_ecalPreshowerRecHit_*_*',
22 'keep *_ecalRecHit_*_*',
23 'keep *_ecalCompactTrigPrim_*_*',
24 'keep *_ecalTPSkim_*_*'
28 ecalLocalRecoAOD = cms.PSet(
29 outputCommands = cms.untracked.vstring(