ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
collListGuids | |
Functions | |
def | collListGuids.toiter (beg, end) |
def | collListGuids.toiter1 (c) |
Variables | |
string | collListGuids.query_string = '' |
collListGuids.collection_name = sys.argv[i+1] | |
collListGuids.colsvc = ROOT.pool.CollectionService() | |
bool | collListGuids.read_only_flag = True |
collListGuids.col = colsvc.open(collection_name, 'RootCollection', '', read_only_flag) | |
collListGuids.des = col.description() | |
collListGuids.attributes = map( lambda n: des.attributeColumn(n, 0).name(), range(0, des.numberOfAttributeColumns()) ) | |
collListGuids.query = col.newQuery() | |
collListGuids.cursor = query.execute() | |
collListGuids.row = cursor.currentRow() | |
collListGuids.tlist = row.tokenList() | |
collListGuids.alist = row.attributeList() | |
collListGuids.attr_name = alist[i].specification().name() | |
list | collListGuids.queryopt = ['RunNumber', 'EventNumber'] |
dictionary | collListGuids.attrdata_func_name = {} |
string | collListGuids.line = '' |
bool | collListGuids.has_row = True |