Skip to content

Commit

Permalink
Merge pull request #12122 from gpetruc/MiniAOD-eventContent-76X
Browse files Browse the repository at this point in the history
MiniAOD event content updates for 76X
  • Loading branch information
davidlange6 committed Oct 28, 2015
2 parents 56aa69e + 7d1a083 commit 7bfe79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -37,10 +37,13 @@
'keep *_offlineSlimmedPrimaryVertices_*_*',
'keep patPackedCandidates_packedPFCandidates_*_*',

'keep *_bunchSpacingProducer_*_*',

#'keep double_fixedGridRho*__*',
'keep double_fixedGridRhoAll__*',
'keep double_fixedGridRhoFastjetAll__*',
'keep double_fixedGridRhoFastjetAllCalo__*',
'keep double_fixedGridRhoFastjetCentral_*_*',
'keep double_fixedGridRhoFastjetCentralCalo__*',
'keep double_fixedGridRhoFastjetCentralChargedPileUp__*',
'keep double_fixedGridRhoFastjetCentralNeutral__*',
Expand All @@ -55,6 +58,8 @@
'keep *_TriggerResults_*_*', # for MET filters (a catch all for the moment, but ideally it should be only the current process)
'keep patPackedCandidates_lostTracks_*_*',
'keep HcalNoiseSummary_hcalnoise__*',
'keep recoCSCHaloData_CSCHaloData_*_*',
'keep recoBeamHaloSummary_BeamHaloSummary_*_*',
'keep *_caTopTagInfosPAT_*_*'
)
)
Expand Down
1 change: 1 addition & 0 deletions PhysicsTools/PatAlgos/python/slimming/slimming_cff.py
Expand Up @@ -17,3 +17,4 @@
from PhysicsTools.PatAlgos.slimming.metFilterPaths_cff import *
from PhysicsTools.PatAlgos.slimming.MicroEventContent_cff import *
from RecoEgamma.EgammaPhotonProducers.reducedEgamma_cfi import *
from RecoLuminosity.LumiProducer.bunchSpacingProducer_cfi import bunchSpacingProducer

0 comments on commit 7bfe79f

Please sign in to comment.