|
| static IService * | service (ISvcLocator *svcloc, const std::string &name, bool createif=false) |
| |
| static IAlgorithm * | algorithm (IAlgManager *algmgr, const std::string &name, const bool createIf=false) |
| |
| static DataObject * | dataobject (IDataProviderSvc *dpsvc, const std::string &path) |
| |
| static GAUDI_API DataObject * | findobject (IDataProviderSvc *dpsvc, const std::string &path) |
| | simple wrapper for IDataProviderSvc::findObject The methdod does NOT trigger the loading the object from tape or Data-On-Demand action
|
| |
| static GAUDI_API DataObject * | getobject (IDataProviderSvc *dpsvc, const std::string &path, const bool retrieve=true, const bool disableDoD=false) |
| | the generic function to get object from TES
|
| |
| static IAlgTool * | tool (IToolSvc *toolsvc, const std::string &type, const std::string &name, IInterface *p, bool cif) |
| |
| static long | loadDynamicLib (const std::string &name) |
| |
| static IHistogram1D * | histo1D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IHistogram2D * | histo2D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IHistogram3D * | histo3D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IProfile1D * | profile1D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IProfile2D * | profile2D (IHistogramSvc *hsvc, const std::string &path) |
| |
| template<class T > |
| static PyObject * | toArray (T *ptr, Py_ssize_t size) |
| |
| static PyObject * | toIntArray (void *ptr, Py_ssize_t size) |
| |
| static PyObject * | toShortArray (void *ptr, Py_ssize_t size) |
| |
| static PyObject * | toFloatArray (void *ptr, Py_ssize_t size) |
| |
| static PyObject * | toDoubleArray (void *ptr, Py_ssize_t size) |
| |
| template<class T > |
| static T * | toAddress (std::vector< T > &v) |
| |
| template<class T > |
| static T * | toAddress (void *a) |
| |
| static StatusCode | setPropertyFromString (Property &p, const std::string &s) |
| |
| static IService * | service (ISvcLocator *svcloc, const std::string &name, bool createif=false) |
| |
| static IAlgorithm * | algorithm (IAlgManager *algmgr, const std::string &name, const bool createIf=false) |
| |
| static DataObject * | dataobject (IDataProviderSvc *dpsvc, const std::string &path) |
| |
| static GAUDI_API DataObject * | findobject (IDataProviderSvc *dpsvc, const std::string &path) |
| | simple wrapper for IDataProviderSvc::findObject The methdod does NOT trigger the loading the object from tape or Data-On-Demand action
|
| |
| static GAUDI_API DataObject * | getobject (IDataProviderSvc *dpsvc, const std::string &path, const bool retrieve=true, const bool disableDoD=false) |
| | the generic function to get object from TES
|
| |
| static IAlgTool * | tool (IToolSvc *toolsvc, const std::string &type, const std::string &name, IInterface *p, bool cif) |
| |
| static long | loadDynamicLib (const std::string &name) |
| |
| static IHistogram1D * | histo1D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IHistogram2D * | histo2D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IHistogram3D * | histo3D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IProfile1D * | profile1D (IHistogramSvc *hsvc, const std::string &path) |
| |
| static IProfile2D * | profile2D (IHistogramSvc *hsvc, const std::string &path) |
| |
| template<class T > |
| static PyObject * | toArray (T *ptr, Py_ssize_t size) |
| |
| static PyObject * | toIntArray (void *ptr, Py_ssize_t size) |
| |
| static PyObject * | toShortArray (void *ptr, Py_ssize_t size) |
| |
| static PyObject * | toFloatArray (void *ptr, Py_ssize_t size) |
| |
| static PyObject * | toDoubleArray (void *ptr, Py_ssize_t size) |
| |
| template<class T > |
| static T * | toAddress (std::vector< T > &v) |
| |
| template<class T > |
| static T * | toAddress (void *a) |
| |
| static StatusCode | setPropertyFromString (Property &p, const std::string &s) |
| |
Definition at line 47 of file Helpers.h.