ATLAS Offline Software
findDataAndCreateJobOptions.py
Go to the documentation of this file.
1 #!/afs/cern.ch/sw/lcg/external/Python/2.6.5/i686-slc5-gcc43-opt/bin/python
2 
3 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
4 
5 import sys, getReferenceRun, createFilesForRun
6 
7 #look on castor for files and create joboptions
8 def main():
10  print "The data file is %s"%dataFile
11  createFilesForRun.main(dataFile)
12  print "Now execute the following: \nexport STAGE_SVCCLASS=atlcal\ncp copytoshare/* ../share/\ncd ../share\nathena SCTCalib_topOptions.py"
13  return 0
14 
15 if __name__ == "__main__":
16  sys.exit(main())
17 
18 
findDataAndCreateJobOptions.main
def main()
Definition: findDataAndCreateJobOptions.py:8
getReferenceRun.lastAvailableFile
def lastAvailableFile()
Definition: getReferenceRun.py:55