separate super-cell functionality of LArRawChannelBuilderAlg into dedicated LArRawChannelSCAlg
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