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

@ -18,6 +18,7 @@ class RuntimeSpec:
class SimulationOptionsSpec:
air_density: float
seed: int | None = None
bkg_cps: int | None = None
@dataclass