Skip to content

Generalized quantitiy attached to Tracks #487

Description

@BrieucF

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions