File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 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),
8888 by= JetReconstruction. energy, rev= true )
8989```
9090
91- ## Jet Constituents
91+ ## Jet Constituents and Jet Parents
9292
9393There are two ways to retrieve jet constituents. The first way is just to
9494retrieve 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
107107management reconstructed jets do not contain a link back to their cluster
108108sequence).
109109
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+
110118## References
111119
112120Although it has been developed further since the CHEP2023 conference, the CHEP
You can’t perform that action at this time.
0 commit comments