HEP-FCC / FCCSW

FCC software, common to FCC-hh, -ee, and -eh.
https://cern.ch/fccsw
33 stars 112 forks source link

Adding Examples/scripts to Key4hep software stack #462

Closed armin-ilg closed 1 year ago

armin-ilg commented 1 year ago

Hi

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?

Thank you, Armin