ATLAS Offline Software
Static Public Member Functions | List of all members
Py::cnv< double > Struct Reference

#include <PyDataStore.h>

Collaboration diagram for Py::cnv< double >:

Static Public Member Functions

static Py::Object to (double t)
 
static PyObjecttoPy (double t)
 

Detailed Description

Definition at line 103 of file PyDataStore.h.

Member Function Documentation

◆ to()

static Py::Object Py::cnv< double >::to ( double  t)
inlinestatic

Definition at line 105 of file PyDataStore.h.

106  { return Py::Float(t); }

◆ toPy()

static PyObject* Py::cnv< double >::toPy ( double  t)
inlinestatic

Definition at line 124 of file PyStoreCnvUtils.h.

125  { return PyFloat_FromDouble(t); }

The documentation for this struct was generated from the following files:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5