LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
// ======================================================================
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
ParameterSet.h
fhicl
parameter set interface
Definition:
BeamFlashTrackMatchTaggerAlg.h:17
fhicl::extended_value
Definition:
extended_value.h:37
fhicl::ParameterSet
Definition:
ParameterSet.h:36
fhicl::intermediate_table
Definition:
intermediate_table.h:65
fhiclcpp
make_ParameterSet.cc
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11