Skip to content

Commit

Permalink
build based on 9bbd8b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 8, 2024
1 parent 014f996 commit 9d1c31d
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 332 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-08T16:27:14","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-08T18:25:54","documenter_version":"1.7.0"}}
48 changes: 0 additions & 48 deletions dev/.vitepress/config.mts

This file was deleted.

19 changes: 0 additions & 19 deletions dev/.vitepress/theme/index.ts

This file was deleted.

243 changes: 0 additions & 243 deletions dev/.vitepress/theme/style.css

This file was deleted.

2 changes: 1 addition & 1 deletion dev/EDM4hep/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

recps = RootIO.get(reader, evt, "ReconstructedParticles")

cs = jet_reconstruct(recps; algorithm = JetAlgorithm.Durham)</code></pre><h2 id="Function-Index"><a class="docs-heading-anchor" href="#Function-Index">Function Index</a><a id="Function-Index-1"></a><a class="docs-heading-anchor-permalink" href="#Function-Index" title="Permalink"></a></h2><ul><li><a href="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a></li><li><a href="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a></li><li><a href="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a></li><li><a href="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a></li></ul><h2 id="EDM4hep-Interfaces"><a class="docs-heading-anchor" href="#EDM4hep-Interfaces">EDM4hep Interfaces</a><a id="EDM4hep-Interfaces-1"></a><a class="docs-heading-anchor-permalink" href="#EDM4hep-Interfaces" title="Permalink"></a></h2><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.energy-Tuple{ReconstructedParticle}" href="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.energy(recoparticle::ReconstructedParticle)</code></pre><p>Return the energy component of a ReconstructedParticle&#39;s four vector.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/cb6c130667c849a24fcce3de2ded8456b420950c/ext/EDM4hepJets.jl#L29-L33">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.px-Tuple{ReconstructedParticle}" href="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.px(recoparticle::ReconstructedParticle)</code></pre><p>Return the x component of the momentum of a ReconstructedParticle.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/cb6c130667c849a24fcce3de2ded8456b420950c/ext/EDM4hepJets.jl#L8-L12">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.py-Tuple{ReconstructedParticle}" href="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.py(recoparticle::ReconstructedParticle)</code></pre><p>Return the y component of the momentum of a ReconstructedParticle.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/cb6c130667c849a24fcce3de2ded8456b420950c/ext/EDM4hepJets.jl#L15-L19">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.pz-Tuple{ReconstructedParticle}" href="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.pz(recoparticle::ReconstructedParticle)</code></pre><p>Return the z component of the momentum of a ReconstructedParticle.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/cb6c130667c849a24fcce3de2ded8456b420950c/ext/EDM4hepJets.jl#L22-L26">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../examples/">« Examples</a><a class="docs-footer-nextpage" href="../visualisation/">Visualisation »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Tuesday 8 October 2024 16:27">Tuesday 8 October 2024</span>. Using Julia version 1.11.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
cs = jet_reconstruct(recps; algorithm = JetAlgorithm.Durham)</code></pre><h2 id="Function-Index"><a class="docs-heading-anchor" href="#Function-Index">Function Index</a><a id="Function-Index-1"></a><a class="docs-heading-anchor-permalink" href="#Function-Index" title="Permalink"></a></h2><ul><li><a href="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a></li><li><a href="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a></li><li><a href="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a></li><li><a href="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a></li></ul><h2 id="EDM4hep-Interfaces"><a class="docs-heading-anchor" href="#EDM4hep-Interfaces">EDM4hep Interfaces</a><a id="EDM4hep-Interfaces-1"></a><a class="docs-heading-anchor-permalink" href="#EDM4hep-Interfaces" title="Permalink"></a></h2><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.energy-Tuple{ReconstructedParticle}" href="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.energy(recoparticle::ReconstructedParticle)</code></pre><p>Return the energy component of a ReconstructedParticle&#39;s four vector.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/9bbd8b8b0e52097030d73e2e5776ab4e8f1bac49/ext/EDM4hepJets.jl#L29-L33">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.px-Tuple{ReconstructedParticle}" href="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.px(recoparticle::ReconstructedParticle)</code></pre><p>Return the x component of the momentum of a ReconstructedParticle.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/9bbd8b8b0e52097030d73e2e5776ab4e8f1bac49/ext/EDM4hepJets.jl#L8-L12">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.py-Tuple{ReconstructedParticle}" href="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.py(recoparticle::ReconstructedParticle)</code></pre><p>Return the y component of the momentum of a ReconstructedParticle.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/9bbd8b8b0e52097030d73e2e5776ab4e8f1bac49/ext/EDM4hepJets.jl#L15-L19">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="JetReconstruction.pz-Tuple{ReconstructedParticle}" href="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">JetReconstruction.pz(recoparticle::ReconstructedParticle)</code></pre><p>Return the z component of the momentum of a ReconstructedParticle.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/9bbd8b8b0e52097030d73e2e5776ab4e8f1bac49/ext/EDM4hepJets.jl#L22-L26">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../examples/">« Examples</a><a class="docs-footer-nextpage" href="../visualisation/">Visualisation »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.7.0 on <span class="colophon-date" title="Tuesday 8 October 2024 18:25">Tuesday 8 October 2024</span>. Using Julia version 1.11.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 9d1c31d

Please sign in to comment.