CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Member Functions
Modules.Looper Class Reference
Inheritance diagram for Modules.Looper:

Public Member Functions

def __init__
 
def moduleLabel_
 
def nameInProcessDesc_
 

Private Member Functions

def _placeImpl
 

Detailed Description

Definition at line 204 of file Modules.py.

Constructor & Destructor Documentation

def Modules.Looper.__init__ (   self,
  type_,
  arg,
  kargs 
)

Definition at line 205 of file Modules.py.

206  def __init__(self,type_,*arg,**kargs):
super(Looper,self).__init__(type_,*arg,**kargs)

Member Function Documentation

def Modules.Looper._placeImpl (   self,
  name,
  proc 
)
private

Definition at line 207 of file Modules.py.

Referenced by SequenceTypes._ModuleSequenceType._place(), and Mixins._TypedParameterizable._place().

208  def _placeImpl(self,name,proc):
proc._placeLooper(name,self)
def _placeImpl
Definition: Modules.py:207
def Modules.Looper.moduleLabel_ (   self,
  myname 
)

Definition at line 209 of file Modules.py.

Referenced by ExternalGeneratorFilter.ExternalGeneratorFilter.insertInto(), and Modules.SwitchProducer.insertInto().

210  def moduleLabel_(self,myname):
return "@main_looper"
def moduleLabel_
Definition: Modules.py:209
def Modules.Looper.nameInProcessDesc_ (   self,
  myname 
)

Definition at line 211 of file Modules.py.

Referenced by Types.EDAlias.appendToProcessDescList_(), ExternalGeneratorFilter.ExternalGeneratorFilter.insertInto(), Modules.SwitchProducer.insertInto(), and Types.EDAlias.insertInto().

212  def nameInProcessDesc_(self, myname):
213  return "@main_looper"
214 
215 
216 # Need to be a module-level function for the configuration with a
# SwitchProducer to be pickleable.
def nameInProcessDesc_
Definition: Modules.py:211