All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
cppUtils Namespace Reference

Classes

class  SourceCentral
 

Functions

def readHeader
 

Variables

string __doc__
 
list __all__
 
tuple SourceCode = SourceCentral()
 

Function Documentation

def cppUtils.readHeader (   headerPath)
Make the ROOT C++ jit compiler read the specified header.

Definition at line 21 of file icarusalg/icarusalg/gallery/helpers/python/cppUtils.py.

21 
22 def readHeader(headerPath):
23  """Make the ROOT C++ jit compiler read the specified header."""
24  ROOT.gROOT.ProcessLine('#include "%s"' % headerPath)
25 # readHeader()
26 

Variable Documentation

list cppUtils.__all__
Initial value:
1 = [
2  'readHeader',
3  'SourceCode',
4  ]

Definition at line 11 of file icarusalg/icarusalg/gallery/helpers/python/cppUtils.py.

string cppUtils.__doc__
Initial value:
1 = """
2 Collection of utilities to interface C++ code with Python via PyROOT.
3 
4 This module requires ROOT.
5 """

Definition at line 5 of file icarusalg/icarusalg/gallery/helpers/python/cppUtils.py.

tuple cppUtils.SourceCode = SourceCentral()

Definition at line 175 of file icarusalg/icarusalg/gallery/helpers/python/cppUtils.py.