Python API

Top-Level

schema.NtupleSchema

The schema for building ATLAS ntuples following the typical centralized formats.

methods

Mixins for the Ntuple schema

Enums

All enums listed below will typically allow you to access multiple values at once:

>>> import atlas_schema as ats
>>> ats.enums.ParticleOrigin['NonDefined']
<ParticleOrigin.NonDefined: 0>
>>> ats.enums.ParticleOrigin['NonDefined', 'Higgs']
[<ParticleOrigin.NonDefined: 0>, <ParticleOrigin.Higgs: 14>]

Functions

isin

Find test_elements in element.