@@ -7,16 +7,16 @@ as a typed Python object.
7
7
8
8
Examples For Each Query Type
9
9
------------------
10
- Examples for each query type (Uproot-Raw, Func_ADL Uproot, Python Function)
11
- and three different representations (Python Dictionary, Python Typed Object, and YAML).
12
- Note that all examples extract the same branch of the same tree (`ROOT TTree `) from
10
+ Examples for each query type (` Uproot-Raw `, ` Func_ADL Uproot `, ` Python Function ` )
11
+ and three different representations (` Python Dictionary `, ` Python Typed Object ` , and ` YAML ` ).
12
+ Note that all examples extract the same branch of the same tree (`` ROOT TTree ` `) from
13
13
the same :ref: `dataset <label_dataset >`.
14
14
15
15
16
16
Uproot-Raw Query Example
17
17
~~~~~~~~~~~~~~~~~~~~
18
- This example uses the raw uproot query type to extract the `AnalysisElectronsAuxDyn.pt ` branch
19
- from the `CollectionTree ` tree in ATLAS PHYSLITE OpenData Dataset.
18
+ This example uses the raw uproot query type to extract the `` AnalysisElectronsAuxDyn.pt ` ` branch
19
+ from the `` CollectionTree ` ` tree in ATLAS PHYSLITE OpenData Dataset.
20
20
21
21
.. tabs ::
22
22
@@ -38,8 +38,8 @@ from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
38
38
39
39
Func_ADL Uproot Query Example
40
40
~~~~~~~~~~~~~~~~~~~~
41
- This example uses an Func_ADL to extract the `AnalysisElectronsAuxDyn.pt ` branch
42
- from the `CollectionTree ` tree in ATLAS PHYSLITE OpenData Dataset.
41
+ This example uses an Func_ADL to extract the `` AnalysisElectronsAuxDyn.pt ` ` branch
42
+ from the `` CollectionTree ` ` tree in ATLAS PHYSLITE OpenData Dataset.
43
43
44
44
.. tabs ::
45
45
@@ -61,8 +61,8 @@ from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
61
61
62
62
Python Function Query Example
63
63
~~~~~~~~~~~~~~~~~~~~
64
- This example uses an uproot python function to extract the `AnalysisElectronsAuxDyn.pt ` branch
65
- from the `CollectionTree ` tree in ATLAS PHYSLITE OpenData Dataset.
64
+ This example uses an uproot python function to extract the `` AnalysisElectronsAuxDyn.pt ` ` branch
65
+ from the `` CollectionTree ` ` tree in ATLAS PHYSLITE OpenData Dataset.
66
66
Note that you can specify a python function even in a yaml file.
67
67
68
68
.. tabs ::
0 commit comments