Skip to content

Commit

Permalink
addHIIsolationProducer() function will also be called from customise_…
Browse files Browse the repository at this point in the history
…Reco() in file SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py
  • Loading branch information
Kaya Tatar committed Nov 3, 2015
1 parent 11fa793 commit cef7230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ def customise_Reco(process):
process.particleFlowClusterHO.pfClusterBuilder.positionCalc.logWeightDenominator = cms.double(0.05)
process.particleFlowClusterHO.pfClusterBuilder.allCellsPositionCalc.logWeightDenominator = cms.double(0.05)

from RecoHI.Configuration.customise_PPwithHI import addHIIsolationProducer
process = addHIIsolationProducer(process)

return process


Expand Down

0 comments on commit cef7230

Please sign in to comment.