@@ -14,23 +14,30 @@ xarapucadecoder:
1414 fragment_id_offset: 41216 # Offset to be applied to the fragment IDs (0xA100).
1515 board_id_list: [7, 13, 16, 19] # Slots where the boards are installed.
1616 # - Timing configuration.
17- timing_priority: 0 # 0 SPEC-TDC ETT , 1 CAEN-only.
17+ timing_priority: 0 # 0 SPEC-TDC ETRIG , 1 PTB HLT (1-5, 14,15), 2 CAEN-only.
1818 ns_per_sample: 16 # Nanoseconds per sample.
19+ # - RAW timestamp configuration:
20+ raw_event_header_product_name: "daq" # Label identifying the module that created the artdaq::detail::RawEventHeader data product.
21+ raw_trig_max_diff: 3000000 # Maximum difference (in ns) allowed between trigger timestamps and raw timestamp.
22+ raw_timestamp_correction: 367000 # Correction (in ns) to be applied to the raw timestamp.
1923 # - SPEC-TDC access configuration
20- spectdc_product_name: "tdcdecoder" # Name for getting SPEC-TDC Decoder products.
24+ spectdc_product_name: "tdcdecoder" # Name for getting SPEC-TDC Decoder products (if any) .
2125 spectdc_ftrig_ch: 3 # Channel assigned to flash triggers.
22- spectdc_etrig_ch: 4 # Channel assigned to event triggers.
26+ spectdc_etrig_ch: 4 # Channel assigned to ETT (Event Trigger Timestamp) triggers.
27+ # - PTB access configuration
28+ ptb_product_name: "ptbdecoder" # Name for getting PTB Decoder products (if any).
29+ allowed_hl_triggers: [1, 2, 3, 4, 5, 14, 15] # List of allowed HLT trigger types (1-5, 14, 15).
2330
2431 # OUTPUT configuration:
2532 # - Output data product instance name.
2633 waveforms_instance_name: "XARAPUCAChannels" # Name for the instance product containing the raw decoded waveforms.
27- timing_instance_name : "" # Name for the instance product containing the timing reference information.
34+ timing_ref_instance_name : "" # Name for the instance product containing the timing reference information.
2835 store_debug_waveforms: 0 # Number of waveforms to store (0: none, -1: all, n: first n waveforms).
2936 # - Debug options.
30- debug_all: false # (De)activates all debug options.
3137 debug_tdc_handle: false # (De)activates SPEC-TDC art::Handle information printing.
38+ debug_ptb_handle: false # (De)activates PTB art::Handle information printing.
3239 debug_fragments_handle: false # (De)activates V1740B CAEN fragments art::Handle information printing.
33- debug_timing: false # (De)activates timing data printing.
40+ debug_timing: false # (De)activates timing data printing.
3441 debug_buffer: false # (De)activates buffer status printing.
3542 debug_waveforms: false # (De)activates waveforms decoding printing.
3643 # - Verbose option.
0 commit comments