At the moment one has to be in the CLDConfig/CLDConfig directory to be able to run the reconstruction. The main reasons for this are:
The goal would be to have a CLDReconstruction.py that can be run from the installed stack by just doing something like k4run $CLDCONFIG/CLDReconstruction.py
At the moment one has to be in the
CLDConfig/CLDConfigdirectory to be able to run the reconstruction. The main reasons for this are:(taken care of by Fix imports whenpy_utils.pyare not installed into the python path (but maybe stuff from there that is still used should just be upstreamed anyway):is not inPYTHONPATH#90)The Pandora steering files are defined with a fixed relative path in thePandora.pyfile (could be solved by asking__file__wherePandora.pylives)All the sub files included by the sequence loader might need to be found (but maybe this already works?)The goal would be to have a
CLDReconstruction.pythat can be run from the installed stack by just doing something likek4run $CLDCONFIG/CLDReconstruction.py