Functions | |
def | Func_Exit () |
Function Func_Exit() More... | |
def | Func_ExitBool (int_index) |
Function Func_ExitBool() More... | |
def | Func_ExitUsage () |
Function Func_ExitUsage() More... | |
def | Func_MagConfig (float_magFieldMeasured) |
Function Func_MagConfig(float_magFieldMeasured) More... | |
def | Func_MkDir (str_path) |
Function Func_MkDir() More... | |
def | Func_Usage () |
Function Func_Usage() More... | |
def submitDQMOfflineCAF.Func_Exit | ( | ) |
Function Func_Exit()
Exit after error
Function Func_Exit(): Exit after error
Definition at line 246 of file submitDQMOfflineCAF.py.
Referenced by Func_ExitBool(), and Func_MagConfig().
def submitDQMOfflineCAF.Func_ExitBool | ( | int_index | ) |
Function Func_ExitBool()
Exit after wrong assignment of bool option
Function Func_ExitBool(): Exit after wrong assignment of bool option
Definition at line 269 of file submitDQMOfflineCAF.py.
References Func_Exit().
Referenced by Func_MagConfig().
def submitDQMOfflineCAF.Func_ExitUsage | ( | ) |
Function Func_ExitUsage()
Exit after wrong invocation of script
Function Func_ExitUsage(): Exit after wrong invocation of script
Definition at line 257 of file submitDQMOfflineCAF.py.
References Func_Usage().
Referenced by Func_MagConfig().
def submitDQMOfflineCAF.Func_MagConfig | ( | float_magFieldMeasured | ) |
Function Func_MagConfig(float_magFieldMeasured)
Determine configuration to be used for a given magnetic field
Func_MagConfig(float_magFieldMeasured): Determine configuration to be used for a given magnetic field
Definition at line 289 of file submitDQMOfflineCAF.py.
References FrontierConditions_GlobalTag_cff.file, objects.autophobj.float, Func_Exit(), Func_ExitBool(), Func_ExitUsage(), Func_MkDir(), Func_Usage(), createfilelist.int, join(), min(), python.rootplot.root2matplotlib.replace(), split, and harvestTrackValidationPlots.str.
def submitDQMOfflineCAF.Func_MkDir | ( | str_path | ) |
Function Func_MkDir()
Create new directory
Function Func_MkDir(): Create new directory
Definition at line 279 of file submitDQMOfflineCAF.py.
Referenced by Func_MagConfig().
def submitDQMOfflineCAF.Func_Usage | ( | ) |
Function Func_Usage()
Displays usage of the script
Function Func_Usage(): Displays usage of the script
Definition at line 237 of file submitDQMOfflineCAF.py.
Referenced by Func_ExitUsage(), and Func_MagConfig().