9 import FWCore.ParameterSet.Config
as cms
12 ecalLocalRecoAOD = cms.PSet(
13 outputCommands = cms.untracked.vstring()
17 ecalLocalRecoRECO = cms.PSet(
18 outputCommands = cms.untracked.vstring(
19 'keep *_ecalPreshowerRecHit_*_*',
20 'keep *_ecalRecHit_*_*',
21 'keep *_ecalCompactTrigPrim_*_*',
22 'keep *_ecalTPSkim_*_*',
23 'keep EBSrFlagsSorted_ecalDigis__*',
24 'keep EESrFlagsSorted_ecalDigis__*')
26 ecalLocalRecoRECO.outputCommands.extend(ecalLocalRecoAOD.outputCommands)
29 _phase2_timing_EcalOutputCommands = [
'keep *_mix_EBTimeDigi_*',
30 'keep *_mix_EETimeDigi_*',
31 'keep *_ecalDetailedTimeRecHit_*_*']
33 from Configuration.Eras.Modifier_phase2_timing_cff
import phase2_timing
34 phase2_timing.toModify( ecalLocalRecoRECO,
35 outputCommands = ecalLocalRecoRECO.outputCommands + _phase2_timing_EcalOutputCommands )
38 ecalLocalRecoFEVT = cms.PSet(
39 outputCommands = cms.untracked.vstring(
40 'keep *_ecalMultiFitUncalibRecHit_*_*')
42 ecalLocalRecoFEVT.outputCommands.extend(ecalLocalRecoRECO.outputCommands)