Skip to content

Commit

Permalink
make PrimaryVerticesAuxDyn.neutralParticleLinks work
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoladze committed Sep 16, 2024
1 parent f2246b7 commit eb3b970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/uproot/interpretation/known_forth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"std::vector<std::vector<ElementLink<DataVector<xAOD::TrackParticle_v1>>>>": VectorVectorElementLink,
"std::vector<std::vector<ElementLink<DataVector<xAOD::TauTrack_v1>>>>": VectorVectorElementLink,
"std::vector<std::vector<ElementLink<DataVector<xAOD::IParticle>>>>": VectorVectorElementLink,
"std::vector<std::vector<ElementLink<DataVector<xAOD::NeutralParticle_v1>>>>": VectorVectorElementLink,
}


Expand Down
2 changes: 1 addition & 1 deletion tests/test_1282_add_known_forth_for_atlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"AnalysisPhotonsAuxDyn.vertexLinks",
"TruthMuonsAuxDyn.childLinks",
"AnalysisElectronsAuxDyn.trackParticleLinks",
# "PrimaryVerticesAuxDyn.neutralParticleLinks", # TODO: currently fails because of `CannotBeAwkward` - see if we can circumvent this by providing the form
"PrimaryVerticesAuxDyn.neutralParticleLinks",
"AnalysisTauJetsAuxDyn.tauTrackLinks",
]

Expand Down

0 comments on commit eb3b970

Please sign in to comment.