Package madgraph :: Package core :: Module base_objects :: Class ParamCardVariable
[hide private]
[frames] | no frames]

Class ParamCardVariable

source code

   object --+    
            |    
ModelVariable --+
                |
               ParamCardVariable

A class for storing the information linked to all the parameter which should be define in the param_card.dat

Instance Methods [hide private]
 
__init__(self, name, value, lhablock, lhacode)
Initialize a new ParamCardVariable name: name of the variable value: default numerical value lhablock: name of the block in the param_card.dat lhacode: code associate to the variable
source code

Inherited from ModelVariable: __eq__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  depend = ('external')
  type = 'real'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, value, lhablock, lhacode)
(Constructor)

source code 

Initialize a new ParamCardVariable name: name of the variable value: default numerical value lhablock: name of the block in the param_card.dat lhacode: code associate to the variable

Overrides: object.__init__