DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Namespaces | Macros | Functions
Geant4PythonCall.cpp File Reference
#include <DDG4/Python/Geant4PythonCall.h>
#include <DDG4/Python/DDPython.h>
#include <TPyReturn.h>

Go to the source code of this file.

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::sim
 Namespace for the Geant4 based simulation part of the AIDA detector description toolkit.
 

Macros

#define INSTANTIATE(X)
 

Functions

 dd4hep::sim::INSTANTIATE (char)
 
 dd4hep::sim::INSTANTIATE (short)
 
 dd4hep::sim::INSTANTIATE (int)
 
 dd4hep::sim::INSTANTIATE (long)
 
 dd4hep::sim::INSTANTIATE (unsigned short)
 
 dd4hep::sim::INSTANTIATE (unsigned int)
 
 dd4hep::sim::INSTANTIATE (unsigned long)
 
 dd4hep::sim::INSTANTIATE (float)
 
 dd4hep::sim::INSTANTIATE (double)
 
 dd4hep::sim::INSTANTIATE (char *)
 
 dd4hep::sim::INSTANTIATE (const char *)
 
 dd4hep::sim::INSTANTIATE (PyObject *)
 
 dd4hep::sim::INSTANTIATE (void *)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   X)
Value:
template X Geant4PythonCall::execute<X>() const; \
template X Geant4PythonCall::execute<X>(PyObject* method) const; \
template X Geant4PythonCall::execute<X>(PyObject* method, PyObject* args) const

Definition at line 72 of file Geant4PythonCall.cpp.