Skip to content

Commit fc99e77

Browse files
author
Prottay Das
committed
corrected staging error
1 parent 049fe26 commit fc99e77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PWGLF/TableProducer/Common/spvector.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,10 @@ struct spvector {
750750
restime = Correcttime(hrecentereTimeSp, timeMin, qxZDCA, qyZDCA, qxZDCC, qyZDCC);
751751
}
752752

753+
if (restime == 0) {
754+
LOG(info) << "Histograms are null";
755+
}
756+
753757
histos.fill(HIST("hpQxZDCAvstime"), timeMin, qxZDCA);
754758
histos.fill(HIST("hpQxZDCCvstime"), timeMin, qxZDCC);
755759
histos.fill(HIST("hpQyZDCAvstime"), timeMin, qyZDCA);

0 commit comments

Comments
 (0)