- class colliderscope.NodePdgs(NamedTuple)
NamedTuplefor holding the PDG names of the incoming and outgoing particles at a given interaction vertex. These are stored inlistobjects, and so may be mutated.New in version 0.2.0.
Public members¶
- static NodePdgs(_cls, incoming: list[str], outgoing: list[str])
Create new instance of NodePdgs(incoming, outgoing)
- __repr__()
Return a nicely formatted representation string
- __getnewargs__()
Return self as a plain tuple. Used by copy and pickle.
Last update:
Jun 27, 2025