Functions | |
def | Func_CopyWBMInfo (str_name) |
Func_CopyWBMInfo(str_name) More... | |
def | Func_FillInfoDBS (str_dbsInstance) |
Func_FillInfoDBS(str_dbsInstance) More... | |
def | Func_FillInfoHlt () |
Func_FillInfoHlt() More... | |
def | Func_FillInfoMagnetHistory (str_timeStart, str_timeEnd) |
Func_FillInfoMagnetHistory() More... | |
def | Func_FillInfoRunRegistry () |
Func_FillInfoRunRegistry() More... | |
def | Func_FillInfoRunSummary () |
Func_FillInfoRunSummary() More... | |
def | Func_GetHtmlTags (str_text) |
FUNCTIONS. More... | |
def | Func_GetHtmlTagValue (str_tag, str_text, int_index=1) |
Func_GetHtmlTagValue(str_tag, str_text) More... | |
def | Func_GetHtmlTagValueAttr (str_value, str_text) |
Func_GetHtmlTagValueAttr(str_tag, str_text) More... | |
def | Func_GetHtmlTagValues (str_text) |
Func_GetHtmlTagValues(str_text) More... | |
def | Func_GetWBMInfo (str_name, str_path) |
Func_GetWBMInfo(str_name, str_path) More... | |
def | Func_MakeShellWord (str_python) |
Func_MakeShellWord(str_python) More... | |
def getRunInfo.Func_CopyWBMInfo | ( | str_name | ) |
Func_CopyWBMInfo(str_name)
Logs in on cmsusr0 and copies file from there
Func_CopyWBMInfo(str_name) Logs in on cmsusr0 and copies file from there
Definition at line 199 of file getRunInfo.py.
Referenced by Func_FillInfoHlt(), Func_FillInfoMagnetHistory(), and Func_FillInfoRunSummary().
def getRunInfo.Func_FillInfoDBS | ( | str_dbsInstance | ) |
Func_FillInfoDBS(str_dbsInstance)
Retrieves run info from DBS and fills it into containers
Func_FillInfoDBS(str_dbsInstance) Retrieves run info from DBS and fills it into containers
Definition at line 344 of file getRunInfo.py.
References spr.find(), Func_GetHtmlTagValue(), createfilelist.int, print(), submitPVValidationJobs.split(), and str.
def getRunInfo.Func_FillInfoHlt | ( | ) |
Retrieves run info from Hlt and fills it into containers
Func_FillInfoHlt(): Retrieves run info from Hlt and fills it into containers
Definition at line 320 of file getRunInfo.py.
References geometryDiff.file, Func_CopyWBMInfo(), Func_GetWBMInfo(), Func_MakeShellWord(), and submitPVValidationJobs.split().
def getRunInfo.Func_FillInfoMagnetHistory | ( | str_timeStart, | |
str_timeEnd | |||
) |
Retrieves run info from MagnetHistory and fills it into containers
Func_FillInfoMagnetHistory(): Retrieves run info from MagnetHistory and fills it into containers
Definition at line 301 of file getRunInfo.py.
References geometryDiff.file, nano_mu_digi_cff.float, Func_CopyWBMInfo(), Func_GetWBMInfo(), Func_MakeShellWord(), and submitPVValidationJobs.split().
def getRunInfo.Func_FillInfoRunRegistry | ( | ) |
Retrieves run info from RunRegistry and fills it into containers
Func_FillInfoRunRegistry(): Retrieves run info from RunRegistry and fills it into containers
Definition at line 223 of file getRunInfo.py.
References spr.find(), Func_GetHtmlTags(), Func_GetHtmlTagValue(), createfilelist.int, print(), FastTimerService_cff.range, and submitPVValidationJobs.split().
def getRunInfo.Func_FillInfoRunSummary | ( | ) |
Retrieves run info from RunSummary and fills it into containers
Func_FillInfoRunSummary(): Retrieves run info from RunSummary and fills it into containers
Definition at line 254 of file getRunInfo.py.
References geometryDiff.file, Func_CopyWBMInfo(), Func_GetWBMInfo(), Func_MakeShellWord(), and submitPVValidationJobs.split().
def getRunInfo.Func_GetHtmlTags | ( | str_text | ) |
FUNCTIONS.
Func_GetHtmlTags(str_text)
Gets HTML tags from a string
Func_GetHtmlTags(str_text): Gets HTML tags from a string
Definition at line 109 of file getRunInfo.py.
References submitPVValidationJobs.split().
Referenced by Func_FillInfoRunRegistry().
def getRunInfo.Func_GetHtmlTagValue | ( | str_tag, | |
str_text, | |||
int_index = 1 |
|||
) |
Func_GetHtmlTagValue(str_tag, str_text)
Gets the value of the n-th oocurence a given HTML tag from a string
Func_GetHtmlTagValue(str_tag, str_text): Gets the value of the n-th oocurence a given HTML tag from a string
Definition at line 129 of file getRunInfo.py.
References submitPVValidationJobs.split().
Referenced by Func_FillInfoDBS(), and Func_FillInfoRunRegistry().
def getRunInfo.Func_GetHtmlTagValueAttr | ( | str_value, | |
str_text | |||
) |
Func_GetHtmlTagValueAttr(str_tag, str_text)
Gets the (last) attribute of a given HTML tag value from a string
Func_GetHtmlTagValueAttr(str_value, str_text): Gets the (last) attributes of a given HTML tag value from a string
Definition at line 157 of file getRunInfo.py.
References submitPVValidationJobs.split().
def getRunInfo.Func_GetHtmlTagValues | ( | str_text | ) |
Func_GetHtmlTagValues(str_text)
Gets HTML tag values from a string
Func_GetHtmlTagValues(str_text): Gets HTML tag values from a string
Definition at line 144 of file getRunInfo.py.
def getRunInfo.Func_GetWBMInfo | ( | str_name, | |
str_path | |||
) |
Func_GetWBMInfo(str_name, str_path)
Logs in on cmsusr0, retrieves WBM information and stores it locally
Func_GetWBMInfo(str_name, str_path) Logs in on cmsusr0, retrieves WBM information and stores it locally
Definition at line 175 of file getRunInfo.py.
Referenced by Func_FillInfoHlt(), Func_FillInfoMagnetHistory(), and Func_FillInfoRunSummary().
def getRunInfo.Func_MakeShellWord | ( | str_python | ) |
Func_MakeShellWord(str_python)
Adds shell escape charakters to Python strings
Func_MakeShellWord(str_python) Adds shell escape charakters to Python strings
Definition at line 166 of file getRunInfo.py.
References python.rootplot.root2matplotlib.replace().
Referenced by Func_FillInfoHlt(), Func_FillInfoMagnetHistory(), and Func_FillInfoRunSummary().
getRunInfo.bool_hlt |
Definition at line 437 of file getRunInfo.py.
getRunInfo.bool_runRegistry |
Definition at line 394 of file getRunInfo.py.
getRunInfo.Dict_dbsDatasets |
Definition at line 101 of file getRunInfo.py.
getRunInfo.DICT_keysRunSummary |
Definition at line 60 of file getRunInfo.py.
getRunInfo.DICT_keysRunSummaryTrigger |
Definition at line 75 of file getRunInfo.py.
getRunInfo.Dict_maxLenDbsDatasets |
Definition at line 102 of file getRunInfo.py.
getRunInfo.Dict_runRegistry |
Definition at line 95 of file getRunInfo.py.
getRunInfo.DICT_tagsRunRegistry |
Definition at line 36 of file getRunInfo.py.
getRunInfo.Dict_wbmRunSummary |
Definition at line 97 of file getRunInfo.py.
getRunInfo.DictDict_dbsDatasets |
Definition at line 99 of file getRunInfo.py.
getRunInfo.DictDict_dbsEvents |
Definition at line 100 of file getRunInfo.py.
getRunInfo.Float_magneticField |
Definition at line 96 of file getRunInfo.py.
getRunInfo.hours |
Definition at line 25 of file getRunInfo.py.
Referenced by SiStripDetVOffHandler.analyze(), SiStripDetVOffTrendPlotter.analyze(), OnlineBeamSpotESProducer.checkSingleBS(), and OnlineBeamSpotESProducer.compareBS().
getRunInfo.int_length |
Definition at line 475 of file getRunInfo.py.
getRunInfo.INT_offset |
Definition at line 26 of file getRunInfo.py.
getRunInfo.LSTR_dbsInstances |
Definition at line 32 of file getRunInfo.py.
getRunInfo.Lstr_hltPaths |
Definition at line 98 of file getRunInfo.py.
getRunInfo.STR_headDatasets |
Definition at line 34 of file getRunInfo.py.
getRunInfo.STR_headFiles |
Definition at line 35 of file getRunInfo.py.
getRunInfo.STR_htlConfig |
Definition at line 57 of file getRunInfo.py.
getRunInfo.STR_p5 |
Definition at line 28 of file getRunInfo.py.
getRunInfo.Str_passwd |
Definition at line 390 of file getRunInfo.py.
getRunInfo.str_print |
Definition at line 471 of file getRunInfo.py.
getRunInfo.Str_run |
Definition at line 94 of file getRunInfo.py.
getRunInfo.STR_runEnd |
Definition at line 59 of file getRunInfo.py.
getRunInfo.STR_runStart |
Definition at line 58 of file getRunInfo.py.
getRunInfo.STR_SiStrip |
Definition at line 30 of file getRunInfo.py.
getRunInfo.Str_userID |
MAIN PROGRAM.
Definition at line 389 of file getRunInfo.py.
getRunInfo.STR_wwwDBSData |
Definition at line 31 of file getRunInfo.py.
getRunInfo.STR_wwwWBM |
Definition at line 29 of file getRunInfo.py.
getRunInfo.TD_shiftUTC |
Definition at line 25 of file getRunInfo.py.