CMS 3D CMS Logo

Modules::Source Class Reference

Inheritance diagram for Modules::Source:

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 160 of file Modules.py.


Member Function Documentation

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 161 of file Modules.py.

00161                                          :
00162         super(Source,self).__init__(type_,*arg,**kargs)
    def _placeImpl(self,name,proc):

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

Definition at line 163 of file Modules.py.

00163                                   :
00164         proc._placeSource(name,self)
    def moduleLabel_(self,myname):

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 165 of file Modules.py.

00165                                  :
00166         return "@main_input"
    def nameInProcessDesc_(self,myname):

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 167 of file Modules.py.

00167                                        :
00168         return "@main_input"
00169 
00170 
class Looper(_ConfigureComponent,_TypedParameterizable):


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