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//
2727#include " Framework/CCDBParamSpec.h"
2828#include " DetectorsCommonDataFormats/DetectorNameConf.h"
2929
30- using namespace o2 ::framework;
30+ using namespace o2 ::framework;
3131using namespace o2 ::utils;
3232
3333namespace o2
@@ -83,8 +83,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8383 } else {
8484 LOG (info) << " Sending an object to Production-CCDB and DCS-CCDB" ;
8585 sendOutputCcdbDcs (pc.outputs ());
86- LOG (info) << " Sending an object to Production-CCDBMerge" ;
87- sendOutputCcdbMerge (pc.outputs ());
86+ LOG (info) << " Sending an object to Production-CCDBMerge" ;
87+ sendOutputCcdbMerge (pc.outputs ());
8888 }
8989 pc.services ().get <ControlService>().readyToQuit (mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
9090 }
@@ -106,8 +106,8 @@ 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" ;
109+ sendOutputCcdbDcs (pc.outputs ());
110+ LOG (info) << " Sending an object to Production-CCDBMerge" ;
111111 sendOutputCcdbMerge (pc.outputs ());
112112 }
113113 pc.services ().get <ControlService>().readyToQuit (mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
0 commit comments