Skip to content

Commit

Permalink
no need to even have a weight, let's start simple
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 8, 2024
1 parent 943a600 commit 6e519d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,9 @@ datatypes:
- edm4hep::SimCalorimeterHit simHit // reference to the simulated calorimeter hit

edm4eic::TrackClusterMatch:
Description: "Association between a Cluster and a ReconstructedParticle"
Description: "Match between a Cluster and a ReconstructedParticle"
Author : "D. Brandenburg"
Members:
- float weight // weight of this association
OneToOneRelations:
- edm4eic::Cluster cluster // reference to the cluster
- edm4eic::Cluster cluster // reference to the cluster
- edm4eic::ReconstructedParticle track // reference to the Reco particle

0 comments on commit 6e519d8

Please sign in to comment.