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 authored and jmcarcell committed Feb 23, 2024
1 parent 6e679ee commit 04f9d5e
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 @@ -435,7 +435,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 04f9d5e

Please sign in to comment.