DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <DD4hep/PluginCreators.h>
#include <DD4hep/Primitives.h>
#include <DD4hep/Printout.h>
#include <DD4hep/Plugins.h>
#include <cstring>
Go to the source code of this file.
Namespaces | |
dd4hep | |
Namespace for the AIDA detector description toolkit. | |
Functions | |
void * | dd4hep::createProcessor (Detector &description, int argc, char **argv, void *(*cast)(void *)) |
void * | dd4hep::createPlugin (const std::string &factory, Detector &description, int argc, char **argv, void *(*cast)(void *)) |
void * | dd4hep::createPlugin (const std::string &factory, Detector &description, void *(*cast)(void *)) |
Handler for factories of type: ConstructionFactory. More... | |
void * | dd4hep::createPlugin (const std::string &factory, Detector &description, const std::string &arg, void *(*cast)(void *)) |
Handler for factories of type: ConstructionFactory. More... | |