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

Classes

class  JobRunner
 
class  JobRunnerError
 
class  JobRunnerParameter
 

Functions

def GetRelease ()
 

Variables

string __author__ = 'Juerg Beringer'
 
string __version__ = '$Id: JobRunner.py 747883 2016-05-18 06:58:10Z amorley $'
 
string scriptTemplate
 
 t = JobRunner()
 

Function Documentation

◆ GetRelease()

def python.JobRunner.GetRelease ( )

Definition at line 88 of file JobRunner.py.

88 def GetRelease():
89  version = os.getenv('AtlasVersion')
90  if not version: # nightly
91  branch = os.getenv('AtlasBuildBranch')
92  stamp = os.getenv('AtlasBuildStamp')
93  version = ','.join([branch, stamp])
94  project = os.getenv('AtlasProject')
95  platform = os.getenv('%s_PLATFORM' % project, os.getenv('CMTCONFIG'))
96  return ','.join([project, version] + platform.split('-'))
97 
98 # Main JobRunner class

Variable Documentation

◆ __author__

string python.JobRunner.__author__ = 'Juerg Beringer'
private

Definition at line 16 of file JobRunner.py.

◆ __version__

string python.JobRunner.__version__ = '$Id: JobRunner.py 747883 2016-05-18 06:58:10Z amorley $'
private

Definition at line 17 of file JobRunner.py.

◆ scriptTemplate

string python.JobRunner.scriptTemplate

Definition at line 31 of file JobRunner.py.

◆ t

python.JobRunner.t = JobRunner()

Definition at line 538 of file JobRunner.py.

TCS::join
std::string join(const std::vector< std::string > &v, const char c=',')
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/Root/StringUtils.cxx:10
python.JobRunner.GetRelease
def GetRelease()
Definition: JobRunner.py:88