File tree Expand file tree Collapse file tree
LightPropagationCorrection
OpDetReco/OpDeconvolution/job Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,7 +201,8 @@ void sbnd::LightPropagationCorrection::produce(art::Event & e)
201201 e.getByLabel (fSPECTDCLabel , tdcHandle);
202202 if (!tdcHandle.isValid () || tdcHandle->size () == 0 ){
203203 std::cout << " No SPECTDC products found. Skip this event." << std::endl;
204- return ;
204+ ResetSliceInfo ();
205+ continue ;
205206 }
206207 else {
207208 const std::vector<sbnd::timing::DAQTimestamp> tdc_v (*tdcHandle);
Original file line number Diff line number Diff line change 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
1011process_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,
You can’t perform that action at this time.
0 commit comments