Skip to content

Commit

Permalink
Remove the ParticleIDUsed from the ReconstructedParticle
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored and jmcarcell committed Feb 23, 2024
1 parent 725820f commit 6e679ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ datatypes:
- std::array<float,10> covMatrix // cvariance matrix of the reconstructed particle 4vector (10 parameters). Stored as lower triangle matrix of the four momentum (px,py,pz,E), i.e. cov(px,px), cov(py,##
OneToOneRelations:
- edm4hep::Vertex startVertex // start vertex associated to this particle
- edm4hep::ParticleID particleIDUsed // particle Id used for the kinematics of this 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 6e679ee

Please sign in to comment.