Skip to content

Commit

Permalink
Merge pull request #12530 from slava77/CMSSW_7_5_5_patch3/sign636/hiP…
Browse files Browse the repository at this point in the history
…hotonIsoContent

add HI-related products for pp runs in event content keep statements (same as #12520)
  • Loading branch information
cmsbuild committed Nov 21, 2015
2 parents f590afb + 93bb4c0 commit cfd5c90
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 8 additions & 2 deletions RecoEcal/Configuration/python/RecoEcal_EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
'keep *_particleFlowSuperClusterECAL_*_*',
# DROP statements
'drop recoBasicClusters_multi5x5BasicClusters_multi5x5BarrelBasicClusters_*',
'drop recoSuperClusters_multi5x5SuperClusters_multi5x5BarrelSuperClusters_*')
'drop recoSuperClusters_multi5x5SuperClusters_multi5x5BarrelSuperClusters_*',
# temporarily here for pp for HI
'keep recoCaloClusters_islandBasicClusters_*_*'
)
)
# RECO content
RecoEcalRECO = cms.PSet(
Expand Down Expand Up @@ -53,7 +56,10 @@
'drop recoClusterShapes_*_*_*',
'drop recoBasicClustersToOnerecoClusterShapesAssociation_*_*_*',
'drop recoBasicClusters_multi5x5BasicClusters_multi5x5BarrelBasicClusters_*',
'drop recoSuperClusters_multi5x5SuperClusters_multi5x5BarrelSuperClusters_*')
'drop recoSuperClusters_multi5x5SuperClusters_multi5x5BarrelSuperClusters_*',
# temporarily here for pp for HI
'keep recoCaloClusters_islandBasicClusters_*_*'
)
)
# AOD content
RecoEcalAOD = cms.PSet(
Expand Down
15 changes: 12 additions & 3 deletions RecoEgamma/Configuration/python/RecoEgamma_EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
'keep *_hfRecoEcalCandidate_*_*',
'keep *_hfEMClusters_*_*',
'keep *_gedGsfElectronCores_*_*',
'keep *_gedGsfElectrons_*_*'
'keep *_gedGsfElectrons_*_*',
#temporarily here for pp running with HI stuff
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerppGED_*_*',
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerpp_*_*'
)
)

Expand Down Expand Up @@ -97,7 +100,10 @@
'keep *_hfRecoEcalCandidate_*_*',
'keep *_hfEMClusters_*_*',
'keep *_gedGsfElectronCores_*_*',
'keep *_gedGsfElectrons_*_*'
'keep *_gedGsfElectrons_*_*',
#temporarily here for pp running with HI stuff
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerppGED_*_*',
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerpp_*_*'
)
)

Expand Down Expand Up @@ -141,7 +147,10 @@
'keep *_hfRecoEcalCandidate_*_*',
'keep *_hfEMClusters_*_*',
'keep *_gedGsfElectronCores_*_*',
'keep *_gedGsfElectrons_*_*'
'keep *_gedGsfElectrons_*_*',
#temporarily here for pp running with HI stuff
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerppGED_*_*',
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerpp_*_*'
)
)

0 comments on commit cfd5c90

Please sign in to comment.