FCC

class coffea.nanoevents.FCC(version='latest')[source]

Bases: object

Class to choose the required variant of FCCSchema Example: from coffea.nanoevents import FCC

FCC.get_schema(version=’latest’)

Note: For now, only one variant is available, called the latest version, that points

to the fcc.FCCSchema class. This schema has been made keeping the Spring2021 pre-generated samples. Its also tested with Winter2023 samples with the uproot_options={“filter_name”: lambda x : “PARAMETERS” not in x} parameter when loading the fileset. This removes the “PARAMETERS” branch that is unreadable in uproot afaik. More Schema variants could be added later.

Methods Summary

get_schema([version])

Methods Documentation

classmethod get_schema(version='latest')[source]