Skip to content

separate super-cell functionality of LArRawChannelBuilderAlg into dedicated LArRawChannelSCAlg

Walter Lampl requested to merge wlampl/athena:LArRawChannelSCBuilder into master

Hi @damazio,

I believe the SuperCell version of the LArRawChannel building is sufficiently different from the regular LArRawChannel-Building to justify a dedicated Algorithm - instead of more than 10 statements like if (m_isSC) in one algorithm.

This MR creates a dedicated LArRawChannelBuilderSCAlg. I'll clean out the SC-functionality from the LArRawChannelBuilderAlg once @nsur's MR is accepted.

Edited by Walter Lampl

Merge request reports