Skip to content

Commit

Permalink
EDM4HEPSchema and Newstyle FCCSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagyadav committed Jan 15, 2025
1 parent cb217e9 commit eeeeef5
Show file tree
Hide file tree
Showing 15 changed files with 3,317 additions and 37 deletions.
4 changes: 4 additions & 0 deletions src/coffea/nanoevents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
FCC,
BaseSchema,
DelphesSchema,
EDM4HEPSchema,
FCCSchema,
FCCSchema_edm4hep1,
NanoAODSchema,
PDUNESchema,
PFNanoAODSchema,
Expand All @@ -28,4 +30,6 @@
"ScoutingNanoAODSchema",
"FCC",
"FCCSchema",
"FCCSchema_edm4hep1",
"EDM4HEPSchema",
]
9 changes: 9 additions & 0 deletions src/coffea/nanoevents/assets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import os

import yaml

# path = os.path.abspath('src/coffea/nanoevents/assets/edm4hep.yaml')
root_dir = os.path.dirname(os.path.abspath(__file__))
path = "/".join([root_dir, "edm4hep.yaml"])
with open(path) as f:
edm4hep = yaml.safe_load(f)
877 changes: 877 additions & 0 deletions src/coffea/nanoevents/assets/edm4hep.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit eeeeef5

Please sign in to comment.