Belle II Software  release-06-00-14
Parameter Class Reference
Inheritance diagram for Parameter:
Collaboration diagram for Parameter:

Public Member Functions

def __init__ (self, name, nature, type, value, texname, lhablock=None, lhacode=None)
 
def get (self, name)
 
def set (self, name, value)
 
def get_all (self)
 
def __str__ (self)
 
def nice_string (self)
 
def __repr__ (self)
 

Public Attributes

 lhablock
 
 lhacode
 

Static Public Attributes

list require_args = ['name', 'nature', 'type', 'value', 'texname']
 

Detailed Description

Definition at line 230 of file object_library.py.

Member Function Documentation

◆ get_all()

def get_all (   self)
inherited
Return a dictionary containing all the information of the object

Definition at line 45 of file object_library.py.

◆ nice_string()

def nice_string (   self)
inherited
 return string with the full information 

Definition at line 53 of file object_library.py.


The documentation for this class was generated from the following file: