We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937bc64 commit efc3bbaCopy full SHA for efc3bba
1 file changed
sbndcode/OpDetReco/OpDeconvolution/job/run_decohitfinder_data.fcl
@@ -6,6 +6,7 @@
6
#include "opdeconvolution_sbnd_data.fcl"
7
#include "sbnd_flashfinder_deco_data.fcl"
8
#include "sbnd_ophitfinder_deco_data.fcl"
9
+#include "wfalign_sbnd_data.fcl"
10
11
process_name: DecoRecoData
12
@@ -41,13 +42,15 @@ physics:
41
42
{
43
producers:
44
45
+ wfalign: @local::wfalign_data
46
opdecopmt: @local::SBNDOpDeconvolutionPMT_data
47
ophitpmt: @local::SBNDDecoOpHitFinderPMT_data
48
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0_data
49
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1_data
50
}
51
52
reco: [
53
+ wfalign,
54
opdecopmt,
55
ophitpmt,
56
opflashtpc0,
0 commit comments