Functions | |
def | addIndex (filename, njobs, index=None) |
def | boolfromstring (string, name) |
def | cache (function) |
def | castorDirExists (path) |
def | clean_name (s) |
def | cppboolstring (string, name) |
def | getCommandOutput2 (command) |
def | getTagsMap (db) |
def | parsecolor (color) |
def | parsestyle (style) |
def | pythonboolstring (string, name) |
def | recursivesubclasses (cls) |
def | replaceByMap (target, the_map) |
— Helpers —############################ More... | |
def | replacelast (string, old, new, count=1) |
Variables | |
list | fileExtensions = ["_cfg.py", ".sh", ".root"] |
def helperFunctions.addIndex | ( | filename, | |
njobs, | |||
index = None |
|||
) |
Definition at line 93 of file helperFunctions.py.
References FastTimerService_cff.range, replacelast(), and str.
Referenced by genericValidation.GenericValidation.createFiles(), genericValidation.GenericValidationData.createScript(), and genericValidation.GenericValidationData.getRepMap().
def helperFunctions.boolfromstring | ( | string, | |
name | |||
) |
Takes a string from the configuration file and makes it into a bool
Definition at line 169 of file helperFunctions.py.
References electrons_cff.bool, createfilelist.int, and str.
Referenced by pythonboolstring().
def helperFunctions.cache | ( | function | ) |
Definition at line 155 of file helperFunctions.py.
References HiBiasedCentrality_cfi.function, print(), and mkLumiAveragedPlots.tuple.
def helperFunctions.castorDirExists | ( | path | ) |
This function checks if the directory given by `path` exists. Arguments: - `path`: Path to castor directory
Definition at line 66 of file helperFunctions.py.
References getCommandOutput2().
def helperFunctions.clean_name | ( | s | ) |
Transforms a string into a valid variable or method name. Arguments: - `s`: input string
Definition at line 212 of file helperFunctions.py.
Referenced by geometryComparison.GeometryComparison.getRepMap().
def helperFunctions.cppboolstring | ( | string, | |
name | |||
) |
Takes a string from the configuration file and makes it into a bool string for a C++ template
Definition at line 193 of file helperFunctions.py.
References pythonboolstring().
Referenced by plottingOptions.PlottingOptionsZMuMu.__init__(), plottingOptions.PlottingOptionsOffline.__init__(), and plottingOptions.PlottingOptionsPrimaryVertex.__init__().
def helperFunctions.getCommandOutput2 | ( | command | ) |
This function executes `command` and returns it output. Arguments: - `command`: Shell command to be invoked by this function.
Definition at line 51 of file helperFunctions.py.
Referenced by castorDirExists(), and geometryComparison.GeometryComparison.createScript().
def helperFunctions.getTagsMap | ( | db | ) |
Definition at line 200 of file helperFunctions.py.
References python.cmstools.all(), conddblib.connect(), conddblib.make_url(), and FastTimerService_cff.range.
Referenced by alignment.Alignment.__getConditions(), and alignment.Alignment.__testDbExist().
def helperFunctions.parsecolor | ( | color | ) |
Definition at line 108 of file helperFunctions.py.
References createfilelist.int, and str.
Referenced by preexistingValidation.PreexistingValidation.getRepMap().
def helperFunctions.parsestyle | ( | style | ) |
Definition at line 135 of file helperFunctions.py.
References createfilelist.int, and str.
Referenced by preexistingValidation.PreexistingValidation.getRepMap().
def helperFunctions.pythonboolstring | ( | string, | |
name | |||
) |
Takes a string from the configuration file and makes it into a bool string for a python template
Definition at line 186 of file helperFunctions.py.
References boolfromstring(), and str.
Referenced by primaryVertexValidation.PrimaryVertexValidation.__init__(), offlineValidation.OfflineValidation.__init__(), cppboolstring(), and geometryComparison.GeometryComparison.createConfiguration().
def helperFunctions.recursivesubclasses | ( | cls | ) |
Definition at line 149 of file helperFunctions.py.
Referenced by presentation.ValidationPlots.validationclass().
def helperFunctions.replaceByMap | ( | target, | |
the_map | |||
) |
— Helpers —############################
This function replaces `.oO[key]Oo.` by `the_map[key]` in target. Arguments: - `target`: String which contains symbolic tags of the form `.oO[key]Oo.` - `the_map`: Dictionary which has to contain the `key`s in `target` as keys
Definition at line 12 of file helperFunctions.py.
References mps_monitormerge.items, and str.
Referenced by zMuMuValidation.ZMuMuValidation.appendToPlots(), geometryComparison.GeometryComparison.createConfiguration(), genericValidation.GenericValidation.createFiles(), genericValidation.ValidationWithPlots.createPlottingScript(), geometryComparison.GeometryComparison.createScript(), genericValidation.ValidationWithComparison.doComparison(), genericValidation.ParallelValidation.doInitMerge(), genericValidation.ParallelValidation.doMerge(), genericValidation.ValidationWithPlots.doRunPlots(), zMuMuValidation.ZMuMuValidation.filesToCompare(), alignment.Alignment.getConditions(), genericValidation.GenericValidationData.getRepMap(), offlineValidation.OfflineValidation.initMerge(), and plottingOptions.PlottingOptionsTrackSplitting.validsubdets().
def helperFunctions.replacelast | ( | string, | |
old, | |||
new, | |||
count = 1 |
|||
) |
Replace the last occurances of a string
Definition at line 87 of file helperFunctions.py.
Referenced by addIndex().
list helperFunctions.fileExtensions = ["_cfg.py", ".sh", ".root"] |
Definition at line 91 of file helperFunctions.py.