ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
GetLBsToIgnore | |
Functions | |
def | GetLBsToIgnore.getLBsToIgnore (runnum, burstsFromCosmic=True, bulkProcessing=False, dropNonReady=True) |
Variables | |
GetLBsToIgnore.serverfile = open("/afs/cern.ch/user/l/larmon/public/atlasdqmpass.txt") | |
GetLBsToIgnore.password = serverfile.readline().strip() | |
bool | GetLBsToIgnore.burstsFromCosmic = True |
bool | GetLBsToIgnore.bulkProcessing = False |
bool | GetLBsToIgnore.dropNonReady = True |
GetLBsToIgnore.outputFN = None | |
GetLBsToIgnore.opts | |
GetLBsToIgnore.args | |
bool | GetLBsToIgnore.burstsFromCosmics = False |
GetLBsToIgnore.run = int(args[0]) | |
def | GetLBsToIgnore.badLBset = getLBsToIgnore(run,burstsFromCosmic,bulkProcessing, dropNonReady) |
GetLBsToIgnore.badLBsorted = sorted(badLBset) | |
GetLBsToIgnore.out = open(outputFN,"w") | |