CMS 3D CMS Logo

Modules::Looper Class Reference

Inheritance diagram for Modules::Looper:

Mixins::_ConfigureComponent Mixins::_TypedParameterizable Mixins::_Parameterizable

List of all members.

Public Member Functions

def __init__
def moduleLabel_
def nameInProcessDesc_

Private Member Functions

def _placeImpl


Detailed Description

Definition at line 171 of file Modules.py.


Member Function Documentation

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 172 of file Modules.py.

00172                                          :
00173         super(Looper,self).__init__(type_,*arg,**kargs)
    def _placeImpl(self,name,proc):

def Modules::Looper::_placeImpl (   self,
  name,
  proc 
) [private]

Definition at line 174 of file Modules.py.

00174                                   :
00175         proc._placeLooper(name,self)
    def moduleLabel_(self,myname):

def Modules::Looper::moduleLabel_ (   self,
  myname 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 176 of file Modules.py.

00176                                  :
00177         return "@main_looper"
    def nameInProcessDesc_(self, myname):

def Modules::Looper::nameInProcessDesc_ (   self,
  myname 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 178 of file Modules.py.

00178                                         :
00179         return "@main_looper"
00180 
00181 
00182 
if __name__ == "__main__":


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:49:07 2009 for CMSSW by  doxygen 1.5.4