Go to the documentation of this file.
2 # File: triggersim_icarus_run5837_pre09_22_03_01.fcl
3 # Purpose: Runs a chain to simulate ICARUS trigger primitives on ICARUS data.
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
8 # This is a top-level configuration that can be run directly.
9 # It is tuned for data like ICARUS run 5837:
10 # * minimum bias on BNB gate
11 # * pre-trigger: 9 us ( = (buffer length) x (1 - post_trigger_fraction) = 30 us x (1 - 70%))
12 # * beam gate: 1.6 us opening at trigger time (centered with a 25% margin)
14 # In addition, this configuration arranges the configuration of detector clocks
15 # to be compatible with data decoded with icaruscode v09_22_03_01 or earlier.
21 # * optical detector readout: `daqPMT`
27 # 20210517 (petrillo@slac.stanford.edu) [v1.0]
28 # : original version based on `triggersim_icarus_data.fcl` v1.0
34 ### override detector clocks with data settings
38 # ------------------------------------------------------------------------------
39 # reduce the amount of loggery emitted:
40 # services.message.destinations.TriggerThresholdLog: @erase
41 # services.message.destinations.LVDSORLog: @erase
42 # services.message.destinations.SlidingWindowORLog: @erase
43 # services.message.destinations.SlidingORsimLog: @erase
44 # services.message.destinations.SlidingORplotsLog: @erase
47 # ------------------------------------------------------------------------------
48 # --- Configuration override guide
49 # ------------------------------------------------------------------------------
51 # The default values of the trigger configuration are in one way or the other
52 # coming from `trigger_icarus.fcl`.
56 # ------------------------------------------------------------------------------