ATLAS Offline Software
|
Functions | |
def | toiter (beg, end) |
def | toiter1 (c) |
Variables | |
string | query_string = '' |
collection_name = sys.argv[i+1] | |
colsvc = ROOT.pool.CollectionService() | |
bool | read_only_flag = True |
col = colsvc.open(collection_name, 'RootCollection', '', read_only_flag) | |
des = col.description() | |
attributes = map( lambda n: des.attributeColumn(n, 0).name(), range(0, des.numberOfAttributeColumns()) ) | |
query = col.newQuery() | |
cursor = query.execute() | |
row = cursor.currentRow() | |
tlist = row.tokenList() | |
alist = row.attributeList() | |
attr_name = alist[i].specification().name() | |
list | queryopt = ['RunNumber', 'EventNumber'] |
dictionary | attrdata_func_name = {} |
string | line = '' |
bool | has_row = True |
def collListGuids.toiter | ( | beg, | |
end | |||
) |
Definition at line 17 of file collListGuids.py.
def collListGuids.toiter1 | ( | c | ) |
Definition at line 24 of file collListGuids.py.
collListGuids.alist = row.attributeList() |
Definition at line 68 of file collListGuids.py.
Definition at line 72 of file collListGuids.py.
dictionary collListGuids.attrdata_func_name = {} |
Definition at line 76 of file collListGuids.py.
collListGuids.attributes = map( lambda n: des.attributeColumn(n, 0).name(), range(0, des.numberOfAttributeColumns()) ) |
Definition at line 46 of file collListGuids.py.
collListGuids.col = colsvc.open(collection_name, 'RootCollection', '', read_only_flag) |
Definition at line 43 of file collListGuids.py.
collListGuids.collection_name = sys.argv[i+1] |
Definition at line 31 of file collListGuids.py.
collListGuids.colsvc = ROOT.pool.CollectionService() |
Definition at line 41 of file collListGuids.py.
collListGuids.cursor = query.execute() |
Definition at line 62 of file collListGuids.py.
collListGuids.des = col.description() |
Definition at line 45 of file collListGuids.py.
collListGuids.has_row = True |
Definition at line 85 of file collListGuids.py.
string collListGuids.line = '' |
Definition at line 77 of file collListGuids.py.
collListGuids.query = col.newQuery() |
Definition at line 56 of file collListGuids.py.
collListGuids.query_string = '' |
Definition at line 28 of file collListGuids.py.
list collListGuids.queryopt = ['RunNumber', 'EventNumber'] |
Definition at line 74 of file collListGuids.py.
bool collListGuids.read_only_flag = True |
Definition at line 42 of file collListGuids.py.
collListGuids.row = cursor.currentRow() |
Definition at line 65 of file collListGuids.py.
collListGuids.tlist = row.tokenList() |
Definition at line 67 of file collListGuids.py.