1 import FWCore.ParameterSet.Config
as cms
6 ecalLocalRecoFEVT = cms.PSet(
7 outputCommands = cms.untracked.vstring(
8 'keep *_ecalWeightUncalibRecHit_*_*',
9 'keep *_ecalFixedAlphaBetaFitUncalibRecHit_*_*',
10 'keep *_ecalPreshowerRecHit_*_*',
11 'keep *_ecalRecHit_*_*',
12 'keep ESDataFramesSorted_ecalPreshowerDigis_*_*'
17 ecalLocalRecoRECO = cms.PSet(
18 outputCommands = cms.untracked.vstring(
19 'keep *_ecalPreshowerRecHit_*_*',
20 'keep *_ecalRecHit_*_*',
21 'keep *_ecalCompactTrigPrim_*_*',
22 'keep ESDataFramesSorted_ecalPreshowerDigis_*_*'
27 ecalLocalRecoAOD = cms.PSet(
28 outputCommands = cms.untracked.vstring()