Python API¶
Top-Level¶
Ntuple schema builder |
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>]
Taken from ATLAS Truth Utilities for ParticleType. |
|
Taken from ATLAS Truth Utilities for ParticleOrigin. |
|
Taken from the EGamma Identification CP group's twiki. |
Functions¶
Find test_elements in element. |