Skip to content

Commit

Permalink
Remove the ParticleIDs from the reco particles
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Feb 8, 2024
1 parent 585b45a commit 48ee214
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:
- 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 48ee214

Please sign in to comment.