Package models :: Module check_param_card :: Class Parameter
[hide private]
[frames] | no frames]

Class Parameter

source code

object --+
         |
        Parameter

A class for a param_card parameter

Instance Methods [hide private]
 
__init__(self, param=None, block=None, lhacode=None, value=None, comment=None)
Init the parameter
source code
 
set_block(self, block)
set the block name
source code
 
load_str(self, text)
initialize the information from a str
source code
 
load_decay(self, text)
initialize the decay information from a str
source code
 
__str__(self)
return a SLAH string
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, param=None, block=None, lhacode=None, value=None, comment=None)
(Constructor)

source code 

Init the parameter

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

return a SLAH string

Overrides: object.__str__