HSF / phoenix

"Phoenix", an experiment independent web-based event display for High Energy Physics.
https://hepsoftwarefoundation.org/phoenix/
Apache License 2.0
54 stars 53 forks source link

Make track styling configurable #666

Open EdwardMoyse opened 2 weeks ago

EdwardMoyse commented 2 weeks ago

In ATLAS, we regularly want to make some tracks (e.g. Muons) stand out more e.g. with thicker lines. Ideally we should make this completely configurable, but right now I don't think we have a nice way to dynamically redraw tracks.

EdwardMoyse commented 2 weeks ago

One workaround I just tried, is to support a per-track "linewidth" property. This wouldn't make it configurable, but at least then the loaders could add this (or with manual editing of phoenix event data files).