ATLAS Offline Software
Loading...
Searching...
No Matches
python.AthDsoLogger.DsoLogger Class Reference
Inheritance diagram for python.AthDsoLogger.DsoLogger:
Collaboration diagram for python.AthDsoLogger.DsoLogger:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

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

Public Attributes

 lib = ctypes.cdll.LoadLibrary ("libAthDSoCallBacks.so")

Detailed Description

Definition at line 26 of file AthDsoLogger.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

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 27 of file AthDsoLogger.py.

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

Member Data Documentation

◆ lib

python.AthDsoLogger.DsoLogger.lib = ctypes.cdll.LoadLibrary ("libAthDSoCallBacks.so")

Definition at line 34 of file AthDsoLogger.py.


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