NtupleEventsArray¶
- class atlas_schema.methods.NtupleEventsArray(data, *, behavior=None, with_name=None, check_valid=False, backend=None, attrs=None, named_axis=None)[source]¶
Bases:
NanoEventsArrayCollection of NtupleEvents objects, one for each systematic variation.
Attributes
- systematic_names¶
Get all systematic variations available in this event collection.
Returns a list of systematic variation names, including ‘NOSYS’ for nominal.
- systematics¶
Get all systematic variations available in this event collection.
Returns a list of systematic variation names, excluding ‘nominal’.
Methods
- __init__(data, *, behavior=None, with_name=None, check_valid=False, backend=None, attrs=None, named_axis=None)¶
- _abc_impl()¶
Internal state held by ABC machinery.