Skip to content

Commit

Permalink
Merge pull request #3 from kjvbrt/readme
Browse files Browse the repository at this point in the history
Add edm4hep2json info
  • Loading branch information
kjvbrt authored Feb 7, 2024
2 parents ed3812a + 9c518a6 commit 72f0d68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Warning: **Experimental**

Explore your events at [dmX](https://key4hep.github.io/dmx/).

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.
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<body>
<div id="input-modal" class="modal-background">
<div class="modal-content">
<span class="close-button">&times;</span>

<p>Welcome to <span id="logo"><span id="logo-d">d</span>
<span id="logo-m">m</span>
<span id="logo-x">X</span></span></p>
<p>Welcome to <span id="logo">
<span id="logo-d">d</span><span id="logo-m">m</span><span id="logo-x">X</span>
</span></p>

<div id="input-message">
</div>
Expand Down

0 comments on commit 72f0d68

Please sign in to comment.