DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
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... | |