BaseSchema#
- class coffea.nanoevents.BaseSchema(base_form, *args, **kwargs)[source]#
Bases:
objectBase schema builder
The basic schema is essentially unchanged from the original ROOT file. A top-level
base.NanoEventsobject is returned, where each original branch form is accessible as a direct descendant.Attributes Summary
Awkward form of this schema (dict)
Methods Summary
behavior()Behaviors necessary to implement this schema (dict)
Attributes Documentation
- form#
Awkward form of this schema (dict)
Methods Documentation