Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Realism in TOF Reconstruction & Digitization #1656

Open
ruse-traveler opened this issue Oct 29, 2024 · 0 comments
Open

Enhanced Realism in TOF Reconstruction & Digitization #1656

ruse-traveler opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
topic: digitization topic: PID Relates to PID reconstruction topic: reconstruction topic: tracking Relates to tracking reconstruction

Comments

@ruse-traveler
Copy link
Contributor

Substantial progress has been made by the TOF software team in improving the realism of the B/ETOF geometry, digitization, and reconstruction (e.g. see the talk by Tommy during the Oct. 14th, 2024 Reconstruction WG meeting). Relevant advancements should be integrated into EICrecon.

To-Do:

  • [] Import more realistic digitization routines (EICrecon#1635)
  • [] Import more realistic reconstruction routines
@ruse-traveler ruse-traveler added topic: tracking Relates to tracking reconstruction topic: PID Relates to PID reconstruction topic: reconstruction topic: digitization labels Oct 29, 2024
github-merge-queue bot pushed a commit that referenced this issue Feb 24, 2025
### Briefly, what does this PR introduce?

It's an attempt to make LGAD sensor response for Barrel TOF more
realistic by doing the following,

1. Spread charge deposition from strips that are hit directly to nearby
strips.
2. Perform digitization by converting charge deposited to electric
pulse.
3. Digitize the pulse by converting it to TDC and ADC value. ADC propto
pulse height and TDC propto time when voltage crosses certain threshold.
4. Convert the TDC and ADC value back to time and Edep by linear fit.
5. Return the BTOF hit point as "TOFBarrelRecHit". Position is estimated
by either weighted sum of ADC or just center of the cell with max ADC.
It's weighted average by default, but the behavior can be changed by
parameters.

Noise, edge correction and time talk correction will be developed in the
future.

### What kind of change does this PR introduce?
- [x ] Bug fix (issue #1656 )
- [ ] New feature (issue #__)
- [ ] Documentation update
- [x ] Other: Implementation of digitization and clusterization for
LGADs in Barrel TOF

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [x ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?

### Does this PR change default behavior?

It replaces the content of "TOFBarrelRecHit" with results of this new
clusterization. It was originally just geant point + random smearing. I
have communicated to the reconstruction group and they advise that I
submit this pull request so they can study the effect of having this new
digitization/clusterization algorithm. They will decide if I should save
the data in a new branch or replace the origin content.

---------

Co-authored-by: Souvik Paul <[email protected]>
Co-authored-by: Desktop ssedd1123 <ssedd1123@DESKTOP-0J5IETB>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dmitry Kalinkin <[email protected]>
Co-authored-by: Derek M Anderson <[email protected]>
Co-authored-by: Simon Gardner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: digitization topic: PID Relates to PID reconstruction topic: reconstruction topic: tracking Relates to tracking reconstruction
Projects
Status: In Progress
Development

No branches or pull requests

2 participants