Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 139
    • Merge requests 139
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !20258

Correcting filling of TrackSummary information for ITk track reconstruction

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Noemi Calace requested to merge ncalace/athena:21.9-TrackSummaryAndUpdates_1901 into 21.9 Jan 09, 2019
  • Overview 9
  • Commits 1
  • Pipelines 1
  • Changes 19

This MR contributes to correctly fill the TrackSummary information for ITk reconstruction, evaluating the numbers of hits and contributing layers for the different regions (inclined modules or barrel ring modules [step3] are counted as a separate layers). I have implemented a new object, called PrecisionHitInfo, that is filled by the with the measurement information (detector region, layer, eta module) when the InDetTrackSummaryHelperTool loops on the TrackStateOnSurface and analyses them. Therefore, the PrecisionHitInfo keep trace of the number of measurements in their information and is then used to correct the number of contributing layers and hits for the different detector regions, i.e. pixelBarrelFlat, pixelBarrelInclined, pixelBarrelRing and pixelEndcap. It contains also the possibility of counting the strip quantities which is currently not used. It is defined in the TrkTrackSummary package since TrkTrackSummaryTool, TrkToolInterfaces and InDetTrackSummaryHelperTool will depend on it.

NB: The TrackSummary information is expanded and some additional variables are added. Anyhow the hitpattern stays unchanged.

@nstyles, @asalzbur, @xai, @npetters, @lmijovic, @goblirsc, @swaban

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 21.9-TrackSummaryAndUpdates_1901