pass global seed onto fluence and background

This commit is contained in:
Pim Nelissen
2026-05-03 17:29:53 +02:00
parent 372082f19b
commit 40b09971ff
7 changed files with 23 additions and 8 deletions

View File

@ -12,6 +12,7 @@ class CountRateOutput:
cps: List[float]
integrated_counts: List[float]
mean_bkg_cps: List[float]
seed: int
@dataclass