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 3 of file relval_steps.py.


Member Function Documentation

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

Definition at line 4 of file relval_steps.py.

00005                                    :
00006         if key in self:
00007             print "ERROR in Matrix"
00008             print "overwritting",key,"not allowed"
00009             import sys
00010             sys.exit(-9)
00011         else:
00012             self.update({float(key):WF(float(key),value)})
00013 
00014             
#the class to collect all possible steps