-
class showerpipe.base.EventAdapter(abc.ABC, collections.abc.Sized, Generic[showerpipe.base.E])[source]
Public members
-
abstract property edges : ndarray[Any, dtype[Any]][source]
-
abstract property pmu : ndarray[Any, dtype[Any]][source]
-
abstract property color : ndarray[Any, dtype[Any]][source]
-
abstract property pdg : ndarray[Any, dtype[int32]][source]
-
abstract property final : ndarray[Any, dtype[bool_]][source]
-
abstract property helicity : ndarray[Any, dtype[int16]][source]
-
abstract property status : ndarray[Any, dtype[int16]][source]
-
abstract copy() → Self[source]
Returns a copy of the event.
-
classmethod __subclasshook__(C)[source]
Abstract classes can override this to customize issubclass().
-
EventAdapter[params][source]
-
classmethod __init_subclass__(*args, **kwargs)[source]
This method is called when a class is subclassed.
Last update:
Jun 27, 2025