MissingETArray¶
- class atlas_schema.methods.MissingETArray(*args: Any, **kwargs: float)¶
Bases:
MissingET,ArrayAttributes
Methods
- __init__(data, *, behavior=None, with_name=None, check_valid=False, backend=None, attrs=None, named_axis=None)¶
- ProjectionClass3D(**kwargs: float) Vector¶
A spherical coordinate 3-dimensional vector
This mixin class requires the parent class to provide items
rho,theta, andphi. Some additional properties are overridden for performance
- ProjectionClass4D(**kwargs: float) Vector¶
A cartesian Lorentz vector
A heavy emphasis towards a momentum vector interpretation is assumed. (+, -, -, -) metric This mixin class requires the parent class to provide items
x,y,z, andt.
- _abc_impl()¶
Internal state held by ABC machinery.