Utility dumping the content of PMT channel mapping on screen. More...
#include "icaruscode/Decode/ChannelMapping/ICARUSChannelMapProvider.h"
#include "larcorealg/CoreUtils/enumerate.h"
#include "larcorealg/TestUtils/unit_test_base.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include <iomanip>
#include <iostream>
#include <algorithm>
#include <numeric>
#include <array>
Go to the source code of this file.
Classes | |
struct | SortByElement< KeyNo > |
Functions | |
int | main (int argc, char **argv) |
Utility dumping the content of PMT channel mapping on screen.
This utility can be run with any configuration file including a configuration for IICARUSChannel
service.
It is using art facilities for tool loading, but it does not run in art environment. So it may break without warning and without solution.
Definition in file PMTChannelMapDumper.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 51 of file PMTChannelMapDumper.cxx.