ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.AthDsoLogger.DsoLogger Class Reference
Inheritance diagram for python.AthDsoLogger.DsoLogger:
Collaboration diagram for python.AthDsoLogger.DsoLogger:

Public Member Functions

def __init__ (self, fname=None, cb_fct=None)
 

Public Attributes

 lib
 

Detailed Description

Definition at line 27 of file AthDsoLogger.py.

Constructor & Destructor Documentation

◆ __init__()

def python.AthDsoLogger.DsoLogger.__init__ (   self,
  fname = None,
  cb_fct = None 
)
log Dso loading by calling-back into `cb_fct`

if `cb_fct` is None we use a default callback function which logs
the dVmem on stdout.

Definition at line 28 of file AthDsoLogger.py.

28  def __init__ (self, fname=None, cb_fct=None):
29  """log Dso loading by calling-back into `cb_fct`
30 
31  if `cb_fct` is None we use a default callback function which logs
32  the dVmem on stdout.
33  """
34  import ctypes
35  self.lib = ctypes.cdll.LoadLibrary ("libAthDSoCallBacks.so")

Member Data Documentation

◆ lib

python.AthDsoLogger.DsoLogger.lib

Definition at line 35 of file AthDsoLogger.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18