#include <ChannelGroups.h>
Public Member Functions | |
ChannelGroups (fhicl::ParameterSet const &pset) | |
~ChannelGroups () | |
Destructor. More... | |
size_t | channelGroup (size_t view, size_t wire) const |
Private Attributes | |
std::vector< std::map< size_t, size_t > > | fGroupByViewAndWireMap |
Definition at line 26 of file ChannelGroups.h.
caldata::ChannelGroups::ChannelGroups | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
Arguments:
pset - Fcl parameters though perhaps there are none for this module in reality
Definition at line 14 of file ChannelGroups.cxx.
caldata::ChannelGroups::~ChannelGroups | ( | ) |
size_t caldata::ChannelGroups::channelGroup | ( | size_t | view, |
size_t | wire | ||
) | const |
Definition at line 131 of file ChannelGroups.cxx.
|
private |
Definition at line 38 of file ChannelGroups.h.