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 Jul 5, 2024
1 parent ff92507 commit fa0e994
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 @@ -574,7 +574,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 fa0e994

Please sign in to comment.