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 a0d84eb commit c09d90fCopy full SHA for c09d90f
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx
@@ -106,9 +106,9 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
106
sendOutputDcs(pc.outputs());
107
} else {
108
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
109
- sendOutputCcdbDcs(pc.outputs());
110
- LOG(info) << "Sending an object to Production-CCDBMerge";
111
- sendOutputCcdbMerge(pc.outputs());
+ sendOutputCcdbDcs(pc.outputs());
+ LOG(info) << "Sending an object to Production-CCDBMerge";
+ sendOutputCcdbMerge(pc.outputs());
112
}
113
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
114
0 commit comments