CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RecoHiEgammaFEVT = cms.PSet(
00004     outputCommands = cms.untracked.vstring(
00005     'keep recoSuperClusters_*_*_*',
00006     'keep recoCaloClusters_*_*_*',
00007     'keep EcalRecHitsSorted_*_*_*',
00008     'keep floatedmValueMap_*_*_*',
00009     'keep recoPFCandidates_*_*_*',
00010     "drop recoPFClusters_*_*_*",
00011     "keep recoElectronSeeds_*_*_*",
00012     "keep recoGsfElectrons_*_*_*"    
00013     )
00014     )
00015 
00016 RecoHiEgammaRECO = cms.PSet(
00017     outputCommands = cms.untracked.vstring(
00018     'keep recoSuperClusters_*_*_*',
00019     'keep recoCaloClusters_*_*_*',
00020     'keep EcalRecHitsSorted_*_*_*',
00021     'keep floatedmValueMap_*_*_*',  # isolation not created yet in RECO step, but in case it is later
00022     'keep recoPFCandidates_*_*_*',
00023     "drop recoPFClusters_*_*_*",
00024     "keep recoElectronSeeds_*_*_*",
00025     "keep recoGsfElectrons_*_*_*"    
00026     )
00027     )
00028 
00029 RecoHiEgammaAOD = cms.PSet(
00030     outputCommands = cms.untracked.vstring(
00031     'keep floatedmValueMap_*_*_*'
00032     )
00033     )