ProtoDUNEFembFilter.fcl
Go to the documentation of this file.
1 # ProtoDUNEFembFilter.fcl
2 #
3 # owen.goodwin@postgrad.manchester.ac.uk
4 # November 2018
5 #
6 # Configurations for the protoDUNE femb filter module.
7 #
8 
9 #include "ProtoDUNEDataUtils.fcl"
10 
11 BEGIN_PROLOG
12 
13 # Require all fembs to be active.
14 pdsp_fembfilter_all: {
15  module_type: "ProtoDUNEFembFilter"
16  RequireBeamsideFembsOnly : "false"
17  RequireBeamsideTimestampConsistencyOnly : "false"
18  LogLevel: 1 # 2 shows accept/reject for every event
19  DataUtils: @local::standard_protodunedatautils
20 }
21 
22 #require only fembs on beamside APAs to be active
23 pdsp_fembfilter_beamside: {
24  module_type: "ProtoDUNEFembFilter"
25  RequireBeamsideFembsOnly : "true"
26  RequireBeamsideTimestampConsistencyOnly : "true"
27  LogLevel: 1 # 2 shows accept/reject for every event
28  DataUtils: @local::standard_protodunedatautils
29 }
30 
31 
32 END_PROLOG