ATLAS Offline Software
Classes | Functions | Variables
python.getFileLists Namespace Reference

Classes

class  findTCTFiles
 
class  TCTChainInfo
 

Functions

def tctPath (build, rel)
 
def usage ()
 

Variables

 rPath
 
 vPath
 
 pattern
 
 ff
 
 tctlist
 
 res
 

Function Documentation

◆ tctPath()

def python.getFileLists.tctPath (   build,
  rel 
)

Definition at line 11 of file getFileLists.py.

11 def tctPath(build,rel):
12  if not rel.startswith("rel_"):
13  rel="rel_"+rel
14  arch = os.environ['CMTCONFIG']
15  if build.startswith("17.") or build.startswith("18."):
16  arch = "i686-slc5-gcc43-opt"
17  return "/afs/cern.ch/atlas/project/RTT/prod/Results/rtt/"+rel+"/"+build+"/build/"+arch+"/Athena/Tier0ChainTests/"
18 

◆ usage()

def python.getFileLists.usage ( )

Definition at line 270 of file getFileLists.py.

270  def usage():
271  print ("Find compatible pairs of TCT files")
272  print ("Usage example")
273  print (sys.argv[0],"15.6.X.Y rel_1 15.6.X.Y-VAL rel_2 'myTAGCOMM.*root'")
274 

Variable Documentation

◆ ff

python.getFileLists.ff

Definition at line 291 of file getFileLists.py.

◆ pattern

python.getFileLists.pattern

Definition at line 290 of file getFileLists.py.

◆ res

python.getFileLists.res

Definition at line 295 of file getFileLists.py.

◆ rPath

python.getFileLists.rPath

Definition at line 279 of file getFileLists.py.

◆ tctlist

python.getFileLists.tctlist

Definition at line 293 of file getFileLists.py.

◆ vPath

python.getFileLists.vPath

Definition at line 280 of file getFileLists.py.

python.getFileLists.usage
def usage()
Definition: getFileLists.py:270
python.getFileLists.tctPath
def tctPath(build, rel)
Definition: getFileLists.py:11