Remove DAQKernel package (and migrate its users, eg. `bankKiller` and `RawEventDump`)
Retire Decoder::ToolBase and Decoder::AlgBase which were helpers to search for RawBank
s from a search path of RawEvent
s.
- migrate
bankKiller
andRawEventDump
fromDecoder::AlgBase
toGaudi::Functional::MergingConsumer
- migrate
IMuonRawBuffer
andMuonRawBuffer
to Rec into the sole component source directory which needs them - remove dictionary entry for
IMuonRawBuffer
(as that interface should be deprecated -- see #338 (moved)) - move the search code for
RawBank
which used to be inDecoder::CommonBase
to the one bit of code remaining which used it, namelyODINDecodeTool
(which itself may be obsolete/deprecated) - remove the entire
DAQKernel
package, as its only raison d'etre was to hostDecoder::ToolBase
andDecoder::AlgBase
.
must be used in conjunction with Rec!3698 (merged) which adds IMuonRawBuffer
and MuonRawBuffer
to Rec, and Allen!1386 (merged) which removes mention of DAQKernel from its dependencies (Allen didn't actually depend on DAQKernel). Same for MooreOnline!308 (merged). The change in printout in bankKiller requires Boole!531 (merged) which updates the references specifically for that change.
Edited by Gerhard Raven