Skip to content

Fix getIndexByEta in InDetEtaDependentCutsSvc

Thomas Strebler requested to merge tstreble-master-patch-33821 into master

Fix getIndexByEta function in InDetEtaDependentCutsSvc to properly deal with eta clamping + cut values, considering m_etaBins.size()=m_minPT.size()+1

    icf.addFlag("etaBins"                   , [-1.0, 2.0, 2.6, 9999.0])
    icf.addFlag("minPT"                     , [0.9 * Units.GeV, 0.4 * Units.GeV, 0.4 * Units.GeV])

This service is only used for ITk reconstruction.

FYI @pagessin @lgagnon @ncalace @jmasik @dshope

Edited by Thomas Strebler

Merge request reports