From a53a9ca9d4d9e807a58e5330a9183cef744c58e5 Mon Sep 17 00:00:00 2001 From: Mark Grimes Date: Fri, 16 Jan 2015 11:01:33 +0100 Subject: [PATCH] Added debug PF collections to Shashlik --- .../Configuration/python/combinedCustoms.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py b/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py index 7b849cca9f04e..4c92382a16e48 100644 --- a/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py +++ b/SLHCUpgradeSimulations/Configuration/python/combinedCustoms.py @@ -236,6 +236,10 @@ def cust_2023SHCal(process): process.ecalEndcapClusterTaskExtras.EcalRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEK") process.ecalEndcapRecoSummary.recHitCollection_EE = cms.InputTag("ecalRecHit","EcalRecHitsEK") + if hasattr(process,'FEVTDEBUGHLTEventContent'): + process.FEVTDEBUGHLTEventContent.outputCommands.append('keep *_particleFlowRecHitHBHE_*_*') + process.FEVTDEBUGHLTEventContent.outputCommands.append('keep *_particleFlowClusterHBHE_*_*') + return process def cust_2023SHCalNoExtPix(process):