DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DD4hep/Plugins.h>
#include <cstdlib>
#include <DD4hep/Printout.h>
#include <TSystem.h>
#include <cstring>
Go to the source code of this file.
Macros | |
#define | MAKE_GAUDI_PLUGIN_SERVICE_ENTRY(n, v) "dd4hep_pluginmgr_" #n "_V" #v |
#define | MAKE_FUNC(name, version) MAKE_GAUDI_PLUGIN_SERVICE_ENTRY(name,version) |
#define MAKE_FUNC | ( | name, | |
version | |||
) | MAKE_GAUDI_PLUGIN_SERVICE_ENTRY(name,version) |
Definition at line 53 of file Plugins.cpp.
#define MAKE_GAUDI_PLUGIN_SERVICE_ENTRY | ( | n, | |
v | |||
) | "dd4hep_pluginmgr_" #n "_V" #v |
Definition at line 52 of file Plugins.cpp.