Skip to content

Commit efc3bba

Browse files
Add waveform alignment module also for pds-only reco
1 parent 937bc64 commit efc3bba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sbndcode/OpDetReco/OpDeconvolution/job/run_decohitfinder_data.fcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "opdeconvolution_sbnd_data.fcl"
77
#include "sbnd_flashfinder_deco_data.fcl"
88
#include "sbnd_ophitfinder_deco_data.fcl"
9+
#include "wfalign_sbnd_data.fcl"
910

1011
process_name: DecoRecoData
1112

@@ -41,13 +42,15 @@ physics:
4142
{
4243
producers:
4344
{
45+
wfalign: @local::wfalign_data
4446
opdecopmt: @local::SBNDOpDeconvolutionPMT_data
4547
ophitpmt: @local::SBNDDecoOpHitFinderPMT_data
4648
opflashtpc0: @local::SBNDDecoSimpleFlashTPC0_data
4749
opflashtpc1: @local::SBNDDecoSimpleFlashTPC1_data
4850
}
4951

5052
reco: [
53+
wfalign,
5154
opdecopmt,
5255
ophitpmt,
5356
opflashtpc0,

0 commit comments

Comments
 (0)