gfactory
Loading...
Searching...
No Matches
gfactory_options.cc
Go to the documentation of this file.
1
#include "
gfactory_options.h
"
2
3
// project goption to a system
4
namespace
gfactory
{
5
6
GOptions
defineOptions
() {
7
8
GOptions
goptions
(
PLUGIN_LOGGER
);
9
10
goptions
.defineOption(
11
GVariable
(
"plugin_path"
,
""
,
"colon-separated list of directories to search for .gplugin files"
),
12
"Additional directories searched for GEMC plugin libraries (*.gplugin) before the\n"
13
"current working directory and the system library path (LD_LIBRARY_PATH / DYLD_LIBRARY_PATH).\n"
14
"Example: -plugin_path=/opt/clas12/lib:/usr/local/gemc/plugins"
15
);
16
17
return
goptions
;
18
}
19
20
}
GOptions
gfactory_options.h
PLUGIN_LOGGER
constexpr const char * PLUGIN_LOGGER
Logger channel used by the gfactory module and plugins loaded through it.
Definition
gfactory_options.h:11
gfactory
Definition
gfactory_options.cc:4
gfactory::defineOptions
GOptions defineOptions()
Define the command-line/options set used by the gfactory module.
Definition
gfactory_options.cc:6
goptions
GVariable
gfactory_options.cc
Generated by
1.10.0