hdcb_dataprep_tools.fcl
Go to the documentation of this file.
1 # hdcb_dataprep_tools.fcl
2 #
3 # David Adams
4 # December 2021
5 #
6 # Dataprep tool configurations for the 2021 horizontal-drift coldbox test.
7 
8 # Start from the PDSP tool configurations.
9 #include "protodune_dataprep_tools.fcl"
10 
11 # Raw channel vs. tick waveforms.
12 tools.chtr_hdcbz: @local::tools.pdcht_Zplanes
13 tools.chtr_hdcbc: @local::tools.pdcht_Cplanes
14 tools.chtr_hdcbi: @local::tools.pdcht_Iplanes
15 tools.chtr_hdcbz.ChannelRanges: [tpp0z]
16 tools.chtr_hdcbc.ChannelRanges: [tpp0c]
17 tools.chtr_hdcbi.ChannelRanges: [tpp0u, tpp0v]
18 
19 # Prepared channel vs. tick waveforms.
20 tools.chtp_hdcbz: @local::tools.pdchtp_Zplanes
21 tools.chtp_hdcbc: @local::tools.pdchtp_Cplanes
22 tools.chtp_hdcbi: @local::tools.pdchtp_Iplanes
23 tools.chtp_hdcbz.ChannelRanges: [tpp0z]
24 tools.chtp_hdcbc.ChannelRanges: [tpp0c]
25 tools.chtp_hdcbi.ChannelRanges: [tpp0u, tpp0v]
26 tools.chtp_hdcbz.MaxSignal: 1.25
27 tools.chtp_hdcbc.MaxSignal: 1.25
28 tools.chtp_hdcbi.MaxSignal: 1.25
29