Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Corryvreckan
  • CorryvreckanCorryvreckan
  • Merge requests
  • !275

Merged
Created Apr 03, 2020 by Jens Kroeger@jekroegeOwner

Fix fix of coord transformation

  • Overview 3
  • Commits 3
  • Pipelines 1
  • Changes 6

As discovered yesterday evening by @williamm and me, MR !260 (merged) fixed the filling of in-pixel histograms but broke the calculation in the detector member functions getColumn(), getRow(), and getLocalPosition().

It turns out that this was previously done correctly, and the problem fixed in !260 (merged) was only related how these member functions are used.

In summary:

These commits from MR !260 (merged) need to be reverted:

  • 75552e28 was wrong and is hereby reverted. I had to invert in by hand because the separation into Detector and PixelDetector prevents me from using git revert
  • c091264a: updating the PASS conditions is reverted via git revert

These commits from MR !260 (merged) contain valid changes:

  • 1ec6c7b8: AnalysisDUT: simplified filling of histograms with assoc_cluster->column/row()
  • 5f71c04a: AnalysisDUT: correct filling of 2D histogram: column/column -> column/row

Below is a validation of the changes:

I'm comparing the in-pixel efficiency for DESY run 718 from June 2019 with two ATLASpix samples as a DUT and a high threshold of 1000mV which is causing visible efficiency losses in the pixel corners. I repeated the check for run 742, same APX conditions, other sample.

left side: master on f9476e32

right side: this MR on 45c3e835

Screenshot_from_2020-04-03_10-05-33

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix_coord_transformation_again