Public Member Functions | |
def | __init__ |
def | dumpPython |
def | getProcessName |
def | getSubProcessPSet |
def | nameInProcessDesc_ |
def | outputCommands |
def | process |
def | SelectEvents |
def | type_ |
Private Member Functions | |
def | _place |
Private Attributes | |
__outputCommands | |
__process | |
__SelectEvents | |
Allows embedding another process within a parent process. This allows one to chain processes together directly in one cmsRun job rather than having to run separate jobs that are connected via a temporary file.
def Config.SubProcess.__init__ | ( | self, | |
process, | |||
SelectEvents = untracked.PSet() , |
|||
outputCommands = untracked.vstring() |
|||
) |
Definition at line 1551 of file Config.py.
|
private |
def Config.SubProcess.dumpPython | ( | self, | |
options = PrintOptions() |
|||
) |
Definition at line 1571 of file Config.py.
References cond.hash, and str.
Referenced by Modules.SwitchProducer.__addParameter(), Types._AllowedParameterTypes.__init__(), Mixins._ParameterTypeBase.__repr__(), Mixins._Parameterizable.__repr__(), Mixins._ValidatingParameterListBase.__repr__(), Types.VPSet.__repr__(), Mixins._Parameterizable.__setattr__(), Modules.SwitchProducer.__setattr__(), and SequenceTypes.Schedule.__str__().
def Config.SubProcess.getProcessName | ( | self | ) |
Definition at line 1578 of file Config.py.
Referenced by Types.InputTag.cppTag().
def Config.SubProcess.getSubProcessPSet | ( | self, | |
parameterSet | |||
) |
def Config.SubProcess.nameInProcessDesc_ | ( | self, | |
label | |||
) |
Definition at line 1588 of file Config.py.
Referenced by Mixins._TypedParameterizable.appendToProcessDescList_(), Types.EDAlias.appendToProcessDescList_(), ExternalGeneratorFilter.ExternalGeneratorFilter.insertInto(), Modules.SwitchProducer.insertInto(), Mixins._TypedParameterizable.insertInto(), and Types.EDAlias.insertInto().
def Config.SubProcess.outputCommands | ( | self | ) |
Definition at line 1584 of file Config.py.
References Config.SubProcess.__outputCommands.
def Config.SubProcess.process | ( | self | ) |
Definition at line 1580 of file Config.py.
References Config.Process.__process, Config.ProcessFragment.__process, and Config.SubProcess.__process.
def Config.SubProcess.SelectEvents | ( | self | ) |
Definition at line 1582 of file Config.py.
References Config.SubProcess.__SelectEvents.
def Config.SubProcess.type_ | ( | self | ) |
Definition at line 1586 of file Config.py.
Referenced by Modules.Service.__str__(), Modules.Service._placeImpl(), Modules.ESSource._placeImpl(), Modules.ESProducer._placeImpl(), Modules.ESPrefer.copy(), Mixins._TypedParameterizable.dumpPython(), Modules.ESPrefer.dumpPythonAs(), Modules.Service.dumpSequencePython(), RandomRunSource.RandomRunSource.insertInto(), Modules.Service.insertInto(), ExternalGeneratorFilter.ExternalGeneratorFilter.insertInto(), Mixins._TypedParameterizable.insertInto(), Modules.ESSource.moduleLabel_(), Modules.ESProducer.moduleLabel_(), Modules.ESSource.nameInProcessDesc_(), Modules.ESProducer.nameInProcessDesc_(), and Modules.ESPrefer.nameInProcessDesc_().
|
private |
Definition at line 1562 of file Config.py.
Referenced by Config.SubProcess.outputCommands().
|
private |
Definition at line 1560 of file Config.py.
Referenced by Config.SubProcess.process().
|
private |
Definition at line 1561 of file Config.py.
Referenced by Config.SubProcess.SelectEvents().