Back to home page

EIC code displayed by LXR

 
 

    


Warning, /swf-testbed/workflows/daq_state_machine.toml is written in an unsupported language. File is not indexed.

0001 # DAQ State Machine Base Configuration
0002 # This file contains standard DAQ state transition parameters
0003 # that are common across different downstream processing workflows
0004 
0005 [daq_state_machine]
0006 # DAQ state transition delays (matching DAQ simulator sequence)
0007 no_beam_not_ready_delay = 5     # Initial collider not operating (seconds)
0008 beam_not_ready_delay = 5        # Run start imminent (seconds)
0009 beam_ready_delay = 2            # Ready for physics (seconds)
0010 beam_not_ready_end_delay = 5    # Run ended by shifters (seconds)
0011 broadcast_delay = 1             # Message broadcast time (seconds)
0012 
0013 # STF generation parameters
0014 stf_interval = 2.0              # STFs every 2 seconds during physics (~0.5Hz)
0015 stf_generation_time = 0.1       # Time to generate each STF (seconds)
0016 
0017 # Physics periods
0018 physics_period_duration = 10    # Duration of each physics period (seconds)
0019 physics_period_count = 2        # Number of physics periods (0 = infinite)
0020 standby_duration = 2            # Standby time between physics periods (seconds)