SSPToOffline.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 ssp_reformatter:
4 {
5  NOvAClockFrequency: 64.0 #MHz
6  OpDetChannelMapFile: "ssp_channel_map_dune35t.txt"
7  SSPm1: 10 #samples used to calculate peak height
8  SSPm2: 10
9  SSPi1: 500 #samples used to calculate pedestal
10  SSPi2: 500 #samples used to calculate peak height
11  SSPd: 20
12  SSPdisc: 10
13  SPESize: 25
14 }
15 
16 ssp_to_offline:
17 {
18  module_type: SSPToOffline
19  FragType: PHOTON
20  RawDataLabel: daq
21  OutputDataLabel: offlinePhoton
22  SSPReformatter: @local::ssp_reformatter
23  #Debug: true
24 }
25 ssp_to_offline_sparse: @local::ssp_to_offline
26 ssp_to_offline_sparse.RawDataLabel: sparseSsp
27 
28 ssp_trigger_ana:
29 {
30  module_type: SSPTriggerAna
31  FragType: PHOTON
32  RawDataLabel: daq
33  SSPReformatter: @local::ssp_reformatter
34  #Debug: true
35 }
36 ssp_trigger_ana_sparse: @local::ssp_trigger_ana
37 ssp_trigger_ana_sparse.RawDataLabel: sparseSsp
38 
39 ssp_diagnostic_ana:
40 {
41  module_type: SSPDiagnosticAna
42  FragType: PHOTON
43  RawDataLabel: daq
44  InputModule: ssptooffline
45  InputLabel: offlinePhoton
46  SSPReformatter: @local::ssp_reformatter
47  SSPm1: 10 #samples used to calculate peak height
48  SSPm2: 10
49  SSPi1: 500 #samples used to calculate pedestal
50  SSPi2: 500 #samples used to calculate peak height
51  #Debug: true
52 }
53 ssp_diagnostic_ana_sparse: @local::ssp_diagnostic_ana
54 ssp_diagnostic_ana_sparse.RawDataLabel: sparseSsp
55 
56 special_ssp_diagnostic_ana:
57 {
58  module_type: SpecialSSPDiagnosticAna
59  FragType: PHOTON
60  RawDataLabel: daq
61  SSPReformatter: @local::ssp_reformatter
62  SSPm1: 10 #samples used to calculate peak height
63  SSPm2: 10
64  SSPi1: 500 #samples used to calculate pedestal
65  SSPi2: 500 #samples used to calculate peak height
66  #Debug: true
67 }
68 special_ssp_diagnostic_ana_sparse: @local::ssp_diagnostic_ana
69 special_ssp_diagnostic_ana_sparse.RawDataLabel: sparseSsp
70 
71 END_PROLOG