ATLAS Offline Software
Classes | Functions | Variables
python.POOL2EI_Lib Namespace Reference

Classes

class  POOL2EI
 
class  POOL2EISvc
 

Functions

def _import_ROOT ()
 
def toiter (beg, end)
 

Variables

string __version__ = "$Revision: 3.0 $"
 
string __author__ = "Javier Sanchez"
 
string __doc__ = "provide components to POOL2EI"
 
 StatusCode = PyAthena.StatusCode
 

Function Documentation

◆ _import_ROOT()

def python.POOL2EI_Lib._import_ROOT ( )
private

Definition at line 33 of file POOL2EI_Lib.py.

33 def _import_ROOT():
34  import ROOT
35  ROOT.gROOT.SetBatch(True)
36  return ROOT
37 
38 

◆ toiter()

def python.POOL2EI_Lib.toiter (   beg,
  end 
)

Definition at line 39 of file POOL2EI_Lib.py.

39 def toiter(beg, end):
40  while beg != end:
41  yield beg.__deref__()
42  beg.__preinc__()
43  return
44 
45 

Variable Documentation

◆ __author__

string python.POOL2EI_Lib.__author__ = "Javier Sanchez"
private

Definition at line 14 of file POOL2EI_Lib.py.

◆ __doc__

string python.POOL2EI_Lib.__doc__ = "provide components to POOL2EI"
private

Definition at line 15 of file POOL2EI_Lib.py.

◆ __version__

string python.POOL2EI_Lib.__version__ = "$Revision: 3.0 $"
private

Definition at line 13 of file POOL2EI_Lib.py.

◆ StatusCode

python.POOL2EI_Lib.StatusCode = PyAthena.StatusCode

Definition at line 30 of file POOL2EI_Lib.py.

python.POOL2EI_Lib._import_ROOT
def _import_ROOT()
Definition: POOL2EI_Lib.py:33
python.POOL2EI_Lib.toiter
def toiter(beg, end)
Definition: POOL2EI_Lib.py:39