Public Member Functions | |
def | __init__ |
def | registry |
def | loaders |
def | get |
def | __init__ |
def | registry |
def | loaders |
def | get |
Public Member Functions inherited from LArSoftUtils.ServiceManagerInterface | |
def | registry |
def | loaders |
def | loaded |
def | supported |
def | registerLoader |
def | get |
def | __call__ |
def | registry |
def | loaders |
def | loaded |
def | supported |
def | registerLoader |
def | get |
def | __call__ |
Public Attributes | |
registry_ | |
loadingTable | |
Definition at line 331 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.__init__ | ( | self, | |
config, | |||
loadingTable = {} , |
|||
preload = [] |
|||
) |
Definition at line 333 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.__init__ | ( | self, | |
config, | |||
loadingTable = {} , |
|||
preload = [] |
|||
) |
Definition at line 333 of file sbndcode/sbndcode/gallery/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.get | ( | self, | |
serviceKey, | |||
interfaceClass = None |
|||
) |
Return the specified service. The service can be specified by name or by class. In the former case, if the service is not already configured, an exception will be raised. If the service is specified by class instead, an attempt is made to load it, in which case `interfaceClass` is also passed to `LArSoftUtils.loadSimpleService()`.
Definition at line 363 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.get | ( | self, | |
serviceKey, | |||
interfaceClass = None |
|||
) |
Return the specified service. The service can be specified by name or by class. In the former case, if the service is not already configured, an exception will be raised. If the service is specified by class instead, an attempt is made to load it, in which case `interfaceClass` is also passed to `LArSoftUtils.loadSimpleService()`.
Definition at line 363 of file sbndcode/sbndcode/gallery/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.loaders | ( | self | ) |
Definition at line 360 of file sbndcode/sbndcode/gallery/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.loaders | ( | self | ) |
Definition at line 360 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.registry | ( | self | ) |
Definition at line 358 of file sbndcode/sbndcode/gallery/python/LArSoftUtils.py.
def LArSoftUtils.ServiceManagerClass.registry | ( | self | ) |
Definition at line 358 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.
LArSoftUtils.ServiceManagerClass.loadingTable |
Definition at line 343 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.
LArSoftUtils.ServiceManagerClass.registry_ |
Definition at line 338 of file icarusalg/icarusalg/gallery/helpers/python/LArSoftUtils.py.