graphicle.select.hadron_vertices(adj: AdjacencyList, status: StatusArray) tuple[int, ...][source]

Locates the hadronisation vertices in the generation DAG.

New in version 0.1.11.

Parameters:
adj : AdjacencyList

The adjacency list of the generation DAG.

status : StatusArray

The status codes associated with each particle in the event.

Returns:

Indices of the hadronisation vertices in the generation DAG, returned in no particular order.

Return type:

tuple[int, …]


Last update: Jun 27, 2025