-
Notifications
You must be signed in to change notification settings - Fork 30
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
ZDC: LYSO + SiPM-on-tile #1221
ZDC: LYSO + SiPM-on-tile #1221
Conversation
…d HexGridXY as a recognized segmentation in src/algorithms/calorimetry/CalorimeterHitReco.cc
…meter hits collection
…ory.h; also changed HEXPLIT to use Emin_in_MIPs instead of Emin
dyRangeZDC set to 800 MeV for ZDC
removed duplicated include statement
restore ZDC ECal reconstruction (this will correspond to the LYSO part of the ZDC)
restored ZDC Ecal recon
restored ZDC ECal recon for cluster clusters
restored part of the ZDC Ecal code.
clean up non-functional changes to code.
changed tabs to spaces.
for more information, see https://pre-commit.ci
I'd already sent to this @Gongzi-Zhang, but looking at https://github.com/eic/EICrecon/blob/sipmzdc/src/algorithms/calorimetry/LogWeightReco.cc that algorithm is already available as https://github.com/eic/EICrecon/blob/sipmzdc/src/algorithms/calorimetry/CalorimeterHitsMerger.h and would be good to reuse. |
Don't worry about the |
@wdconinc , In this case, there is only one other check that my pull request fails. Namely, getting the deployment of the docs. I don't see anything in the logs that is specific to any of the files I have added or changed. Can this pull request be approved without passing the deploy-docs? ![]() |
…tions on neighboring cells that used for defining the subcells on the current cell, and the number of neighbors who overlap on a given subcell. These numbers are 12, 12, and 3
Please ignore that one. I'm working to resolve it in #1245 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to sort out the naming convention.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
In that case, all of the conversations have been resolved, and all of the other checks have been fulfilled. @wdconinc @veprbl or @nathanwbrei , could you please approve of this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Since it's been through so many rounds of review at this point I'm just going to approve it
Briefly, what does this PR introduce?
Adds functionality to run HEXPLIT and other algorithms for the reconstruction of clusters in the SiPM-on-tile ZDC. Also increases the dynamic range for the ZDC Ecal (LYSO crystal).
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
no.
Does this PR change default behavior?
Changes the values of the parameters for the ZDC ECal digitization.