We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ffaf3 commit ee5bdaaCopy full SHA for ee5bdaa
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx
@@ -83,6 +83,7 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
83
} else {
84
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
85
sendOutputCcdbDcs(pc.outputs());
86
+ sendOutputCcdbMerge(pc.outputs());
87
}
88
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
89
0 commit comments