![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
python.IoTestsLib | |
Functions | |
def | python.IoTestsLib.pymon () |
def | python.IoTestsLib.comp_delta (d, verbose=False) |
def | python.IoTestsLib.import_ROOT () |
def | python.IoTestsLib.io_test1_write (fname, nevts=1000, sz=1000, dtype='i') |
def | python.IoTestsLib.io_test1_read (fname, verbose=False) |
def | python.IoTestsLib.io_test2_write (fname, nevts=1000, sz=1000, dtype='i') |
def | python.IoTestsLib.io_test2_read (fname, verbose=False) |
Variables | |
string | python.IoTestsLib.__author__ = "Sebastien Binet <binet@cern.ch>" |
string | python.IoTestsLib.__version__ = "$Revision: 1.1 $" |
string | python.IoTestsLib.__doc__ |
int | python.IoTestsLib._pagesz = sysconf('SC_PAGE_SIZE') // 1024 |
dictionary | python.IoTestsLib._py_dtype_to_root |
def | python.IoTestsLib.ROOT = import_ROOT() |
int | python.IoTestsLib.nreads = 10 |
tests ------------------------------------------------------------------— More... | |
dictionary | python.IoTestsLib.mon_data = {} |
string | python.IoTestsLib.fname = '/tmp/out_test1_ints.root' |
def | python.IoTestsLib.w |