Skip to content

Commit

Permalink
Rename the vertex relation of the ReconstructedParticle
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 27, 2024
1 parent 4a58352 commit 55deed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ datatypes:
- float goodnessOfPID // overall goodness of the PID on a scale of [0;1]
- edm4hep::CovMatrix4f covMatrix // covariance matrix of the reconstructed particle 4vector
OneToOneRelations:
- edm4hep::Vertex startVertex // start vertex associated to this particle
- edm4hep::Vertex decayVertex // decay vertex for the particle (if it is a composite particle)
OneToManyRelations:
- edm4hep::Cluster clusters // clusters that have been used for this particle
- edm4hep::Track tracks // tracks that have been used for this particle
Expand Down

0 comments on commit 55deed7

Please sign in to comment.