Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Utilities
tools
NestedFunctionTool.cc
Go to the documentation of this file.
1
#include "
art/test/Utilities/tools/NestedFunctionTool.h
"
2
#include "
art/Utilities/make_tool.h
"
3
4
namespace
arttest
{
5
int
6
callThroughToAddOne
(
fhicl::ParameterSet
const
& pset,
int
const
i)
7
{
8
auto
addOne
= art::make_tool<int(int)>(pset,
"addOne"
);
9
return
addOne
(i);
10
}
11
}
// namespace arttest
arttest::addOne
int addOne(int const i)
Definition:
FunctionTool.cc:5
arttest
Definition:
GroupSelector_t.h:4
make_tool.h
arttest::callThroughToAddOne
int callThroughToAddOne(fhicl::ParameterSet const &pset, int const i)
Definition:
NestedFunctionTool.cc:6
NestedFunctionTool.h
fhicl::ParameterSet
Definition:
ParameterSet.h:36
Generated by
1.8.11