Functions | |
def | addIndex |
def | boolfromstring |
def | cache |
def | castorDirExists |
def | clean_name |
def | cppboolstring |
def | getCommandOutput2 |
def | getTagsMap |
def | parsecolor |
def | parsestyle |
def | pythonboolstring |
def | recursivesubclasses |
def | replaceByMap |
— Helpers —############################ More... | |
def | replacelast |
Variables | |
list | fileExtensions = ["_cfg.py", ".sh", ".root"] |
def helperFunctions.addIndex | ( | filename, | |
njobs, | |||
index = None |
|||
) |
Definition at line 93 of file helperFunctions.py.
References sistrip::SpyUtilities.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 str.
Referenced by pythonboolstring().
def helperFunctions.cache | ( | function | ) |
Definition at line 155 of file helperFunctions.py.
References callgraph.function, and print().
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(), geometryComparison.GeometryComparison.createScript(), validateAlignments.main(), and validateAlignments.ValidationJob.runJob().
def helperFunctions.getTagsMap | ( | db | ) |
Definition at line 200 of file helperFunctions.py.
References python.cmstools.all(), conddblib.connect(), conddblib.make_url(), and sistrip::SpyUtilities.range().
Referenced by alignment.Alignment.__getConditions(), and alignment.Alignment.__testDbExist().
def helperFunctions.parsecolor | ( | color | ) |
Definition at line 108 of file helperFunctions.py.
References str.
Referenced by preexistingValidation.PreexistingValidation.getRepMap().
def helperFunctions.parsestyle | ( | style | ) |
Definition at line 135 of file helperFunctions.py.
References 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(), validateAlignments.createMergeScript(), 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.