Go to the source code of this file.
#define ART_PROVIDE_ALLOWED_CONFIGURATION_FUNCTION_TOOL |
( |
| ) |
|
Value:std::unique_ptr<fhicl::ConfigurationTable> allowed_configuration( \
{ \
return std::make_unique<fhicl::WrappedTable<art::detail::ToolConfig>>(
\ }
ChannelGroupService::Name Name
Definition at line 33 of file ToolMacros.h.
#define DEFINE_ART_CLASS_TOOL |
( |
|
tool | ) |
|
Value: { \
return std::make_unique<tool>(pset); \
} \
EXTERN_C_FUNC_DECLARE_END
#define CET_PROVIDE_FILE_PATH()
#define FHICL_PROVIDE_ALLOWED_CONFIGURATION(klass)
Definition at line 42 of file ToolMacros.h.
#define DEFINE_ART_FUNCTION_TOOL |
( |
|
tool, |
|
|
|
type |
|
) |
| |
Value: auto toolFunction =
tool; \
EXTERN_C_FUNC_DECLARE_END
#define CET_PROVIDE_FILE_PATH()
Definition at line 54 of file ToolMacros.h.