From d0033f1d9b4e184ed086372b9e5110be17866b59 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Tue, 28 May 2024 09:42:12 +0200 Subject: [PATCH] Remove the dQ/dx information from the track --- edm4hep.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index dbaa09f7a..e5d3fc7d3 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -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