Skip to content

Commit

Permalink
Merge pull request #60 from kjvbrt/multifiles
Browse files Browse the repository at this point in the history
Multifiles
  • Loading branch information
brauliorivas authored Jul 17, 2024
2 parents 2659b8f + 4d051b0 commit e856a9a
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 @@ -36,8 +36,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 class="small-text">
<li>
Delphes: <a href="https://fccsw.web.cern.ch/fccsw/eede/p8_ee_ZH_ecm240.edm4hep.json">p8_ee_ZH_ecm240.edm4hep.json</a> [5.6 MB]
</li>
<li>
Full Sim: <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> [28 MB]
</li>
</ul>
</p>
</div>
<div id="event-selector">
Expand Down Expand Up @@ -189,4 +196,4 @@ <h2 id="view-title-info"></h2>
<script type="module" src="js/switch-deploy.js"></script>
</body>

</html>
</html>

0 comments on commit e856a9a

Please sign in to comment.