File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Detectors/ITSMFT/MFT/calibration/src Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
1+ // Copyright 2019-2020 CERN and copyright holders of ALICE O2.
22// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33// All rights not expressly granted are reserved.
44//
@@ -100,13 +100,15 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
100100 LOG (info) << " Sending an object to Production-CCDB" ;
101101 sendOutputCcdb (pc.outputs ());
102102 LOG (info) << " Sending an object to Production-CCDBMerge" ;
103- sendOutputCcdbMerge (pc.outputs ());
103+ sendOutputCcdbMerge (pc.outputs ());
104104 } else if (mOutputType .compare (" DCS" ) == 0 ) {
105105 LOG (info) << " Sending an object to DCS-CCDB" ;
106106 sendOutputDcs (pc.outputs ());
107107 } else {
108108 LOG (info) << " Sending an object to Production-CCDB and DCS-CCDB" ;
109- sendOutputCcdbDcs (pc.outputs ());
109+ sendOutputCcdbDcs (pc.outputs ());
110+ LOG (info) << " Sending an object to Production-CCDBMerge" ;
111+ sendOutputCcdbMerge (pc.outputs ());
110112 }
111113 pc.services ().get <ControlService>().readyToQuit (mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
112114 }
You can’t perform that action at this time.
0 commit comments