gallery More...
Classes | |
class | ManyByTypeProc |
Public Member Functions | |
def | validHandle |
def | manyByType |
def | __call__ |
def | __call__ |
Static Public Member Functions | |
def | make |
Static Public Attributes | |
tuple | AlreadyMade = set() |
gallery
Make the ROOT C++ jit compiler instantiate the Event::getValidHandle member template for template parameter klass. Needs to keep track of what was done already, because Cling will protest if the same class is asked twice. See the documentation of `__call__` for examples of usage of instances of this class.
Make the ROOT C++ jit compiler instantiate the Event::getValidHandle member template for template parameter klass. Needs to keep track of what was done already, because Cling will protest if the same class is asked twice.
Definition at line 68 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.
def galleryUtils.HandleMaker.__call__ | ( | self, | |
klass | |||
) |
Definition at line 52 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.
def galleryUtils.HandleMaker.__call__ | ( | self, | |
klass | |||
) |
Definition at line 110 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.
|
static |
Definition at line 68 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.
def galleryUtils.HandleMaker.manyByType | ( | self, | |
klass | |||
) |
Definition at line 101 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.
def galleryUtils.HandleMaker.validHandle | ( | self, | |
klass | |||
) |
Definition at line 91 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.
|
static |
Definition at line 50 of file sbndcode/sbndcode/gallery/python/galleryUtils.py.