ATLAS Offline Software
Public Member Functions | List of all members
python.PyRootLib.Linear Class Reference
Collaboration diagram for python.PyRootLib.Linear:

Public Member Functions

def __call__ (self, x, par)
 

Detailed Description

Definition at line 138 of file PyRootLib.py.

Member Function Documentation

◆ __call__()

def python.PyRootLib.Linear.__call__ (   self,
  x,
  par 
)

Definition at line 139 of file PyRootLib.py.

139  def __call__(self, x, par):
140  return par[0] + x[0]*par[1]
141 

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