CMS 3D CMS Logo

Public Member Functions

relval_steps::Matrix Class Reference

List of all members.

Public Member Functions

def __setitem__

Detailed Description

Definition at line 1 of file relval_steps.py.


Member Function Documentation

def relval_steps::Matrix::__setitem__ (   self,
  key,
  value 
)

Definition at line 2 of file relval_steps.py.

00003                                    :
00004         if key in self:
00005             print "ERROR in Matrix"
00006             print "overwritting",key,"not allowed"
00007         else:
00008             self.update({float(key):WF(float(key),value)})
00009 
00010             
#the class to collect all possible steps