Skip to content

Commit

Permalink
Remove the dQ/dx information from the track
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed May 28, 2024
1 parent 6902ca3 commit b4b7f38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,10 @@ datatypes:
- int32_t type // flagword that defines the type of track.Bits 16-31 are used internally
- float chi2 // Chi^2 of the track fit
- int32_t ndf // number of degrees of freedom of the track fit
- float dEdx // dEdx of the track
- float dEdxError // error of dEdx
- float radiusOfInnermostHit // radius of the innermost hit that has been used in the track fit
VectorMembers:
- int32_t subdetectorHitNumbers // number of hits in particular subdetectors
- edm4hep::TrackState trackStates // track states
- edm4hep::Quantity dxQuantities // different measurements of dx quantities
OneToManyRelations:
- edm4hep::TrackerHit trackerHits // hits that have been used to create this track
- edm4hep::Track tracks // tracks (segments) that have been combined to create this track
Expand Down

0 comments on commit b4b7f38

Please sign in to comment.