46 lines
1001 B
YAML
46 lines
1001 B
YAML
|
|
detectors:
|
||
|
|
detector1:
|
||
|
|
allow_replacement: true
|
||
|
|
energy_distribution:
|
||
|
|
mean: 500.0
|
||
|
|
std: 10.0
|
||
|
|
type: normal
|
||
|
|
name: detector1
|
||
|
|
sample_space_size: 10000
|
||
|
|
timestamp_distribution:
|
||
|
|
mean: 100.0
|
||
|
|
std: 30.0
|
||
|
|
type: normal
|
||
|
|
detector2:
|
||
|
|
allow_replacement: true
|
||
|
|
energy_distribution:
|
||
|
|
high: 2000.0
|
||
|
|
low: 1000.0
|
||
|
|
type: uniform
|
||
|
|
name: detector2
|
||
|
|
sample_space_size: 10000
|
||
|
|
timestamp_distribution:
|
||
|
|
high: 200.0
|
||
|
|
low: 10.0
|
||
|
|
type: uniform
|
||
|
|
detector3:
|
||
|
|
allow_replacement: true
|
||
|
|
energy_distribution:
|
||
|
|
scale: 500.0
|
||
|
|
type: exponential
|
||
|
|
name: detector3
|
||
|
|
sample_space_size: 10000
|
||
|
|
timestamp_distribution:
|
||
|
|
scale: 50.0
|
||
|
|
type: exponential
|
||
|
|
simulation:
|
||
|
|
event_generation_mode: random
|
||
|
|
num_events: 8
|
||
|
|
output_file: detector_random_combined_8events
|
||
|
|
output_format: all
|
||
|
|
packing_mode: combined
|
||
|
|
sampling:
|
||
|
|
max_signals_per_detector: 200
|
||
|
|
min_signals_per_detector: 100
|
||
|
|
require_signal: true
|