PDUNESchema

class coffea.nanoevents.PDUNESchema(base_form)[source]

Bases: BaseSchema

Attributes Summary

behavior

Behaviors necessary to implement this schema

mixins

top_objects

Attributes Documentation

behavior

Behaviors necessary to implement this schema

mixins = {'RecoBeam': 'Beam', 'Showers': 'Showers', 'Tracks': 'Tracks', 'end3D': 'ThreeVector', 'end4D': 'LorentzVector', 'reco_beam': 'RecoBeam', 'reco_daughter_allShower': 'Showers', 'reco_daughter_allTrack': 'Tracks', 'start3D': 'ThreeVector', 'start4D': 'LorentzVector', 'vtx3D': 'ThreeVector'}
top_objects = {'reco_beam': 'RecoBeam', 'reco_daughter_allShower': 'Showers', 'reco_daughter_allTrack': 'Tracks', 'true_beam': 'TrueBeam'}