Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
common Namespace Reference

Functions

def getOpenDataDetectorDirectory
 
def GetCommandOutput
 
def GetSvnInfo
 
def GetSvnTrunk
 
def IsInGTestSvn
 
def IsInGMockSvn
 

Variables

string __author__ 'wan@google.com (Zhanyong Wan)'
 
tuple _SVN_INFO_URL_RE re.compile(r'^URL: https://(\w+)\.googlecode\.com/svn(.*)')
 

Function Documentation

def common.GetCommandOutput (   command)
Runs the shell command and returns its stdout as a list of lines.

Definition at line 46 of file common.py.

View newest version in sPHENIX GitHub at line 46 of file common.py

Referenced by GetSvnInfo().

+ Here is the caller graph for this function:

def common.getOpenDataDetectorDirectory ( )
def common.GetSvnInfo ( )
Returns the project name and the current SVN workspace's root path.

Definition at line 55 of file common.py.

View newest version in sPHENIX GitHub at line 55 of file common.py

References GetCommandOutput().

Referenced by release_docs.WikiBrancher.__init__(), GetSvnTrunk(), IsInGMockSvn(), and IsInGTestSvn().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def common.GetSvnTrunk ( )
Returns the current SVN workspace's trunk root path.

Definition at line 69 of file common.py.

View newest version in sPHENIX GitHub at line 69 of file common.py

References GetSvnInfo().

+ Here is the call graph for this function:

def common.IsInGMockSvn ( )

Definition at line 81 of file common.py.

View newest version in sPHENIX GitHub at line 81 of file common.py

References GetSvnInfo().

+ Here is the call graph for this function:

def common.IsInGTestSvn ( )

Definition at line 76 of file common.py.

View newest version in sPHENIX GitHub at line 76 of file common.py

References GetSvnInfo().

+ Here is the call graph for this function:

Variable Documentation

string common.__author__ 'wan@google.com (Zhanyong Wan)'

Definition at line 31 of file common.py.

View newest version in sPHENIX GitHub at line 31 of file common.py

tuple common._SVN_INFO_URL_RE re.compile(r'^URL: https://(\w+)\.googlecode\.com/svn(.*)')

Definition at line 43 of file common.py.

View newest version in sPHENIX GitHub at line 43 of file common.py