make_ParameterSet.cc
Go to the documentation of this file.
1 // ======================================================================
2 //
3 // make_ParameterSet - intermediate_table -> ParameterSet
4 //
5 // ======================================================================
6 
8 
10 
11 using namespace fhicl;
12 
13 // ----------------------------------------------------------------------
14 
15 void
17 {
18  ps = ParameterSet::make(tbl);
19 }
20 
21 // ----------------------------------------------------------------------
22 
23 void
25 {
26  ps = ParameterSet::make(xval);
27 }
28 
29 // ----------------------------------------------------------------------
30 
31 void
33 {
34  ps = ParameterSet::make(str);
35 }
36 
37 // ----------------------------------------------------------------------
38 
39 void
43 {
44  ps = ParameterSet::make(filename, maker);
45 }
46 
47 // ======================================================================
std::string string
Definition: nybbler.cc:12
static ParameterSet make(intermediate_table const &tbl)
Definition: ParameterSet.cc:68
void make_ParameterSet(intermediate_table const &tbl, ParameterSet &ps)
string filename
Definition: train.py:213
static constexpr double ps
Definition: Units.h:99
def maker(G, ac, typename)
Definition: apa.py:280
static QCString str