Skip to content

Commit

Permalink
added track holes to EDM to match LCIO v2.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Meloni authored and tmadlener committed Jul 30, 2024
1 parent 153c99c commit 12eb217
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 @@ -521,8 +521,10 @@ datatypes:
- int32_t type // flagword that defines the type of track
- float chi2 // Chi^2 of the track fit
- int32_t ndf // number of degrees of freedom of the track fit
- int32_t Nholes // number of holes on track
VectorMembers:
- int32_t subdetectorHitNumbers // number of hits in particular subdetectors
- int32_t subdetectorHoleNumbers // number of holes in particular subdetectors
- edm4hep::TrackState trackStates // track states
OneToManyRelations:
- edm4hep::TrackerHit trackerHits // hits that have been used to create this track
Expand Down

0 comments on commit 12eb217

Please sign in to comment.