ATLAS Offline Software
Loading...
Searching...
No Matches
python.POOL2EI_Lib Namespace Reference

Classes

class  POOL2EI
class  POOL2EISvc

Functions

 _import_ROOT ()
 toiter (beg, end)

Variables

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

Function Documentation

◆ _import_ROOT()

python.POOL2EI_Lib._import_ROOT ( )
protected

Definition at line 33 of file POOL2EI_Lib.py.

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

◆ toiter()

python.POOL2EI_Lib.toiter ( beg,
end )

Definition at line 39 of file POOL2EI_Lib.py.

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

Variable Documentation

◆ __author__

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

Definition at line 14 of file POOL2EI_Lib.py.

◆ __doc__

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

Definition at line 15 of file POOL2EI_Lib.py.

◆ __version__

str 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.