add bkg count option in input

This commit is contained in:
Pim Nelissen
2026-04-21 10:53:53 +02:00
parent 8017159c5b
commit 591e2fb41a
5 changed files with 33 additions and 7 deletions

View File

@ -47,7 +47,8 @@ class SimulationEngine:
calculate_counts_along_path(
self.landscape,
self.detector,
velocity=self.runtime_spec.speed
velocity=self.runtime_spec.speed,
bkg_cps_input=self.sim_spec.bkg_cps
)
)