Public Member Functions | |
def | __init__ |
def | dumpPython |
def | insertInto |
def | nameInProcessDesc_ |
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 which are connected via a temporary file.
def Config.SubProcess.__init__ | ( | self, | |
process, | |||
SelectEvents = untracked.PSet() , |
|||
outputCommands = untracked.vstring() |
|||
) |
Definition at line 1042 of file Config.py.
|
private |
def Config.SubProcess.dumpPython | ( | self, | |
options | |||
) |
Definition at line 1054 of file Config.py.
References cond.hash.
Referenced by Mixins._Parameterizable.__addParameter(), Mixins._ParameterTypeBase.__repr__(), Mixins._Parameterizable.__repr__(), Mixins._ValidatingParameterListBase.__repr__(), Types.VPSet.__repr__(), and Mixins._Parameterizable.__setattr__().
def Config.SubProcess.insertInto | ( | self, | |
parameterSet, | |||
newlabel | |||
) |
def Config.SubProcess.nameInProcessDesc_ | ( | self, | |
label | |||
) |
Definition at line 1063 of file Config.py.
Referenced by Mixins._TypedParameterizable.insertInto(), Config.SubProcess.insertInto(), and Types.EDAlias.insertInto().
def Config.SubProcess.type_ | ( | self | ) |
Definition at line 1061 of file Config.py.
Referenced by Modules.Service._placeImpl(), Modules.ESSource._placeImpl(), Modules.ESProducer._placeImpl(), Modules.ESPrefer.copy(), Mixins._TypedParameterizable.dumpPython(), Modules.ESPrefer.dumpPythonAs(), Modules.Service.insertInto(), RandomRunSource.RandomRunSource.insertInto(), Mixins._TypedParameterizable.insertInto(), Modules.ESSource.moduleLabel_(), Modules.ESProducer.moduleLabel_(), Modules.ESSource.nameInProcessDesc_(), Modules.ESProducer.nameInProcessDesc_(), and Modules.ESPrefer.nameInProcessDesc_().