I want to use the FCC style file (plotstyle.py) in another repository and would like to be able to import it like
sys.path.append($FCCSW + "/Examples/scripts") # FCC Style from https://github.com/HEP-FCC/FCCSW/blob/master/Examples/scripts/plotstyle.py
from plotstyle import FCCStyle
or similarly, but in the Key4hep software stack only FCCSW/Examples/options is available.
Could this be changed so that also the scripts folder is accessible? Is this here the correct place to ask this?
Hi
I want to use the FCC style file (plotstyle.py) in another repository and would like to be able to import it like
or similarly, but in the Key4hep software stack only
FCCSW/Examples/options
is available. Could this be changed so that also the scripts folder is accessible? Is this here the correct place to ask this?Thank you, Armin