Skip to content

Commit b04ca7e

Browse files
Cleanup
1 parent 00e23d5 commit b04ca7e

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

sbndcode/AnalysisTree/AnalysisTree_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3743,4 +3743,4 @@ namespace sbnd{
37433743

37443744
}
37453745

3746-
#endif
3746+
#endif

sbndcode/AnalysisTree/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ set( MODULE_LIBRARIES larcorealg::Geometry
3636
cet_build_plugin(AnalysisTree art::Module SOURCE AnalysisTree_module.cc LIBRARIES ${MODULE_LIBRARIES} )
3737
# install_headers()
3838
install_fhicl()
39-
install_source()
39+
install_source()
40+

sbndcode/AnalysisTree/analysistreemodule_sbnd.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ sbnd_analysistree:
3939
CaloAlg: @local::sbnd_calorimetryalgmc
4040
}
4141

42-
END_PROLOG
42+
END_PROLOG

sbndcode/OpDetReco/OpDeconvolution/Alg/OpDeconvolutionAlgWienerData_tool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,4 @@ std::vector<TComplex> opdet::OpDeconvolutionAlgWiener::DeconvolutionKernel(size_
549549
return kernel;
550550
}
551551

552-
DEFINE_ART_CLASS_TOOL(opdet::OpDeconvolutionAlgWiener)
552+
DEFINE_ART_CLASS_TOOL(opdet::OpDeconvolutionAlgWiener)

0 commit comments

Comments
 (0)