Skip to content

Make CLDReconstruction.py runnable from other directories #88

@Zehvogel

Description

@Zehvogel

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:

  • py_utils.py are not installed into the python path (but maybe stuff from there that is still used should just be upstreamed anyway)
  • The Pandora steering files are defined with a fixed relative path in the Pandora.py file (could be solved by asking __file__ where Pandora.py lives)
  • 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.py that can be run from the installed stack by just doing something like k4run $CLDCONFIG/CLDReconstruction.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions