Skip to content

Commit 2648933

Browse files
Add warning message if calibration object not found
1 parent 1114500 commit 2648933

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,8 @@ struct strangenesstofpid {
736736
if (!hSigmaPosOmPi || !hSigmaPosOmPr || !hSigmaNegOmPi || !hSigmaNegOmPr || !hSigmaBachOmKa)
737737
LOG(info) << "Problems finding omega sigma histograms!";
738738
}
739+
} else {
740+
LOG(warn) << "Problems finding calibration objects for run " << runNumber << " at " << ccdbConfigurations.nSigmaPath << ". Proceed without it";
739741
}
740742
}
741743
}

0 commit comments

Comments
 (0)