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

fix: add EcalBarrel vars to template; EcalBarrel_rmin:=81cm; EcalBarrel_thickness:=35cm #577

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

This adds a number of EcalBarrel variables to the detector parameter table template.

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?

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc changed the title fix: add EcalBarrel variables to csv template fix: add EcalBarrel vars to template; EcalBarrel_rmin:=81cm; EcalBarrel_thickness:=35cm Oct 12, 2023
@wdconinc
Copy link
Contributor Author

@Chao1009 Increasing the radius doesn't cause any issues with overlaps in my local tests (tgeo only). The tracking region parametrization will likely need to change, so I use an rmin = max(81cm, determined radius) to make sure we are at 81cm but if the tracking region gets larger than that we still expand outwards.

Copy link
Contributor

@Chao1009 Chao1009 left a comment

Choose a reason for hiding this comment

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

Looks good to me.
The failed overlap check seems to be caused by BarrelCalorimeterSciGlass. It is an issue with outdated configurations, not the parameters, but we have to fix that (#579) before this merge, otherwise, it will fail all the PR checks.

@wdconinc
Copy link
Contributor Author

we have to fix that (#579) before this merge

Rebased after that PR was merged.

@Chao1009 Chao1009 added this pull request to the merge queue Oct 13, 2023
Merged via the queue into main with commit a1e66cc Oct 13, 2023
85 checks passed
@Chao1009 Chao1009 deleted the ecal-barrel-template-vars branch October 13, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants