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 Jul 1, 2024
1 parent 0a93a3c commit d0033f1
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 @@ -521,13 +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
- 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 d0033f1

Please sign in to comment.