Skip to content
Snippets Groups Projects

Draft: UTDecoder ADC weighted algorithm

Closed Xuhao Yuan requested to merge UTdecoder_adcweight into master
2 unresolved threads

The RawBank now decoded and UTHit reconstructed as the ADC weighted value. The offset from the center of strip is also taken into account in UTHit x value estimation.

Run with LHCb!3670 (closed), Moore!1647 (closed)

Edited by Rosen Matev

Merge request reports

Merge request pipeline #4519085 passed

Merge request pipeline passed for 9f02130e

Closed by Tomasz SkwarnickiTomasz Skwarnicki 1 year ago (Feb 6, 2024 8:12pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
79 79 double yBegin{0};
80 80 double yEnd{0};
81 81 //--- this method allow to set the values
82 const auto fracStripOvfour = fracStrip / 4;
  • Hi @xuyuan!
    I ran some tests to check if the drop in efficiency is related to tracking or something else.
    As the tests that @decianm pointed us to are not using the latest decoding version, I could reproduce the efficiency drop by reverting this line here (and here: LHCb!3670 (diffs)).
    The fix should be implemented as something like if(UTDAQ::version::v4) offset /= 4.;, but I don't know exactly where this should happen.

  • @xuyuan I'll mark this draft for now, please mark it ready once you've addressed this

  • Hello @xuyuan

    There is something else I realized: The weight is not updated according to the different sizes of the clusters, but I would assume the size of the uncertainty depends on the size of the cluster, and this should be taken into account for the chi2-fits. Could you make the decoder return the cluster size, such that one can actually use that information?

  • Please register or sign in to reply
  • Rosen Matev marked this merge request as draft

    marked this merge request as draft

  • Michel De Cian mentioned in merge request Moore!1703 (merged)

    mentioned in merge request Moore!1703 (merged)

  • Rosen Matev marked this merge request as ready

    marked this merge request as ready

  • mentioned in issue Moore#598 (closed)

  • Ao Xu mentioned in issue Moore#599 (closed)

    mentioned in issue Moore#599 (closed)

  • Developer

    This MR cannot be tested due to merge conflict. @xuyuan can you please have a look?

  • Wojciech Krupa marked this merge request as draft

    marked this merge request as draft

  • mentioned in issue Moore#623 (closed)

  • This MR is not relevant. The changes here were absorbed to other MR, and many of them are already in master.

  • Please register or sign in to reply
    Loading