You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cs = jet_reconstruct(recps; algorithm = JetAlgorithm.Durham)</code></pre><h2id="Function-Index"><aclass="docs-heading-anchor" href="#Function-Index">Function Index</a><aid="Function-Index-1"></a><aclass="docs-heading-anchor-permalink" href="#Function-Index" title="Permalink"></a></h2><ul><li><ahref="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a></li><li><ahref="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a></li><li><ahref="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a></li><li><ahref="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a></li></ul><h2id="EDM4hep-Interfaces"><aclass="docs-heading-anchor" href="#EDM4hep-Interfaces">EDM4hep Interfaces</a><aid="EDM4hep-Interfaces-1"></a><aclass="docs-heading-anchor-permalink" href="#EDM4hep-Interfaces" title="Permalink"></a></h2><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.energy-Tuple{ReconstructedParticle}" href="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.energy(recoparticle::ReconstructedParticle)</code></pre><p>Return the energy component of a ReconstructedParticle's four vector.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/58025ce9b147f8401658bcd67336f297b475bb4a/ext/EDM4hepJets.jl#L29-L33">source</a></section></article><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.px-Tuple{ReconstructedParticle}" href="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.px(recoparticle::ReconstructedParticle)</code></pre><p>Return the x component of the momentum of a ReconstructedParticle.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/58025ce9b147f8401658bcd67336f297b475bb4a/ext/EDM4hepJets.jl#L8-L12">source</a></section></article><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.py-Tuple{ReconstructedParticle}" href="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.py(recoparticle::ReconstructedParticle)</code></pre><p>Return the y component of the momentum of a ReconstructedParticle.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/58025ce9b147f8401658bcd67336f297b475bb4a/ext/EDM4hepJets.jl#L15-L19">source</a></section></article><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.pz-Tuple{ReconstructedParticle}" href="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.pz(recoparticle::ReconstructedParticle)</code></pre><p>Return the z component of the momentum of a ReconstructedParticle.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/58025ce9b147f8401658bcd67336f297b475bb4a/ext/EDM4hepJets.jl#L22-L26">source</a></section></article></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../helpers/">« Jet Helpers</a><aclass="docs-footer-nextpage" href="../recombination/">Recombination Schemes »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="auto">Automatic (OS)</option><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option><optionvalue="catppuccin-latte">catppuccin-latte</option><optionvalue="catppuccin-frappe">catppuccin-frappe</option><optionvalue="catppuccin-macchiato">catppuccin-macchiato</option><optionvalue="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <spanclass="colophon-date" title="Tuesday 7 October 2025 08:01">Tuesday 7 October 2025</span>. Using Julia version 1.11.7.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
15
+
cs = jet_reconstruct(recps; algorithm = JetAlgorithm.Durham)</code></pre><h2id="Function-Index"><aclass="docs-heading-anchor" href="#Function-Index">Function Index</a><aid="Function-Index-1"></a><aclass="docs-heading-anchor-permalink" href="#Function-Index" title="Permalink"></a></h2><ul><li><ahref="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a></li><li><ahref="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a></li><li><ahref="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a></li><li><ahref="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a></li></ul><h2id="EDM4hep-Interfaces"><aclass="docs-heading-anchor" href="#EDM4hep-Interfaces">EDM4hep Interfaces</a><aid="EDM4hep-Interfaces-1"></a><aclass="docs-heading-anchor-permalink" href="#EDM4hep-Interfaces" title="Permalink"></a></h2><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.energy-Tuple{ReconstructedParticle}" href="#JetReconstruction.energy-Tuple{ReconstructedParticle}"><code>JetReconstruction.energy</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.energy(recoparticle::ReconstructedParticle)</code></pre><p>Return the energy component of a ReconstructedParticle's four vector.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/ae0ac95fcfdf60b3c3c84d31c071649a0c4220bf/ext/EDM4hepJets.jl#L29-L33">source</a></section></article><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.px-Tuple{ReconstructedParticle}" href="#JetReconstruction.px-Tuple{ReconstructedParticle}"><code>JetReconstruction.px</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.px(recoparticle::ReconstructedParticle)</code></pre><p>Return the x component of the momentum of a ReconstructedParticle.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/ae0ac95fcfdf60b3c3c84d31c071649a0c4220bf/ext/EDM4hepJets.jl#L8-L12">source</a></section></article><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.py-Tuple{ReconstructedParticle}" href="#JetReconstruction.py-Tuple{ReconstructedParticle}"><code>JetReconstruction.py</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.py(recoparticle::ReconstructedParticle)</code></pre><p>Return the y component of the momentum of a ReconstructedParticle.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/ae0ac95fcfdf60b3c3c84d31c071649a0c4220bf/ext/EDM4hepJets.jl#L15-L19">source</a></section></article><articleclass="docstring"><header><aclass="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><aclass="docstring-binding" id="JetReconstruction.pz-Tuple{ReconstructedParticle}" href="#JetReconstruction.pz-Tuple{ReconstructedParticle}"><code>JetReconstruction.pz</code></a> — <spanclass="docstring-category">Method</span><spanclass="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><codeclass="language-julia hljs">JetReconstruction.pz(recoparticle::ReconstructedParticle)</code></pre><p>Return the z component of the momentum of a ReconstructedParticle.</p></div><aclass="docs-sourcelink" target="_blank" href="https://github.com/JuliaHEP/JetReconstruction.jl/blob/ae0ac95fcfdf60b3c3c84d31c071649a0c4220bf/ext/EDM4hepJets.jl#L22-L26">source</a></section></article></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../helpers/">« Jet Helpers</a><aclass="docs-footer-nextpage" href="../recombination/">Recombination Schemes »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="auto">Automatic (OS)</option><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option><optionvalue="catppuccin-latte">catppuccin-latte</option><optionvalue="catppuccin-frappe">catppuccin-frappe</option><optionvalue="catppuccin-macchiato">catppuccin-macchiato</option><optionvalue="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <spanclass="colophon-date" title="Friday 17 October 2025 13:50">Friday 17 October 2025</span>. Using Julia version 1.12.0.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments