Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Schema for the oldstyle edm4hep Future Circular Collider simulation Samples #1182

Merged
merged 25 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e2e9fa6
Schema for the oldstyle edm4hep Future Circular Collider simulation S…
prayagyadav Sep 11, 2024
1acf6c5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 12, 2024
d876d78
Merge branch 'master' into fcc-schema
prayagyadav Sep 12, 2024
d61109a
Merge branch 'master' into fcc-schema
lgray Sep 20, 2024
366f3aa
Merge branch 'CoffeaTeam:master' into fcc-schema
prayagyadav Sep 24, 2024
3de0383
Automated Commit from Fedora
prayagyadav Oct 7, 2024
eb541dc
Automated Commit from Fedora
prayagyadav Oct 10, 2024
9519219
parents daughters cross reference works
prayagyadav Oct 14, 2024
8db4c83
Merge branch 'CoffeaTeam:master' into review-fcc-schema
prayagyadav Oct 14, 2024
e3c62df
Merge branch 'CoffeaTeam:master' into fcc-schema
prayagyadav Oct 14, 2024
253198d
Cleaned
prayagyadav Oct 14, 2024
9d8035f
Merge branch 'review-fcc-schema' of https://github.com/prayagyadav/co…
prayagyadav Oct 14, 2024
d31bb12
Fixed all the cross references
prayagyadav Oct 14, 2024
a1b81a3
fix quoting issue
lgray Oct 14, 2024
10d76d7
Merge branch 'master' into fcc-schema
lgray Oct 14, 2024
0fc7362
fix accidental deletions of .replace
lgray Oct 14, 2024
be47625
Merge branch 'CoffeaTeam:master' into fcc-schema
prayagyadav Oct 15, 2024
a4324db
added parents daughters tests and winter2023 sample
prayagyadav Oct 15, 2024
09f6f61
Merge branch 'fcc-schema' of https://github.com/prayagyadav/coffea in…
prayagyadav Oct 15, 2024
b5b53f2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 15, 2024
8c2b2e8
Link to original samples
prayagyadav Oct 15, 2024
b22b2ad
Merge branch 'fcc-schema' of https://github.com/prayagyadav/coffea in…
prayagyadav Oct 15, 2024
8c2b222
Merge branch 'master' into fcc-schema
lgray Oct 15, 2024
e810809
fix mistakes in comments
prayagyadav Oct 16, 2024
27d492a
Merge branch 'master' into fcc-schema
lgray Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/coffea/nanoevents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

from coffea.nanoevents.factory import NanoEventsFactory
from coffea.nanoevents.schemas import (
FCC,
BaseSchema,
DelphesSchema,
FCCSchema,
NanoAODSchema,
PDUNESchema,
PFNanoAODSchema,
Expand All @@ -24,4 +26,6 @@
"DelphesSchema",
"PDUNESchema",
"ScoutingNanoAODSchema",
"FCC",
"FCCSchema",
]
Loading