ATLAS Offline Software
Loading...
Searching...
No Matches
GetLBsToIgnore.py File Reference

Go to the source code of this file.

Namespaces

namespace  GetLBsToIgnore

Functions

 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])
 GetLBsToIgnore.badLBset = getLBsToIgnore(run,burstsFromCosmic,bulkProcessing, dropNonReady)
 GetLBsToIgnore.badLBsorted = sorted(badLBset)
 GetLBsToIgnore.out = open(outputFN,"w")