BaseSchema

class coffea.nanoevents.BaseSchema(base_form, *args, **kwargs)[source]

Bases: object

Base schema builder

The basic schema is essentially unchanged from the original ROOT file. A top-level base.NanoEvents object is returned, where each original branch form is accessible as a direct descendant.

Attributes Summary

form

Awkward form of this schema

Methods Summary

behavior()

Behaviors necessary to implement this schema

Attributes Documentation

form

Awkward form of this schema

Methods Documentation

classmethod behavior()[source]

Behaviors necessary to implement this schema