Skip to content

Commit 175b1a8

Browse files
committed
Improve logging
1 parent 84c3a7e commit 175b1a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Detectors/TPC/calibration/src/CalibdEdx.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ void CalibdEdx::finalize(const bool useGausFits)
549549
fitter.SetFormula("1");
550550
mCalib.setDims(0);
551551
}
552-
LOGP(info, "Fitting {}D dE/dx correction for GEM stacks with gaussian fits {}", mCalib.getDims(), useGausFits);
552+
LOGP(info, "Fitting {}D dE/dx correction for GEM stacks with gaussian fits {}, minStackEntries {}, m2DThreshold {}, m1DThreshold {}, mFitSnp {}",
553+
mCalib.getDims(), useGausFits, entries, m2DThreshold, m1DThreshold, mFitSnp);
553554

554555
// if entries below minimum sector threshold, integrate all sectors
555556
if (mCalib.getDims() == 0 || entries >= mSectorThreshold) {

0 commit comments

Comments
 (0)