CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
getRunInfo.py File Reference

Go to the source code of this file.

Namespaces

 getRunInfo
 

Functions

def getRunInfo.Func_CopyWBMInfo
 Func_CopyWBMInfo(str_name) More...
 
def getRunInfo.Func_FillInfoDBS
 Func_FillInfoDBS(str_dbsInstance) More...
 
def getRunInfo.Func_FillInfoHlt
 Func_FillInfoHlt() More...
 
def getRunInfo.Func_FillInfoMagnetHistory
 Func_FillInfoMagnetHistory() More...
 
def getRunInfo.Func_FillInfoRunRegistry
 Func_FillInfoRunRegistry() More...
 
def getRunInfo.Func_FillInfoRunSummary
 Func_FillInfoRunSummary() More...
 
def getRunInfo.Func_GetHtmlTags
 FUNCTIONS. More...
 
def getRunInfo.Func_GetHtmlTagValue
 Func_GetHtmlTagValue(str_tag, str_text) More...
 
def getRunInfo.Func_GetHtmlTagValueAttr
 Func_GetHtmlTagValueAttr(str_tag, str_text) More...
 
def getRunInfo.Func_GetHtmlTagValues
 Func_GetHtmlTagValues(str_text) More...
 
def getRunInfo.Func_GetWBMInfo
 Func_GetWBMInfo(str_name, str_path) More...
 
def getRunInfo.Func_MakeShellWord
 Func_MakeShellWord(str_python) More...
 

Variables

 getRunInfo.bool_hlt = False
 
tuple getRunInfo.bool_runRegistry = Func_FillInfoRunRegistry()
 
dictionary getRunInfo.Dict_dbsDatasets = {}
 
dictionary getRunInfo.DICT_keysRunSummary = {}
 
dictionary getRunInfo.DICT_keysRunSummaryTrigger = {}
 
dictionary getRunInfo.Dict_maxLenDbsDatasets = {}
 
dictionary getRunInfo.Dict_runRegistry = {}
 
dictionary getRunInfo.DICT_tagsRunRegistry = {}
 
dictionary getRunInfo.Dict_wbmRunSummary = {}
 
dictionary getRunInfo.DictDict_dbsDatasets = {}
 
dictionary getRunInfo.DictDict_dbsEvents = {}
 
float getRunInfo.Float_magneticField = -999.0
 
tuple getRunInfo.int_length = len(str_print)
 
int getRunInfo.INT_offset = 8
 
list getRunInfo.LSTR_dbsInstances
 
list getRunInfo.Lstr_hltPaths = []
 
string getRunInfo.STR_headDatasets = 'datasets'
 
string getRunInfo.STR_headFiles = 'available data files'
 
string getRunInfo.STR_htlConfig = 'HLT Config ID'
 
string getRunInfo.STR_p5 = 'cmsusr0.cern.ch'
 
tuple getRunInfo.Str_passwd = getpass.getpass('> getRunInfo.py > '+Str_userID+'@'+STR_p5+'\'s password: ')
 
string getRunInfo.str_print = '> getRunInfo.py > '
 
list getRunInfo.Str_run = sys.argv[1]
 
string getRunInfo.STR_runEnd = 'STOP_TIME'
 
string getRunInfo.STR_runStart = 'START_TIME'
 
string getRunInfo.STR_SiStrip = 'SIST'
 
tuple getRunInfo.Str_userID = getpass.getuser()
 MAIN PROGRAM. More...
 
string getRunInfo.STR_wwwDBSData = 'dbs_discovery/getData'
 
string getRunInfo.STR_wwwWBM = 'http://cmswbm/cmsdb/servlet'
 
tuple getRunInfo.TD_shiftUTC = datetime.timedelta(hours = 2)