print_allowed_configuration_conditional_t.cc
Go to the documentation of this file.
1 #include "CondConfig.h"
2 #include "fhiclcpp/types/Table.h"
3 #include <iostream>
4 
5 using namespace fhicl;
6 
7 int
8 main()
9 {
10  Table<CondConfig> table{Name("pset")};
11  table.print_allowed_configuration(std::cout);
12 }
ChannelGroupService::Name Name