We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad5a2e commit d623326Copy full SHA for d623326
docs/examples.rst
@@ -72,4 +72,24 @@ even in a yaml file.
72
:language: python
73
74
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
86
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
0 commit comments