Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MiniAOD event content updates for 76X #12122

Merged
merged 4 commits into from Oct 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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_*_*',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is not saved in AOD.
So, an application running on AOD will not be able to get the objects.
Since the product is needed mainly on data, it may make sense to add it to the AOD event content, otherwise it's lost.

'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