#include "WireCellUtil/Configuration.h"
#include <iostream>
#include <unordered_map>
#include <string>
Go to the source code of this file.
Definition at line 9 of file test_configuration3.cxx.
21 auto jmm = top[
"maskmap"];
23 std::unordered_map<std::string, std::string>
mm;
24 for (
auto name : jmm.getMemberNames()) {
30 auto newthing = top[
"maskmap"][
"adc"];
32 if (newthing.isNull()) {
33 cerr <<
"dunno adc\n";
Json::Value Configuration
QTextStream & endl(QTextStream &s)