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_FillInfoHlt(), Func_FillInfoMagnetHistory(), Func_FillInfoRunRegistry(), Func_FillInfoRunSummary(), Func_GetHtmlTagValue(), createfilelist.int, edm.print(), 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 FrontierConditions_GlobalTag_cff.file, Func_CopyWBMInfo(), Func_GetWBMInfo(), Func_MakeShellWord(), and split.
Referenced by Func_FillInfoDBS().
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 FrontierConditions_GlobalTag_cff.file, objects.autophobj.float, Func_CopyWBMInfo(), Func_GetWBMInfo(), Func_MakeShellWord(), and split.
Referenced by Func_FillInfoDBS().
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, edm.print(), and split.
Referenced by Func_FillInfoDBS().
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 FrontierConditions_GlobalTag_cff.file, Func_CopyWBMInfo(), Func_GetWBMInfo(), Func_MakeShellWord(), and split.
Referenced by Func_FillInfoDBS().
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 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 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 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().