19 #include "art/Utilities/ToolConfigTable.h"
20 #include "art/Utilities/ToolMacros.h"
25 class ICARUSsplitInductionChannelMapSetupTool;
44 using Parameters = art::ToolConfigTable<Mapper_t::Config>;
61 virtual std::unique_ptr<geo::ChannelMapAlg>
doChannelMap()
override
70 (Mapper_t::Config
const& config)
const;
80 : fChannelMap(makeChannelMap(config()))
88 return std::make_unique<Mapper_t>(config);
Channel mapping algorithms for ICARUS detector.
Channel mapping for ICARUS detector with split wires.
Interface to algorithm class for a specific detector channel mapping.