eic / epic

DD4hep Geometry Description of the ePIC Experiment
https://eic.github.io/epic
GNU Lesser General Public License v3.0
23 stars 41 forks source link

Imaging Barrel Calorimeter: add 200 um insensitive area around pixels #461

Closed wdconinc closed 11 months ago

wdconinc commented 1 year ago

Is your feature request related to a problem? Please describe. All pixels have a 200 um insensitive area. This should be treated as insensitive, in simulation or digitization.

wdconinc commented 1 year ago

This could possible be done with clever irregular segmentation and dropping hits in digitization.

veprbl commented 1 year ago

Might make more sense to treat positions as uncorrelated and reject randomly based on the ratio of areas.

wdconinc commented 1 year ago

The thinking is to implement the actual sensor geometry, turbofan style.

wdconinc commented 11 months ago

Fixed by #490