Skip to content

Commit

Permalink
add HI-related products for pp runs in event content keep statements
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Nov 20, 2015
1 parent 4051fd4 commit 93bb4c0
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 93bb4c0

Please sign in to comment.