You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Briefly, what does this PR introduce?
Following Forward EM calorimeter geometry update:
eic/epic#855
this provides switch between Homogeneous and ScFi geometry
implementations based on xml file loaded
- For Homogenous, we keep energy smearing as is. SF=1.0
- For ScFi, hits from fibers are summed to a tower and no enrgy smearing
applied. SF=0.03.
- Remove active insert which won't be built
Added an option to put SiPM saturation to CalorimeterHitDigi
- Specify 2 new parameters : totalPixel and nPhotonPerGeV
- default for totalPixel is 0, which case no attenuation is applied
- For FEMC for both geometry models, SiPM saturation is ON by default
- Use "-PFEMC:SiPMSaturation=OFF" to turn it off
See following links for some more details:
https://www.star.bnl.gov/~akio/epic/geometry/index.htmlhttps://www.star.bnl.gov/~akio/epic/reco/index.htmlhttps://www.star.bnl.gov/~akio/epic/hadron/index.html
### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
### 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?
I don't think so, unless one provides wrong config xml file (until sum
check in place)
### Does this PR change default behavior?
It does apply SiPM attenuation by default for FEMC (but not other
calorimeters).
---------
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: Wouter Deconinck <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments