Skip to content

LAr Reco: Convert hash -> hash directly

Walter Lampl requested to merge wlampl/athena:LArOnOffHashCnv into main

Callgrind informs me that the conversion of Calo offline Identifier to an offline-hash is slower than I thought. This step can be easily bypassed by converting the online-hash directly into an offline-hash. Saves some 15-20% in the LArRawChannel -> CaloCell step.

Merge request reports