13#include <fmt/format.h>
24 LOG(info) <<
"Initial validity of calibration object: " << sov <<
":" << eov;
28 LOG(warning) << __func__ <<
" New EOV: " <<
eovTune <<
" < old EOV " << eov;
31 LOG(info) << __func__ <<
" Updating EOV from " << eov <<
" to " <<
eovTune;
39 LOG(error) << __func__ <<
" New EOV: " << neov <<
" < old EOV " << eov;
42 LOG(info) << __func__ <<
" Updating EOV from " << eov <<
" to " << neov;
54 msg =
msg + fmt::format(
" rootOutput={}", rootOutput ?
"true" :
"false");
57 msg =
msg + fmt::format(
" debugOutput={}", debugOutput ?
"true" :
"false");
59 if (outputDir.compare(
"./")) {
60 msg =
msg + fmt::format(
" outputDir={}", outputDir);
62 if (metaFileDir.compare(
"/dev/null")) {
63 msg =
msg + fmt::format(
" metaFileDir={}", metaFileDir);
65 if (descr.size() > 0) {
66 msg =
msg + fmt::format(
" descr={}", descr);
69 msg =
msg + fmt::format(
" modTF={}", modTF);
72 msg =
msg + fmt::format(
" mCTimeMod={}", mCTimeMod);
75 LOG(info) <<
"CalibParamZDC::print():" <<
msg;
ZDC calibration common parameters.
#define O2ParamImpl(classname)
long getEndValidityTimestamp() const
void setEndValidityTimestamp(long end)
long getStartValidityTimestamp() const
int updateCcdbObjectInfo(o2::ccdb::CcdbObjectInfo &info) const
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"
uint64_t const void const *restrict const msg