hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
ConfigurePython.cxx File Reference

Utility class that reads/executes a python script and creates a Process object based on the input. More...

#include "ConfigurePython.h"

Go to the source code of this file.

Functions

static std::string stringMember (PyObject *owner, const std::string &name)
 
static long intMember (PyObject *owner, const std::string &name)
 

Detailed Description

Utility class that reads/executes a python script and creates a Process object based on the input.

Author
Omar Moreno, SLAC National Accelerator Laboratory

Definition in file ConfigurePython.cxx.

Function Documentation

◆ intMember()

static long intMember ( PyObject *  owner,
const std::string &  name 
)
static

Definition at line 28 of file ConfigurePython.cxx.

◆ stringMember()

static std::string stringMember ( PyObject *  owner,
const std::string &  name 
)
static

Definition at line 10 of file ConfigurePython.cxx.