Skip to content

Commit

Permalink
Adding full sim example file
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jul 12, 2024
1 parent e650135 commit b18a577
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@
<div class="mb-20">
<label class="mr-10" for="input-file">Select EDM4hep JSON:</label>
<input id="input-file" name="input-file" type="file" accept=".json">
<p class="small-text ml-20">Example input file (right click to save): <a
href="https://fccsw.web.cern.ch/fccsw/eede/p8_ee_ZH_ecm240.edm4hep.json">p8_ee_ZH_ecm240.edm4hep.json</a>
<p class="small-text ml-20">Example input files (right click to save):
<ul>
<li>
Delphes: <a href="https://fccsw.web.cern.ch/fccsw/eede/p8_ee_ZH_ecm240.edm4hep.json">p8_ee_ZH_ecm240.edm4hep.json</a>
</li>
<li>
Full Sim (CLD): <a href="https://fccsw.web.cern.ch/fccsw/eede/wzp6_ee_mumuH_ecm240_CLD_RECO.edm4hep.json">wzp6_ee_mumuH_ecm240_CLD_RECO.edm4hep.json</a>
</li>
</ul>
</p>
</div>
<div id="event-selector">
Expand Down Expand Up @@ -164,4 +171,4 @@
<script type="module" src="js/menu/filter/filter.js"></script>
</body>

</html>
</html>

0 comments on commit b18a577

Please sign in to comment.