Belle II Software  release-06-01-15
Coupling Class Reference
Inheritance diagram for Coupling:
Collaboration diagram for Coupling:

Public Member Functions

def __init__ (self, name, value, order, **opt)
 
def value (self)
 
def pole (self, x)
 
def get (self, name)
 
def set (self, name, value)
 
def get_all (self)
 
def __str__ (self)
 
def nice_string (self)
 
def __repr__ (self)
 

Static Public Attributes

list require_args = ['name', 'value', 'order']
 
list require_args_all = ['name', 'value', 'order', 'loop_particles', 'counterterm']
 

Detailed Description

Definition at line 238 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 37 of file object_library.py.

◆ nice_string()

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

Definition at line 44 of file object_library.py.

◆ pole()

def pole (   self,
  x 
)
 the self.value attribute can be a dictionary directly specifying the Laurent serie using normal
parameter or just a string which can possibly contain CTparameter defining the Laurent serie.

Definition at line 254 of file object_library.py.


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