Skip to content

Commit

Permalink
Make the Vertex point to its decay particles
Browse files Browse the repository at this point in the history
Instead of to the incoming praticle
  • Loading branch information
tmadlener committed Jun 27, 2024
1 parent 4f72168 commit 4a58352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ datatypes:
- int32_t algorithmType // type code for the algorithm that has been used to create the vertex
VectorMembers:
- float parameters // additional parameters related to this vertex
OneToOneRelations:
- edm4hep::ReconstructedParticle associatedParticle // reconstructed particle associated to this vertex
OneToManyRelations:
- edm4hep::ReconstructedParticle particles // particles that have been used to form this vertex, aka the decay particles emerging from this vertex
ExtraCode:
includes: "#include <edm4hep/Constants.h>"
declaration: "
Expand Down

0 comments on commit 4a58352

Please sign in to comment.