Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 import FWCore.ParameterSet.Config as cms
00010
00011
00012 ecalLocalRecoFEVT = cms.PSet(
00013 outputCommands = cms.untracked.vstring(
00014 'keep *_ecalGlobalUncalibRecHit_*_*',
00015 'keep *_ecalPreshowerRecHit_*_*',
00016 'keep *_ecalRecHit_*_*')
00017 )
00018
00019 ecalLocalRecoRECO = cms.PSet(
00020 outputCommands = cms.untracked.vstring(
00021 'keep *_ecalPreshowerRecHit_*_*',
00022 'keep *_ecalRecHit_*_*',
00023 'keep *_ecalCompactTrigPrim_*_*',
00024 'keep *_ecalTPSkim_*_*'
00025 )
00026 )
00027
00028 ecalLocalRecoAOD = cms.PSet(
00029 outputCommands = cms.untracked.vstring(
00030 )
00031 )
00032