Skip to content

#DRAFT adding charge sharing for ECTOF #1890

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

freee458
Copy link

@freee458 freee458 commented Jun 2, 2025

Briefly, what does this PR introduce?

Adding charge sharing for ECTOF

I am taking dummy numbers for sigma_x and sigma_y for time being later these can be changed.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • 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?

I am taking dummy numbers for sigma_x and sigma_y for time being later these can be changed.
@freee458 freee458 linked an issue Jun 2, 2025 that may be closed by this pull request
@github-actions github-actions bot added topic: PID Relates to PID reconstruction topic: forward labels Jun 2, 2025
@freee458 freee458 marked this pull request as draft June 2, 2025 22:11
@freee458 freee458 requested review from veprbl and kkauder June 2, 2025 22:13
@freee458 freee458 marked this pull request as ready for review June 2, 2025 22:52
Copy link
Contributor

@simonge simonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution, a couple of quick comments.

To make this compile you will need to include at the top of ECTOF.cc :
#include "factories/digi/SiliconChargeSharing_factory.h"

If you want to add the TOFEndcapSharedHits to the default output you'll need to add them to the list here:
https://github.com/eic/EICrecon/blob/main/src/services/io/podio/JEventProcessorPODIO.cc#L79

@freee458
Copy link
Author

Thank you @simonge , it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: forward topic: PID Relates to PID reconstruction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing charge sharing for Endcap ToF
2 participants