Skip to content

Commit

Permalink
Merge branch 'main_dev' of github.com:jbrewster7/coffea into main_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrewster7 committed Aug 31, 2023
2 parents 3ed8167 + 45d5a38 commit 3980198
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/coffea/nanoevents/schemas/edm4hep.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,11 @@ def _build_collections(self, branch_forms):
}

Greco_index_form = transforms.local2global_form(
branch_forms[
"_MCTruthRecoLink_rec/_MCTruthRecoLink_rec.index"
],
branch_forms["_MCTruthRecoLink_rec/_MCTruthRecoLink_rec.index"],
pfos_offsets_form,
)
Gmc_index_form = transforms.local2global_form(
branch_forms[
"_MCTruthRecoLink_sim/_MCTruthRecoLink_sim.index"
],
branch_forms["_MCTruthRecoLink_sim/_MCTruthRecoLink_sim.index"],
mc_offsets_form,
)

Expand Down

0 comments on commit 3980198

Please sign in to comment.