Skip to content

Commit 9b8ed12

Browse files
Update HitAnalysisAlg.cpp
1 parent c2e5861 commit 9b8ed12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbndcode/gallery/galleryAnalysis/HitAnalysisAlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ void HitAnalysisAlg::fillHistograms(const HitVec& hitVec) const
247247
int hitMult = hit.Multiplicity();
248248
float peakTime = hit.PeakTime();
249249
float charge = hit.Integral();
250-
float sumADC = hit.SummedADC();
250+
float sumADC = hit.ROISummedADC();
251251
float hitPH = std::min(hit.PeakAmplitude(),float(249.8));
252252
float hitSigma = hit.RMS();
253253

0 commit comments

Comments
 (0)