1 import FWCore.ParameterSet.Config
as cms
4 ecalLocalRecoAOD = cms.PSet(
5 outputCommands = cms.untracked.vstring()
9 ecalLocalRecoRECO = cms.PSet(
10 outputCommands = cms.untracked.vstring(
11 'keep *_ecalPreshowerRecHit_*_*',
12 'keep *_ecalRecHit_*_*',
13 'keep *_ecalCompactTrigPrim_*_*',
14 'keep ESDataFramesSorted_ecalPreshowerDigis_*_*',
15 'keep EBSrFlagsSorted_ecalDigis__*',
16 'keep EESrFlagsSorted_ecalDigis__*')
18 ecalLocalRecoRECO.outputCommands.extend(ecalLocalRecoAOD.outputCommands)
23 ecalLocalRecoFEVT = cms.PSet(
24 outputCommands = cms.untracked.vstring(
25 'keep *_ecalWeightUncalibRecHit_*_*',
26 'keep *_ecalFixedAlphaBetaFitUncalibRecHit_*_*')
28 ecalLocalRecoFEVT.outputCommands.extend(ecalLocalRecoRECO.outputCommands)