EDM4HEPSchema#
- class coffea.nanoevents.EDM4HEPSchema(base_form, *args, **kwargs)[source]#
Bases:
BaseSchemaSchema-builder for EDM4HEP root file structure. EDM4HEPSchema for edm4hep version 00.99.01
Attributes Summary
Methods Summary
behavior()Behaviors necessary to implement this schema
version([ver])Choose a version of EDM4HEPSchema to use.
Attributes Documentation
- copy_links_to_target_datatype = False#
- edm4hep_version = '00-99-01'#
- extra_mixins = {'*idx': 'ObjectID'}#
Methods Documentation
- classmethod version(ver='latest')[source]#
Choose a version of EDM4HEPSchema to use.
- Parameters:
ver (
str, optional) –Version of edm4hep.yaml. Allowed values:
”latest” (default): corresponds to 00.99.01 version of edm4hep.yaml
”00.99.01”: corresponds to 00.99.01 version of edm4hep.yaml
”00.99.00”: corresponds to 00.99.00 version of edm4hep.yaml
”00.10.05”: corresponds to 00.10.05 version of edm4hep.yaml
”00.10.04”: corresponds to 00.10.04 version of edm4hep.yaml
”00.10.03”: corresponds to 00.10.03 version of edm4hep.yaml
”00.10.02”: corresponds to 00.10.02 version of edm4hep.yaml
”00.10.01”: corresponds to 00.10.01 version of edm4hep.yaml