Skip to content

Commit

Permalink
Remove the ParticleID from the ReconstructedParticle
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Feb 8, 2024
1 parent 0857c0b commit 73c70d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,10 @@ 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.
- edm4hep::ReconstructedParticle particles //reconstructed particles that have been combined to this particle.
- edm4hep::ParticleID particleIDs //particle Ids (not sorted by their likelihood)
ExtraCode:
declaration: "
bool isCompound() const { return particles_size() > 0 ;}\n
Expand Down

0 comments on commit 73c70d1

Please sign in to comment.