Missing MPGD Hits
- Dominant language
- C++
- Stars
- 1
- Forks
- 4
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 6
Description
**Is your feature request related to a problem? Please describe.**
Yes. After running ddsim only about 20% of the simulated events show up as hits in the MPGD layers. This is due to a default energy cut of 1keV being applied. Setting this cut to 0 keV I then see 100% of the hits show up in the MPGD layers. This was applied by adding the following filter to my ddsim steering file:

When running with npsim and using the steering file above, but commenting out the last two "filter" related lines I also see the loss of hits in the MPGD layers. So it seems npsim also uses a 1 keV energy cut by default.
**Describe the solution you'd like**
Set default energy deposition cut for the trackers to 0 keV
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.