Skip to content

LArBadChannelTool: Fix IOV range in LArBadFebCondAlg.

If LArBadFebCondAlg doesn't have an input object, it was trying to create an output range from 0 to infinity. However, it was creating a run+event range, rather than a run+lbn range as is required. This was leading to errors.

Fixed.

Merge request reports