Skip to content

LArRecConditions: Fix clang warning.

Need to give LArHVData::m_empty an explicit initializer; otherwise, we get warnings from clang about the default constructor.

Merge request reports