-
Notifications
You must be signed in to change notification settings - Fork 203
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
Detailed calorimeter geometry #3414
Open
virgile-mahaut
wants to merge
8
commits into
sPHENIX-Collaboration:master
Choose a base branch
from
virgile-mahaut:DetailedCalorimeterGeometry
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Detailed calorimeter geometry #3414
virgile-mahaut
wants to merge
8
commits into
sPHENIX-Collaboration:master
from
virgile-mahaut:DetailedCalorimeterGeometry
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build & test reportReport for commit a287f002944805ce116bf1c3f6aa7443934e9ebe:
Automatically generated by sPHENIX Jenkins continuous integration |
Build & test reportReport for commit 2b10d4a0f5ffb76eb80e132c30c900bd888f37d2:
Automatically generated by sPHENIX Jenkins continuous integration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Types of changes
What kind of change does this PR introduce? (Bug fix, feature, ...)
This PR adds the possibility to use an alternative version of the EMCal geometry in the calorimeter reconstruction software. In this new version, the tower centers are identical to those in the GEANT4 simulation. In addition, the new geometry class allows to access easily the 8 vertices of the tower as well as the center of each face. This new geometry has been mentioned in this talk: https://indico.bnl.gov/event/26075/contributions/101054/attachments/59317/101905/Calorimeter_cluster_reconstruction_01062025.pdf.
TODOs (if applicable)
Implement the new geometry in the cluster reconstruction code without breaking the former geometry.
Links to other PRs in macros and calibration repositories (if applicable)
This pull request has been done following this pull request (#3374) which has been closed. The style is now generated with clang-format. Formerly global typedefs and struct have been redefined inside the class RawTowerGeomv5. "signaling_NaN()" have been replaced by "quiet_NaN()", both in RawTowerGeomv5.h and in RawTowerGeom.h