Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
addInts_tool.cc
Go to the documentation of this file.
1
#include "
art/Utilities/ToolMacros.h
"
2
3
namespace
{
4
void
5
addInts(
int
&
i
,
int
const
j)
6
{
7
i += j;
8
}
9
}
// namespace
10
11
DEFINE_ART_FUNCTION_TOOL
(addInts,
"addInts"
)
sensitivity_comps.i
int i
Definition:
sensitivity_comps.py:15
ToolMacros.h
DEFINE_ART_FUNCTION_TOOL
#define DEFINE_ART_FUNCTION_TOOL(tool, type)
Definition:
ToolMacros.h:58
Generated by
1.8.11