We currently have
edm4hep::RecDqdx:
Description: "dN/dx or dE/dx info of a Track"
Author: "EDM4hep authors"
Members:
- edm4hep::Quantity dQdx // the reconstructed dEdx or dNdx and its error
OneToOneRelations:
- edm4hep::Track track // the corresponding track
to attach dN/dx or dE/dx information to a track.
Given the generality of the Quantity object, and the fact that we want to attach more than just dQ/dx objects to tracks (e.g. emitted Cherenkov photon angles in a RICH like detector), I want to call for opinions on generalizing this. From a first quick look, it could potentially be as simple as renaming RecDqdx to something like TrackQuantity and dQdxto something like quantity.
We currently have
to attach dN/dx or dE/dx information to a track.
Given the generality of the
Quantityobject, and the fact that we want to attach more than just dQ/dx objects to tracks (e.g. emitted Cherenkov photon angles in a RICH like detector), I want to call for opinions on generalizing this. From a first quick look, it could potentially be as simple as renamingRecDqdxto something likeTrackQuantityanddQdxto something likequantity.