NestedFunctionTool.h
Go to the documentation of this file.
1 #ifndef art_test_Utilities_tools_NestedFunctionTool_h
2 #define art_test_Utilities_tools_NestedFunctionTool_h
3 
4 namespace fhicl {
5  class ParameterSet;
6 }
7 
8 namespace arttest {
9  int callThroughToAddOne(fhicl::ParameterSet const& pset, int);
10 }
11 
12 // Local variables:
13 // mode: c++
14 // End:
15 #endif /* art_test_Utilities_tools_NestedFunctionTool_h */
int callThroughToAddOne(fhicl::ParameterSet const &pset, int const i)