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
4namespace gfactory {
5
7
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}
constexpr const char * PLUGIN_LOGGER
Logger channel used by the gfactory module and plugins loaded through it.
GOptions defineOptions()
Define the command-line/options set used by the gfactory module.