Skip to content

Commit d623326

Browse files
committed
Add Func_ADL Uproot in examples doc
1 parent 0ad5a2e commit d623326

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/examples.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,24 @@ even in a yaml file.
7272
:language: python
7373

7474

75+
Func_ADL Uproot Example
76+
-----------------------
77+
This example uses an Func_ADL to extract the `AnalysisElectronsAuxDyn.pt` branch from the `CollectionTree` tree
78+
in ATLAS PHYSLITE OpenData Dataset.
79+
80+
.. tabs::
81+
82+
.. tab:: *YAML*
83+
84+
.. literalinclude:: ../examples/config_FuncADL_Uproot.yaml
85+
:language: yaml
7586

87+
.. tab:: *Python Dict*
88+
89+
.. literalinclude:: ../examples/FuncADL_Uproot_Dict.py
90+
:language: python
91+
92+
.. tab:: *Python Typed Object*
93+
94+
.. literalinclude:: ../examples/FuncADL_Uproot_Typed.py
95+
:language: python

0 commit comments

Comments
 (0)