Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
fhiclcpp
fhiclcpp
make_ParameterSet.cc
Go to the documentation of this file.
1
// ======================================================================
2
//
3
// make_ParameterSet - intermediate_table -> ParameterSet
4
//
5
// ======================================================================
6
7
#include "
fhiclcpp/make_ParameterSet.h
"
8
9
#include "
fhiclcpp/ParameterSet.h
"
10
11
using namespace
fhicl
;
12
13
// ----------------------------------------------------------------------
14
15
void
16
fhicl::make_ParameterSet
(
intermediate_table
const
& tbl,
ParameterSet
&
ps
)
17
{
18
ps =
ParameterSet::make
(tbl);
19
}
20
21
// ----------------------------------------------------------------------
22
23
void
24
fhicl::make_ParameterSet
(
extended_value
const
& xval,
ParameterSet
&
ps
)
25
{
26
ps =
ParameterSet::make
(xval);
27
}
28
29
// ----------------------------------------------------------------------
30
31
void
32
fhicl::make_ParameterSet
(
std::string
const
&
str
,
ParameterSet
&
ps
)
33
{
34
ps =
ParameterSet::make
(str);
35
}
36
37
// ----------------------------------------------------------------------
38
39
void
40
fhicl::make_ParameterSet
(
std::string
const
&
filename
,
41
cet::filepath_maker
&
maker
,
42
ParameterSet
&
ps
)
43
{
44
ps =
ParameterSet::make
(filename, maker);
45
}
46
47
// ======================================================================
string
std::string string
Definition:
nybbler.cc:12
fhicl::ParameterSet::make
static ParameterSet make(intermediate_table const &tbl)
Definition:
ParameterSet.cc:68
make_ParameterSet.h
fhicl::make_ParameterSet
void make_ParameterSet(intermediate_table const &tbl, ParameterSet &ps)
Definition:
make_ParameterSet.cc:16
train.filename
string filename
Definition:
train.py:213
ParameterSet.h
cet::filepath_maker
Definition:
filepath_maker.h:42
fhicl
Definition:
InputSourceFactory.h:7
genie::units::ps
static constexpr double ps
Definition:
Units.h:99
wirecell.util.wires.apa.maker
def maker(G, ac, typename)
Definition:
apa.py:280
fhicl::extended_value
Definition:
extended_value.h:37
str
static QCString str
Definition:
fortrancode.cpp:27098
fhicl::ParameterSet
Definition:
ParameterSet.h:36
fhicl::intermediate_table
Definition:
intermediate_table.h:65
Generated by
1.8.11