Skip to content

Commit

Permalink
Merge pull request #7211 from mark-grimes/addShashlikCollections
Browse files Browse the repository at this point in the history
Add debug PF collections to Shashlik event content
  • Loading branch information
cmsbuild committed Jan 16, 2015
2 parents 9340a13 + a53a9ca commit 4a25688
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -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):
Expand Down

0 comments on commit 4a25688

Please sign in to comment.