DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.
 
 DD4hep::Geometry
 Namespace for the geometry part of the AIDA detector description toolkit.
 

Functions

void * DD4hep::createPlugin (const std::string &factory, Geometry::LCDD &lcdd, void *(*cast)(void *))
 Handler for factories of type: ConstructionFactory. More...
 
void * DD4hep::createPlugin (const std::string &factory, Geometry::LCDD &lcdd, const std::string &arg, void *(*cast)(void *))
 Handler for factories of type: ConstructionFactory. More...
 
void * DD4hep::createPlugin (const std::string &factory, Geometry::LCDD &lcdd, int argc, char **argv, void *(*cast)(void *))
 
void * DD4hep::createProcessor (Geometry::LCDD &lcdd, int argc, char **argv, void *(*cast)(void *))
 
template<typename T >
TDD4hep::createPlugin (const std::string &factory, Geometry::LCDD &lcdd)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
TDD4hep::createPlugin (const std::string &factory, Geometry::LCDD &lcdd, const std::string &arg)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
TDD4hep::createPlugin (const std::string &factory, Geometry::LCDD &lcdd, int argc, const void **argv)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
TDD4hep::createProcessor (Geometry::LCDD &lcdd, int argc, char **argv)
 Handler for factories of type: ConstructionFactory with casted return type. More...
 
template<typename T >
TDD4hep::createProcessor (Geometry::LCDD &lcdd, int argc, const void **argv)
 Handler for factories of type: ConstructionFactory with casted return type. More...