Skip to content

Commit d97f22d

Browse files
Bugfix
1 parent 9d59667 commit d97f22d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sbndcode/OpDetAnalyzer/PDSAnalyzer/job/run_sbndpds_ana_data.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "run_sbndpds_ana_data.fcl"
1+
#include "run_sbndpds_ana.fcl"
22

33
physics.analyzers.opanatree.SaveRawWaveforms: false
44
physics.analyzers.opanatree.SaveDeconvolvedWaveforms: false
@@ -16,4 +16,4 @@ physics.analyzers.opanatree.HitsLabel: ""
1616
physics.analyzers.opanatree.Reco2Label: ""
1717
physics.analyzers.opanatree.CosmicIdModuleLabel: ""
1818
physics.analyzers.opanatree.OpT0FinderModuleLabel: ""
19-
physics.analyzers.opanatree.SimpleFlashMatchModuleLabel: ""
19+
physics.analyzers.opanatree.SimpleFlashMatchModuleLabel: ""

sbndcode/OpDetReco/OpDeconvolution/Alg/OpDeconvolutionAlgWienerData_tool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ opdet::OpDeconvolutionAlgWiener::OpDeconvolutionAlgWiener(fhicl::ParameterSet co
185185
fSignalHypothesis = ScintArrivalTimesShape(MaxBinsFFT, *lar_prop);
186186
else if(fFilter=="Wiener1PE")
187187
fSignalHypothesis[0]=1;
188-
else:
188+
else
189189
throw std::runtime_error("Deconvolution not chosen correctly ");
190190
mf::LogInfo("OpDeconvolutionAlg")<<"Built light signal hypothesis... L="<<fFilter<<" size"<<fSignalHypothesis.size()<<std::endl;
191191
}

0 commit comments

Comments
 (0)