key4hep / eede

EDM4hep Event Data Explorer
https://key4hep.github.io/eede/
BSD 2-Clause "Simplified" License
3 stars 4 forks source link

eede

EDM4hep Event Data Explorer

Warning: Experimental

Explore your events at eede.

To generate your .json file use edm4hep2json available in the Key4hep stack. Example usage for the events from FCC winter2023 campaign:

source /cvmfs/sw.hsf.org/key4hep/setup.sh
edm4hep2json -l Particle \
             -n 10 \
             -o p8_ee_WW_ecm240.json \
             /eos/experiment/fcc/ee/generation/DelphesEvents/winter2023/IDEA/p8_ee_WW_ecm240/events_059793334.root

Development

The tool is written in pure JS and draws on HTML Cavas. To run a local version, clone the repo and create simple web server:

python -m http.server

after that visit localhost (http://0.0.0.0:8000/) in your browser.

ToDo