Skip to content

Commit

Permalink
Added debug PF collections to Shashlik
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Grimes committed Jan 16, 2015
1 parent 9340a13 commit a53a9ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 a53a9ca

Please sign in to comment.