Skip to content

Commit c09d90f

Browse files
authored
Update NoiseCalibratorSpec.cxx
1 parent a0d84eb commit c09d90f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
106106
sendOutputDcs(pc.outputs());
107107
} else {
108108
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());
109+
sendOutputCcdbDcs(pc.outputs());
110+
LOG(info) << "Sending an object to Production-CCDBMerge";
111+
sendOutputCcdbMerge(pc.outputs());
112112
}
113113
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
114114
}

0 commit comments

Comments
 (0)