Go to the source code of this file.
Namespaces | |
mergeJSON | |
Functions | |
def | mergeJSON.filterRuns |
Variables | |
tuple | mergeJSON.filename = match.group(1) |
tuple | mergeJSON.finalList = LumiList() |
string | mergeJSON.help = 'Save output to file OUTPUT' |
tuple | mergeJSON.localList = LumiList(filename = filename) |
tuple | mergeJSON.match = minMaxRE.search(filename) |
tuple | mergeJSON.maxRun = int( match.group(3) ) |
tuple | mergeJSON.minMaxRE = re.compile(r'(\S+):(\d+)-(\d*)') |
int | mergeJSON.minRun = 0 |
tuple | mergeJSON.parser = optparse.OptionParser("Usage: %prog alpha1.json [alpha2.json:142300-145900]") |