DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Namespaces | Functions
PluginCreators.h File Reference
#include <DD4hep/Primitives.h>
#include <string>

Go to the source code of this file.

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 

Functions

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...
 
void * dd4hep::createPlugin (const std::string &factory, Detector &description, int argc, char **argv, void *(*cast)(void *))
 
void * dd4hep::createProcessor (Detector &description, int argc, char **argv, void *(*cast)(void *))
 
template<typename T >
T * dd4hep::createPlugin (const std::string &factory, Detector &description)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
T * dd4hep::createPlugin (const std::string &factory, Detector &description, const std::string &arg)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
T * dd4hep::createPlugin (const std::string &factory, Detector &description, int argc, const void **argv)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
T * dd4hep::createProcessor (Detector &description, int argc, char **argv)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
T * dd4hep::createProcessor (Detector &description, int argc, const void **argv)
 Handler for factories of type: ConstructionFactory with casted return type. More...