Skip to content

Commit 067256f

Browse files
Fix include
1 parent d804d0e commit 067256f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sbndcode/OpDetReco/OpDeconvolution/Alg/OpDeconvolutionAlgWienerData_tool.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ class opdet::OpDeconvolutionAlgWiener : opdet::OpDeconvolutionAlg {
9090
short unsigned int fBaseSampleBins;
9191
double fBaseVarCut;
9292

93+
sbndDB::PMTCalibrationDatabase const* fPMTCalibrationDatabaseService;
94+
9395
// Declare member functions
9496
void ApplyExpoAvSmoothing(std::vector<double>& wf);
9597
void ApplyUnAvSmoothing(std::vector<double>& wf);

0 commit comments

Comments
 (0)