ATLAS Offline Software
Namespaces | Functions | Variables
web.py File Reference

Go to the source code of this file.

Namespaces

 python.web
 

Functions

def python.web.makeDict (scope, query)
 
def python.web.makeTable (name, ids)
 

Variables

int python.web.toGB = 1. / 1000. / 1000. / 1000.
 
string python.web.query = '*.AOD.*_r5591_r5625'
 13 TEV More...
 
string python.web.query13 = '*.merge.AOD.*_r5787_r5853'
 
 python.web.aods_idtag
 
 python.web.aods_idonly
 
 python.web.topq1_idtag
 
 python.web.topq1_idonly
 
 python.web.aods_ami = ami.askAmi('mc14_8TeV.' + query)
 
 python.web.topq1_ami = ami.askAmi('mc14_8TeV.' + query.replace('AOD','DAOD_TOPQ1') + '_p1854')
 
 python.web.aods_ami_size = ami.askAmi('mc14_8TeV.' + query, 'totalSize')
 
 python.web.topq1_ami_size = ami.askAmi('mc14_8TeV.' + query.replace('AOD','DAOD_TOPQ1') + '_p1854', 'totalSize')
 
list python.web.dsids_sofar = []
 
 python.web.remaining = set(aods_idonly.keys()).difference(set(dsids_sofar))