File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ sorted_jets = sort!(inclusive_jets(cs::ClusterSequence; ptmin=5.0),
88
88
by= JetReconstruction. energy, rev= true )
89
89
```
90
90
91
- ## Jet Constituents
91
+ ## Jet Constituents and Jet Parents
92
92
93
93
There are two ways to retrieve jet constituents. The first way is just to
94
94
retrieve the * indexes* of the constituent jets. These indexes refer to the
@@ -107,6 +107,14 @@ reconstruction is required (to avoid circular dependencies and improve memory
107
107
management reconstructed jets do not contain a link back to their cluster
108
108
sequence).
109
109
110
+ To retrieve a jet's parents:
111
+
112
+ - [ ` parent_jets ` ] ( @ref )
113
+
114
+ This will return a tuple of the target jet's parents, or ` nothing ` when one or
115
+ both parents are missing (the only case when a jet has one parent is when it
116
+ undergoes a * beam merge* step).
117
+
110
118
## References
111
119
112
120
Although it has been developed further since the CHEP2023 conference, the CHEP
You can’t perform that action at this time.
0 commit comments