Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Art
PrintAvailable
DummyFunctionTool_tool.cc
Go to the documentation of this file.
1
#include "
art/Utilities/ToolMacros.h
"
2
3
namespace
art
{
4
namespace
test
{
5
int
6
num
(
int
)
7
{
8
return
1;
9
}
10
}
// namespace test
11
}
// namespace art
12
13
DEFINE_ART_FUNCTION_TOOL
(
art::test::num
,
"num"
)
art::test::num
int num(int)
Definition:
DummyFunctionTool_tool.cc:6
test
Definition:
PandoraAnalysis_module.cc:49
ToolMacros.h
DEFINE_ART_FUNCTION_TOOL
#define DEFINE_ART_FUNCTION_TOOL(tool, type)
Definition:
ToolMacros.h:54
art
Definition:
BasicOptionsHandler.h:9
Generated by
1.8.11