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

Go to the source code of this file.

Namespaces

 checkFileSG
 

Functions

def checkFileSG.toSkip (inpName)
 
def checkFileSG.toRemove (inpVal)
 
def checkFileSG.findMatches (iAlg, iObj, F, Fa, Fo)
 

Variables

string checkFileSG.__version__ = "$Revision: 1.1 $"
 
string checkFileSG.__author__ = "Ilija Vukotic <ivukotic@cern.ch>"
 
list checkFileSG.lRemove = ['_Data','_Link','noKey','HLTAuto','CBNT_']
 
 checkFileSG.inFN = sys.argv[1]
 
 checkFileSG.fi = open (inFN)
 
 checkFileSG.lines = fi.readlines()
 
 checkFileSG.line = lines.pop(0)
 
 checkFileSG.words = line.split(' ')
 
 checkFileSG.nAlgs = int(words[1])
 
list checkFileSG.algs = []
 
 checkFileSG.nObjs = int(words[1])
 
list checkFileSG.objs = []
 
list checkFileSG.Falg = []
 
 checkFileSG.LF = raw_input('Please enter algorithm or SG object name: ')
 
list checkFileSG.ind = algs.index(Falg[0])+1
 
 checkFileSG.rw = words.pop(0).split(':')
 
 checkFileSG.reads = int(rw[0])
 
 checkFileSG.writes = int(rw[1])