Variables | |
tuple | RecoHiEgammaAOD |
tuple | RecoHiEgammaFEVT |
tuple | RecoHiEgammaRECO |
00001 cms.PSet( 00002 outputCommands = cms.untracked.vstring( 00003 'keep floatedmValueMap_*_*_*' 00004 ) 00005 )
Definition at line 29 of file RecoHiEgamma_EventContent_cff.py.
00001 cms.PSet( 00002 outputCommands = cms.untracked.vstring( 00003 'keep recoSuperClusters_*_*_*', 00004 'keep recoCaloClusters_*_*_*', 00005 'keep EcalRecHitsSorted_*_*_*', 00006 'keep floatedmValueMap_*_*_*', 00007 'keep recoPFCandidates_*_*_*', 00008 "drop recoPFClusters_*_*_*", 00009 "keep recoElectronSeeds_*_*_*", 00010 "keep recoGsfElectrons_*_*_*" 00011 ) 00012 )
Definition at line 3 of file RecoHiEgamma_EventContent_cff.py.
00001 cms.PSet( 00002 outputCommands = cms.untracked.vstring( 00003 'keep recoSuperClusters_*_*_*', 00004 'keep recoCaloClusters_*_*_*', 00005 'keep EcalRecHitsSorted_*_*_*', 00006 'keep floatedmValueMap_*_*_*', # isolation not created yet in RECO step, but in case it is later 00007 'keep recoPFCandidates_*_*_*', 00008 "drop recoPFClusters_*_*_*", 00009 "keep recoElectronSeeds_*_*_*", 00010 "keep recoGsfElectrons_*_*_*" 00011 ) 00012 )
Definition at line 16 of file RecoHiEgamma_EventContent_cff.py.