Functions
print_allowed_configuration_conditional_t.cc File Reference
#include "CondConfig.h"
#include "fhiclcpp/types/Table.h"
#include <iostream>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( void  )

Definition at line 8 of file print_allowed_configuration_conditional_t.cc.

9 {
10  Table<CondConfig> table{Name("pset")};
11  table.print_allowed_configuration(std::cout);
12 }
ChannelGroupService::Name Name