Namespaces | |
ReleaseScripts | |
Classes | |
class | InputTagLabelSet |
class | TestModuleCommand |
Variables | |
__lastCallUnary | |
|
private |
Definition at line 6 of file Utilities.py.
Referenced by getHltConfiguration(), and loadHltConfiguration().
def Utilities.cleanUnscheduled | ( | proc | ) |
Definition at line 130 of file Utilities.py.
References cmsPerfStripChart.dict.
Referenced by convertToUnscheduled().
def Utilities.convertToUnscheduled | ( | proc | ) |
Definition at line 92 of file Utilities.py.
References cleanUnscheduled().
Referenced by Utilities.TestModuleCommand.testNoSchedule(), and Utilities.TestModuleCommand.testWithSchedule().
def Utilities.getHltConfiguration | ( | menu, | |
args | |||
) |
Definition at line 13 of file Utilities.py.
References _build_options(), and visualization-live-secondInstance_cfg.dump.
def Utilities.ignoreAllFiltersOnPath | ( | path | ) |
Given a 'Path', find all EDFilters and wrap them in 'cms.ignore'
Definition at line 69 of file Utilities.py.
def Utilities.loadHltConfiguration | ( | process, | |
menu, | |||
args | |||
) |
Definition at line 23 of file Utilities.py.
References _build_options(), and visualization-live-secondInstance_cfg.dump.
def Utilities.removeModulesNotOnAPathExcluding | ( | process, | |
keepList = () |
|||
) |
Given a 'process', find all modules (EDProducers,EDFilters,EDAnalyzers,OutputModules) and remove them if they do not appear on a Path or EndPath. One can optionally pass in a list of modules which even if they are not on a Path or EndPath you wish to have stay in the configuration [useful for unscheduled execution].
Definition at line 1 of file Utilities.py.
Referenced by Utilities.TestModuleCommand.testConfig().
def Utilities.traverseInputTags | ( | pset, | |
visitor, | |||
stringInputLabels | |||
) |
Definition at line 44 of file Utilities.py.
References relativeConstraints.keys.
Utilities.__lastCallUnary |
Definition at line 77 of file Utilities.py.