Classes | |
class | ConfigBuilder |
class | Options |
Functions | |
def | addALCAPaths |
def | addOutputModule |
def | dumpPython |
def | filesFromDASQuery |
def | getConfigsForScenario |
def | getDefaultTrigger |
def | getHelp |
def | installFilteredStream |
def | installPromptReco |
Variables | |
string | __default = 'GRun' |
string | __source__ = "$Source: /cvs/CMSSW/CMSSW/Configuration/PyReleaseValidation/python/ConfigBuilder.py,v $" |
dictionary | __triggerTable |
string | __version__ = "$Revision: 1.303.2.6 $" |
tuple | defaultOptions = Options() |
promptReco = installPromptReco | |
def ConfigBuilder.addALCAPaths | ( | process, | |
listOfALCANames, | |||
definitionFile = "Configuration/StandardSequences/AlCaRecoStreams_cff" |
|||
) |
_addALCAPaths_ Function to add alignment&calibration sequences to an existing process
Definition at line 1647 of file ConfigBuilder.py.
def ConfigBuilder.addOutputModule | ( | process, | |
tier, | |||
content | |||
) |
_addOutputModule_ Function to add an output module to a given process with given data tier and event content
Definition at line 1618 of file ConfigBuilder.py.
Referenced by Impl.HeavyIons.HeavyIons.expressProcessing(), and Impl.HeavyIons.HeavyIons.promptReco().
def ConfigBuilder.dumpPython | ( | process, | |
name | |||
) |
Definition at line 55 of file ConfigBuilder.py.
Referenced by python.EnablePSetHistory.new_recurseDumpModifications_(), and SequenceTypes.TestModuleCommand.testCopyAndExclude().
def ConfigBuilder.filesFromDASQuery | ( | query, | |
s = None |
|||
) |
Definition at line 64 of file ConfigBuilder.py.
References split.
Referenced by ConfigBuilder.ConfigBuilder.filesFromOption().
def ConfigBuilder.getConfigsForScenario | ( | sequence = None | ) |
Retrieves the list of files needed to run a given trigger menu. If no trigger or an invalid trigger is given, use the default one.
Definition at line 38 of file ConfigBuilder.py.
Referenced by ConfigBuilder.ConfigBuilder.prepare_L1().
def ConfigBuilder.getDefaultTrigger | ( | ) |
def ConfigBuilder.getHelp | ( | ) |
def ConfigBuilder.installFilteredStream | ( | process, | |
schedule, | |||
streamName, | |||
definitionFile = "Configuration/StandardSequences/AlCaRecoStreams_cff" |
|||
) |
Definition at line 1573 of file ConfigBuilder.py.
def ConfigBuilder.installPromptReco | ( | process, | |
recoOutputModule, | |||
aodOutputModule = None |
|||
) |
_promptReco_ Method to install the standard PromptReco configuration into a basic process containing source and output modules. process is the CMS Process instance to be populated recoOutputModule is the output module used to write the RECO data tier aodOutputModule is the output module used to write the AOD data tier, if this is not none, any AOD sequences should be added.
Definition at line 1588 of file ConfigBuilder.py.
string ConfigBuilder.__default = 'GRun' |
Definition at line 21 of file ConfigBuilder.py.
string ConfigBuilder.__source__ = "$Source: /cvs/CMSSW/CMSSW/Configuration/PyReleaseValidation/python/ConfigBuilder.py,v $" |
Definition at line 4 of file ConfigBuilder.py.
dictionary ConfigBuilder.__triggerTable |
Definition at line 2 of file ConfigBuilder.py.
string ConfigBuilder.__version__ = "$Revision: 1.303.2.6 $" |
Definition at line 3 of file ConfigBuilder.py.
tuple ConfigBuilder.defaultOptions = Options() |
Definition at line 15 of file ConfigBuilder.py.
ConfigBuilder.promptReco = installPromptReco |
Definition at line 1615 of file ConfigBuilder.py.