Closed tomeichlersmith closed 4 years ago
I have integrated a solution that is different that what I intended with this issue but reaches the same goals. Essentially, each processor is required to have a mirror python configuration class that defines the parameters for the C++ processsor. In this python class definition, we can include the libraries that are necessary for the class to function. In this way, the libraries for the processor are automatically given to the ldmx application and then loaded.
Currently,
ldmx-app
requires that we list the libraries that are needed to use the processors we wish to run. Constructing a registry automatically during the configuration (cmake) or build (make) steps would help us transitionldmx-app
to allow for each processor class to automatically load any libraries that it depends on.Goals:
ldmx-app
at or before runtime.ldmx-app
independent of processor libraries and light.