Skip to content

LArRawConditions+LArCondTPCnv: Fix checking for empty subset vector.

When checking in LArCompactSubsetVector::setTimings to see if this is the first setting, check m_data rather than m_timeBinWidth (which could have been set to something non-zero in initialization).

Also fix empty channel handling in LArCondTPCnv.

Needed to fix assertion failures.

Merge request reports