Skip to content

Commit ee5bdaa

Browse files
author
Niveditha Ramasubramanian
committed
Adding ccdbmerged object to the right call function
1 parent 98ffaf3 commit ee5bdaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8383
} else {
8484
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
8585
sendOutputCcdbDcs(pc.outputs());
86+
sendOutputCcdbMerge(pc.outputs());
8687
}
8788
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
8889
}

0 commit comments

Comments
 (0)