Prints on screen the current channel-wire and optical detector maps. More...
Classes | |
struct | Config |
Module configuration. More... | |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpChannelMap (Parameters const &config) | |
DumpChannelMap (DumpChannelMap const &)=delete | |
DumpChannelMap (DumpChannelMap &&)=delete | |
DumpChannelMap & | operator= (DumpChannelMap const &)=delete |
DumpChannelMap & | operator= (DumpChannelMap &&)=delete |
void | analyze (art::Event const &) override |
void | beginRun (art::Run const &) override |
Drives the dumping. More... | |
Private Attributes | |
std::string | OutputCategory |
Name of the category for output. More... | |
bool | DoChannelToWires |
Dump channel -> wires mapping. More... | |
bool | DoWireToChannel |
Dump wire -> channel mapping. More... | |
bool | DoOpDetChannels |
Dump optical detector channel -> optical detector. More... | |
raw::ChannelID_t | FirstChannel |
First channel to be printed. More... | |
raw::ChannelID_t | LastChannel |
Last channel to be printed. More... | |
Prints on screen the current channel-wire and optical detector maps.
One print is performed at the beginning of each run.
Definition at line 58 of file DumpChannelMap_module.cc.
using geo::DumpChannelMap::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 108 of file DumpChannelMap_module.cc.
|
explicit |
Definition at line 239 of file DumpChannelMap_module.cc.
|
delete |
|
delete |
|
inlineoverride |
Definition at line 120 of file DumpChannelMap_module.cc.
|
override |
Drives the dumping.
Definition at line 252 of file DumpChannelMap_module.cc.
|
delete |
|
delete |
|
private |
Dump channel -> wires mapping.
Definition at line 128 of file DumpChannelMap_module.cc.
|
private |
Dump optical detector channel -> optical detector.
Definition at line 130 of file DumpChannelMap_module.cc.
|
private |
Dump wire -> channel mapping.
Definition at line 129 of file DumpChannelMap_module.cc.
|
private |
First channel to be printed.
Definition at line 132 of file DumpChannelMap_module.cc.
|
private |
Last channel to be printed.
Definition at line 133 of file DumpChannelMap_module.cc.
|
private |
Name of the category for output.
Definition at line 127 of file DumpChannelMap_module.cc.