NtupleEvents

class atlas_schema.methods.NtupleEvents(data, *, behavior=None, with_name=None, check_valid=False, backend=None, attrs=None, named_axis=None)[source]

Bases: NanoEventsRecord

Individual systematic variation of events.

Attributes

systematic

Get the systematic variation name for this event collection.

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)