From 2be038944d32ffe30cbdab9911c675e286ea51c6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 18 Nov 2020 23:44:13 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/DCS/testWorkflow/DCSDataProcessorSpec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detectors/DCS/testWorkflow/DCSDataProcessorSpec.h b/Detectors/DCS/testWorkflow/DCSDataProcessorSpec.h index 51d1a6bfa6bf3..1f00bcadc8744 100644 --- a/Detectors/DCS/testWorkflow/DCSDataProcessorSpec.h +++ b/Detectors/DCS/testWorkflow/DCSDataProcessorSpec.h @@ -299,8 +299,8 @@ class DCSDataProcessor : public o2::framework::Task auto& info = mDCSprocVect[idet].getCCDBSimpleMovingAverageInfo(); auto image = o2::ccdb::CcdbApi::createObjectImage(&payload, &info); LOG(INFO) << "Sending object " << info.getPath() << "/" << info.getFileName() << " of size " << image->size() - << " bytes, valid for " << info.getStartValidityTimestamp() << " : " << info.getEndValidityTimestamp(); - + << " bytes, valid for " << info.getStartValidityTimestamp() << " : " << info.getEndValidityTimestamp(); + output.snapshot(Output{clbUtils::gDataOriginCLB, clbUtils::gDataDescriptionCLBPayload, 0}, *image.get()); output.snapshot(Output{clbUtils::gDataOriginCLB, clbUtils::gDataDescriptionCLBInfo, 0}, info); }