Skip to content

Removing -3GeV requirement from HI precisionCalo Hypo

Hi,

This MR rplace the current precisionCalo HI requirement

elif sel in ('ion'):
        tool.ETthr          = same( ( float( threshold ) -  3 )*GeV ) 

with

        tool.ETthr          = same( ( float( threshold ))*GeV ) 

I am adding @jkremer and @qhu as it must change some step count in HI reference , if they point me the art test I can run and update the reference.

Thanks, Debo.

Merge request reports