Skip to content

Commit

Permalink
Add a OneToMany relation from TrackerHit to RecIonizationCluster for …
Browse files Browse the repository at this point in the history
…cluster counting
  • Loading branch information
BrieucF authored and tmadlener committed Sep 5, 2023
1 parent 6fecc4d commit 8cee334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ datatypes:
- std::array<float,6> covMatrix //covariance of the position (x,y,z), stored as lower triangle matrix. i.e. cov(x,x) , cov(y,x) , cov(y,y) , cov(z,x) , cov(z,y) , cov(z,z)
VectorMembers:
- edm4hep::ObjectID rawHits //raw data hits. Check getType to get actual data type.
OneToManyRelations:
- edm4hep::RecIonizationCluster clusters //ionization clusters that were reconstructed in the cell


#------------- TrackerHitPlane
Expand Down

0 comments on commit 8cee334

Please sign in to comment.