Skip to content

Commit 80f916f

Browse files
authored
Avoid ROOT warning in EMCAL calib (#11430)
1 parent c25936c commit 80f916f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ bool EMCALChannelCalibrator<DataInput, DataOutput>::saveLastSlotData(TFile& fl)
249249
auto histTime = c->getHistoTime();
250250

251251
TH2F hEnergy = o2::utils::TH2FFromBoost(hist);
252-
TH2F hTime = o2::utils::TH2FFromBoost(histTime);
252+
TH2F hTime = o2::utils::TH2FFromBoost(histTime, "histTime");
253253
TH1D hNEvents("hNEvents", "hNEvents", 1, 0, 1);
254254
hNEvents.SetBinContent(1, c->getNEvents());
255255

0 commit comments

Comments
 (0)